Skip to content

SET_MR_RECOVERY (Historical table)

SET_MR_RECOVERY shows the trading interval recovery charges on a dispatchable unit basis for spot market income from dispatch of MR capacity.

Package

HISTORICAL_TABLES

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
SETTLEMENTDATE datetime(3) 🔑 datetime2(0) 🔑 Settlement Date (Calendar)
VERSIONNO numeric(3, 0) 🔑 smallint 🔑 Settlement Run Number for this date
REGIONID varchar(10) 🔑 varchar(10) 🔑 Unique Region Identifier
DUID varchar(10) 🔑 varchar(10) 🔑 Unique identifier for DUID / MNSP LinkID
PERIODID numeric(3, 0) 🔑 smallint 🔑 Calendar day Trading Interval number
PARTICIPANTID varchar(10) varchar(10) Unique Participant identifier
ARODEF numeric(16, 6) numeric(16, 6) Accepted Restriction Offer Dispatched Energy Factor
NTA numeric(16, 6) numeric(16, 6) The amount payable to AEMO for that accepted restriction offer and trading interval
LASTCHANGED datetime(3) datetime2(0) Date/Time record inserted/modified

Official MMS data model indexes

Index name Index type Index columns (in order)
SET_MR_RECOVERY_LCX nonclustered LASTCHANGED
SET_MR_RECOVERY_PK clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, REGIONID, DUID, PERIODID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_SET_MR_RECOVERY_LASTCHANGED nonclustered LASTCHANGED
PK_SET_MR_RECOVERY clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, REGIONID, DUID, PERIODID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
SET_MR_RECOVERY_LCX nonclustered LASTCHANGED
SET_MR_RECOVERY_PK clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, REGIONID, DUID, PERIODID