complexType "InterestLegCalculationPeriodDates"
Namespace:
Content:
complex, 1 attribute, 4 elements
Defined:
Includes:
definitions of 1 attribute, 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
interestLegCalculationPeriodDates
Known Usage Locations
Annotation
Component that holds the various dates used to specify the interest leg of the return swap. It is used to define the InterestPeriodDates identifyer.
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="InterestLegCalculationPeriodDates">
<xsd:sequence>
<xsd:element name="effectiveDate" type="AdjustableOrRelativeDate"/>
<xsd:element name="terminationDate" type="AdjustableOrRelativeDate"/>
<xsd:element name="interestLegResetDates" type="InterestLegResetDates"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="required"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
required
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID" use="required"/>
Content Element Detail (all declarations; defined within this component only; 4/4)
effectiveDate
Type:
AdjustableOrRelativeDate, complex content
Specifies the effective date of the return swap. This global element is valid within the return swaps namespace. Within the FpML namespace, another effectiveDate global element has been defined, that is different in the sense that it does not propose the choice of refering to another date in the document.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="effectiveDate" type="AdjustableOrRelativeDate"/>

interestLegPaymentDates
Type:
Specifies the payment dates of the interest leg of the swap. When defined in relation to a date specified somewhere else in the document (through the relativeDates component), this element will typically point to the payment dates of the equity leg of the swap.
XML Source (w/o annotations (1); see within schema source)

interestLegResetDates
Type:
InterestLegResetDates, complex content
Specifies the reset dates of the interest leg of the swap.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="interestLegResetDates" type="InterestLegResetDates"/>

terminationDate
Type:
AdjustableOrRelativeDate, complex content
Specifies the termination date of the return swap. This global element is valid within the return swaps namespace. Within the FpML namespace, another terminationDate global element has been defined, that is different in the sense that it does not propose the choice of refering to another date in the document.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="terminationDate" type="AdjustableOrRelativeDate"/>

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.