From 1172dcae7c6589f2f1ad9aad11765ae6e417a98f Mon Sep 17 00:00:00 2001 From: Leila Y-Farsani <108967493+leilafarsani@users.noreply.github.com> Date: Fri, 8 May 2026 16:31:52 +0100 Subject: [PATCH 1/3] Add JSON file for Iraq Ministry of Trade registry --- lists/iq/iq-mot.json | 51 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 lists/iq/iq-mot.json diff --git a/lists/iq/iq-mot.json b/lists/iq/iq-mot.json new file mode 100644 index 00000000..35f0bd78 --- /dev/null +++ b/lists/iq/iq-mot.json @@ -0,0 +1,51 @@ +{ + "name": { + "en": "Iraq Ministry of Trade – Registrar of Companies", + "local": "دائرة تسجيل الشركات" + }, + "url": "https://tasjeel.mot.gov.iq/", + "description": { + "en": "The Registrar of Companies operates under the Ministry of Trade of the Republic of Iraq and is responsible for the registration of companies in Iraq. Upon incorporation, companies are assigned an official registration number which appears on the certificate of incorporation and related legal documents. These identifiers can be used to uniquely identify companies in open data publications such as IATI." + }, + "coverage": [ + "IQ" + ], + "subnationalCoverage": [], + "structure": [ + "company" + ], + "sector": [], + "code": "IQ-MOT", + "confirmed": true, + "deprecated": false, + "listType": "primary", + "access": { + "availableOnline": true, + "onlineAccessDetails": "The Registrar of Companies provides an online company lookup portal.", + "publicDatabase": "https://tasjeel.mot.gov.iq/sh2/", + "guidanceOnLocatingIds": "The registration number can be found on the official company registration certificate issued by the Registrar of Companies under the Ministry of Trade. Some company records can also be searched through the online portal.", + "exampleIdentifiers": [ + "1902262839", + "31813-2" + ], + "languages": [ + "ar" + ] + }, + "data": { + "availability": [], + "dataAccessDetails": "Identifiers are assigned upon company registration and appear on official incorporation certificates and related legal documents.", + "features": [], + "licenseStatus": "no_license", + "licenseDetails": "" + }, + "meta": { + "source": "Official company registration certificates, Registrar of Companies portal, and desk research", + "lastUpdated": "2026-05-08" + }, + "links": { + "opencorporates": "https://opencorporates.com/registers/117", + "wikipedia": "" + }, + "formerPrefixes": [] +} From 8acfa3e22cec88ee6eca0f16c058c328b945eae5 Mon Sep 17 00:00:00 2001 From: Leila Y-Farsani <108967493+leilafarsani@users.noreply.github.com> Date: Fri, 8 May 2026 16:41:32 +0100 Subject: [PATCH 2/3] Update exampleIdentifiers format in iq-mot.json Changed exampleIdentifiers from an array to a single string. --- lists/iq/iq-mot.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lists/iq/iq-mot.json b/lists/iq/iq-mot.json index 35f0bd78..17982727 100644 --- a/lists/iq/iq-mot.json +++ b/lists/iq/iq-mot.json @@ -24,10 +24,7 @@ "onlineAccessDetails": "The Registrar of Companies provides an online company lookup portal.", "publicDatabase": "https://tasjeel.mot.gov.iq/sh2/", "guidanceOnLocatingIds": "The registration number can be found on the official company registration certificate issued by the Registrar of Companies under the Ministry of Trade. Some company records can also be searched through the online portal.", - "exampleIdentifiers": [ - "1902262839", - "31813-2" - ], + "exampleIdentifiers": "31813-2", "languages": [ "ar" ] From ff68baa9b3fc08e4786559506b078b6d5ac3b3e7 Mon Sep 17 00:00:00 2001 From: Leila Y-Farsani <108967493+leilafarsani@users.noreply.github.com> Date: Fri, 8 May 2026 16:44:52 +0100 Subject: [PATCH 3/3] Remove OpenCorporates link from iq-mot.json Removed the OpenCorporates link from the JSON file. --- lists/iq/iq-mot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lists/iq/iq-mot.json b/lists/iq/iq-mot.json index 17982727..ba24c0ac 100644 --- a/lists/iq/iq-mot.json +++ b/lists/iq/iq-mot.json @@ -41,7 +41,7 @@ "lastUpdated": "2026-05-08" }, "links": { - "opencorporates": "https://opencorporates.com/registers/117", + "opencorporates": "", "wikipedia": "" }, "formerPrefixes": []