Skip to content

SETINTERVENTIONRECOVERY (Historical table)

SETINTERVENTIONRECOVERY shows intervention recovery details by participant.

Package

HISTORICAL_TABLES

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
SETTLEMENTDATE datetime(3) 🔑 datetime2(0) 🔑 Calendar Settlement Date
VERSIONNO numeric(3, 0) 🔑 smallint 🔑 Settlement Run No.
PERIODID numeric(3, 0) 🔑 smallint 🔑 Settlement Period identifier
CONTRACTID varchar(10) 🔑 varchar(10) 🔑 Intervention Contract Identifier
PARTICIPANTID varchar(10) 🔑 varchar(10) 🔑 Unique participant identifier
RCF char(1) char(1) Regional Recovery Flag
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
INTERVENTIONPAYMENT numeric(12, 5) numeric(12, 5) Payment to Generator for Intervention
INTERVENTIONAMOUNT numeric(12, 5) numeric(12, 5) Retailer Payment to Pool for Intervention
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)
SETINTERVENTIONRECOVERY_LCX nonclustered LASTCHANGED
SETINTERVENTIONRECOVERY_PK clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, CONTRACTID, PARTICIPANTID, PERIODID

GR-MMS data model indexes

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

Historical-MMS data model indexes

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