SET_MR_PAYMENT (Historical table)
SET_MR_PAYMENT shows trading interval payments on a dispatchable unit basis for accepted MR capacity.
Package
HISTORICAL_TABLES
Table schema
| Column |
Official MMS Datatype |
GR-MMS Datatype |
Comment |
| SETTLEMENTDATE |
datetime(3)  |
datetime2(0)  |
Settlement Date (Calendar) |
| VERSIONNO |
numeric(3, 0)  |
smallint  |
Settlement Run Number for this date |
| REGIONID |
varchar(10)  |
varchar(10)  |
Unique Region Identifier |
| DUID |
varchar(10)  |
varchar(10)  |
Unique identifier for DUID / MNSP LinkID |
| PERIODID |
numeric(3, 0)  |
smallint  |
Calendar day Trading Interval number |
| PARTICIPANTID |
varchar(10) |
varchar(10) |
Unique Participant identifier |
| MR_CAPACITY |
numeric(16, 6) |
numeric(16, 6) |
Accepted MR Capacity |
| UNCAPPED_PAYMENT |
numeric(16, 6) |
numeric(16, 6) |
Uncapped Trading Interval Payment |
| CAPPED_PAYMENT |
numeric(16, 6) |
numeric(16, 6) |
Capped Trading Interval Payment |
| LASTCHANGED |
datetime(3) |
datetime2(0) |
Date/Time record inserted/modified |
Official MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| SET_MR_PAYMENT_LCX |
nonclustered |
LASTCHANGED |
| SET_MR_PAYMENT_PK |
clustered, unique, primary key |
SETTLEMENTDATE, VERSIONNO, REGIONID, DUID, PERIODID |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| IX_SET_MR_PAYMENT_LASTCHANGED |
nonclustered |
LASTCHANGED |
| PK_SET_MR_PAYMENT |
clustered, unique, primary key |
SETTLEMENTDATE, VERSIONNO, REGIONID, DUID, PERIODID |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| SET_MR_PAYMENT_LCX |
nonclustered |
LASTCHANGED |
| SET_MR_PAYMENT_PK |
clustered, unique, primary key |
SETTLEMENTDATE, VERSIONNO, REGIONID, DUID, PERIODID |