Skip to content

DEMANDOPERATIONALACTUAL

Shows Actual Operational Demand for a particular date time interval.

Package

DEMAND_FORECASTS

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
INTERVAL_DATETIME datetime(3) 🔑 datetime2(0) 🔑 Date time interval for operational demand value
REGIONID varchar(20) 🔑 varchar(20) 🔑 Region identifier
OPERATIONAL_DEMAND numeric(10, 0) int Average 30-minute measured operational demand MW value (unadjusted)
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed
OPERATIONAL_DEMAND_ADJUSTMENT numeric(10, 0) int Adjustment value containing the estimated amount of activated RERT and involuntary load shedding that occurred as a result of a NER 4.8.9 instruction for load shedding from AEMO.
WDR_ESTIMATE numeric(10, 0) int Estimated average 30-minute MW amount of Wholesale Demand Response that occurred

Official MMS data model indexes

Index name Index type Index columns (in order)
DEMANDOPERATIONALACTUAL_PK clustered, unique, primary key INTERVAL_DATETIME, REGIONID

GR-MMS data model indexes

Index name Index type Index columns (in order)
PK_DEMANDOPERATIONALACTUAL clustered, unique, primary key INTERVAL_DATETIME, REGIONID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
DEMANDOPERATIONALACTUAL_PK clustered, unique, primary key INTERVAL_DATETIME, REGIONID