EpdModule

The results of an EPD are typically structured in modules.

Properties

@type

Inherited from Entity.@type

multiplier

Scales the linked result to the required amount for this module.

name

The name or identifier of the module, like A1.

result

A reference to the module's result. Note that results are stand-alone entities and that the same result could be referenced from different modules. Also, results can be directly linked in product systems.

Python class stub

The snippet below shows the names of the properties of the corresponding Python class of the olca-schema package. Note that this is not the full class definition but just shows the names of the class and its properties.


@dataclass
class EpdModule:
  multiplier: float
  name: str
  result: Ref