Question: What did the company score for NAT.B13 Air pollutants in the Nature Benchmark?
Answer:
2
World Benchmarking Alliance
NAT.B13 Air pollutants
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)
management_and_monitoring
No
pollutants_reporting
Yes

Comments