NwSet

A normalization and weighting set.

Properties

@type

Inherited from Entity.@type

@id

Inherited from RefEntity.@id

name

Inherited from RefEntity.name

description

Inherited from RefEntity.description

factors

The list of normalization and weighting factors of this set.

weightedScoreUnit

This is the optional unit of the (normalized and) weighted score when this normalization and weighting set was applied on a LCIA result.

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 NwSet:
  id: str
  description: str
  factors: List[NwFactor]
  name: str
  weighted_score_unit: str