ROOFTOP_PV_ACTUAL_PRED
Contains predictions for rooftop PV area estimated actuals, with a 5-minute and 30-minute resolution for different estimate types. This is the child table of the parent table ROOFTOP_PV_ACTUAL_RUN, which contains the corresponding actual prediction runs.
Package
DEMAND_FORECASTS
Table schema
| Column |
Official MMS Datatype |
GR-MMS Datatype |
Comment |
| PREDICTION_RUN_DATETIME |
datetime(3)  |
datetime2(0)  |
Datetime (interval ending) from which this prediction run is valid. |
| INTERVAL_DURATION |
numeric(3, 0)  |
smallint  |
Duration of each interval (in minutes) for this prediction, for example, 5 or 30. |
| AREAID |
varchar(10)  |
varchar(10)  |
Area identifier, aligning with the load forecasting areas. |
| OFFERDATETIME |
datetime(3)  |
datetime2(0)  |
Datetime when this prediction submission was loaded. |
| ESTIMATE_TYPE |
varchar(20)  |
varchar(20)  |
Type of Rooftop PV estimate, for example, MEASURED, SATELLITE and so on. |
| PROVIDERID |
varchar(20)  |
varchar(20)  |
Provider identifier, for example, AEMO, PROVIDER_A and so on. |
| PREDICTION_PRIORITY |
numeric(10, 0)  |
int  |
Priority of prediction run, higher number is used in preference to lower number for the same provider. |
| INTERVAL_DATETIME |
datetime(3)  |
datetime2(0)  |
Date and Time the forecast applies (dispatch interval ending). |
| PREDICTION_VALUE |
numeric(18, 8) |
numeric(18, 8) |
Prediction value in MW. |
| PREDICTION_QUALITY |
numeric(2, 0) |
smallint |
Prediction quality. Higher number represents better quality. |
Official MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| ROOFTOP_PV_ACTUAL_PRED_PK |
clustered, unique, primary key |
PREDICTION_RUN_DATETIME, INTERVAL_DURATION, AREAID, OFFERDATETIME, ESTIMATE_TYPE, PROVIDERID, PREDICTION_PRIORITY, INTERVAL_DATETIME |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_ROOFTOP_PV_ACTUAL_PRED |
clustered, unique, primary key |
PREDICTION_RUN_DATETIME, INTERVAL_DURATION, AREAID, OFFERDATETIME, ESTIMATE_TYPE, PROVIDERID, PREDICTION_PRIORITY, INTERVAL_DATETIME |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_ROOFTOP_PV_ACTUAL_PRED |
clustered, unique, primary key |
PREDICTION_RUN_DATETIME, INTERVAL_DURATION, AREAID, OFFERDATETIME, ESTIMATE_TYPE, PROVIDERID, PREDICTION_PRIORITY, INTERVAL_DATETIME |