Skip to content

SETLULOADPAYMENT (Historical table)

SETLULOADPAYMENT shows specific payment details for rapid unit load services by period.

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) 🔑 Participant Identifier
CONTRACTID varchar(10) 🔑 varchar(10) 🔑 AS 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
BLOCKSIZE numeric(4, 0) smallint Indicates how much of the unit at one given time is available for the ancillary service.
ACR numeric(6, 2) numeric(6, 2) Dispatch target
UNITOUTPUT numeric(15, 5) numeric(15, 5) Unit output.
UNITEXCESSGEN numeric(15, 5) numeric(15, 5) Excess Generation
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 No.
OFFERDATE datetime(3) datetime2(0) Re-offer offer date
OFFERVERSIONNO numeric(3, 0) smallint Re-Offer Version No.
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed

Official MMS data model indexes

Index name Index type Index columns (in order)
SETLULOADPAYMENT_LCX nonclustered LASTCHANGED
SETLULOADPAYMENT_NDX2 nonclustered PARTICIPANTID
SETLULOADPAYMENT_PK clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PARTICIPANTID, CONTRACTID, PERIODID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_SETLULOADPAYMENT_LASTCHANGED nonclustered LASTCHANGED
IX_SETLULOADPAYMENT_PARTICIPANTID nonclustered PARTICIPANTID
PK_SETLULOADPAYMENT clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PARTICIPANTID, CONTRACTID, PERIODID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
SETLULOADPAYMENT_LCX nonclustered LASTCHANGED
SETLULOADPAYMENT_NDX2 nonclustered PARTICIPANTID
SETLULOADPAYMENT_PK clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PARTICIPANTID, CONTRACTID, PERIODID