Skip to content

SETAPCRECOVERY (Historical table)

SETAPCRECOVERY shows reimbursements for Administered Price Cap (APC) to be recovered from participants.

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 number
PARTICIPANTID varchar(10) 🔑 varchar(10) 🔑 Participant identifier
REGIONID varchar(10) 🔑 varchar(10) 🔑 Region Identifier
PERIODID numeric(3, 0) 🔑 smallint 🔑 Settlement period (based on calendar day)
TOTALCOMPENSATION numeric(15, 5) numeric(15, 5) Total compensation
PARTICIPANTDEMAND numeric(15, 5) numeric(15, 5) Participant MW Demand
REGIONDEMAND numeric(15, 5) numeric(15, 5) Total region demand
APCRECOVERY numeric(15, 5) numeric(15, 5) APC Recovery amount
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed

Official MMS data model indexes

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

GR-MMS data model indexes

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

Historical-MMS data model indexes

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