Real energy price index (2010=100)

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Price Index
               

No description available for this field.

Name (identifier)
price_index
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"real-energy-price-index-2010-100",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/real-energy-price-index-2010-100"
      }
    ]
    ,
  • "definitions":
    {
    • "real-energy-price-index-2010-100":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/real-energy-price-index-2010-100_records"
            }
          }
        }
      }
      ,
    • "real-energy-price-index-2010-100_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "price_index":
              {
              • "type":"number",
              • "title":"Price Index",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets