Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ImpactResult

A calculation result of an impact assessment category.

Properties

@type

Inherited from Entity.@type

amount

The value the result.

description

indicator

The impact assessment category.

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