Skip to content

Class: PricingDates

Specifies specific dates or parametric rules for the dates on which the price will be determined

URI: common_domain_model:PricingDates

 classDiagram
    class PricingDates
    click PricingDates href "../PricingDates/"
      PricingDates : parametricDates





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



      PricingDates : specifiedDates





        PricingDates --> "*" AdjustableDates : specifiedDates
        click AdjustableDates href "../AdjustableDates/"



Slots

Name Cardinality and Range Description Inheritance
specifiedDates *
AdjustableDates
Defines specified dates on which the price will be determined direct
parametricDates 0..1
ParametricDates
Defines rules for the dates on which the price will be determined direct

Usages

used by used in type used
CommodityPayout pricingDates range PricingDates

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: PricingDates
description: Specifies specific dates or parametric rules for the dates on which the
  price will be determined
in_subset:
- cdm_product_common_settlement
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- specifiedDates
- parametricDates
slot_usage:
  parametricDates:
    name: parametricDates
    description: Defines rules for the dates on which the price will be determined.

Induced

name: PricingDates
description: Specifies specific dates or parametric rules for the dates on which the
  price will be determined
in_subset:
- cdm_product_common_settlement
from_schema: https://w3id.org/lmodel/common-domain-model
slot_usage:
  parametricDates:
    name: parametricDates
    description: Defines rules for the dates on which the price will be determined.
attributes:
  specifiedDates:
    name: specifiedDates
    description: Defines specified dates on which the price will be determined.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: PricingDates
    domain_of:
    - PricingDates
    range: AdjustableDates
    multivalued: true
    inlined: true
    inlined_as_list: true
  parametricDates:
    name: parametricDates
    description: Defines rules for the dates on which the price will be determined.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: PricingDates
    domain_of:
    - ObservationDates
    - PricingDates
    range: ParametricDates