Skip to content

FPP_EST_RESIDUAL_COST_RATE

This report delivers the estimated residual 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 numeric(18, 8) numeric(18, 8) FPP in AUD/MWh (the financial estimate of frequency performance payment calculated). This value can be either positive (credit) or negative (debit). For details on the calculation, please see FPP procedure and supporting documentation.
USED_FCAS numeric(18, 8) numeric(18, 8) Used recovery FCAS in AUD/MWh (the financial estimate of the recovery of used FCAS calculated). 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 numeric(18, 8) numeric(18, 8) Unused recovery FCAS in AUD/MWh (the financial estimate of the recovery of unused FCAS calculated). 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_RESIDUAL_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_RESIDUAL_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_RESIDUAL_COST_RATE clustered, unique, primary key INTERVAL_DATETIME, CONSTRAINTID, VERSIONNO