Question: Does the company’s statement identify specific geographic regions (e.g. Indonesia), industries (e.g. agriculture), resources (e.g. Palm Oil) or types of workforce (e.g. migrant workers) where the risk of modern slavery is the greatest?
Answer:
No
Walk Free
2022
Unverified - Added by Community

options = ["Geographic", "Industry", "Resource", "Workforce"]



if [m1].flat().filter( (v) -> options.includes v).length

  "Yes"

else

  "No"

Comments