Question: What did the company score for NAT.C18 Gender equality and women's empowerment fundamentals in the Nature Benchmark?
Answer:
2.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]
gender_equality = [commitment, targets, gte_30_prercent_women_on_givernance, gender_pay_ratio]

weights.reduce((weighted_sum, weight, index) -> 
              weighted_sum + weight*score(gender_equality[index])
             , 0)
World Benchmarking Alliance+Image
World Benchmarking Alliance
Netherlands
commitment
Yes
2023
World Benchmarking Alliance+Image
World Benchmarking Alliance
Netherlands
targets
No
2023
World Benchmarking Alliance+Image
World Benchmarking Alliance
Netherlands
gte_30_prercent_women_on_givernance
No
2023
World Benchmarking Alliance+Image
World Benchmarking Alliance
Netherlands
gender_pay_ratio
No
2023

Comments