records
Available balancing energy volumes per quarter-hour in Belgium (Near-real-time)
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"ods154",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/ods154"
}
] - "definitions":{
- "ods154":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/ods154_records"
}
}
} - "records":
} - "properties":
- "ods154_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "datetime":,{
- "type":"string",
- "format":"date-time",
- "title":"Datetime",
- "description":"Time at which the interval starts."
} - "resolutioncode":,{
- "type":"string",
- "title":"Resolution code",
- "description":"Length of the time interval expressed in compliance with ISO 8601."
} - "upwardavailableafrrvol":,{
- "type":"number",
- "title":"aFRR +",
- "description":"Available volume of upward aFRR energy bids in the Belgian LFC area.",
- "unit":"MW"
} - "upwardavailablemfrrvol":,{
- "type":"number",
- "title":"mFRR +",
- "description":"Available upward mFRR energy bids",
- "unit":"MW"
} - "upwardavailblereservesharingvol":,{
- "type":"number",
- "title":"Reserve sharing +",
- "description":"Available upward (import) capacity from emergency support contracts with neighboring transmission system operators.",
- "unit":"MW"
} - "upwardavailabletotalvol":,{
- "type":"number",
- "title":"Total +",
- "description":"Total available upward regulation volume.",
- "unit":"MW"
} - "downwardavailableafrrvol":,{
- "type":"number",
- "title":"aFRR -",
- "description":"Available volume of downward aFRR energy bids in the Belgian LFC area.",
- "unit":"MW"
} - "downwardavailablemfrrvol":,{
- "type":"number",
- "title":"mFRR -",
- "description":"Available downward mFRR energy bids.",
- "unit":"MW"
} - "downwardavailablereservesharingvol":,{
- "type":"number",
- "title":"Reserve sharing -",
- "description":"Available downward (export) capacity from emergency support contracts with neighboring transmission system operators.",
- "unit":"MW"
} - "downwardavailabletotalvol":{
- "type":"number",
- "title":"Total -",
- "description":"Total available downward regulation volume.",
- "unit":"MW"
}
} - "datetime":
}
} - "fields":
} - "properties":
} - "ods154":
}