From e377af6a86285e06f2e5ea2837a3f1ef02713d12 Mon Sep 17 00:00:00 2001 From: Emma Clegg <137316374+emmajclegg@users.noreply.github.com> Date: Thu, 5 Feb 2026 11:26:41 -0500 Subject: [PATCH 1/4] Create tj-tin Fixes #667 --- lists/tj/tj-tin | 52 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 lists/tj/tj-tin diff --git a/lists/tj/tj-tin b/lists/tj/tj-tin new file mode 100644 index 00000000..a5d737a4 --- /dev/null +++ b/lists/tj/tj-tin @@ -0,0 +1,52 @@ +{ + "name": { + "en": "Tajikstan Tax Identification Number", + "local": "" + }, + "url": "http://andoz.tj/", + "description": { + "en": "Under Tajik law, all legal entities — including NGOs — are required to register with the national tax authority (Tax Committee under the Government of the Republic of Tajikistan). \n\nOnce the entity is registered with the tax authority:\n\n- the tax authority issues the Taxpayer Identification Number (TIN) to the organization\n- this number is assigned once and cannot be changed or reused, even if the entity is later dissolved\n- the entity typically receives a certificate confirming the assignment of the TIN from the tax authority.\n\nThe TIN is used for all official tax reporting, financial transactions, and interactions with tax authorities in Tajikistan.\n\nTINs consist of 9 digits. The specific structure includes:​ \n\n- First Part: Indicates the entity type or individual categorization.​ \n- Middle Section: A unique identifier related to individual or business registration numbers.​ \n- Last Section: Digits used for validation purposes. [1]\n\n[1] https://taxdo.com/resources/global-tax-id-validation-guide/tajikistan" + }, + "coverage": [ + "TJ" + ], + "subnationalCoverage": [], + "structure": [ + "charity", + "company" + ], + "sector": [], + "code": "TJ-TIN", + "confirmed": true, + "deprecated": false, + "listType": "primary", + "access": { + "availableOnline": false, + "onlineAccessDetails": null, + "publicDatabase": "andoz.tj", + "guidanceOnLocatingIds": "Taxpayers may be able to verify their TIN through the official online service on andoz.tj\n\nNo online search for TIN based on entity name was found.", + "exampleIdentifiers": "0200225789", + "languages": [ + "EN", + "TG" + ] + }, + "data": { + "availability": [ + "data_not_available" + ], + "dataAccessDetails": "", + "features": [], + "licenseStatus": "no_license", + "licenseDetails": "" + }, + "meta": { + "source": "desk research", + "lastUpdated": "2026-02-05" + }, + "links": { + "opencorporates": "", + "wikipedia": "" + }, + "formerPrefixes": [] +} From 32bb0198debff32e5cbd96b03c23c50f65e06661 Mon Sep 17 00:00:00 2001 From: Emma Clegg <137316374+emmajclegg@users.noreply.github.com> Date: Thu, 5 Feb 2026 11:29:29 -0500 Subject: [PATCH 2/4] Rename tj-tin to tj-tin.json .json extension added to new list file --- lists/tj/{tj-tin => tj-tin.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lists/tj/{tj-tin => tj-tin.json} (100%) diff --git a/lists/tj/tj-tin b/lists/tj/tj-tin.json similarity index 100% rename from lists/tj/tj-tin rename to lists/tj/tj-tin.json From 734fd714ba7508d7df290613911ec5ae4e4cbbea Mon Sep 17 00:00:00 2001 From: Emma Clegg <137316374+emmajclegg@users.noreply.github.com> Date: Thu, 5 Feb 2026 11:36:32 -0500 Subject: [PATCH 3/4] Update tj-tin.json Change list type to secondary as this requires the entity to have a tax registration --- lists/tj/tj-tin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lists/tj/tj-tin.json b/lists/tj/tj-tin.json index a5d737a4..f66e8a1a 100644 --- a/lists/tj/tj-tin.json +++ b/lists/tj/tj-tin.json @@ -19,10 +19,10 @@ "code": "TJ-TIN", "confirmed": true, "deprecated": false, - "listType": "primary", + "listType": "secondary", "access": { "availableOnline": false, - "onlineAccessDetails": null, + "onlineAccessDetails": "", "publicDatabase": "andoz.tj", "guidanceOnLocatingIds": "Taxpayers may be able to verify their TIN through the official online service on andoz.tj\n\nNo online search for TIN based on entity name was found.", "exampleIdentifiers": "0200225789", From 97860a23a474f164bb05e793e1ffd8163b188f48 Mon Sep 17 00:00:00 2001 From: Emma Clegg <137316374+emmajclegg@users.noreply.github.com> Date: Thu, 5 Feb 2026 11:42:39 -0500 Subject: [PATCH 4/4] Update tj-tin.json Example identifier corrected to 9 digits --- lists/tj/tj-tin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lists/tj/tj-tin.json b/lists/tj/tj-tin.json index f66e8a1a..65296c1a 100644 --- a/lists/tj/tj-tin.json +++ b/lists/tj/tj-tin.json @@ -25,7 +25,7 @@ "onlineAccessDetails": "", "publicDatabase": "andoz.tj", "guidanceOnLocatingIds": "Taxpayers may be able to verify their TIN through the official online service on andoz.tj\n\nNo online search for TIN based on entity name was found.", - "exampleIdentifiers": "0200225789", + "exampleIdentifiers": "020025789", "languages": [ "EN", "TG"