XML Schema Documentation

Complex Type: PeriodicDates

[Table of contents]

Super-types: None
Sub-types: None
Name PeriodicDates
Used by (from the same schema document) Complex Type AdjustableRelativeOrPeriodicDates , Complex Type AdjustableRelativeOrPeriodicDates2
Abstract no
XML Instance Representation
<...>
<calculationStartDate> AdjustableOrRelativeDate </calculationStartDate> [1]
<calculationEndDate> AdjustableOrRelativeDate </calculationEndDate> [0..1]
<calculationPeriodFrequency> CalculationPeriodFrequency </calculationPeriodFrequency> [1]

'The frequency at which calculation period end dates occur with the regular part of the calculation period schedule and their roll date convention.'

<calculationPeriodDatesAdjustments> BusinessDayAdjustments </calculationPeriodDatesAdjustments> [1]

'The business day convention to apply to each calculation period end date if it would otherwise fall on a day that is not a business day in the specified financial business centers.'

</...>
Diagram
type_AdjustableOrRelativeDate type_AdjustableOrRelativeDate
Schema Component Representation
<xsd:complexType name="PeriodicDates">
<xsd:sequence>
<xsd:element name="calculationStartDate" type=" AdjustableOrRelativeDate "/>
<xsd:element name="calculationEndDate" type=" AdjustableOrRelativeDate " minOccurs="0"/>
<xsd:element name="calculationPeriodFrequency" type=" CalculationPeriodFrequency "/>
<xsd:element name="calculationPeriodDatesAdjustments" type=" BusinessDayAdjustments "/>
</xsd:sequence>
</xsd:complexType>