PlannedMarketEvent
Class Description
This class represents planned events. Used to model the various planned events in a market (closing time, clearing time, etc.)
Attributes
Name | Type | Description |
---|---|---|
eventType | String | Planned event type. |
plannedTime | Integer | This is relative time so that this attribute can be used by more than one planned market. For example the bid submission is 10am everyday. |
Relationships
Ancestors
Descendents
No descendent classes
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
PlannedMarketEvent | 1..* | PlannedMarket | 0..* | PlannedMarketEvent | A planned market shall have a set of planned events | PlannedMarket | A planned market shall have a set of planned events |
PlannedMarketEvent | 0..1 | MarketActualEvent | 1..* | PlannedMarketEvent | Planned event executed by this actual event. | MarketActualEvent | All actual events that execute this planned event. |