Skip to main content

Data Dictionary

At the beginning of a trial, you will have access to a forecast data extract with historical backcasts from your price nodes of interest.

ColumnTypeDescription
object_namestringName of the object, typically a price node from the ISO.
object_typestringType of the object, such as 'price_node' or 'hub'.
object_subtypestringSubtype of the object, providing additional classification details.
object_latitudenumberLatitude coordinate of the object.
object_longitudenumberLongitude coordinate of the object.
object_isostringISO code representing the geographic area of the object.
power_plantstringName of the power plant, if applicable.
plant_technologystringTechnology used in the power plant, if applicable.
prime_mover_codestringCode representing the type of primary mover (e.g., turbine) in the power plant.
plant_capacitynumberCapacity of the power plant in megawatts, if applicable.
target_idintegerIdentifier for the specific target of the forecasts.
descriptionstringDescription of the target, typically the name of the series or market.
timezonestringTimezone of the target.
isostringInternational Standards Organization code related to the target.
series_namestringName of the data series being forecasted.
scenario_idintegerIdentifier for the scenario under which the batch was created.
range_startstringStart of the time range for which the batch applies (ISO 8601 format).
range_endstringEnd of the time range for which the batch applies (ISO 8601 format).
schedule_idintegerIdentifier for the schedule according to which the batch is processed.
scheduled_atstringTimestamp when the batch was scheduled (ISO 8601 format).
batch_idintegerIdentifier for the batch of forecasts.
batch_created_atstringTimestamp when the batch was created (ISO 8601 format).
model_idintegerIdentifier for the model used to generate the forecasts.
model_created_atstringTimestamp when the model was created (ISO 8601 format).
feature_idintegerIdentifier for the specific feature being forecasted in the batch.
timestampstringThe exact time for which the forecast applies (ISO 8601 format).
p01numberThe 1st percentile of the forecast, indicating extreme low outcomes.
p05numberThe 5th percentile of the forecast.
p10numberThe 10th percentile of the forecast.
p20numberThe 20th percentile of the forecast.
p30numberThe 30th percentile of the forecast.
p40numberThe 40th percentile of the forecast.
p50numberThe median forecast value or the 50th percentile.
p60numberThe 60th percentile of the forecast.
p70numberThe 70th percentile of the forecast.
p80numberThe 80th percentile of the forecast.
p90numberThe 90th percentile of the forecast, indicating more optimistic outcomes.
p95numberThe 95th percentile of the forecast.
p99numberThe 99th percentile of the forecast, indicating extremely high outcomes.
valuenumberThe expected value (average) at the forecast timestamp.
actualnumberThe actual observed value, used for validation of the forecast.
errornumberThe difference between the forecasted value and the actual value.