complexType "ReturnSwapLegUnderlyer"
Namespace:
Content:
complex, 1 attribute, 13 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: 
</...>
Content Model Elements (13):
effectiveDate (defined in DirectionalLeg complexType),
legIdentifier,
payerAccountReference,
payerPartyReference (defined in Payer.model group),
receiverAccountReference,
receiverPartyReference (defined in Receiver.model group),
settlementAmount (defined in SettlementAmountOrCurrency.model group),
settlementCurrency (defined in SettlementAmountOrCurrency.model group),
settlementDate (defined in OptionSettlement.model group),
settlementType (defined in OptionSettlement.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 name="underlyer" type="Underlyer"/>
<xsd:group ref="OptionSettlement.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/13)
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 name="underlyer" type="Underlyer"/>

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