XML Schema Documentation

Complex Type: InflationRateCalculation

[Table of contents]

Super-types: FloatingRateCalculation < InflationRateCalculation (by extension)
Sub-types: None
Name InflationRateCalculation
Used by (from the same schema document) Element inflationRateCalculation
Abstract no
Documentation A type defining the components specifiying an Inflation Rate Calculation
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<floatingRateIndex> FloatingRateIndex </floatingRateIndex> [1]
<indexTenor> Interval </indexTenor> [0..1]

'The ISDA Designated Maturity, i.e. the tenor of the floating rate.'

<floatingRateMultiplierSchedule> Schedule </floatingRateMultiplierSchedule> [0..1]

'A rate multiplier or multiplier schedule to apply to the floating rate. A multiplier schedule is expressed as explicit multipliers and dates. In the case of a schedule, the step dates may be subject to adjustment in accordance with any adjustments specified in the calculationPeriodDatesAdjustments. The multiplier can be a positive or negative decimal. This element should only be included if the multiplier is not equal to 1 (one) for the term of the stream.'

<spreadSchedule> SpreadSchedule </spreadSchedule> [0..*]

'The ISDA Spread or a Spread schedule expressed as explicit spreads and dates. In the case of a schedule, the step dates may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments. The spread is a per annum rate, expressed as a decimal. For purposes of determining a calculation period amount, if positive the spread will be added to the floating rate and if negative the spread will be subtracted from the floating rate. A positive 10 basis point (0.1%) spread would be represented as 0.001.'

<rateTreatment> RateTreatmentEnum </rateTreatment> [0..1]

'The specification of any rate conversion which needs to be applied to the observed rate before being used in any calculations. The two common conversions are for securities quoted on a bank discount basis which will need to be converted to either a Money Market Yield or Bond Equivalent Yield. See the Annex to the 2000 ISDA Definitions, Section 7.3. Certain General Definitions Relating to Floating Rate Options, paragraphs (g) and (h) for definitions of these terms.'

<capRateSchedule> StrikeSchedule </capRateSchedule> [0..*]

'The cap rate or cap rate schedule, if any, which applies to the floating rate. The cap rate (strike) is only required where the floating rate on a swap stream is capped at a certain level. A cap rate schedule is expressed as explicit cap rates and dates and the step dates may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments. The cap rate is assumed to be exclusive of any spread and is a per annum rate, expressed as a decimal. A cap rate of 5% would be represented as 0.05.'

<floorRateSchedule> StrikeSchedule </floorRateSchedule> [0..*]

'The floor rate or floor rate schedule, if any, which applies to the floating rate. The floor rate (strike) is only required where the floating rate on a swap stream is floored at a certain strike level. A floor rate schedule is expressed as explicit floor rates and dates and the step dates may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments. The floor rate is assumed to be exclusive of any spread and is a per annum rate, expressed as a decimal. A floor rate of 5% would be represented as 0.05.'

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

'The initial floating rate reset agreed between the principal parties involved in the trade. This is assumed to be the first required reset rate for the first regular calculation period. It should only be included when the rate is not equal to the rate published on the source implied by the floating rate index. An initial rate of 5% would be represented as 0.05.'

<finalRateRounding> Rounding </finalRateRounding> [0..1]

'The rounding convention to apply to the final rate used in determination of a calculation period amount.'

<averagingMethod> AveragingMethodEnum </averagingMethod> [0..1]

'If averaging is applicable, this component specifies whether a weighted or unweighted average method of calculation is to be used. The component must only be included when averaging applies.'

<negativeInterestRateTreatment> NegativeInterestRateTreatmentEnum </negativeInterestRateTreatment> [0..1]

'The specification of any provisions for calculating payment obligations when a floating rate is negative (either due to a quoted negative floating rate or by operation of a spread that is subtracted from the floating rate).'

<inflationLag> Offset </inflationLag> [1]

'an offsetting period from the payment date which determines the reference period for which the inflation index is onserved.'

<indexSource> RateSourcePage </indexSource> [1]

'The reference source such as Reuters or Bloomberg.'

<mainPublication> MainPublication </mainPublication> [0..1]

'The current main publication source such as relevant web site or a government body.'

<interpolationMethod> InterpolationMethod </interpolationMethod> [1]

'The method used when calculating the Inflation Index Level from multiple points - the most common is Linear.'

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

'initial known index level for the first calculation period.'

<fallbackBondApplicable> xsd:boolean </fallbackBondApplicable> [0..1]

'The applicability of a fallback bond as defined in the 2006 ISDA Inflation Derivatives Definitions, sections 1.3 and 1.8. Omission of this element imples a value of true.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="InflationRateCalculation">
<xsd:complexContent>
<xsd:extension base=" FloatingRateCalculation ">
<xsd:sequence>
<xsd:element name="inflationLag" type=" Offset "/>
<xsd:element name="indexSource" type=" RateSourcePage "/>
<xsd:element name="mainPublication" type=" MainPublication " minOccurs="0"/>
<xsd:element name="interpolationMethod" type=" InterpolationMethod "/>
<xsd:element name="initialIndexLevel" type=" xsd:decimal " minOccurs="0"/>
<xsd:element name="fallbackBondApplicable" type=" xsd:boolean " minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>