complexType "ReturnSwapLegUnderlyer"
Namespace:
Content:
complex, 1 attribute, 9 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
    >
   
Content: 
legIdentifier*, payerPartyReference?, payerAccountReference?, receiverPartyReference?, receiverAccountReference?, effectiveDate?, terminationDate?, strikeDate?, underlyer?
</...>
Content Model Elements (9):
effectiveDate (defined in DirectionalLeg complexType),
legIdentifier,
payerAccountReference,
payerPartyReference,
receiverAccountReference,
receiverPartyReference (defined in PayerReceiver.model group),
strikeDate,
terminationDate (defined in DirectionalLeg complexType),
underlyer (in returnLeg)
Known Direct Subtypes (1):
ReturnLeg
All Direct / Indirect Based Elements (1):
returnLeg
Known Usage Locations
Annotation
A base class for all return leg types with an underlyer.
Type Definition Detail
Type Derivation Tree
Leg (extension)
  DirectionalLeg (extension)
      ReturnSwapLegUnderlyer
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType abstract="true" name="ReturnSwapLegUnderlyer">
<xsd:complexContent>
<xsd:extension base="DirectionalLeg">
<xsd:sequence>
<xsd:element minOccurs="0" name="strikeDate" type="AdjustableOrRelativeDate"/>
<xsd:element minOccurs="0" name="underlyer" type="Underlyer"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/9)
strikeDate
Type:
AdjustableOrRelativeDate, complex content
Specifies the strike date of this leg of the swap, used for forward starting swaps. When defined in relation to a date specified somewhere else in the document (through the relativeDate component), this element will typically by relative to the trade date of the swap.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="strikeDate" type="AdjustableOrRelativeDate"/>

underlyer
Type:
Underlyer, complex content
Specifies the underlying component of the leg, which can be either one or many and consists in either equity, index or convertible bond component, or a combination of these.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="underlyer" type="Underlyer"/>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.