Question: What did the company score for NAT.C13 Health and safety fundamentals in the Nature Benchmark?
Answer:
7.5
World Benchmarking Alliance
Aldi Sud
2023
Unverified - Added by Steward

score = (x) -> 
  if x == "Yes"
    10
  else
    0
  
weights = [0.25, 0.25, 0.25, 0.25]
health_and_safety = [commitment, quantitative, business_relationship_commitment, monitoring]

weights.reduce((weighted_sum, weight, index) -> 
              weighted_sum + weight*score(health_and_safety[index])
             , 0)
business_relationship_commitment
Yes

Comments