NwSet
A normalization and weighting set.
Properties
@type
Inherited from Entity.@type
- Type:
string
(external doc) - Proto-Index: 1
@id
Inherited from RefEntity.@id
- Type:
string
(external doc) - Proto-Index: 2
name
Inherited from RefEntity.name
- Type:
string
(external doc) - Proto-Index: 3
description
Inherited from RefEntity.description
- Type:
string
(external doc) - Proto-Index: 4
factors
The list of normalization and weighting factors of this set.
- Type:
List
of NwFactor - Proto-Index: 5
weightedScoreUnit
This is the optional unit of the (normalized and) weighted score when this normalization and weighting set was applied on a LCIA result.
- Type:
string
(external doc) - Proto-Index: 6
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