Definition Type: Element
Name: interestLegResetDates
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-eqs-4-0.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Specifies the reset dates of the interest leg of the swap.
Collapse XSD Schema Diagram:
Drilldown into resetFrequency in schema fpml-eqs-4-0_xsd Drilldown into resetRelativeTo in schema fpml-eqs-4-0_xsd Drilldown into calculationPeriodDatesReference in schema fpml-eqs-4-0_xsdXSD Diagram of interestLegResetDates in schema fpml-eqs-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="interestLegResetDates">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Specifies the reset dates of the interest leg of the swap.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="calculationPeriodDatesReference">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A pointer style reference to the associated calculation period dates component defined elsewhere in the document.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:attribute name="href" type="xsd:IDREF" use="required" />
                </xsd:complexType>
            </xsd:element>
            <xsd:choice>
                <xsd:element name="resetRelativeTo" type="ResetRelativeToEnum">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Specifies whether the reset dates are determined with respect to each adjusted calculation period start date or adjusted calculation period end date. If the reset frequency is specified as daily this element must not be included.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="resetFrequency" type="ResetFrequency">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The frequency at which reset dates occur. In the case of a weekly reset frequency, also specifies the day of the week that the reset occurs. If the reset frequency is greater than the calculation period frequency then this implies that more than one reset date is established for each calculation period and some form of rate averaging is applicable.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:choice>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
calculationPeriodDatesReference nsA:calculationPeriodDatesReference (1) (1)
resetRelativeTo nsA:resetRelativeTo (1) (1)
resetFrequency nsA:resetFrequency (1) (1)