Table of Contents

pfGreenhouseGasAllocationType

Description

Defines the allocation of emissions (and sequestration activities) to a product by its percentage.

Properties

Name Description Required Type
Product Name of the product Yes pfGreenhouseGasProductType
HarmonisedCode The product code based on World Trade Organisation / World Customs Organisation harmonised system https://www.wcoomd.org/en/topics/nomenclature/instrument-and-tools/hs-nomenclature-2022-edition/hs-nomenclature-2022-edition.aspx No string
Percentage The percentage of this product allocated to the emission it references. No Number
CO2e The CO2 equivalents of this emission allocated to this product. No massMeasureType

Examples

Example 1

{
  "product": "Milk Solids",
  "harmonisedCode": "04.01",
  "percentage": 80,
  "CO2e": {
    "measurement": 20222,
    "units": "KGM"
  }
}

Example 2

{
  "product": "Cattle Liveweight",
  "harmonisedCode": "01.02",
  "percentage": 20,
  "CO2e": {
    "measurement": 5055,
    "units": "KGM"
  }
}