ROOFTOP_PV_FCST_P5_PRED
Contains forecast predictions for rooftop PV areas, with a 5-minute resolution over the hour-ahead DS / P5MIN timeframe. This is the child table of the parent table ROOFTOP_PV_FCST_P5_RUN, which contains the corresponding forecast runs.
Package
DEMAND_FORECASTS
Visibility
Public
Table schema
| Column |
Official MMS Datatype |
GR-MMS Datatype |
Comment |
| FORECAST_RUN_DATETIME |
datetime(3)  |
datetime2(0)  |
Datetime (interval ending) when this forecast run is valid. It aligns with run_datetime in downstream processes, unless a forecast run is missed in which case the previous run is used. |
| AREAID |
varchar(10)  |
varchar(10)  |
Area identifier, aligning with the load forecasting areas. |
| OFFERDATETIME |
datetime(3)  |
datetime2(0)  |
Datetime when this forecast submission was loaded. |
| PROVIDERID |
varchar(20)  |
varchar(20)  |
Forecast provider identifier, for example, AEMO, PROVIDER_A and so on. |
| FORECAST_PRIORITY |
numeric(10, 0)  |
int  |
Priority of forecast run, higher number is used in preference to lower number for the same provider. |
| INTERVAL_DATETIME |
datetime(3)  |
datetime2(0)  |
Datetime (interval-ending) for the period that this forecast applies to, within the current forecast_run_datetime. |
| FORECAST_TYPE |
varchar(20)  |
varchar(20)  |
Type of forecast, for example, POE_10, POE_50, POE_90, MEAN and so on. |
| FORECAST_VALUE |
numeric(18, 8) |
numeric(18, 8) |
Forecast value in MW. |
Official MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| ROOFTOP_PV_FCST_P5_PRED_PK |
clustered, unique, primary key |
FORECAST_RUN_DATETIME, AREAID, OFFERDATETIME, PROVIDERID, FORECAST_PRIORITY, INTERVAL_DATETIME, FORECAST_TYPE |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_ROOFTOP_PV_FCST_P5_PRED |
clustered, unique, primary key |
FORECAST_RUN_DATETIME, AREAID, OFFERDATETIME, PROVIDERID, FORECAST_PRIORITY, INTERVAL_DATETIME, FORECAST_TYPE |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_ROOFTOP_PV_FCST_P5_PRED |
clustered, unique, primary key |
FORECAST_RUN_DATETIME, AREAID, OFFERDATETIME, PROVIDERID, FORECAST_PRIORITY, INTERVAL_DATETIME, FORECAST_TYPE |