records

records

Active filters Clear all

No active filters

Filters

Individual aFRR capacity bids

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Tender Date
Date of the aFRR capacity auction.

No description available for this field.

Name (identifier)
tenderdate
Type
date
Sample
                       
Delivery Date
Delivery date of the aFRR capacity bid.

No description available for this field.

Name (identifier)
deliverydate
Type
date
Sample
                       
Delivery Period
Period of time for which the aFRR capacity bids offered by the BSP can be activated.G2 is added when there is a Gate 2 capacity bid.

No description available for this field.

Name (identifier)
capacitybiddeliveryperiod
Type
text
Sample
                       
Selected By Optimizer
Indicates whether the aFRR Capacity bid was awarded by the local procurement platform.

No description available for this field.

Name (identifier)
selectedbyoptimizer
Type
text
Sample
                       
aFRR Offered Volume Up
The offered volume by the BSP for aFRR upwards capacity auction.

No description available for this field.

Name (identifier)
afrrofferedvolumeupmw
Type
decimal
Unit
MW
Sample
                       
Selected Volume Up Step 2
The selected volume aFRR upwards after the first total cost optimization

No description available for this field.

Name (identifier)
selectedvolumeupafterstep2
Type
decimal
Sample
                       
Selected Volume Up Step 3
The selected volume aFRR upwards after the merit order selection.

No description available for this field.

Name (identifier)
selectedvolumeupafterstep3
Type
decimal
Sample
                       
Selected Volume Up Step 4
The selected volume aFRR upwards after the second total cost optimization.

No description available for this field.

Name (identifier)
selectedvolumeupafterstep4
Type
decimal
Sample
                       
Selected Volume Up Step 5
The selected volume aFRR upwards after the TCO degradation cap.

No description available for this field.

Name (identifier)
selectedvolumeupafterstep5
Type
decimal
Sample
                       
aFRR Awarded Volume Up
The awarded volume by Elia for aFRR upwards capacity auction.

No description available for this field.

Name (identifier)
afrrawardedvolumeupmw
Type
decimal
Unit
MW
Sample
                       
Price Up
The upwards price per MWh for the awarded and offered volume.

No description available for this field.

Name (identifier)
priceupmwh
Type
decimal
Unit
€/MW/h
Sample
                       
aFRR Offered Volume Down
The offered volume by the BSP for aFRR downwards capacity auction.

No description available for this field.

Name (identifier)
afrrofferedvolumedownmw
Type
decimal
Unit
MW
Sample
                       
Selected Volume Down Step 2
The selected volume aFRR downwards after the first total cost optimization.

No description available for this field.

Name (identifier)
selectedvolumedownafterstep2
Type
decimal
Sample
                       
Selected Volume Down Step 3
The selected volume aFRR downwards after the merit order selection.

No description available for this field.

Name (identifier)
selectedvolumedownafterstep3
Type
decimal
Sample
                       
Selected Volume Down Step 4
The selected volume aFRR downwards after the second total cost optimization.

No description available for this field.

Name (identifier)
selectedvolumedownafterstep4
Type
decimal
Sample
                       
Selected Volume Down Step 5
The selected volume aFRR downwards after the TCO degradation cap.

No description available for this field.

Name (identifier)
selectedvolumedownafterstep5
Type
decimal
Sample
                       
aFRR Awarded Volume Down
The awarded volume by Elia for aFRR downwards capacity auction.

No description available for this field.

Name (identifier)
afrrawardedvolumedownmw
Type
decimal
Unit
MW
Sample
                       
Price Down
The downwards price per MWh for the awarded and offered volume.

No description available for this field.

Name (identifier)
pricedownmwh
Type
decimal
Unit
€/MW/h
Sample
                       
Index
Index column. Restarts at the beginning of each month.

No description available for this field.

Name (identifier)
index
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"ods125",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/ods125"
      }
    ]
    ,
  • "definitions":
    {
    • "ods125":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/ods125_records"
            }
          }
        }
      }
      ,
    • "ods125_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "tenderdate":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Tender Date",
              • "description":"Date of the aFRR capacity auction."
              }
              ,
            • "deliverydate":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Delivery Date",
              • "description":"Delivery date of the aFRR capacity bid."
              }
              ,
            • "capacitybiddeliveryperiod":
              {
              • "type":"string",
              • "title":"Delivery Period",
              • "description":"Period of time for which the aFRR capacity bids offered by the BSP can be activated.G2 is added when there is a Gate 2 capacity bid."
              }
              ,
            • "selectedbyoptimizer":
              {
              • "type":"string",
              • "title":"Selected By Optimizer",
              • "description":"Indicates whether the aFRR Capacity bid was awarded by the local procurement platform."
              }
              ,
            • "afrrofferedvolumeupmw":
              {
              • "type":"number",
              • "title":"aFRR Offered Volume Up",
              • "description":"The offered volume by the BSP for aFRR upwards capacity auction.",
              • "unit":"MW"
              }
              ,
            • "selectedvolumeupafterstep2":
              {
              • "type":"number",
              • "title":"Selected Volume Up Step 2",
              • "description":"The selected volume aFRR upwards after the first total cost optimization"
              }
              ,
            • "selectedvolumeupafterstep3":
              {
              • "type":"number",
              • "title":"Selected Volume Up Step 3",
              • "description":"The selected volume aFRR upwards after the merit order selection."
              }
              ,
            • "selectedvolumeupafterstep4":
              {
              • "type":"number",
              • "title":"Selected Volume Up Step 4",
              • "description":"The selected volume aFRR upwards after the second total cost optimization."
              }
              ,
            • "selectedvolumeupafterstep5":
              {
              • "type":"number",
              • "title":"Selected Volume Up Step 5",
              • "description":"The selected volume aFRR upwards after the TCO degradation cap."
              }
              ,
            • "afrrawardedvolumeupmw":
              {
              • "type":"number",
              • "title":"aFRR Awarded Volume Up",
              • "description":"The awarded volume by Elia for aFRR upwards capacity auction.",
              • "unit":"MW"
              }
              ,
            • "priceupmwh":
              {
              • "type":"number",
              • "title":"Price Up",
              • "description":"The upwards price per MWh for the awarded and offered volume.",
              • "unit":"€/MW/h"
              }
              ,
            • "afrrofferedvolumedownmw":
              {
              • "type":"number",
              • "title":"aFRR Offered Volume Down",
              • "description":"The offered volume by the BSP for aFRR downwards capacity auction.",
              • "unit":"MW"
              }
              ,
            • "selectedvolumedownafterstep2":
              {
              • "type":"number",
              • "title":"Selected Volume Down Step 2",
              • "description":"The selected volume aFRR downwards after the first total cost optimization."
              }
              ,
            • "selectedvolumedownafterstep3":
              {
              • "type":"number",
              • "title":"Selected Volume Down Step 3",
              • "description":"The selected volume aFRR downwards after the merit order selection."
              }
              ,
            • "selectedvolumedownafterstep4":
              {
              • "type":"number",
              • "title":"Selected Volume Down Step 4",
              • "description":"The selected volume aFRR downwards after the second total cost optimization."
              }
              ,
            • "selectedvolumedownafterstep5":
              {
              • "type":"number",
              • "title":"Selected Volume Down Step 5",
              • "description":"The selected volume aFRR downwards after the TCO degradation cap."
              }
              ,
            • "afrrawardedvolumedownmw":
              {
              • "type":"number",
              • "title":"aFRR Awarded Volume Down",
              • "description":"The awarded volume by Elia for aFRR downwards capacity auction.",
              • "unit":"MW"
              }
              ,
            • "pricedownmwh":
              {
              • "type":"number",
              • "title":"Price Down",
              • "description":"The downwards price per MWh for the awarded and offered volume.",
              • "unit":"€/MW/h"
              }
              ,
            • "index":
              {
              • "type":"string",
              • "title":"Index",
              • "description":"Index column. Restarts at the beginning of each month."
              }
            }
          }
        }
      }
    }
}

Similar datasets