Skip to content

Class: FxRateSourceFixing

Describes a rate source to be fixed and the date the fixing occurs

URI: common_domain_model:FxRateSourceFixing

 classDiagram
    class FxRateSourceFixing
    click FxRateSourceFixing href "../FxRateSourceFixing/"
      FxRateSourceFixing : fixingDate





        FxRateSourceFixing --> "1" AdjustableDate : fixingDate
        click AdjustableDate href "../AdjustableDate/"



      FxRateSourceFixing : settlementRateSource





        FxRateSourceFixing --> "1" FxSettlementRateSource : settlementRateSource
        click FxSettlementRateSource href "../FxSettlementRateSource/"



Slots

Name Cardinality and Range Description Inheritance
settlementRateSource 1
FxSettlementRateSource
direct
fixingDate 1
AdjustableDate
The date on which the fixing is scheduled to occur direct

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: FxRateSourceFixing
description: Describes a rate source to be fixed and the date the fixing occurs
in_subset:
- cdm_observable_asset
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- settlementRateSource
- fixingDate

Induced

name: FxRateSourceFixing
description: Describes a rate source to be fixed and the date the fixing occurs
in_subset:
- cdm_observable_asset
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  settlementRateSource:
    name: settlementRateSource
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: FxRateSourceFixing
    domain_of:
    - FxRateSourceFixing
    range: FxSettlementRateSource
    required: true
  fixingDate:
    name: fixingDate
    description: The date on which the fixing is scheduled to occur.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: FxRateSourceFixing
    domain_of:
    - FxRateSourceFixing
    range: AdjustableDate
    required: true