Question: What did the company score for NAT.C15 Working hours fundamentals in the Nature Benchmark?
Answer:
0
World Benchmarking Alliance
2022
Unverified - Added by Steward

score = (x) -> 
  if x == "Yes"
    10
  else
    0
  
weights = (1/3 for i in [0...3])
working_hours_fundamentals = [commitment, fair_overtime_commitment, commitment_in_business_relationship_employees]

weights.reduce((weighted_sum, weight, index) -> 
              weighted_sum + weight*score(working_hours_fundamentals[index])
             , 0)
fair_overtime_commitment
No
commitment_in_business_relationship_employees
No

Comments