Elexon · Schema

Insights.Api.Models.Responses.Transparency.DatasetRows.AbucDatasetRow

ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom

Properties

Name Type Description
dataset string
documentId string
documentRevisionNumber integer
publishTime string
businessType string
psrType string
marketAgreementType string
flowDirection string
settlementDate string
quantity number
View JSON Schema on GitHub

JSON Schema

Insights.Api.Models.Responses.Transparency.DatasetRows.AbucDatasetRow.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.Transparency.DatasetRows.AbucDatasetRow.json",
  "title": "Insights.Api.Models.Responses.Transparency.DatasetRows.AbucDatasetRow",
  "type": "object",
  "properties": {
    "dataset": {
      "type": "string",
      "nullable": true,
      "example": "ABUC"
    },
    "documentId": {
      "type": "string",
      "nullable": true,
      "example": "NGET-EMFIP-ABUC-00688983"
    },
    "documentRevisionNumber": {
      "type": "integer",
      "format": "int32",
      "example": 1
    },
    "publishTime": {
      "type": "string",
      "format": "date-time",
      "example": "2023-08-22T07:43:04Z"
    },
    "businessType": {
      "type": "string",
      "nullable": true,
      "example": "Replacement reserve"
    },
    "psrType": {
      "type": "string",
      "nullable": true,
      "example": "Generation"
    },
    "marketAgreementType": {
      "type": "string",
      "nullable": true,
      "example": "Daily"
    },
    "flowDirection": {
      "type": "string",
      "nullable": true,
      "example": "Up"
    },
    "settlementDate": {
      "type": "string",
      "format": "date",
      "example": "2023-08-23"
    },
    "quantity": {
      "type": "number",
      "format": "double",
      "example": 1140
    }
  },
  "additionalProperties": false
}