Definition Type: ComplexType
Name: InterestLegResetDates
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-eq-shared-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into fixingDates in schema fpml-eq-shared-5-10_xsd1 Drilldown into initialFixingDate in schema fpml-eq-shared-5-10_xsd1 Drilldown into resetFrequency in schema fpml-eq-shared-5-10_xsd1 Drilldown into resetRelativeTo in schema fpml-eq-shared-5-10_xsd1 Drilldown into calculationPeriodDatesReference in schema fpml-eq-shared-5-10_xsd1XSD Diagram of InterestLegResetDates in schema fpml-eq-shared-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="InterestLegResetDates">
    <xsd:sequence>
        <xsd:element name="calculationPeriodDatesReference" type="InterestLegCalculationPeriodDatesReference" minOccurs="0">
            <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:element>
        <xsd:choice minOccurs="0">
            <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:element name="initialFixingDate" type="RelativeDateOffset" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Initial fixing date expressed as an offset to another date defined elsewhere in the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="fixingDates" type="AdjustableDatesOrRelativeDateOffset" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the fixing date relative to the reset date in terms of a business days offset, or by providing a series of adjustable dates.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
calculationPeriodDatesReference nsD:calculationPeriodDatesReference 0 (1)
resetRelativeTo nsD:resetRelativeTo (1) (1)
resetFrequency nsD:resetFrequency (1) (1)
initialFixingDate nsD:initialFixingDate 0 (1)
fixingDates nsD:fixingDates 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:interestLegResetDates