XML Schema Documentation

Complex Type: InterestLegResetDates

[Table of contents]

Super-types: None
Sub-types: None
Name InterestLegResetDates
Used by (from the same schema document) Complex Type InterestLegCalculationPeriodDates
Abstract no
XML Instance Representation
<...>
<calculationPeriodDatesReference> InterestLegCalculationPeriodDatesReference </calculationPeriodDatesReference> [1]

'A pointer style reference to the associated calculation period dates component defined elsewhere in the document.'

Start Choice [1]
<resetRelativeTo> ResetRelativeToEnum </resetRelativeTo> [1]

'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.'

<resetFrequency> ResetFrequency </resetFrequency> [1]

'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.'

End Choice
<initialFixingDate> RelativeDateOffset </initialFixingDate> [0..1]

'Initial fixing date expressed as an offset to another date defined elsewhere in the document.'

<fixingDates> AdjustableDatesOrRelativeDateOffset </fixingDates> [0..1]

'Specifies the fixing date relative to the reset date in terms of a business days offset, or by providing a series of adjustable dates'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="InterestLegResetDates">
<xsd:sequence>
<xsd:element name="calculationPeriodDatesReference" type=" InterestLegCalculationPeriodDatesReference "/>
<xsd:choice>
<xsd:element name="resetRelativeTo" type=" ResetRelativeToEnum "/>
<xsd:element name="resetFrequency" type=" ResetFrequency "/>
</xsd:choice>
<xsd:element name="initialFixingDate" type=" RelativeDateOffset " minOccurs="0"/>
<xsd:element name="fixingDates" type=" AdjustableDatesOrRelativeDateOffset " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>