NwFactor

A normalization and weighting factor of a NwSet related to an impact category. Depending on the purpose of the NwSet (normalization, weighting, or both) the normalization and weighting factor can be present or not.

Properties

@type

Inherited from Entity.@type

impactCategory

normalisationFactor

weightingFactor

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 NwFactor:
  impact_category: Ref
  normalisation_factor: float
  weighting_factor: float