fpml:floorRateSchedule
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.
Element information
Namespace: http://www.fpml.org/FpML-5/confirmation
Schema document: fpml-shared-5-5.xsd
Type: fpml:StrikeSchedule
Properties: Local, Qualified
Content
- Sequence [1..1]
- fpml:initialValue [1..1] The initial rate or amount, as the case may be. An initial rate of 5% would be represented as 0.05.
- fpml:step [0..*] The schedule of step date and value pairs. On each step date the associated step value becomes effective A list of steps may be ordered in the document by ascending step date. An FpML document containing an unordered list of steps is still regarded as a conformant document.
- fpml:buyer [0..1] The buyer of the option
- fpml:seller [0..1] The party that has sold.
from type fpml:Schedule
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from type fpml:Schedule |
Used in
- Type fpml:FloatingRate (Elements fpml:floatingRate, fpml:floatingRate)
- Type fpml:InflationRateCalculation via extension of fpml:FloatingRate (Element fpml:inflationRateCalculation)
- Type fpml:FloatingRateCalculation via extension of fpml:FloatingRate (Elements fpml:floatingRateCalculation, fpml:floatingRateCalculation)
Sample instance
<floorRateSchedule> <initialValue>0.04</initialValue> <step> <stepDate>2002-06-30</stepDate> <stepValue>0.0425</stepValue> </step> <step> <stepDate>2003-06-30</stepDate> <stepValue>0.045</stepValue> </step> <step> <stepDate>2004-06-30</stepDate> <stepValue>0.0475</stepValue> </step> <step> <stepDate>2005-06-30</stepDate> <stepValue>0.05</stepValue> </step> <buyer>Receiver</buyer> <seller>Payer</seller> </floorRateSchedule>