XML Schema Documentation

Complex Type: FloatingRate

[Table of contents]

Super-types: Rate < FloatingRate (by extension)
Sub-types:
Name FloatingRate
Used by (from the same schema document) Complex Type StubValue
Abstract no
Documentation A type defining a floating rate.
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.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="FloatingRate">
<xsd:complexContent>
<xsd:extension base=" Rate ">
<xsd:sequence>
<xsd:group ref=" FloatingRateIndex.model "/>
<xsd:element name="floatingRateMultiplierSchedule" type=" Schedule " minOccurs="0"/>
<xsd:element name="spreadSchedule" type=" SpreadSchedule " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="rateTreatment" type=" RateTreatmentEnum " minOccurs="0"/>
<xsd:element name="capRateSchedule" type=" StrikeSchedule " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="floorRateSchedule" type=" StrikeSchedule " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>