FPP_RUN
This report delivers details of the 5-minute FPP calculation engine success failure outcome saved in FPP database.
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) |
| VERSIONNO |
numeric(5, 0)  |
smallint  |
Version (FPP run number from the FPP database) |
| FPPRUN_DATETIME |
datetime(3) |
datetime2(0) |
Completion time of the FPP calculation run (DD/MM/YYYY HH24:MI:SS) fixed to the UTC+10 time zone (NEM time) |
| RUN_STATUS |
varchar(20) |
varchar(20) |
The status of FPP_RUN at the time the data model extract report was run. Typical value is Completed |
| AUTHORISED_DATETIME |
datetime(3) |
datetime2(0) |
Date and time of the authorisation of this FPP calculation run (DD/MM/YYYY HH24:MI:SS) fixed to the UTC+10 time zone (NEM time) - Note may be delayed in cases of ex-post calculation runs |
Official MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| FPP_RUN_PK |
clustered, unique, primary key |
INTERVAL_DATETIME, VERSIONNO |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_FPP_RUN |
clustered, unique, primary key |
INTERVAL_DATETIME, VERSIONNO |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_FPP_RUN |
clustered, unique, primary key |
INTERVAL_DATETIME, VERSIONNO |