Skip to content

Class: FixedRateSpecification

Type defining the specification for a fixed rate.

URI: common_domain_model:FixedRateSpecification

 classDiagram
    class FixedRateSpecification
    click FixedRateSpecification href "../FixedRateSpecification/"
      FixedRateSpecification : rateSchedule





        FixedRateSpecification --> "0..1" RateSchedule : rateSchedule
        click RateSchedule href "../RateSchedule/"



Slots

Name Cardinality and Range Description Inheritance
rateSchedule 0..1
RateSchedule
The fixed rate or fixed rate schedule expressed as explicit fixed rates and d... direct

Usages

used by used in type used
InterestRatePayout rateSpecification any_of[range] FixedRateSpecification
BondReference couponRate range FixedRateSpecification
OptionStrike strikeReference range FixedRateSpecification

In Subsets

Identifier and Mapping Information

Annotations

property value
metadata_key True

Schema Source

Mappings

Mapping Type Mapped Value
self common_domain_model:FixedRateSpecification
native common_domain_model:FixedRateSpecification

LinkML Source

Direct

name: FixedRateSpecification
annotations:
  metadata_key:
    tag: metadata_key
    value: true
description: Type defining the specification for a fixed rate.
in_subset:
- cdm_product_asset
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- rateSchedule

Induced

name: FixedRateSpecification
annotations:
  metadata_key:
    tag: metadata_key
    value: true
description: Type defining the specification for a fixed rate.
in_subset:
- cdm_product_asset
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  rateSchedule:
    name: rateSchedule
    description: The fixed rate or fixed rate schedule expressed as explicit fixed
      rates and dates. In the case of a schedule, the step dates may be subject to
      adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: FixedRateSpecification
    domain_of:
    - FixedRateSpecification
    range: RateSchedule