Variable | Metric | Value | Year |
---|---|---|---|
FLA | Research lock
|
No value | 2022 |
ETI | Research lock
|
Terminated | 2022 |
PST | No value | 2022 | |
FWF | Research lock_open
|
No value | 2022 |
BCI | Research lock_open
|
No value | 2022 |
Formula
= vals = []
vals.push "Fair Labor Association" if FLA == "Yes"
vals.push "Ethical Trading Initiative - Full" if ETI == "Full"
vals.push "Ethical Trading Initiative - Foundation Stage" if ETI == "Foundation Stage"
vals.push "Partnership for Sustainable Textiles" if PST == "Yes"
vals.push "Better Cotton Initiative" if BCI == "Yes"
vals.push "Fair Wear Foundation" if FWF == "Current Member"
vals = "None" unless vals.length
vals