SETCFG_PARTICIPANT_MPF
SETCFG_PARTICIPANT_MPF shows the Market Participation Factors (MPF) for each participant for each connection point. The MPF values are used to determine recovery amounts for regulation FCAS.
Package
SETTLEMENT_CONFIG
Visibility
Public
Table schema
| Column |
Official MMS Datatype |
GR-MMS Datatype |
Comment |
| PARTICIPANTID |
varchar(10)  |
varchar(10)  |
Participant identifier |
| EFFECTIVEDATE |
datetime(3)  |
datetime2(0)  |
Effective date of the MPF data |
| VERSIONNO |
numeric(3, 0)  |
smallint  |
Version number of the MPF data |
| PARTICIPANTCATEGORYID |
varchar(10)  |
varchar(10)  |
Participant Category |
| CONNECTIONPOINTID |
varchar(10)  |
varchar(10)  |
Connection point identifier |
| MPF |
numeric(15, 5) |
numeric(15, 5) |
Market Participation Factor |
| LASTCHANGED |
datetime(3) |
datetime2(0) |
Last date and time record changed |
Official MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| SETCFG_PARTI_MPF_LCHD_IDX |
nonclustered |
LASTCHANGED |
| SETCFG_PARTICIPANT_MPF_PK |
clustered, unique, primary key |
PARTICIPANTID, EFFECTIVEDATE, VERSIONNO, PARTICIPANTCATEGORYID, CONNECTIONPOINTID |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| IX_SETCFG_PARTICIPANT_MPF_LASTCHANGED |
nonclustered |
LASTCHANGED |
| PK_SETCFG_PARTICIPANT_MPF |
clustered, unique, primary key |
PARTICIPANTID, EFFECTIVEDATE, VERSIONNO, PARTICIPANTCATEGORYID, CONNECTIONPOINTID |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| SETCFG_PARTI_MPF_LCHD_IDX |
nonclustered |
LASTCHANGED |
| SETCFG_PARTICIPANT_MPF_PK |
clustered, unique, primary key |
PARTICIPANTID, EFFECTIVEDATE, VERSIONNO, PARTICIPANTCATEGORYID, CONNECTIONPOINTID |