XML Schema Documentation

Complex Type: ResetFrequency

[Table of contents]

Super-types: Interval < ResetFrequency (by extension)
Sub-types: None
Name ResetFrequency
Abstract no
Documentation A type defining the reset frequency. In the case of a weekly reset, also specifies the day of the week that the reset occurs. If the reset frequency is greater than the calculation period frequency the this implies that more or more reset dates is established for each calculation period and some form of rate averaginhg is applicable. The specific averaging method of calculation is specified in FloatingRateCalculation.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<periodMultiplier> xsd:integer </periodMultiplier> [1]

'A time period multiplier, e.g. 1, 2 or 3 etc. A negative value can be used when specifying an offset relative to another date, e.g. -2 days. If the period value is T (Term) then periodMultiplier must contain the value 1.'

<period> PeriodEnum </period> [1]

'A time period, e.g. a day, week, month, year or term of the stream. If the periodMultiplier value is 0 (zero) then period must contain the value D (day).'

<weeklyRollConvention> WeeklyRollConventionEnum </weeklyRollConvention> [0..1]

'The day of the week on which a weekly reset date occurs. This element must be included if the reset frequency is defined as weekly and not otherwise.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ResetFrequency">
<xsd:complexContent>
<xsd:extension base=" Interval ">
<xsd:sequence>
<xsd:element name="weeklyRollConvention" type=" WeeklyRollConventionEnum " minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>