Skip to content

Class: Lag

The pricing period per calculation period if the pricing days do not wholly fall within the respective calculation period.

URI: common_domain_model:Lag

 classDiagram
    class Lag
    click Lag href "../Lag/"
      Lag : firstObservationDateOffset





        Lag --> "0..1" Offset : firstObservationDateOffset
        click Offset href "../Offset/"



      Lag : lagDuration





        Lag --> "1" Offset : lagDuration
        click Offset href "../Offset/"



Slots

Name Cardinality and Range Description Inheritance
lagDuration 1
Offset
Defines the offset of the series of pricing dates relative to the calculation... direct
firstObservationDateOffset 0..1
Offset
Defines the offset of the series of pricing dates relative to the calculation... direct

Usages

used by used in type used
ParametricDates lag range Lag

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: Lag
description: The pricing period per calculation period if the pricing days do not
  wholly fall within the respective calculation period.
in_subset:
- cdm_product_common_schedule
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- lagDuration
- firstObservationDateOffset

Induced

name: Lag
description: The pricing period per calculation period if the pricing days do not
  wholly fall within the respective calculation period.
in_subset:
- cdm_product_common_schedule
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  lagDuration:
    name: lagDuration
    description: Defines the offset of the series of pricing dates relative to the
      calculation period.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: Lag
    domain_of:
    - Lag
    range: Offset
    required: true
  firstObservationDateOffset:
    name: firstObservationDateOffset
    description: Defines the offset of the series of pricing dates relative to the
      calculation period.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: Lag
    domain_of:
    - Lag
    range: Offset