Skip to content

SETRESERVERECOVERY

SETRESERVERECOVERY shows reserve recovery details.

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.
PERIODID numeric(3, 0) 🔑 smallint 🔑 Settlements Trading Interval.
CONTRACTID varchar(10) 🔑 varchar(10) 🔑 -
PARTICIPANTID varchar(10) 🔑 varchar(10) 🔑 Unique participant identifier
RCF char(1) char(1) Regional Recovery Flag
SPOTPAYMENT numeric(12, 5) numeric(12, 5) Cap difference for generator
PARTICIPANTDEMAND numeric(12, 5) numeric(12, 5) Demand of Participant in Region/Market
TOTALDEMAND numeric(12, 5) numeric(12, 5) Total Demand of Region/Market
RESERVEPAYMENT numeric(12, 5) numeric(12, 5) Payment made to generator for Reserve Trader Contract
RESERVEAMOUNT numeric(12, 5) numeric(12, 5) Payment owed by Retailer to pool for Reserve Trader Contract
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed
REGIONID varchar(10) varchar(10) Region Identifier

Official MMS data model indexes

Index name Index type Index columns (in order)
SETRESERVERECOVERY_LCX nonclustered LASTCHANGED
SETRESERVERECOVERY_PK clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, CONTRACTID, PARTICIPANTID, PERIODID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_SETRESERVERECOVERY_LASTCHANGED nonclustered LASTCHANGED
PK_SETRESERVERECOVERY clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, CONTRACTID, PARTICIPANTID, PERIODID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
SETRESERVERECOVERY_LCX nonclustered LASTCHANGED
SETRESERVERECOVERY_PK clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, CONTRACTID, PARTICIPANTID, PERIODID