ImpactResult
A calculation result of an impact assessment category.
Properties
@type
Inherited from Entity.@type
- Type:
string
(external doc) - Proto-Index: 1
amount
The value the result.
- Type:
double
(external doc) - Proto-Index: 2
description
- Type:
string
(external doc) - Proto-Index: 3
indicator
The impact assessment category.
- Type: Ref of ImpactCategory
- Proto-Index: 4
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 ImpactResult:
amount: float
description: str
indicator: Ref