XML Schema Documentation

Complex Type: CalculationPeriodDates

[Table of contents]

Super-types: None
Sub-types: None
Name CalculationPeriodDates
Used by (from the same schema document) Complex Type InterestRateStream
Abstract no
Documentation A type defining the parameters used to generate the calculation period dates schedule, including the specification of any initial or final stub calculation periods. A calculation perod schedule consists of an optional initial stub calculation period, one or more regular calculation periods and an optional final stub calculation period. In the absence of any initial or final stub calculation periods, the regular part of the calculation period schedule is assumed to be between the effective date and the termination date. No implicit stubs are allowed, i.e. stubs must be explicitly specified using an appropriate combination of firstPeriodStateDate, firstRegularPeriodStartDate and lastRegularPeriodEndDate.
XML Instance Representation
<...
id=" xsd:ID [1]">
Start Choice [1]
<effectiveDate> AdjustableDate </effectiveDate> [1]

'The first day of the term of the trade. This day may be subject to adjustment in accordance with a business day convention.'

<relativeEffectiveDate> AdjustedRelativeDateOffset </relativeEffectiveDate> [1]

'Defines the effective date.'

End Choice
Start Choice [1]
<terminationDate> AdjustableDate </terminationDate> [1]

'The last day of the term of the trade. This day may be subject to adjustment in accordance with a business day convention.'

<relativeTerminationDate> RelativeDateOffset </relativeTerminationDate> [1]

'The term/maturity of the swap, express as a tenor (typically in years).'

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

<firstPeriodStartDate> AdjustableDate </firstPeriodStartDate> [0..1]

'The start date of the calculation period if the date falls before the effective date. It must only be specified if it is not equal to the effective date. This date may be subject to adjustment in accordance with a business day convention.'

<firstRegularPeriodStartDate> xsd:date </firstRegularPeriodStartDate> [0..1]

'The start date of the regular part of the calculation period schedule. It must only be specified if there is an initial stub calculation period. This day may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments.'

<firstCompoundingPeriodEndDate> xsd:date </firstCompoundingPeriodEndDate> [0..1]

'The end date of the initial compounding period when compounding is applicable. It must only be specified when the compoundingMethod element is present and not equal to a value of None. This date may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments.'

<lastRegularPeriodEndDate> xsd:date </lastRegularPeriodEndDate> [0..1]

'The end date of the regular part of the calculation period schedule. It must only be specified if there is a final stub calculation period. This day may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments.'

<stubPeriodType> StubPeriodTypeEnum </stubPeriodType> [0..1]

'Method to allocate any irregular period remaining after regular periods have been allocated between the effective and termination date.'

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

</...>
Diagram
Schema Component Representation
<xsd:complexType name="CalculationPeriodDates">
<xsd:sequence>
<xsd:choice>
<xsd:element name="effectiveDate" type=" AdjustableDate "/>
<xsd:element name="relativeEffectiveDate" type=" AdjustedRelativeDateOffset "/>
</xsd:choice>
<xsd:choice>
<xsd:element name="terminationDate" type=" AdjustableDate "/>
<xsd:element name="relativeTerminationDate" type=" RelativeDateOffset "/>
</xsd:choice>
<xsd:element name="calculationPeriodDatesAdjustments" type=" BusinessDayAdjustments "/>
<xsd:element name="firstPeriodStartDate" type=" AdjustableDate " minOccurs="0"/>
<xsd:element name="firstRegularPeriodStartDate" type=" xsd:date " minOccurs="0"/>
<xsd:element name="firstCompoundingPeriodEndDate" type=" xsd:date " minOccurs="0"/>
<xsd:element name="lastRegularPeriodEndDate" type=" xsd:date " minOccurs="0"/>
<xsd:element name="stubPeriodType" type=" StubPeriodTypeEnum " minOccurs="0"/>
<xsd:element name="calculationPeriodFrequency" type=" CalculationPeriodFrequency "/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID " use="required"/>
</xsd:complexType>