Skip to content

Class: AssetDeliveryInformation

Contains the information relative to the delivery of the asset.

URI: common_domain_model:AssetDeliveryInformation

 classDiagram
    class AssetDeliveryInformation
    click AssetDeliveryInformation href "../AssetDeliveryInformation/"
      AssetDeliveryInformation : commodityGrade





        AssetDeliveryInformation --> "*" ProductGradeEnum : commodityGrade
        click ProductGradeEnum href "../ProductGradeEnum/"



      AssetDeliveryInformation : deliveryCapacity





        AssetDeliveryInformation --> "0..1" Quantity : deliveryCapacity
        click Quantity href "../Quantity/"



      AssetDeliveryInformation : location





        AssetDeliveryInformation --> "*" LocationIdentifier : location
        click LocationIdentifier href "../LocationIdentifier/"



      AssetDeliveryInformation : periods





        AssetDeliveryInformation --> "0..1" AssetDeliveryPeriods : periods
        click AssetDeliveryPeriods href "../AssetDeliveryPeriods/"



Slots

Name Cardinality and Range Description Inheritance
periods 0..1
AssetDeliveryPeriods
Defines the periods of delivery, including the delivery profile direct
location *
LocationIdentifier
Defines the location of the delivery of the commodity direct
deliveryCapacity 0..1
Quantity
The number of units included in the transaction for each delivery interval direct
commodityGrade *
ProductGradeEnum
Grade of product being delivered (e direct

Usages

used by used in type used
CommodityPayout delivery range AssetDeliveryInformation
OptionPayout delivery range AssetDeliveryInformation
SettlementPayout delivery range AssetDeliveryInformation

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self common_domain_model:AssetDeliveryInformation
native common_domain_model:AssetDeliveryInformation
close fpml_5_10:AssetDeliveryInformation

LinkML Source

Direct

name: AssetDeliveryInformation
description: Contains the information relative to the delivery of the asset.
in_subset:
- cdm_product_asset
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:AssetDeliveryInformation
slots:
- periods
- location
- deliveryCapacity
- commodityGrade
slot_usage:
  location:
    name: location
    description: Defines the location of the delivery of the commodity.
    range: LocationIdentifier
    multivalued: true

Induced

name: AssetDeliveryInformation
description: Contains the information relative to the delivery of the asset.
in_subset:
- cdm_product_asset
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:AssetDeliveryInformation
slot_usage:
  location:
    name: location
    description: Defines the location of the delivery of the commodity.
    range: LocationIdentifier
    multivalued: true
attributes:
  periods:
    name: periods
    description: Defines the periods of delivery, including the delivery profile.
    from_schema: https://w3id.org/lmodel/common-domain-model
    close_mappings:
    - fpml_5_10:AssetDeliveryInformation.periods
    rank: 1000
    owner: AssetDeliveryInformation
    domain_of:
    - AssetDeliveryInformation
    range: AssetDeliveryPeriods
  location:
    name: location
    annotations:
      metadata_scheme:
        tag: metadata_scheme
        value: true
    description: Defines the location of the delivery of the commodity.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: AssetDeliveryInformation
    domain_of:
    - TimeZone
    - ValuationTime
    - AssetDeliveryInformation
    range: LocationIdentifier
    multivalued: true
  deliveryCapacity:
    name: deliveryCapacity
    description: The number of units included in the transaction for each delivery
      interval
    from_schema: https://w3id.org/lmodel/common-domain-model
    close_mappings:
    - fpml_5_10:AssetDeliveryInformation.deliveryCapacity
    rank: 1000
    owner: AssetDeliveryInformation
    domain_of:
    - AssetDeliveryInformation
    - CalculationScheduleDeliveryPeriods
    - AssetDeliveryProfileBlock
    range: Quantity
  commodityGrade:
    name: commodityGrade
    description: Grade of product being delivered (e.g., grade of oil).
    from_schema: https://w3id.org/lmodel/common-domain-model
    close_mappings:
    - fpml_5_10:AssetDeliveryInformation.commodityGrade
    rank: 1000
    owner: AssetDeliveryInformation
    domain_of:
    - AssetDeliveryInformation
    range: ProductGradeEnum
    multivalued: true