Annual Voluntary Carbon Market (VCM) Transaction Price

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
                       
BUYER
               

No description available for this field.

Name (identifier)
buyer
Type
text
Sample
                       
Credit Vintage Status
               

No description available for this field.

Name (identifier)
credit_vintage_status
Type
text
Sample
                       
VALUE ($)
               

No description available for this field.

Name (identifier)
value
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"annual-voluntary-carbon-market-transaction-price",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/annual-voluntary-carbon-market-transaction-price"
      }
    ]
    ,
  • "definitions":
    {
    • "annual-voluntary-carbon-market-transaction-price":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/annual-voluntary-carbon-market-transaction-price_records"
            }
          }
        }
      }
      ,
    • "annual-voluntary-carbon-market-transaction-price_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"YEAR",
              • "description":""
              }
              ,
            • "buyer":
              {
              • "type":"string",
              • "title":"BUYER",
              • "description":""
              }
              ,
            • "credit_vintage_status":
              {
              • "type":"string",
              • "title":"Credit Vintage Status",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"string",
              • "title":"VALUE ($)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets