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
Inherits from
Descendant classes
- No descendant classes
Leaf/Root class
IsLeaf | IsRoot |
---|---|
False | False |
Associations
Source Class | Cardinality Source | Target Class | Cardinality Target | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
MarketActualEvent | 1..* | PlannedMarketEvent | 0..1 | MarketActualEvent | All actual events that execute this planned event. | PlannedMarketEvent | Planned event executed by this actual event. |
PlannedMarket | 0..* | PlannedMarketEvent | 1..* | PlannedMarket | A planned market shall have a set of planned events | PlannedMarketEvent | A planned market shall have a set of planned events |