ImpactMethod

An impact assessment method.

Properties

@type

Inherited from Entity.@type

@id

Inherited from RefEntity.@id

name

Inherited from RefEntity.name

description

Inherited from RefEntity.description

category

Inherited from RootEntity.category

lastChange

Inherited from RootEntity.lastChange

tags

Inherited from RootEntity.tags

version

Inherited from RootEntity.version

code

impactCategories

The impact categories of the method.

nwSets

The normalization and weighting sets of the method.

  • Type: List of NwSet
  • Proto-Index: 12

source

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 ImpactMethod:
  id: str
  category: str
  code: str
  description: str
  impact_categories: List[Ref]
  last_change: str
  name: str
  nw_sets: List[NwSet]
  source: Ref
  tags: List[str]
  version: str