Skip to content

Class: ObservationDates

Describes date details for a set of observation dates in parametric or non-parametric form.

URI: common_domain_model:ObservationDates

 classDiagram
    class ObservationDates
    click ObservationDates href "../ObservationDates/"
      ObservationDates : observationSchedule





        ObservationDates --> "0..1" ObservationSchedule : observationSchedule
        click ObservationSchedule href "../ObservationSchedule/"



      ObservationDates : parametricDates





        ObservationDates --> "0..1" ParametricDates : parametricDates
        click ParametricDates href "../ParametricDates/"



      ObservationDates : periodicSchedule





        ObservationDates --> "0..1" PeriodicDates : periodicSchedule
        click PeriodicDates href "../PeriodicDates/"



Slots

Name Cardinality and Range Description Inheritance
observationSchedule 0..1
ObservationSchedule
Specifies a schedule of dates (non-parametric) on which market observations t... direct
periodicSchedule 0..1
PeriodicDates
Specifies the date range and frequency on which market observations take plac... direct
parametricDates 0..1
ParametricDates
Specifies parametric terms to determine which days within a given calculation... direct

Usages

used by used in type used
ObservationTerms observationDates range ObservationDates

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: ObservationDates
description: Describes date details for a set of observation dates in parametric or
  non-parametric form.
in_subset:
- cdm_product_common_schedule
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- observationSchedule
- periodicSchedule
- parametricDates

Induced

name: ObservationDates
description: Describes date details for a set of observation dates in parametric or
  non-parametric form.
in_subset:
- cdm_product_common_schedule
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  observationSchedule:
    name: observationSchedule
    description: Specifies a schedule of dates (non-parametric) on which market observations
      take place, and allows for the optional definition of weights where applicable.  When
      no weight is specified, then weight of each date is assumed to be 1.0
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: ObservationDates
    domain_of:
    - ObservationDates
    range: ObservationSchedule
  periodicSchedule:
    name: periodicSchedule
    description: Specifies the date range and frequency on which market observations
      take place.  Weights can be assigned to dates in the schedule by assigning the
      weight and corresponding observationReference in the observationSchedule.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: ObservationDates
    domain_of:
    - ObservationDates
    range: PeriodicDates
  parametricDates:
    name: parametricDates
    description: 'Specifies parametric terms to determine which days within a given
      calculation period the price would be observed. Typically associated with Commodities. '
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: ObservationDates
    domain_of:
    - ObservationDates
    - PricingDates
    range: ParametricDates