Question: What did the company score for NAT.C07 Identifying human rights risk and impacts in the Nature Benchmark?
Answer:
5
World Benchmarking Alliance
Mondi
2022
Verified by Steward check_circle

score = (x) -> 
  if x == "Yes"
    10
  else
    0
  
weights = [0.5, 0.5]
identifying_risks = [identifying_risks_and_impacts, identifying_partner_risks_and_impacts]

weights.reduce((weighted_sum, weight, index) -> 
              weighted_sum + weight*score(identifying_risks[index])
             , 0)
World Benchmarking Alliance+Image
World Benchmarking Alliance
identifying_risks_and_impacts
Yes
2022
identifying_partner_risks_and_impacts
No
2022

Comments