Class: FloatingRateSpecification
A class to specify the floating interest rate by extending the floating rate definition with a set of attributes that specify such rate: the initial value specified as part of the trade, the rounding convention, the averaging method and the negative interest rate treatment.
URI: common_domain_model:FloatingRateSpecification
classDiagram
class FloatingRateSpecification
click FloatingRateSpecification href "../FloatingRateSpecification/"
FloatingRate <|-- FloatingRateSpecification
click FloatingRate href "../FloatingRate/"
FloatingRateSpecification <|-- InflationRateSpecification
click InflationRateSpecification href "../InflationRateSpecification/"
FloatingRateSpecification : averagingMethod
FloatingRateSpecification --> "0..1" AveragingWeightingMethodEnum : averagingMethod
click AveragingWeightingMethodEnum href "../AveragingWeightingMethodEnum/"
FloatingRateSpecification : calculationParameters
FloatingRateSpecification --> "0..1" FloatingRateCalculationParameters : calculationParameters
click FloatingRateCalculationParameters href "../FloatingRateCalculationParameters/"
FloatingRateSpecification : capRateSchedule
FloatingRateSpecification --> "0..1" StrikeSchedule : capRateSchedule
click StrikeSchedule href "../StrikeSchedule/"
FloatingRateSpecification : fallbackRate
FloatingRateSpecification --> "0..1" FallbackRateParameters : fallbackRate
click FallbackRateParameters href "../FallbackRateParameters/"
FloatingRateSpecification : finalRateRounding
FloatingRateSpecification --> "0..1" Rounding : finalRateRounding
click Rounding href "../Rounding/"
FloatingRateSpecification : floatingRateMultiplierSchedule
FloatingRateSpecification --> "0..1" RateSchedule : floatingRateMultiplierSchedule
click RateSchedule href "../RateSchedule/"
FloatingRateSpecification : floorRateSchedule
FloatingRateSpecification --> "0..1" StrikeSchedule : floorRateSchedule
click StrikeSchedule href "../StrikeSchedule/"
FloatingRateSpecification : initialRate
FloatingRateSpecification --> "0..1" Price : initialRate
click Price href "../Price/"
FloatingRateSpecification : negativeInterestRateTreatment
FloatingRateSpecification --> "0..1" NegativeInterestRateTreatmentEnum : negativeInterestRateTreatment
click NegativeInterestRateTreatmentEnum href "../NegativeInterestRateTreatmentEnum/"
FloatingRateSpecification : rateOption
FloatingRateSpecification --> "0..1" InterestRateIndex : rateOption
click InterestRateIndex href "../InterestRateIndex/"
FloatingRateSpecification : rateTreatment
FloatingRateSpecification --> "0..1" RateTreatmentEnum : rateTreatment
click RateTreatmentEnum href "../RateTreatmentEnum/"
FloatingRateSpecification : spreadSchedule
FloatingRateSpecification --> "0..1" SpreadSchedule : spreadSchedule
click SpreadSchedule href "../SpreadSchedule/"
Inheritance
- FloatingRateBase
- FloatingRate
- FloatingRateSpecification
- FloatingRate
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| initialRate | 0..1 Price |
The initial floating rate reset agreed between the principal parties involved... | direct |
| finalRateRounding | 0..1 Rounding |
The rounding convention to apply to the final rate used in determination of a... | direct |
| averagingMethod | 0..1 AveragingWeightingMethodEnum |
If averaging is applicable, this component specifies whether a weighted or un... | direct |
| negativeInterestRateTreatment | 0..1 NegativeInterestRateTreatmentEnum |
The specification of any provisions for calculating payment obligations when ... | direct |
| floatingRateMultiplierSchedule | 0..1 RateSchedule |
A rate multiplier or multiplier schedule to apply to the floating rate | FloatingRate |
| rateTreatment | 0..1 RateTreatmentEnum |
The specification of any rate conversion which needs to be applied to the obs... | FloatingRate |
| calculationParameters | 0..1 FloatingRateCalculationParameters |
Support for modular calculated rates, such such as lockout compound calculati... | FloatingRate |
| fallbackRate | 0..1 FallbackRateParameters |
Definition of any fallback rate that may be applicable | FloatingRate |
| rateOption | 0..1 InterestRateIndex or FloatingRateIndex or InflationIndex |
FloatingRateBase | |
| spreadSchedule | 0..1 SpreadSchedule |
The ISDA Spread or a Spread schedule expressed as explicit spreads and dates | FloatingRateBase |
| capRateSchedule | 0..1 StrikeSchedule |
The cap rate or cap rate schedule, if any, which applies to the floating rate | FloatingRateBase |
| floorRateSchedule | 0..1 StrikeSchedule |
The floor rate or floor rate schedule, if any, which applies to the floating ... | FloatingRateBase |
Usages
| used by | used in | type | used |
|---|---|---|---|
| InterestRatePayout | rateSpecification | any_of[range] | FloatingRateSpecification |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | common_domain_model:FloatingRateSpecification |
| native | common_domain_model:FloatingRateSpecification |
LinkML Source
Direct
name: FloatingRateSpecification
description: 'A class to specify the floating interest rate by extending the floating
rate definition with a set of attributes that specify such rate: the initial value
specified as part of the trade, the rounding convention, the averaging method and
the negative interest rate treatment.'
in_subset:
- cdm_product_asset
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: FloatingRate
slots:
- initialRate
- finalRateRounding
- averagingMethod
- negativeInterestRateTreatment
slot_usage:
averagingMethod:
name: averagingMethod
description: 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.
range: AveragingWeightingMethodEnum
Induced
name: FloatingRateSpecification
description: 'A class to specify the floating interest rate by extending the floating
rate definition with a set of attributes that specify such rate: the initial value
specified as part of the trade, the rounding convention, the averaging method and
the negative interest rate treatment.'
in_subset:
- cdm_product_asset
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: FloatingRate
slot_usage:
averagingMethod:
name: averagingMethod
description: 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.
range: AveragingWeightingMethodEnum
attributes:
initialRate:
name: initialRate
description: 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.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: FloatingRateSpecification
domain_of:
- FloatingRateSpecification
- FloatingRateProcessingParameters
range: Price
finalRateRounding:
name: finalRateRounding
description: The rounding convention to apply to the final rate used in determination
of a calculation period amount.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: FloatingRateSpecification
domain_of:
- FloatingRateSpecification
range: Rounding
averagingMethod:
name: averagingMethod
description: 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.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: FloatingRateSpecification
domain_of:
- DeterminationMethodology
- FloatingRateSpecification
- AveragingCalculation
range: AveragingWeightingMethodEnum
negativeInterestRateTreatment:
name: negativeInterestRateTreatment
description: 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).
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: FloatingRateSpecification
domain_of:
- FloatingRateSpecification
range: NegativeInterestRateTreatmentEnum
floatingRateMultiplierSchedule:
name: floatingRateMultiplierSchedule
description: 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.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: FloatingRateSpecification
domain_of:
- FloatingRate
- StubFloatingRate
range: RateSchedule
rateTreatment:
name: rateTreatment
description: 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.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: FloatingRateSpecification
domain_of:
- FloatingRate
- StubFloatingRate
range: RateTreatmentEnum
calculationParameters:
name: calculationParameters
description: Support for modular calculated rates, such such as lockout compound
calculations.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: FloatingRateSpecification
domain_of:
- FallbackRateParameters
- FloatingRate
range: FloatingRateCalculationParameters
fallbackRate:
name: fallbackRate
description: Definition of any fallback rate that may be applicable.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: FloatingRateSpecification
domain_of:
- FloatingRate
range: FallbackRateParameters
rateOption:
name: rateOption
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: FloatingRateSpecification
domain_of:
- FloatingRateBase
range: InterestRateIndex
any_of:
- range: FloatingRateIndex
- range: InflationIndex
spreadSchedule:
name: spreadSchedule
description: 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.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: FloatingRateSpecification
domain_of:
- FloatingRateBase
- StubFloatingRate
range: SpreadSchedule
capRateSchedule:
name: capRateSchedule
description: 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.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: FloatingRateSpecification
domain_of:
- FloatingRateBase
- StubFloatingRate
range: StrikeSchedule
floorRateSchedule:
name: floorRateSchedule
description: 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.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: FloatingRateSpecification
domain_of:
- FloatingRateBase
- StubFloatingRate
range: StrikeSchedule