XML Schema Documentation

Complex Type: AveragingSchedule

[Table of contents]

Super-types: None
Sub-types: None
Name AveragingSchedule
Used by (from the same schema document) Complex Type AveragingPeriod , Complex Type TriggerEvent
Abstract no
Documentation Method of generating a series of dates.
XML Instance Representation
<...>
<startDate> xsd:date </startDate> [1]

'Date on which this period begins.'

<endDate> xsd:date </endDate> [1]

'Date on which this period ends.'

<averagingPeriodFrequency> CalculationPeriodFrequency </averagingPeriodFrequency> [1]

'The frequency at which averaging period occurs with the regular part of the valuation schedule and their roll date convention.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="AveragingSchedule">
<xsd:sequence>
<xsd:group ref=" Period.model "/>
<--frequency, frequencyType, weekNumber, day of the week were removed as their usage is covered in the CalculationPeriodFrequency -->
<xsd:element name="averagingPeriodFrequency" type=" CalculationPeriodFrequency "/>
</xsd:sequence>
</xsd:complexType>