Definition Type: ComplexType
Name: InterestLegCalculationPeriodDates
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-eq-shared-4-4.xsd
Abstract
Documentation:
Component that holds the various dates used to specify the interest leg of the equity swap. It is used to define the InterestPeriodDates identifyer.
Collapse XSD Schema Diagram:
Drilldown into interestLegPaymentDates in schema fpml-eq-shared-4-4_xsd Drilldown into interestLegResetDates in schema fpml-eq-shared-4-4_xsd Drilldown into terminationDate in schema fpml-eq-shared-4-4_xsd Drilldown into effectiveDate in schema fpml-eq-shared-4-4_xsd Drilldown into id in schema fpml-eq-shared-4-4_xsdXSD Diagram of InterestLegCalculationPeriodDates in schema fpml-eq-shared-4-4_xsd (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 equity swap. It is used to define the InterestPeriodDates identifyer.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="effectiveDate" type="AdjustableOrRelativeDate">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the effective date of the equity swap. This global element is valid within the equity 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">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the termination date of the equity swap. This global element is valid within the equity 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">
            <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="AdjustableOrRelativeDates">
            <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 fpml:effectiveDate (1) (1)
terminationDate fpml:terminationDate (1) (1)
interestLegResetDates fpml:interestLegResetDates (1) (1)
interestLegPaymentDates fpml:interestLegPaymentDates (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id Required
Collapse Derivation Tree:
Collapse References:
fpml:interestLegCalculationPeriodDates