Skip to content

SETIRAUCSURPLUS

This view supports the Settlements Residue Auction, by holding the NSP participant allocations of IRSurplus arising as a result of the unsold units for a quarter.

Package

SETTLEMENT_DATA

Visibility

Private

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
SETTLEMENTDATE datetime(3) 🔑 datetime2(0) 🔑 Calendar Settlement Date
SETTLEMENTRUNNO numeric(3, 0) 🔑 smallint 🔑 Settlement run number
CONTRACTID varchar(10) 🔑 varchar(10) 🔑 SRA Contract unique identifier
PERIODID numeric(3, 0) 🔑 smallint 🔑 Settlements Trading Interval.
PARTICIPANTID varchar(10) 🔑 varchar(10) 🔑 Unique participant identifier
INTERCONNECTORID varchar(10) 🔑 varchar(10) 🔑 Contracted Interconnector identifier
FROMREGIONID varchar(10) 🔑 varchar(10) 🔑 Nominated source region for Interconnector
TOTALSURPLUS numeric(15, 5) numeric(15, 5) Total value of surplus before allocation
CONTRACTALLOCATION numeric(8, 5) numeric(8, 5) Percentage allocated to participant
SURPLUSVALUE numeric(15, 5) numeric(15, 5) Amount NSP is paid for Inter/intra-Regional surplus energy produced
LASTCHANGED datetime(3) datetime2(0) Date and time this record was last modified
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)
SETIRAUCSURPLUS_LCX nonclustered LASTCHANGED
SETIRAUCSURPLUS_PK clustered, unique, primary key SETTLEMENTDATE, SETTLEMENTRUNNO, CONTRACTID, INTERCONNECTORID, FROMREGIONID, PARTICIPANTID, PERIODID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_SETIRAUCSURPLUS_LASTCHANGED nonclustered LASTCHANGED
PK_SETIRAUCSURPLUS clustered, unique, primary key SETTLEMENTDATE, SETTLEMENTRUNNO, CONTRACTID, INTERCONNECTORID, FROMREGIONID, PARTICIPANTID, PERIODID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
SETIRAUCSURPLUS_LCX nonclustered LASTCHANGED
SETIRAUCSURPLUS_PK clustered, unique, primary key SETTLEMENTDATE, SETTLEMENTRUNNO, CONTRACTID, INTERCONNECTORID, FROMREGIONID, PARTICIPANTID, PERIODID