Question: What did the company score for NAT.B13 Air pollutants in the Nature Benchmark?
Answer:
6
World Benchmarking Alliance
NAT.B13 Air pollutants
Siam Cement
2022
Unverified - Added by Steward

score = (x) -> 
  if x == "Yes"
    10
  else
    0
  
weights = [0.2, 0.2, 0.2, 0.2, 0.2]
air_pollutants = [reduction_evidence, management_and_monitoring, pollutants_reporting, time_bound_targets, target_reporting]

weights.reduce((weighted_sum, weight, index) -> 
              weighted_sum + weight*score(air_pollutants[index])
             , 0)
World Benchmarking Alliance+Image
World Benchmarking Alliance
Netherlands
reduction_evidence
Yes
2022
World Benchmarking Alliance+Image
World Benchmarking Alliance
Netherlands
management_and_monitoring
No
2022
World Benchmarking Alliance+Image
World Benchmarking Alliance
Netherlands
pollutants_reporting
Yes
2022
World Benchmarking Alliance+Image
World Benchmarking Alliance
Netherlands
time_bound_targets
Yes
2022
World Benchmarking Alliance+Image
World Benchmarking Alliance
Netherlands
target_reporting
No
2022

Comments