Elexon · Schema

Insights.Api.Models.Data.Entities.LoadShapeTotalsData

ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom

Properties

Name Type Description
sourceFileName string
sourceFileDatetime string
settlementDate string
gspGroupId string
connectionTypeIndicator string
marketSegmentIndicator string
domesticPremiseIndicator string
measurementQuantityId string
runNumber integer
eventCode string
settlementPeriodDuration integer
loadShapeDayTotal number
loadShapeDayPeakTotal number
loadShapeDayOffPeakTotal number
loadShape7DayRollingTotal number
loadShape7DayRollingPeakTotal number
loadShape7DayRollingOffPeakTotal number
loadShapeRollingAnnualTotal number
View JSON Schema on GitHub

JSON Schema

Insights.Api.Models.Data.Entities.LoadShapeTotalsData.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Data.Entities.LoadShapeTotalsData.json",
  "title": "Insights.Api.Models.Data.Entities.LoadShapeTotalsData",
  "type": "object",
  "properties": {
    "sourceFileName": {
      "type": "string",
      "nullable": true
    },
    "sourceFileDatetime": {
      "type": "string",
      "format": "date-time"
    },
    "settlementDate": {
      "type": "string",
      "format": "date"
    },
    "gspGroupId": {
      "type": "string",
      "nullable": true
    },
    "connectionTypeIndicator": {
      "type": "string",
      "nullable": true
    },
    "marketSegmentIndicator": {
      "type": "string",
      "nullable": true
    },
    "domesticPremiseIndicator": {
      "type": "string",
      "nullable": true
    },
    "measurementQuantityId": {
      "type": "string",
      "nullable": true
    },
    "runNumber": {
      "type": "integer",
      "format": "int32"
    },
    "eventCode": {
      "type": "string",
      "nullable": true
    },
    "settlementPeriodDuration": {
      "type": "integer",
      "format": "int32"
    },
    "loadShapeDayTotal": {
      "type": "number",
      "format": "double"
    },
    "loadShapeDayPeakTotal": {
      "type": "number",
      "format": "double",
      "nullable": true
    },
    "loadShapeDayOffPeakTotal": {
      "type": "number",
      "format": "double",
      "nullable": true
    },
    "loadShape7DayRollingTotal": {
      "type": "number",
      "format": "double"
    },
    "loadShape7DayRollingPeakTotal": {
      "type": "number",
      "format": "double",
      "nullable": true
    },
    "loadShape7DayRollingOffPeakTotal": {
      "type": "number",
      "format": "double",
      "nullable": true
    },
    "loadShapeRollingAnnualTotal": {
      "type": "number",
      "format": "double"
    }
  },
  "additionalProperties": false
}