: Public Class
Created: 31/12/2008 13:42:54
Modified: 05/09/2017 23:18:02
Project:
Advanced:
This class represents an actual instance of a planned market. For example, a Day Ahead market opens with the Bid Submission, ends with the closing of the Bid Submission. The market run represent the whole process. MarketRuns can be defined for markets such as Day Ahead Market, Real Time Market, Hour Ahead Market, Week Ahead Market, etc.<br/>
Attribute
Public ExecutionType
  executionType
Details:
Notes: The execution type; Day Ahead, Intra Day, Real Time Pre-Dispatch, Real Time Dispatch<br/><br/>
Public DateTime
  marketApprovalTime
Details:
Notes: Approved time for case. Identifies the time that the dispatcher approved a specific real time unit dispatch case<br/><br/>
Public Boolean
  marketApprovedStatus
Details:
Notes: Set to true when the plan is approved by authority and becomes the official plan for the day ahead market. Identifies the approved case for the market for the specified time interval.<br/><br/>
Public DateTime
  marketEndTime
Details:
Notes: The end time defined as the end of the market, market end time.<br/><br/>
Public DateTime
  marketStartTime
Details:
Notes: The start time defined as the beginning of the market, market start time.<br/><br/>
Public MarketType
  marketType
Details:
Notes: The market type, Day Ahead Market or Real Time Market.<br/><br/>
Public String
  reportedState
Details:
Notes: This is the state of market run activity as reported by market systems to the market definition services.<br/><br/>
Public String
  runState
Details:
Notes: This is the state controlled by market defintion service.<br/>Possible values could be but not limited by: Open, Close.<br/><br/>
Element Source Role Target Role
Market
Class  
Name: MarketRun
 
Name: Market
 
Details:
 
Element Source Role Target Role
PlannedMarket
Class  
Name: PlannedMarket
A planned market could have multiple market runs for the reason that a planned market could have a rerun.
Name: MarketRun
A planned market could have multiple market runs for the reason that a planned market could have a rerun.
Details:
 
MarketActualEvent
Class  
Name: MarketActualEvent
All actual events that trigger this market run.
Name: MarketRun
Market run triggered by this actual event. For example, the DA market run is triggered by the actual open bid submission event and terminated by the actual execution and completion of the DA market run captured by the runState of the MarketRun.
Details:
 
Object Type Connection Direction Notes
IdentifiedObject Class Generalization To