Skip to content

SETRESTARTRECOVERY

SETRESTARTRECOVERY shows reimbursements for system restart Ancillary Services to be recovered from participants. (Data no longer created for Settlement Days from 01/07/2012).

Package

SETTLEMENT_DATA

Visibility

Private

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
SETTLEMENTDATE datetime(3) 🔑 datetime2(0) 🔑 Settlement Date
VERSIONNO numeric(3, 0) 🔑 smallint 🔑 Settlement Run No.
PARTICIPANTID varchar(10) 🔑 varchar(10) 🔑 Participant to pay recovery
PERIODID numeric(3, 0) 🔑 smallint 🔑 Settlements Trading Interval.
REGIONID varchar(10) 🔑 varchar(10) 🔑 Region Identifier
CONTRACTID varchar(10) varchar(10) Contract Identifier
AVAILABILITYPAYMENT numeric(15, 5) numeric(15, 5) Availability Payment
PARTICIPANTDEMAND numeric(15, 5) numeric(15, 5) Participant Demand in Region
REGIONDEMAND numeric(15, 5) numeric(15, 5) NEM Demand (NB sum of ALL Regions)
AVAILABILITYRECOVERY numeric(15, 5) numeric(15, 5) Availability Recovery
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed
AVAILABILITYRECOVERY_GEN numeric(15, 5) numeric(15, 5) Availability Recovery for Generator
PARTICIPANTDEMAND_GEN numeric(15, 5) numeric(15, 5) Participant Demand in Region for Generator
REGIONDEMAND_GEN numeric(15, 5) numeric(15, 5) Sum of all generation including SGA generation across all regions of the NEM and floored to zero
ENABLINGPAYMENT numeric(18, 8) numeric(18, 8) The enabling payment made for system restart in this half-hour interval
ENABLINGRECOVERY numeric(18, 8) numeric(18, 8) The enabling recovery amount for system restart in this half-hour interval attributable to customer activity
ENABLINGRECOVERY_GEN numeric(18, 8) numeric(18, 8) The enabling recovery amount for system restart in this half-hour interval attributable to generator activity

Official MMS data model indexes

Index name Index type Index columns (in order)
SETRESTARTRECOVERY_LCX nonclustered LASTCHANGED
SETRESTARTRECOVERY_PK clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PARTICIPANTID, PERIODID, REGIONID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_SETRESTARTRECOVERY_LASTCHANGED nonclustered LASTCHANGED
PK_SETRESTARTRECOVERY clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PARTICIPANTID, PERIODID, REGIONID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
SETRESTARTRECOVERY_LCX nonclustered LASTCHANGED
SETRESTARTRECOVERY_PK clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PARTICIPANTID, PERIODID, REGIONID