SocialAspect
An instance of this class describes a social aspect related to a social indicator in a process.
Properties
@type
Inherited from Entity.@type
- Type:
string
(external doc) - Proto-Index: 1
activityValue
The value of the activity variable of the related indicator.
- Type:
double
(external doc) - Proto-Index: 2
comment
- Type:
string
(external doc) - Proto-Index: 3
quality
A data quality entry, e.g. (3,1,2,4,1)
.
- Type:
string
(external doc) - Proto-Index: 4
rawAmount
The raw amount of the indicator's unit of measurement (not required to be numeric currently)
- Type:
string
(external doc) - Proto-Index: 5
riskLevel
- Type: RiskLevel
- Proto-Index: 6
socialIndicator
- Type: Ref of SocialIndicator
- Proto-Index: 7
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