Question: What did the company score for NAT.C20 Responsible tax fundamentals in the Nature Benchmark?
Answer:
0
World Benchmarking Alliance
Colruyt
2023
Unverified - Added by Steward

score = (x) -> 
  if x == "Yes"
    10
  else
    0
  
weights = (1/3 for i in [0...3])
responsible_tax = [strategy, strategy_accountability, income_tax_disclosure]

weights.reduce((weighted_sum, weight, index) -> 
              weighted_sum + weight*score(responsible_tax[index])
             , 0)
income_tax_disclosure
No

Comments