Question: Does the company provide extra information, for instance gender and migrant composition of the workforce or trade union recognition?
Answer:
Yes
Clean Clothes Campaign
Boohoo.com
2023
Verified by Steward check_circle

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 ccc_beyond == "Yes" || [tier1_disclosure].flat().some((v) -> options.includes(v)) ||  open_list == "Yes" then "Yes" else  "No"

Comments