Definition Type: ComplexType
Name: ResetDates
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-ird-4-4.xsd
Abstract
Documentation:
A type defining the parameters used to generate the reset dates schedule and associated fixing dates. The reset dates are determined relative to the calculation periods schedules dates.
Collapse XSD Schema Diagram:
Drilldown into resetDatesAdjustments in schema fpml-ird-4-4_xsd Drilldown into resetFrequency in schema fpml-ird-4-4_xsd Drilldown into rateCutOffDaysOffset in schema fpml-ird-4-4_xsd Drilldown into fixingDates in schema fpml-ird-4-4_xsd Drilldown into initialFixingDate in schema fpml-ird-4-4_xsd Drilldown into resetRelativeTo in schema fpml-ird-4-4_xsd Drilldown into calculationPeriodDatesReference in schema fpml-ird-4-4_xsd Drilldown into id in schema fpml-ird-4-4_xsdXSD Diagram of ResetDates in schema fpml-ird-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ResetDates">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining the parameters used to generate the reset dates schedule and associated fixing dates. The reset dates are determined relative to the calculation periods schedules dates.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="calculationPeriodDatesReference" type="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:element>
        <xsd:element name="resetRelativeTo" type="ResetRelativeToEnum" minOccurs="0">
            <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="initialFixingDate" type="RelativeDateOffset" minOccurs="0" />
        <xsd:element name="fixingDates" type="RelativeDateOffset">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the fixing date relative to the reset date in terms of a business days offset and an associated set of financial business centers. Normally these offset calculation rules will be those specified in the ISDA definition for the relevant floating rate index (ISDA's Floating Rate Option). However, non-standard offset calculation rules may apply for a trade if mutually agreed by the principal parties to the transaction. The href attribute on the dateRelativeTo element should reference the id attribute on the resetDates element.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="rateCutOffDaysOffset" type="Offset" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the number of business days before the period end date when the rate cut-off date is assumed to apply. The financial business centers associated with determining the rate cut-off date are those specified in the reset dates adjustments. The rate cut-off number of days must be a negative integer (a value of zero would imply no rate cut off applies in which case the rateCutOffDaysOffset element should not be included). The relevant rate for each reset date in the period from, and including, a rate cut-off date to, but excluding, the next applicable period end date (or, in the case of the last calculation period, the termination date) will (solely for purposes of calculating the floating amount payable on the next applicable payment date) be deemed to be the relevant rate in effect on that rate cut-off date. For example, if rate cut-off days for a daily averaging deal is -2 business days, then the refix rate applied on (period end date - 2 days) will also be applied as the reset on (period end date - 1 day), i.e. the actual number of reset dates remains the same but from the rate cut-off date until the period end date, the same refix rate is applied. Note that in the case of several calculation periods contributing to a single payment, the rate cut-off is assumed only to apply to the final calculation period contributing to that payment. The day type associated with the offset must imply a business days offset.</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:element name="resetDatesAdjustments" type="BusinessDayAdjustments">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The business day convention to apply to each reset date if it would otherwise fall on a day that is not a business day in the specified financial business centers.</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
calculationPeriodDatesReference fpml:calculationPeriodDatesReference (1) (1)
resetRelativeTo fpml:resetRelativeTo 0 (1)
initialFixingDate fpml:initialFixingDate 0 (1)
fixingDates fpml:fixingDates (1) (1)
rateCutOffDaysOffset fpml:rateCutOffDaysOffset 0 (1)
resetFrequency fpml:resetFrequency (1) (1)
resetDatesAdjustments fpml:resetDatesAdjustments (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id Required
Collapse Derivation Tree:
Collapse References:
fpml:resetDates