World Benchmarking Alliance+GEB-B.01 - Gender equality in leadership+Formula

elements = [A, B, C, D, E]

relevantRequirements = elements.filter (x) ->
  x isnt 'Not Applicable'

requirementsMet = relevantRequirements.filter (x) ->
  x is 'Yes'

indicCorScore = (requirementsMet.length / relevantRequirements.length) * 10.0
World Benchmarking Alliance
A
World Benchmarking Alliance
B
World Benchmarking Alliance
C
World Benchmarking Alliance
D
World Benchmarking Alliance
E