{{ org_list.name.en }} ({{ org_list.code }})
+ + {% if org_list.deprecated %} +This record is deprecated and should only be used for interpreting older datasets.
+ {% endif %}Description
+{{ org_list.description.en|urlize|linebreaks }}
+Search options
+{{ org_list.access.onlineAccessDetails|urlize|linebreaks }}
+ {% endif %} +Find and use identifiers
+ {% if org_list.access.guidanceOnLocatingIds %} +{{ org_list.access.guidanceOnLocatingIds|urlize|linebreaks }}
+ {% endif %} + {% if org_list.access.publicDatabase %} + + {% elif org_list.url %} + + {% endif %}List Type: {{ org_list.listType }}
-How to use
-The code for this list is {{ org_list.code }}. When you have located the organization you wish to identify in this list, you should either:
The code for this list is {{ org_list.code }}.
When you have located the organization you wish to identify in this list, you should either:
Enter it in an identifier database field prefixed with {{ org_list.code }}.
{{ org_list.code }}-[ IDENTIFIER ]
{% if org_list.access.exampleIdentifiers|length >= 1 %}
- {% if org_list.access.exampleIdentifiers|length == 1 %}
- Example
- {% else %} -Examples
- {% endif %} -
- {% for x in org_list.access.exampleIdentifiers|split_examples:","|slice:":3" %}
+ {% if org_list.access.exampleIdentifiers|length == 1 %}
+ Example
+ {% else %}
+ Examples
+ {% endif %}
+
+ {% for x in org_list.access.exampleIdentifiers|split_examples:","|slice:":3" %}
{{ org_list.code }}-{{ x }}
- {% endfor %}
-
+ {% endfor %}
+
{% endif %}
Alternatively, use it within a two-part identifier, with {{ org_list.code }} as the 'scheme', and the identifier you have located as the 'identifier' field.
Description
-{{ org_list.description.en|urlize|linebreaks }}
--
+
-
+
Coverage: {% for code, title, disabled in org_list.coverage_codes_and_titles %}{{ code }}{% if not forloop.last %},{% endif %} {% endfor %}
+
+ {% if org_list.subnationalCoverage %}
+ -
+
Subnational jurisdiction: {% for code in org_list.subnationalCoverage %}{{ code }}{% if not forloop.last %},{% endif %} {% endfor %}
+
+ {% endif %}
- -
-
Coverage: {% for code, title, disabled in org_list.coverage_codes_and_titles %}{{ code }}{% if not forloop.last %},{% endif %} {% endfor %}
+ {% if org_list.structure %} + -
+
Legal structure: {% for code in org_list.structure %}{{ code }}{% if not forloop.last %},{% endif %} {% endfor %}
+ {% endif %}
- {% if org_list.sector %}
- -
-
Sectors: {% for x in org_list.sector %}{{ x }}{% if not forloop.last %},{% endif %} {% endfor %}
-
- {% endif %}
- -
+
Sectors: {% for x in org_list.sector %}{{ x }}{% if not forloop.last %},{% endif %} {% endfor %}
+
+ {% endif %}
- -
+
List Type: {{ org_list.listType }}
+
- -
+
Open Corporates Link: {{ org_list.links.opencorporates }}
+
+ {% endif %}
+
+ {% if org_list.links.wikipedia %}
+ -
+
Wikipedia page: {{ org_list.links.wikipedia }}
+
+ {% endif %}
+
+ {% if org_list.formerPrefixes %}
+ -
+
Former list codes: {% for x in org_list.formerPrefixes %}{{ x }}{% if not forloop.last %},{% endif %} {% endfor %}
+
+ {% endif %}
+
+
+
-
-
Search options
-{{ org_list.access.onlineAccessDetails|urlize|linebreaks }}
- {% endif %} -Find and use identifiers
- {% if org_list.access.guidanceOnLocatingIds %} -{{ org_list.access.guidanceOnLocatingIds|urlize|linebreaks }}
- {% else %} - - {% endif %} -You can suggest an edit to our information about this list by posting an issue or submitting a pull request.
-The contributors handbook details how to propose changes to an existing list, and how you can request or propose a new list.
-You can suggest an edit to our information about this list by posting an issue or submitting a pull request.
+The contributors handbook details how to propose changes to an existing list, and how you can request or propose a new list.