CommodityPrice
Class Description
The CommodityPrice class is used to define the price of a commodity during a given time interval. The interval may be long, e.g. a year, or very short, e.g. 5 minutes. There will be many instances of the CommodityPrice class for each instance of the CommodityDefinition to which it is associated. Note that there may be more than once price associated with a given interval and these variances are described by the association (or associations) with the PriceDescriptor class.
Attributes
Name | Type | Description |
---|---|---|
timeIntervalPeriod | DateTimeInterval | The time interval over which the CommodityPrice is valid, using the standard conventions associated with the DateTimeInterval class. |
value | Float | The price of the Commodity, expressed as a floating point value with the currency and unit of measure defined in the associated CommodityDefinition class. |
Relationships
Ancestors
No ancestor classes
Descendents
No descendent classes
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
CommodityPrice | 1..* | PriceDescriptor | 1 | CommodityPrice | PriceDescriptor | ||
CommodityPrice | 1..* | CommodityDefinition | 1 | CommodityPrice | CommodityDefinition | ||
CommodityPrice | 0..* | PnodeClearing | 0..1 | CommodityPrice | PnodeClearing |