Definition Type: ComplexType
Name: InterestLegCalculationPeriodDates
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-eq-shared-5-10.xsd
Abstract
Documentation:
Component that holds the various dates used to specify the interest leg of the return swap. It is used to define the InterestPeriodDates identifyer.
Collapse XSD Schema Diagram:
Drilldown into interestLegPaymentDates in schema fpml-eq-shared-5-10_xsd3 Drilldown into interestLegResetDates in schema fpml-eq-shared-5-10_xsd3 Drilldown into terminationDate in schema fpml-eq-shared-5-10_xsd3 Drilldown into effectiveDate in schema fpml-eq-shared-5-10_xsd3 Drilldown into id in schema fpml-eq-shared-5-10_xsd3XSD Diagram of InterestLegCalculationPeriodDates in schema fpml-eq-shared-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="InterestLegCalculationPeriodDates">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Component that holds the various dates used to specify the interest leg of the return swap. It is used to define the InterestPeriodDates identifyer.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="effectiveDate" type="AdjustableOrRelativeDate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">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.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="terminationDate" type="AdjustableOrRelativeDate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">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.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="interestLegResetDates" type="InterestLegResetDates" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the reset dates of the interest leg of the swap.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="interestLegPaymentDates" type="AdjustableRelativeOrPeriodicDates2" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">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.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" use="required" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
effectiveDate nsF:effectiveDate 0 (1)
terminationDate nsF:terminationDate 0 (1)
interestLegResetDates nsF:interestLegResetDates 0 (1)
interestLegPaymentDates nsF:interestLegPaymentDates 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsF:id Required
Collapse Derivation Tree:
Collapse References:
nsF:interestLegCalculationPeriodDates