Question: What did the company score for NAT.C01 Right to a safe, clean, healthy, and sustainable environment in the Nature Benchmark?
Answer:
0
World Benchmarking Alliance
Shiseido Group
2024
Verified by Steward check_circle

score = (x) -> 
  if x == "Yes"
    10
  else
    0
  
weights = [0.2, 0.2, 0.2, 0.2, 0.2]
right_to_safe_environment = [commitment, impacts_identification, tracking_negative_impact, preventing_mitigating_remediating_negative_impact, commitment_to_safety]

weights.reduce((weighted_sum, weight, index) -> 
              weighted_sum + weight*score(right_to_safe_environment[index])
             , 0)
impacts_identification
No
2024
World Benchmarking Alliance+Image
World Benchmarking Alliance
tracking_negative_impact
No
2024
preventing_mitigating_remediating_negative_impact
No
2024
World Benchmarking Alliance+Image
World Benchmarking Alliance
commitment_to_safety
No
2024

Comments