FPP_EST_PERF_COST_RATE
This report delivers the estimated performance cost rate for each constraint for each 5 minute trading interval.
Package
FPP
Visibility
Public
Table schema
| Column |
Official MMS Datatype |
GR-MMS Datatype |
Comment |
| INTERVAL_DATETIME |
datetime(3)  |
datetime2(0)  |
Date and time of the trading interval (DD/MM/YYYY HH24:MI:SS) fixed to the UTC+10 time zone (NEM time) |
| CONSTRAINTID |
varchar(20)  |
varchar(20)  |
Constraint ID (binding constraint ID from FCAS data used in FPP calculations) |
| VERSIONNO |
numeric(10, 0)  |
smallint  |
The version number. In most cases this version will be the FPP run number from the FPP database, however there are some cases (like a new pricing run of the constraint FCAS processor received by the FPP system) where the version number listed here will be the financial estimate run number from the FPP database (this number is a different sequence from the FPP run number because there is no recalculation of performance or contribution, just changes to pricing / p regulation hence only the financial estimation is performed). |
| BIDTYPE |
varchar(10) |
varchar(10) |
Bid type (the bid type saved in relation to constraint ID from FCAS data used in FPP calculations) |
| RELEVANT_REGIONS |
varchar(200) |
varchar(50) |
Relevant regions (a comma separated list of the relevant regions for the constraint from FCAS data) |
| FPP_PAYMENT_RATE |
numeric(18, 8) |
numeric(18, 8) |
The payment rate for FPP in AUD / MWHz (the denominator used is the sum of positive performance for the constraint calculated by contribution factor calculation). This value will be either 0 (nil), or a positive value (credit) only. For details on the calculation, please see FPP procedure and supporting documentation. |
| FPP_RECOVERY_RATE |
numeric(18, 8) |
numeric(18, 8) |
The recovery rate for FPP in AUD / MWHz (the denominator used is the absolute sum of negative performance for the constraint calculated by the contribution factor calculation). This value will be either 0 (nil), or a negative value (debit) only. For details on the calculation, please see FPP procedure and supporting documentation. |
| USED_FCAS_RATE |
numeric(18, 8) |
numeric(18, 8) |
The rate for used FCAS in AUD / MWHz (the denominator used is the absolute sum of negative performance for the constraint calculated by the negative contribution factor calculation). This value will be either 0 (nil), or a negative value (debit) only. For details on the calculation, please see FPP procedure and supporting documentation. |
| UNUSED_FCAS_RATE |
numeric(18, 8) |
numeric(18, 8) |
The rate for unused FCAS in AUD / MWHz (the denominator used is the absolute sum of negative performance for the constraint calculated by the default contribution factor calculation). This value will be either 0 (nil), or a negative value (debit) only. For details on the calculation, please see FPP procedure and supporting documentation. |
Official MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| FPP_EST_PERF_COST_RATE_PK |
clustered, unique, primary key |
INTERVAL_DATETIME, CONSTRAINTID, VERSIONNO |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_FPP_EST_PERF_COST_RATE |
clustered, unique, primary key |
INTERVAL_DATETIME, CONSTRAINTID, VERSIONNO |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_FPP_EST_PERF_COST_RATE |
clustered, unique, primary key |
INTERVAL_DATETIME, CONSTRAINTID, VERSIONNO |