Skip to content

Class: InitialFixingDate

A CDM class which purpose is to specify the initial fixing date either alongside the FpML interest rate specification as an offset of another date, or alongside the credit derivative specification as an unadjusted date.

URI: common_domain_model:InitialFixingDate

 classDiagram
    class InitialFixingDate
    click InitialFixingDate href "../InitialFixingDate/"
      InitialFixingDate : initialFixingDate

      InitialFixingDate : relativeDateOffset





        InitialFixingDate --> "0..1" RelativeDateOffset : relativeDateOffset
        click RelativeDateOffset href "../RelativeDateOffset/"



Slots

Name Cardinality and Range Description Inheritance
relativeDateOffset 0..1
RelativeDateOffset
direct
initialFixingDate 0..1
date
The initial fixing date direct

Usages

used by used in type used
ResetDates initialFixingDate range InitialFixingDate

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: InitialFixingDate
description: A CDM class which purpose is to specify the initial fixing date either
  alongside the FpML interest rate specification as an offset of another date, or
  alongside the credit derivative specification as an unadjusted date.
in_subset:
- cdm_product_common_schedule
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- relativeDateOffset
- initialFixingDate
slot_usage:
  initialFixingDate:
    name: initialFixingDate
    range: date

Induced

name: InitialFixingDate
description: A CDM class which purpose is to specify the initial fixing date either
  alongside the FpML interest rate specification as an offset of another date, or
  alongside the credit derivative specification as an unadjusted date.
in_subset:
- cdm_product_common_schedule
from_schema: https://w3id.org/lmodel/common-domain-model
slot_usage:
  initialFixingDate:
    name: initialFixingDate
    range: date
attributes:
  relativeDateOffset:
    name: relativeDateOffset
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: InitialFixingDate
    domain_of:
    - InitialFixingDate
    range: RelativeDateOffset
  initialFixingDate:
    name: initialFixingDate
    description: The initial fixing date.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: InitialFixingDate
    domain_of:
    - ResetDates
    - InitialFixingDate
    range: date