options = [

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

  "Prohibit use of forced labour (direct / tier 1)"

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

  "Contracts include clauses on forced labour (direct / tier 1)"

  "Suppliers produce their own statement (direct / tier 1)"

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

  "Prohibit use of child labour (direct / tier 1)"

  "Suppliers protect migrant workers (direct / tier 1)"

]



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

  "Yes"

else

  "No"