Skip to content

SETLUNLOADPAYMENT (Historical table)

SETLUNLOADPAYMENT shows specific payment details for rapid unit unload service.

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 no
PARTICIPANTID varchar(10) 🔑 varchar(10) 🔑 Unique participant identifier
CONTRACTID varchar(10) 🔑 varchar(10) 🔑 Ancillary Services contract identifier
PERIODID numeric(3, 0) 🔑 smallint 🔑 Trading Interval
DUID varchar(10) varchar(10) Dispatchable unit identifier
REGIONID varchar(10) varchar(10) Region identifier
TLF numeric(7, 5) numeric(7, 5) Transmission Loss Factor
EBP numeric(15, 5) numeric(15, 5) Eligible bid price
RRP numeric(15, 5) numeric(15, 5) Regional Reference Price
ENABLINGPRICE numeric(15, 5) numeric(15, 5) Enabling price
USAGEPRICE numeric(15, 5) numeric(15, 5) Usage Price
CCPRICE numeric(15, 5) numeric(15, 5) Compensation cap
CLEAREDMW numeric(15, 5) numeric(15, 5) Cleared MW of Unit in Dispatch, Predispatch or Trading period.
UNCONSTRAINEDMW numeric(15, 5) numeric(15, 5) MW output the generator would have been running at had it not been constrained up to provide unit unloading
CONTROLRANGE numeric(4, 0) smallint The MW output achieved in 5 minutes from startup and is what payment is based on.
ENABLINGPAYMENT numeric(15, 5) numeric(15, 5) Enabling payment
USAGEPAYMENT numeric(15, 5) numeric(15, 5) Usage Payment
COMPENSATIONPAYMENT numeric(15, 5) numeric(15, 5) Compensation payment
CONTRACTVERSIONNO numeric(3, 0) smallint Contract version number
OFFERDATE datetime(3) datetime2(0) Re-offer offer date
OFFERVERSIONNO numeric(3, 0) smallint Re-Offer Version No.
LASTCHANGED datetime(3) datetime2(0) Date last changed

Official MMS data model indexes

Index name Index type Index columns (in order)
SETLUNLOADPAYMENT_LCX nonclustered LASTCHANGED
SETLUNLOADPAYMENT_NDX2 nonclustered PARTICIPANTID
SETLUNLOADPAYMENT_PK clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PARTICIPANTID, CONTRACTID, PERIODID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_SETLUNLOADPAYMENT_LASTCHANGED nonclustered LASTCHANGED
IX_SETLUNLOADPAYMENT_PARTICIPANTID nonclustered PARTICIPANTID
PK_SETLUNLOADPAYMENT clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PARTICIPANTID, CONTRACTID, PERIODID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
SETLUNLOADPAYMENT_LCX nonclustered LASTCHANGED
SETLUNLOADPAYMENT_NDX2 nonclustered PARTICIPANTID
SETLUNLOADPAYMENT_PK clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PARTICIPANTID, CONTRACTID, PERIODID