Skip to main content

PlannedMarketEvent

Class Description

This class represents planned events. Used to model the various planned events in a market (closing time, clearing time, etc.)

Attributes

NameTypeDescription
eventTypeStringPlanned event type.
plannedTimeIntegerThis 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 ClassSource CardinalityTargetTarget CardinalitySource NameSource Assoc. DescriptionTarget NameTarget Assoc. Description
PlannedMarketEvent1..*PlannedMarket0..*PlannedMarketEventA planned market shall have a set of planned eventsPlannedMarketA planned market shall have a set of planned events
PlannedMarketEvent0..1MarketActualEvent1..*PlannedMarketEventPlanned event executed by this actual event.MarketActualEventAll actual events that execute this planned event.