Skip to content

SETIRSURPLUS

SETIRSURPLUS records the interregional residue calculation for each interconnector and each side of the interconnector.

Package

SETTLEMENT_DATA

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
SETTLEMENTDATE datetime(3) 🔑 datetime2(0) 🔑 Settlement date
SETTLEMENTRUNNO numeric(3, 0) 🔑 smallint 🔑 Settlement run number
PERIODID numeric(3, 0) 🔑 smallint 🔑 Settlements Trading Interval.
INTERCONNECTORID varchar(10) 🔑 varchar(10) 🔑 Interconnector
REGIONID varchar(10) 🔑 varchar(10) 🔑 Side of interconnector
MWFLOW numeric(15, 6) numeric(15, 6) Net flow at the regional node (MWh), including losses
LOSSFACTOR numeric(15, 5) numeric(15, 5) MW losses along interconnector NOTE: This is not a loss factor, but a loss figure expressed in MWH
SURPLUSVALUE numeric(15, 5) numeric(15, 5) Amount of surplus in $
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed
CSP_DEROGATION_AMOUNT numeric(18, 8) numeric(18, 8) The CSP derogation amount applied as an adjustment to SRA
UNADJUSTED_IRSR numeric(18, 8) numeric(18, 8) The SRA amount unadjusted by CSP

Official MMS data model indexes

Index name Index type Index columns (in order)
SETIRSURPLUS_LCX nonclustered LASTCHANGED
SETIRSURPLUS_PK clustered, unique, primary key SETTLEMENTDATE, SETTLEMENTRUNNO, PERIODID, INTERCONNECTORID, REGIONID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_SETIRSURPLUS_LASTCHANGED nonclustered LASTCHANGED
PK_SETIRSURPLUS clustered, unique, primary key SETTLEMENTDATE, SETTLEMENTRUNNO, PERIODID, INTERCONNECTORID, REGIONID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
SETIRSURPLUS_LCX nonclustered LASTCHANGED
SETIRSURPLUS_PK clustered, unique, primary key SETTLEMENTDATE, SETTLEMENTRUNNO, PERIODID, INTERCONNECTORID, REGIONID