An Activity represents the actual flow of materials through the system. Activities are a quantity of a Product or Material, with a resulting CO2e value.

Attributes

AttributeTypeDescriptionExample
uuidstringThe unique identifier123e4567-e89b-12d3-a456-426614174000
descriptionstringA description of the activitySteel purchased
directionstringThe direction of the activityin
supplierSupplierThe supplier of the activity{ uuid: "...", name: "Steel Co" }
customerCustomerThe customer of the activity{ uuid: "...", name: "My Company" }
quantitynumberThe amount of the activity100
unitUnitThe unit of measurekg
startDatedateThe date the activity is valid from2021-01-01T00:00:00.000Z
endDatedateThe date the activity is valid until2021-12-31T00:00:00.000Z
productProductThe product for the activity{ uuid: "...", name: "Steel" }
scopeScopeThe scope of the activity{ uuid: "...", name: "Scope 2: Electricity" }
taxonomyTaxonomyThe category of the activity{ uuid: "...", name: "Steel" }
orgOrgThe org unit responsible for the activity{ uuid: "...", name: "Procurement" }

Diagram