Question: What did the company score for NAT.C17 Workforce diversity disclosure fundamentals in the Nature Benchmark?
Answer:
2.5
World Benchmarking Alliance
Colruyt
2023
Unverified - Added by Steward

score = (x) -> 
  if x == "Yes"
    10
  else
    0
  
weights = [0.25, 0.25, 0.25, 0.25]
workforce_diversity_disclosure = [age, gender, race, other]

weights.reduce((weighted_sum, weight, index) -> 
              weighted_sum + weight*score(workforce_diversity_disclosure[index])
             , 0)
World Benchmarking Alliance+Image
World Benchmarking Alliance
Netherlands
age
No
2023
World Benchmarking Alliance+Image
World Benchmarking Alliance
Netherlands
gender
Yes
2023
World Benchmarking Alliance+Image
World Benchmarking Alliance
Netherlands
race
No
2023
World Benchmarking Alliance+Image
World Benchmarking Alliance
Netherlands
other
No
2023

Comments