EpdProduct
The declared product of an EPD.
Properties
@type
Inherited from Entity.@type
- Type:
string
(external doc) - Proto-Index: 1
amount
The amount of the declared product.
- Type:
double
(external doc) - Proto-Index: 2
flow
The reference to the product flow.
flowProperty
The reference to the flow property (quantity) in which the amount of the declared product is given for the respective EPD. A missing flow property reference means that the amount is given in the reference flow property of the respective product flow.
- Type: Ref of FlowProperty
- Proto-Index: 4
unit
The reference to the unit in which the amount of the declared product is given for the respective EPD. A missing unit reference means that the amount is given in the reference unit of the respective product flow.
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 EpdProduct:
amount: float
flow: Ref
flow_property: Ref
unit: Ref