Skip to content

SET_CSP_DEROGATION_AMOUNT (Historical table)

A settlement table for the publication of Snowy CSP derogation amounts.

Package

HISTORICAL_TABLES

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
SETTLEMENTDATE datetime(3) 🔑 datetime2(0) 🔑 Settlement Date
VERSIONNO numeric(3, 0) 🔑 smallint 🔑 Settlement run number
PERIODID numeric(3, 0) 🔑 smallint 🔑 Period identifier
PARTICIPANTID varchar(10) 🔑 varchar(10) 🔑 The participant allocated the payment amount for the derogation.
AMOUNT_ID varchar(20) 🔑 varchar(20) 🔑 Amount identifier represented as a string, from \"TA1\" through to \"TA6\" (or \"TA8\" for a LYMMCO derogation result)
DEROGATION_AMOUNT numeric(18, 8) numeric(18, 8) Derogation amount associated with the amount identifier
LASTCHANGED datetime(3) datetime2(0) Last changed date for the record

Official MMS data model indexes

Index name Index type Index columns (in order)
SET_CSP_DEROGATION_AMOUNT_NDX1 nonclustered LASTCHANGED
SET_CSP_DEROGATION_AMOUNT_PK clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PERIODID, PARTICIPANTID, AMOUNT_ID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_SET_CSP_DEROGATION_AMOUNT_LASTCHANGED nonclustered LASTCHANGED
PK_SET_CSP_DEROGATION_AMOUNT clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PERIODID, PARTICIPANTID, AMOUNT_ID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
SET_CSP_DEROGATION_AMOUNT_NDX1 nonclustered LASTCHANGED
SET_CSP_DEROGATION_AMOUNT_PK clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PERIODID, PARTICIPANTID, AMOUNT_ID