
options = ["Approved by the principal governing body of each reporting entity", "Approved by principal governing body of a higher entity/global parent", "Approved by the principal governing body of at least one reporting entity covered in statement"] criterion_0 = approval in options && signed_by_responsible_member == "Yes" criterion_1 = reporting_entities_identification == "Yes" criterion_2 = organizational_structure == "Yes" && organizational_operations == "Yes" && supply_chain == "Yes" criterion_3 = risk_assessment == "Yes" && risk_remediation == "Yes" criterion_4 = risk_mitigation == "Yes" criterion_5 = performance_indicators == "Yes" criterion_6 = consultation_process == "Yes" allTrue = (args...) -> args.every(Boolean) if allTrue(criterion_0, criterion_1, criterion_2, criterion_3, criterion_4, criterion_5, criterion_6) "Yes" else "No"