Carbon prices across ETSs and Carbon taxes

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Name of the initiative
               

No description available for this field.

Name (identifier)
name_of_the_initiative
Type
text
Sample
                       
Jurisdiction Covered
               

No description available for this field.

Name (identifier)
jurisdiction_covered
Type
text
Sample
                       
Instrument Type
               

No description available for this field.

Name (identifier)
instrument_type
Type
text
Sample
                       
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Price rate
               

No description available for this field.

Name (identifier)
price_rate
Type
text
Sample
                       
Carbon Price (USD/tCO2e)
               

No description available for this field.

Name (identifier)
price
Type
decimal
Sample
                       
Label
               

No description available for this field.

Name (identifier)
label
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"carbon-prices",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/carbon-prices"
      }
    ]
    ,
  • "definitions":
    {
    • "carbon-prices":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/carbon-prices_records"
            }
          }
        }
      }
      ,
    • "carbon-prices_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "name_of_the_initiative":
              {
              • "type":"string",
              • "title":"Name of the initiative",
              • "description":""
              }
              ,
            • "jurisdiction_covered":
              {
              • "type":"string",
              • "title":"Jurisdiction Covered",
              • "description":""
              }
              ,
            • "instrument_type":
              {
              • "type":"string",
              • "title":"Instrument Type",
              • "description":""
              }
              ,
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "price_rate":
              {
              • "type":"string",
              • "title":"Price rate",
              • "description":""
              }
              ,
            • "price":
              {
              • "type":"number",
              • "title":"Carbon Price (USD/tCO2e)",
              • "description":""
              }
              ,
            • "label":
              {
              • "type":"string",
              • "title":"Label",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets