From a6f2eabe0419992f680b7f2977feefe591068b02 Mon Sep 17 00:00:00 2001 From: Emma Clegg <137316374+emmajclegg@users.noreply.github.com> Date: Mon, 1 Jun 2026 15:38:36 -0400 Subject: [PATCH 1/3] Create nz-nzbn.json Fixes #694 --- lists/nz/nz-nzbn.json | 61 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 lists/nz/nz-nzbn.json diff --git a/lists/nz/nz-nzbn.json b/lists/nz/nz-nzbn.json new file mode 100644 index 00000000..7862d6ef --- /dev/null +++ b/lists/nz/nz-nzbn.json @@ -0,0 +1,61 @@ +{ + "name": { + "en": "New Zealand Business Number", + "local": "" + }, + "url": "https://www.nzbn.govt.nz/", + "description": { + "en": "The New Zealand Business Number (NZBN) is New Zealand's official business identifier system. It is a unique identifier designed to provide a single, authoritative way to identify businesses and share core business information.\n\nThe NZBN is available to all New Zealand businesses and organisations, including:\n- Companies\n- Sole traders (self-employed individuals)\n- Partnerships\n- Trusts\n- Registered charities\n- Incorporated societies\n- Government agencies\n- Other registered organisations carrying on business activities in New Zealand. \n\nThe NZBN is intended to be a persistent identifier for the business entity to which it is assigned. [1]\n\nMany registered entities (such as companies registered with the Companies Office) are automatically allocated an NZBN. Sole traders, partnerships, trusts, and some other entities may need to apply for one if they do not already have one. [2]\n\n[1] https://www.nzbn.govt.nz/whats-an-nzbn/about/\n[2] https://www.nzbn.govt.nz/get-an-nzbn/applying-for-an-nzbn\n" + }, + "coverage": [ + "NZ" + ], + "subnationalCoverage": [], + "structure": [ + "company", + "charity", + "trust", + "government_agency" + ], + "sector": [], + "code": "NZ-NZBN", + "confirmed": true, + "deprecated": false, + "listType": "primary", + "access": { + "availableOnline": true, + "onlineAccessDetails": "It is possible to search online for an organisation by name or business number.", + "publicDatabase": "https://www.nzbn.govt.nz/", + "guidanceOnLocatingIds": "Business numbers are 13-digits and numeric. They are returned in the online search results under the label 'NZBN'.", + "exampleIdentifiers": "9429046393920, 9429050294954", + "languages": [ + "EN" + ] + }, + "data": { + "availability": [ + "api", + "bulk", + "csv" + ], + "dataAccessDetails": "Bulk data can be accessed in a few ways, as detailed on this page: https://www.companiesoffice.govt.nz/data-services/ways-to-get-our-data/", + "features": [ + "directors_trustees_governors", + "registered_address", + "date_of_registration", + "registration_number", + "status" + ], + "licenseStatus": "open_license", + "licenseDetails": "" + }, + "meta": { + "source": "Original research", + "lastUpdated": "2026-06-01" + }, + "links": { + "opencorporates": "", + "wikipedia": "" + }, + "formerPrefixes": [] +} From 269bf5289832bff40e967d6bc11e5a4dead30b2e Mon Sep 17 00:00:00 2001 From: Emma Clegg <137316374+emmajclegg@users.noreply.github.com> Date: Mon, 1 Jun 2026 15:46:45 -0400 Subject: [PATCH 2/3] Update nz-nzbn.json List type updated to "secondary" as organisations are assigned a business number after having registered elsewhere, from the sounds of it (e.g. Companies Office) --- lists/nz/nz-nzbn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lists/nz/nz-nzbn.json b/lists/nz/nz-nzbn.json index 7862d6ef..c532b3d5 100644 --- a/lists/nz/nz-nzbn.json +++ b/lists/nz/nz-nzbn.json @@ -21,7 +21,7 @@ "code": "NZ-NZBN", "confirmed": true, "deprecated": false, - "listType": "primary", + "listType": "secondary", "access": { "availableOnline": true, "onlineAccessDetails": "It is possible to search online for an organisation by name or business number.", From 9965cfe5b562dde7c47568f662eda7c2debf39c2 Mon Sep 17 00:00:00 2001 From: Emma Clegg <137316374+emmajclegg@users.noreply.github.com> Date: Mon, 1 Jun 2026 16:23:33 -0400 Subject: [PATCH 3/3] Update nz-nzbn.json --- lists/nz/nz-nzbn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lists/nz/nz-nzbn.json b/lists/nz/nz-nzbn.json index c532b3d5..11b4bffe 100644 --- a/lists/nz/nz-nzbn.json +++ b/lists/nz/nz-nzbn.json @@ -29,7 +29,7 @@ "guidanceOnLocatingIds": "Business numbers are 13-digits and numeric. They are returned in the online search results under the label 'NZBN'.", "exampleIdentifiers": "9429046393920, 9429050294954", "languages": [ - "EN" + "en" ] }, "data": {