Skip to content

SETCPDATAREGION

SETCPDATAREGION sets out summary meter settlement data for each region. The table is populated for participants using Data Model 5.2. For participants using Data Model 5.3 or higher, SET_ENERGY_REGION_SUMMARY replace SETCPDATAREGION.

Package

SETTLEMENT_DATA

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
SETTLEMENTDATE datetime(3) 🔑 datetime2(0) 🔑 Calendar Settlement Date
VERSIONNO numeric(22, 10) 🔑 smallint 🔑 Settlement run no
PERIODID numeric(22, 10) 🔑 smallint 🔑 Settlements Trading Interval.
REGIONID varchar(10) 🔑 varchar(10) 🔑 Region Identifier
SUMIGENERGY numeric(27, 5) numeric(27, 5) Import Gross energy into the pool - MWh
SUMXGENERGY numeric(27, 5) numeric(27, 5) Export Gross energy from the pool - MWh
SUMINENERGY numeric(27, 5) numeric(27, 5) Import Nett energy into the pool - MWh
SUMXNENERGY numeric(27, 5) numeric(27, 5) Export Nett energy from the pool - MWh
SUMIPOWER numeric(22, 0) int Not used
SUMXPOWER numeric(22, 0) int Not used
LASTCHANGED datetime(3) datetime2(0) current system date, to enable automatic replication
SUMEP numeric(15, 5) numeric(15, 5) Sum of energy price across the region

Official MMS data model indexes

Index name Index type Index columns (in order)
SETCPDATAREGION_LCX nonclustered LASTCHANGED
SETCPDATAREGION_PK clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PERIODID, REGIONID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_SETCPDATAREGION_LASTCHANGED nonclustered LASTCHANGED
PK_SETCPDATAREGION clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PERIODID, REGIONID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
SETCPDATAREGION_LCX nonclustered LASTCHANGED
SETCPDATAREGION_PK clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PERIODID, REGIONID