XML Schema Documentation

Complex Type: RateObservation

[Table of contents]

Super-types: None
Sub-types: None
Name RateObservation
Abstract no
Documentation A type defining parameters associated with an individual observation or fixing. This type forms part of the cashflow representation of a stream.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<resetDate> xsd:date </resetDate> [0..1]

'The reset date.'

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

'The adjusted fixing date, i.e. the actual date the rate is observed. The date should already be adjusted for any applicable business day convention.'

<observedRate> xsd:decimal </observedRate> [0..1]

'The actual observed rate before any required rate treatment is applied, e.g. before converting a rate quoted on a discount basis to an equivalent yield. An observed rate of 5% would be represented as 0.05.'

<treatedRate> xsd:decimal </treatedRate> [0..1]

'The observed rate after any required rate treatment is applied. A treated rate of 5% would be represented as 0.05.'

<observationWeight> xsd:positiveInteger </observationWeight> [1]

'The number of days weighting to be associated with the rate observation, i.e. the number of days such rate is in effect. This is applicable in the case of a weighted average method of calculation where more than one reset date is established for a single calculation period.'

<rateReference> RateReference </rateReference> [0..1]

'A pointer style reference to a floating rate component defined as part of a stub calculation period amount component. It is only required when it is necessary to distinguish two rate observations for the same fixing date which could occur when linear interpolation of two different rates occurs for a stub calculation period.'

<forecastRate> xsd:decimal </forecastRate> [0..1]

'The value representing the forecast rate used to calculate the forecast future value of the accrual period.A value of 1% should be represented as 0.01'

<treatedForecastRate> xsd:decimal </treatedForecastRate> [0..1]

'The value representing the forecast rate after applying rate treatment rules. A value of 1% should be represented as 0.01'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="RateObservation">
<xsd:sequence>
<xsd:element name="resetDate" type=" xsd:date " minOccurs="0"/>
<xsd:element name="adjustedFixingDate" type=" xsd:date " minOccurs="0"/>
<xsd:element name="observedRate" type=" xsd:decimal " minOccurs="0"/>
<xsd:element name="treatedRate" type=" xsd:decimal " minOccurs="0"/>
<xsd:element name="observationWeight" type=" xsd:positiveInteger "/>
<xsd:element name="rateReference" type=" RateReference " minOccurs="0"/>
<xsd:element name="forecastRate" type=" xsd:decimal " minOccurs="0"/>
<xsd:element name="treatedForecastRate" type=" xsd:decimal " minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>