Skip to content

SETRESTARTPAYMENT

SETRESTARTPAYMENT shows specific payment details for System Restart services by period.

Package

SETTLEMENT_DATA

Visibility

Private

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) 🔑 Contract Identifier
PERIODID numeric(3, 0) 🔑 smallint 🔑 Settlements Trading Interval.
REGIONID varchar(10) varchar(10) Region Identifier
RESTARTTYPE numeric(1, 0) tinyint System Restart Type (0 = FRC, 1 = GRC, 2 = TTH)
AVAFLAG numeric(1, 0) tinyint Availability Flag
AVAILABILITYPRICE numeric(15, 5) numeric(15, 5) Availability Price
TCF numeric(1, 0) tinyint Service Test Flag
AVAILABILITYPAYMENT numeric(15, 5) numeric(15, 5) Availability 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
ENABLINGPAYMENT numeric(18, 8) numeric(18, 8) The enabling payment made for system restart in this half-hour interval

Official MMS data model indexes

Index name Index type Index columns (in order)
SETRESTARTPAYMENT_LCX nonclustered LASTCHANGED
SETRESTARTPAYMENT_NDX2 nonclustered PARTICIPANTID
SETRESTARTPAYMENT_PK clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PARTICIPANTID, CONTRACTID, PERIODID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_SETRESTARTPAYMENT_LASTCHANGED nonclustered LASTCHANGED
IX_SETRESTARTPAYMENT_PARTICIPANTID nonclustered PARTICIPANTID
PK_SETRESTARTPAYMENT clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PARTICIPANTID, CONTRACTID, PERIODID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
SETRESTARTPAYMENT_LCX nonclustered LASTCHANGED
SETRESTARTPAYMENT_NDX2 nonclustered PARTICIPANTID
SETRESTARTPAYMENT_PK clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PARTICIPANTID, CONTRACTID, PERIODID