Question: What did the company score for NAT.B15 Scope 3 greenhouse gas emissions in the Nature Benchmark?
Answer:
4
World Benchmarking Alliance
Kellogg Co.
2023
Verified by Steward check_circle

score = (x) -> 
  if x == "Yes"
    10
  else
    0
  
weights = [0.2, 0.2, 0.2, 0.2, 0.2]
scope_3_ghg_emissions = [disclosure, reductions_disclosure, targets, targets_reporting, alignment]

weights.reduce((weighted_sum, weight, index) -> 
              weighted_sum + weight*score(scope_3_ghg_emissions[index])
             , 0)
World Benchmarking Alliance+Image
World Benchmarking Alliance
disclosure
Yes
2023
reductions_disclosure
No
2023
World Benchmarking Alliance+Image
World Benchmarking Alliance
targets
Yes
2023
targets_reporting
No
2023
alignment
No
2023

Comments