SocialAspect

An instance of this class describes a social aspect related to a social indicator in a process.

Properties

@type

Inherited from Entity.@type

activityValue

The value of the activity variable of the related indicator.

comment

quality

A data quality entry, e.g. (3,1,2,4,1).

rawAmount

The raw amount of the indicator's unit of measurement (not required to be numeric currently)

riskLevel

socialIndicator

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 SocialAspect:
  activity_value: float
  comment: str
  quality: str
  raw_amount: str
  risk_level: RiskLevel
  social_indicator: Ref
  source: Ref