records
Individual incremental balancing energy bids (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":"ods163",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/ods163"
}
] - "definitions":{
- "ods163":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/ods163_records"
}
}
} - "records":
} - "properties":
- "ods163_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."
} - "rank":,{
- "type":"integer",
- "title":"Rank",
- "description":"Rank of the reserve in the overall merit order for the given direction."
} - "energybidactivationorder":,{
- "type":"integer",
- "title":"Activation Order",
- "description":"Indicates the order of the different products in the merit order (1=aFRR, 2=mFRR,3=Reservere Sharing)"
} - "balancingproduct":,{
- "type":"string",
- "title":"Product",
- "description":"This is the type of reserve product than can be:R2: Downward aFRR reserve D C: Available downward volume on coordinable production unitsD LC: Available downward volume on limited coordinable production units. "
} - "energybidvolume":,{
- "type":"number",
- "title":"Bid Volume",
- "description":"Volume of the balancing energy bid or in case of D bids the available volume based on nominations and known technical and contractual constraints.",
- "unit":"MW"
} - "cumulativevolume":,{
- "type":"number",
- "title":"Cumulative Volume",
- "description":"Cumulative volume in the merit order for the quarter hour",
- "unit":"MW"
} - "energybidmarginalprice":,{
- "type":"number",
- "title":"Bid Price",
- "description":"Price of the balancing energy bid. ",
- "unit":"€/MWh"
} - "availability":{
- "type":"string",
- "title":"Availability",
- "description":"Availability status of the energy bid."
}
} - "datetime":
}
} - "fields":
} - "properties":
} - "ods163":
}