Models have many Inputs. The source of an Input can be:

  1. a Material that is made in-house or sourced from a Supplier
  2. a Processing activity
  3. a Transportation activity
  4. a Use Stage calculation

Attributes

AttributeTypeDescriptionExample
uuidstringThe unique identifier123e4567-e89b-12d3-a456-426614174000
namestringThe name of the inputSteel Handle
quantitynumberThe amount of the input100
unitUnitThe unit of measurekg
ordernumberThe order of the input1
materialMaterialThe material for the input{ uuid: "...", name: "Steel" }
lifecycleStageLCA_CategoryThe stage of the lifecycle the input is in{ code: "A1", name: "Materials" }
CO2edecimalThe CO2e value of the input1234.5678
createddateThe date the input was created2021-01-01T00:00:00.000Z
updateddateThe date the input was last updated2021-01-22T00:00:00.000Z

Inputs are categorized into Lifecycle Assessment (LCA) categories.

Diagram