options = [

  "Suppliers comply with laws and company’s policies (beyond tier 1)"

  "Prohibit use of forced labour (beyond tier 1)"

  "Code of conduct or supplier code includes clauses on slavery and human trafficking (beyond tier 1)"

  "Contracts include clauses on forced labour (beyond tier 1)"

  "Suppliers produce their own statement (beyond tier 1)"

  "Prohibit charging of recruitment fees to employee (beyond tier 1)"

  "Prohibit use of child labour (beyond tier 1)"

  "Suppliers protect migrant workers (beyond tier 1)"

]



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

  "Yes"

else

  "No"