Elexon · Schema
Insights.Api.Models.Responses.Balancing.DatasetRows.NetBalancingServicesAdjustmentData
ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom
Properties
| Name | Type | Description |
|---|---|---|
| dataset | string | |
| settlementDate | string | |
| settlementPeriod | integer | |
| netBuyPriceCostAdjustmentEnergy | number | |
| netBuyPriceVolumeAdjustmentEnergy | number | |
| netBuyPriceVolumeAdjustmentSystem | number | |
| buyPricePriceAdjustment | number | |
| netSellPriceCostAdjustmentEnergy | number | |
| netSellPriceVolumeAdjustmentEnergy | number | |
| netSellPriceVolumeAdjustmentSystem | number | |
| sellPricePriceAdjustment | number |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.Balancing.DatasetRows.NetBalancingServicesAdjustmentData.json",
"title": "Insights.Api.Models.Responses.Balancing.DatasetRows.NetBalancingServicesAdjustmentData",
"type": "object",
"properties": {
"dataset": {
"type": "string",
"nullable": true,
"example": "NETBSAD"
},
"settlementDate": {
"type": "string",
"format": "date",
"example": "2022-06-25"
},
"settlementPeriod": {
"type": "integer",
"format": "int32",
"example": 29
},
"netBuyPriceCostAdjustmentEnergy": {
"type": "number",
"format": "double",
"example": 0
},
"netBuyPriceVolumeAdjustmentEnergy": {
"type": "number",
"format": "double",
"example": 0
},
"netBuyPriceVolumeAdjustmentSystem": {
"type": "number",
"format": "double",
"example": 0
},
"buyPricePriceAdjustment": {
"type": "number",
"format": "double",
"example": 0
},
"netSellPriceCostAdjustmentEnergy": {
"type": "number",
"format": "double",
"example": 0
},
"netSellPriceVolumeAdjustmentEnergy": {
"type": "number",
"format": "double",
"example": 0
},
"netSellPriceVolumeAdjustmentSystem": {
"type": "number",
"format": "double",
"example": 0
},
"sellPricePriceAdjustment": {
"type": "number",
"format": "double",
"example": 0
}
},
"additionalProperties": false
}