Skip to content

FPP_FCAS_SUMMARY

This report delivers a summary of FCAS requirements as used by the FPP calculation (i. e. only RAISEREG / LOWERREG bid types).

Package

FPP

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
RUN_DATETIME datetime(3) 🔑 datetime2(0) 🔑 The run date and time of the dispatch case that was the trigger for the constraint FCAS processor execution
RUNNO numeric(5, 0) 🔑 smallint 🔑 The dispatch case run number that was the trigger for the constraint FCAS processor execution
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, i.e. RAISEREG or LOWERREG)
RELEVANT_REGIONS varchar(200) varchar(50) Relevant regions (a comma separated list of the relevant regions for the constraint from FCAS data)
REGULATION_MW numeric(18, 8) numeric(18, 8) Enabled regulation MW used in the FPP calculation (from FPP database)
CONSTRAINT_MARGINAL_VALUE numeric(18, 8) numeric(18, 8) Marginal value in AUD/MW per hour related to the constraint (from FCAS data used for FPP calculations)
P_REGULATION numeric(18, 8) numeric(18, 8) P regulation value in AUD/MW per hour related to the constraint (from FCAS data used for FPP calculations also known as adjusted marginal value)
BASE_COST numeric(18, 8) numeric(18, 8) Base cost in AUD related to the constraint (from FCAS data used for FPP calculations)
TSFCAS numeric(18, 8) numeric(18, 8) TSFCAS in AUD related to the constraint (FCAS recovery amount related to the constraint also known as adjusted cost)
TOTAL_FPP numeric(18, 8) numeric(18, 8) Total amount of FPP in AUD changing hands related to the constraint (note that this is not the sum of FPP)
RCR numeric(18, 5) numeric(18, 5) RCR MW (the calculated requirement for corrective response from FPP database). Note that this is a join back to the FPP_RCR table.
USAGE_VALUE numeric(18, 8) numeric(18, 8) Usage (calculation of the proportion of regulation FCAS that was calculated to be used). Note that this is a join back to the FPP_USAGE table.

Official MMS data model indexes

Index name Index type Index columns (in order)
FPP_FCAS_SUMMARY_PK clustered, unique, primary key RUN_DATETIME, RUNNO, INTERVAL_DATETIME, CONSTRAINTID, VERSIONNO

GR-MMS data model indexes

Index name Index type Index columns (in order)
PK_FPP_FCAS_SUMMARY clustered, unique, primary key RUN_DATETIME, RUNNO, INTERVAL_DATETIME, CONSTRAINTID, VERSIONNO

Historical-MMS data model indexes

Index name Index type Index columns (in order)
PK_FPP_FCAS_SUMMARY clustered, unique, primary key RUN_DATETIME, RUNNO, INTERVAL_DATETIME, CONSTRAINTID, VERSIONNO