Question: Does the company either publish their statement on their homepage (UK) or provide the statement to the registry (Australia)?
Answer:
No
Walk Free
2020
Unverified - Added by Community

accepted = ["Australian Registry submission"]

if (isKnown(submission) && accepted.some((v) -> submission.indexOf(v) >= 0)) || homepage == "Yes"
  "Yes"
else
  "No"

Comments