options = [

   "Sex-disaggregated breakdown of workers at each site"

   "If facility has trade union"

   "If the facility has an independent worker committee"

   "% or number of migrant or contract workers"

   "Certifications, if any, the facility has (2021 only)"

   "List is publicly available as a csv or Excel spreadsheet"

   "Discloses what percentage of its tier one factories is published"

]



if (m1 == "Yes") || [m2].flat().filter( (v) -> options.includes v).length

  "Yes"

else

  "No"