Regulation Lookup
Retrieve the authoritative text of a specific statute, regulation, executive order, cabinet decision, or ministerial circular. Returns the full instrument with proper citation, effective date, and consolidation status (whether amendments have been incorporated). Covers MENA primary jurisdictions and secondary markets.
When to use this
- A lawyer needs to quote the actual article text for a legal opinion, brief, or advice letter
- A compliance officer needs the primary regulatory text to anchor a compliance program
- A drafter needs to verify that a contractual clause accurately reflects the relevant statute
- A due-diligence team needs to confirm what law was in force at a specific historical date
- A researcher needs the full legislative instrument, not just a summary
Note: This skill retrieves text. For interpretation — what the regulator says the text means in practice — pair with [[research-regulator-guidance-lookup]]. For changes — whether the text has recently been amended — pair with [[research-recent-amendments-tracker]].
Inputs
| Input |
Why it matters |
Default |
| Instrument name or number |
Most efficient search if known |
Provide if known |
| Jurisdiction |
Determines which database to search |
Required |
| Subject area |
Used to locate instruments by topic when name/number not known |
Required if name unknown |
| Specific article(s) needed |
Retrieve targeted articles, not the whole instrument |
Provide if known |
| As-of date |
Historical versions matter for disputes about past conduct |
Default: current consolidated version |
Source library by jurisdiction
KSA (Saudi Arabia)
| Source |
What it covers |
Access |
| Bureau of Experts (BOE) at Council of Ministers |
Consolidated texts of all Royal Decrees and Council of Ministers decisions — the authoritative consolidated source |
bureau.gov.sa; Arabic |
| Umm Al-Qura (official gazette) |
The primary publication vehicle for enacted laws; search by issue number + date |
Arabic; Hijri dates |
| SAMA website |
SAMA Banking Control Law, implementing regulations, circulars on banking/insurance |
sama.gov.sa |
| CMA website |
Capital Market Law, CMA Implementing Regulations, listing rules |
cma.org.sa |
| ZATCA website |
VAT implementing regulation, excise tax, customs |
zatca.gov.sa |
| MHRSD website |
Labor Law (Royal Decree M/51 of 2005, as amended); implementing regulations |
mhrsd.gov.sa |
KSA note: The BOE maintains the most reliable consolidated texts. Regulations published in Umm Al-Qura should be cross-checked with BOE for amendments. The BOE site is in Arabic; key instruments are increasingly available in unofficial English translation.
UAE Federal and Emirate-level
| Source |
What it covers |
Access |
| UAE Federal Government portal (moj.gov.ae) |
Federal Decree-Laws, Federal Laws, Cabinet Resolutions — consolidated texts |
Arabic; some English |
| UAE Federal Gazette |
Authoritative publication vehicle; Arabic |
Print + digital |
| Dubai Economy and Tourism (DET) |
Dubai Executive Council Resolutions affecting commercial activity in Dubai |
Arabic/English |
| Abu Dhabi Executive Council |
Abu Dhabi-level resolutions and decisions |
Arabic/English |
| MOHRE |
Federal labor law instruments, ministerial decisions |
mohre.gov.ae |
| CBUAE |
Central Bank regulations, AML framework |
cbuae.gov.ae |
UAE key instruments (frequently referenced):
- Federal Decree-Law No. 32 of 2021 — Commercial Companies Law (CCL)
- Federal Decree-Law No. 33 of 2021 — Labor Relations in the Private Sector
- Federal Decree-Law No. 45 of 2021 — Personal Data Protection
- Cabinet Decision No. 58 of 2020 — Beneficial Ownership Procedures
DIFC
| Source |
What it covers |
Access |
| DIFC Laws portal (difclaw.ae) |
All DIFC Laws, Regulations, and Rules — version-controlled and consolidated |
English; free |
| DFSA Rulebook (dfsa.ae) |
DFSA regulatory rules organized in Modules (GEN, PIB, COBS, AML, etc.) |
English; module-by-module |
DIFC key instruments:
- DIFC Law No. 3 of 2004 — Contract Law (as amended)
- DIFC Law No. 5 of 2005 — Companies Law (as amended)
- DIFC Law No. 2 of 2019 — Employment Law
- DIFC Law No. 1 of 2008 — Arbitration Law (as amended)
- DFSA Rulebook, relevant Modules
ADGM
| Source |
What it covers |
Access |
| ADGM Legislation portal (legislation.adgm.com) |
All ADGM Regulations, Rules, Guidance |
English; free |
| FSRA Rulebook |
Financial services regulatory rules |
English |
Lebanon
| Source |
What it covers |
Access |
| Al-Jarida Al-Rasmiya |
Official gazette; all enacted laws and decrees |
Arabic/French; limited digital archive |
| Lebanese Code of Obligations and Contracts (Code des Obligations et des Contrats) |
The foundational private law instrument (Decree-Law 1932); French-language text |
French text well-preserved in legal databases |
| Law No. 3 of 1956 |
Banking Secrecy Law |
Referenced extensively; short instrument |
| BDL Circulars |
Banking regulation; frequently operative where statute is unclear |
BDL website |
Lebanon note: many Lebanese laws date from the French Mandate period (pre-1943) or the early Republic era and have been amended inconsistently. The Commercial Code (Code de commerce) and Code of Civil Procedure are French-influenced. Always check the official gazette publication date and amendment history.
EU
| Source |
What it covers |
Access |
| EUR-Lex (eur-lex.europa.eu) |
All EU Regulations (directly applicable in member states), Directives (require national transposition), Decisions, Recommendations |
Free; CELEX citation system |
| CELEX numbering |
Unique identifier for EU instruments: e.g., CELEX 32016R0679 = GDPR |
Use CELEX to retrieve exact instrument |
Search EUR-Lex by CELEX number for fastest retrieval. "Consolidated" versions on EUR-Lex incorporate amendments — check the "Languages, formats and link to Official Journal" tab to confirm consolidation currency.
US
| Source |
What it covers |
Access |
| USCODE.House.gov |
United States Code (USC) — codified federal statutes |
Free; cite as [Title] U.S.C. § [Section] |
| eCFR.gov |
Code of Federal Regulations (CFR) — federal regulations |
Free; electronic CFR is the current consolidated text |
| SEC.gov |
Securities Exchange Act, Dodd-Frank, Sarbanes-Oxley + implementing rules |
Free |
Output schema
{
"instrument": {
"name": "Full formal name of the instrument",
"citation": "Decree/Law/Article number + date",
"jurisdiction": "string",
"type": "statute | regulation | executive-decision | ministerial-circular | rulebook-module",
"effectiveDate": "ISO date",
"consolidationFlag": "consolidated-to [date] | original-version-only | not-available",
"linkToAuthority": "URL to official source"
},
"articleText": [
{
"articleNumber": "string",
"text": "verbatim text of the article (Arabic + English translation if official translation available)",
"notes": "any amendment or interpretation notes"
}
],
"asOfDate": "ISO date of the version retrieved",
"subsequentAmendments": "see [[research-recent-amendments-tracker]] for latest amendments",
"interpretiveGuidance": "see [[research-regulator-guidance-lookup]] for regulator interpretation"
}
Verbatim rule
Always quote article text verbatim — never paraphrase regulatory text. A paraphrase, however careful, risks omitting a condition or qualification that is legally material. If the text is in Arabic or French and an official English translation is not available, provide the original text plus a clearly labeled unofficial translation noting that the original controls.
Caveats
- MENA databases frequently lag the official gazette by weeks or months for recent amendments. If the asOfDate on the retrieved text is more than 3 months old, run [[research-recent-amendments-tracker]] to check for updates.
- Many KSA regulations exist in Arabic only. Unofficial English translations circulate widely but may not accurately reflect recent amendments.
- Lebanon's online legal databases are fragmentary; for critical matters, request a certified extract from the official gazette or commercial register.
- US and EU sources are the most reliably current; verify eCFR consolidation date for very recent rulemakings.
Related skills
- [[research-regulator-guidance-lookup]]
- [[research-recent-amendments-tracker]]
- [[research-statute-lookup]]
- [[research-deep-research-orchestrator]]
1---2name: research-regulation-lookup3description: Regulation Lookup4---56# Regulation Lookup78Retrieve the authoritative text of a specific statute, regulation, executive order, cabinet decision, or ministerial circular. Returns the full instrument with proper citation, effective date, and consolidation status (whether amendments have been incorporated). Covers MENA primary jurisdictions and secondary markets.910## When to use this1112- A lawyer needs to quote the actual article text for a legal opinion, brief, or advice letter13- A compliance officer needs the primary regulatory text to anchor a compliance program14- A drafter needs to verify that a contractual clause accurately reflects the relevant statute15- A due-diligence team needs to confirm what law was in force at a specific historical date16- A researcher needs the full legislative instrument, not just a summary1718**Note**: This skill retrieves text. For *interpretation* — what the regulator says the text means in practice — pair with [[research-regulator-guidance-lookup]]. For *changes* — whether the text has recently been amended — pair with [[research-recent-amendments-tracker]].1920## Inputs2122| Input | Why it matters | Default |23|-------|---------------|---------|24| Instrument name or number | Most efficient search if known | Provide if known |25| Jurisdiction | Determines which database to search | Required |26| Subject area | Used to locate instruments by topic when name/number not known | Required if name unknown |27| Specific article(s) needed | Retrieve targeted articles, not the whole instrument | Provide if known |28| As-of date | Historical versions matter for disputes about past conduct | Default: current consolidated version |2930## Source library by jurisdiction3132### KSA (Saudi Arabia)3334| Source | What it covers | Access |35|--------|---------------|--------|36| **Bureau of Experts (BOE)** at Council of Ministers | Consolidated texts of all Royal Decrees and Council of Ministers decisions — the authoritative consolidated source | bureau.gov.sa; Arabic |37| **Umm Al-Qura** (official gazette) | The primary publication vehicle for enacted laws; search by issue number + date | Arabic; Hijri dates |38| **SAMA website** | SAMA Banking Control Law, implementing regulations, circulars on banking/insurance | sama.gov.sa |39| **CMA website** | Capital Market Law, CMA Implementing Regulations, listing rules | cma.org.sa |40| **ZATCA website** | VAT implementing regulation, excise tax, customs | zatca.gov.sa |41| **MHRSD website** | Labor Law (Royal Decree M/51 of 2005, as amended); implementing regulations | mhrsd.gov.sa |4243**KSA note**: The BOE maintains the most reliable consolidated texts. Regulations published in Umm Al-Qura should be cross-checked with BOE for amendments. The BOE site is in Arabic; key instruments are increasingly available in unofficial English translation.4445### UAE Federal and Emirate-level4647| Source | What it covers | Access |48|--------|---------------|--------|49| **UAE Federal Government portal** (moj.gov.ae) | Federal Decree-Laws, Federal Laws, Cabinet Resolutions — consolidated texts | Arabic; some English |50| **UAE Federal Gazette** | Authoritative publication vehicle; Arabic | Print + digital |51| **Dubai Economy and Tourism (DET)** | Dubai Executive Council Resolutions affecting commercial activity in Dubai | Arabic/English |52| **Abu Dhabi Executive Council** | Abu Dhabi-level resolutions and decisions | Arabic/English |53| **MOHRE** | Federal labor law instruments, ministerial decisions | mohre.gov.ae |54| **CBUAE** | Central Bank regulations, AML framework | cbuae.gov.ae |5556**UAE key instruments** (frequently referenced):57- Federal Decree-Law No. 32 of 2021 — Commercial Companies Law (CCL)58- Federal Decree-Law No. 33 of 2021 — Labor Relations in the Private Sector59- Federal Decree-Law No. 45 of 2021 — Personal Data Protection60- Cabinet Decision No. 58 of 2020 — Beneficial Ownership Procedures6162### DIFC6364| Source | What it covers | Access |65|--------|---------------|--------|66| **DIFC Laws portal** (difclaw.ae) | All DIFC Laws, Regulations, and Rules — version-controlled and consolidated | English; free |67| **DFSA Rulebook** (dfsa.ae) | DFSA regulatory rules organized in Modules (GEN, PIB, COBS, AML, etc.) | English; module-by-module |6869**DIFC key instruments**:70- DIFC Law No. 3 of 2004 — Contract Law (as amended)71- DIFC Law No. 5 of 2005 — Companies Law (as amended)72- DIFC Law No. 2 of 2019 — Employment Law73- DIFC Law No. 1 of 2008 — Arbitration Law (as amended)74- DFSA Rulebook, relevant Modules7576### ADGM7778| Source | What it covers | Access |79|--------|---------------|--------|80| **ADGM Legislation portal** (legislation.adgm.com) | All ADGM Regulations, Rules, Guidance | English; free |81| **FSRA Rulebook** | Financial services regulatory rules | English |8283### Lebanon8485| Source | What it covers | Access |86|--------|---------------|--------|87| **Al-Jarida Al-Rasmiya** | Official gazette; all enacted laws and decrees | Arabic/French; limited digital archive |88| **Lebanese Code of Obligations and Contracts (Code des Obligations et des Contrats)** | The foundational private law instrument (Decree-Law 1932); French-language text | French text well-preserved in legal databases |89| **Law No. 3 of 1956** | Banking Secrecy Law | Referenced extensively; short instrument |90| **BDL Circulars** | Banking regulation; frequently operative where statute is unclear | BDL website |9192**Lebanon note**: many Lebanese laws date from the French Mandate period (pre-1943) or the early Republic era and have been amended inconsistently. The Commercial Code (Code de commerce) and Code of Civil Procedure are French-influenced. Always check the official gazette publication date and amendment history.9394### EU9596| Source | What it covers | Access |97|--------|---------------|--------|98| **EUR-Lex** (eur-lex.europa.eu) | All EU Regulations (directly applicable in member states), Directives (require national transposition), Decisions, Recommendations | Free; CELEX citation system |99| **CELEX numbering** | Unique identifier for EU instruments: e.g., CELEX 32016R0679 = GDPR | Use CELEX to retrieve exact instrument |100101Search EUR-Lex by CELEX number for fastest retrieval. "Consolidated" versions on EUR-Lex incorporate amendments — check the "Languages, formats and link to Official Journal" tab to confirm consolidation currency.102103### US104105| Source | What it covers | Access |106|--------|---------------|--------|107| **USCODE.House.gov** | United States Code (USC) — codified federal statutes | Free; cite as [Title] U.S.C. § [Section] |108| **eCFR.gov** | Code of Federal Regulations (CFR) — federal regulations | Free; electronic CFR is the current consolidated text |109| **SEC.gov** | Securities Exchange Act, Dodd-Frank, Sarbanes-Oxley + implementing rules | Free |110111## Output schema112113```json114{115 "instrument": {116 "name": "Full formal name of the instrument",117 "citation": "Decree/Law/Article number + date",118 "jurisdiction": "string",119 "type": "statute | regulation | executive-decision | ministerial-circular | rulebook-module",120 "effectiveDate": "ISO date",121 "consolidationFlag": "consolidated-to [date] | original-version-only | not-available",122 "linkToAuthority": "URL to official source"123 },124 "articleText": [125 {126 "articleNumber": "string",127 "text": "verbatim text of the article (Arabic + English translation if official translation available)",128 "notes": "any amendment or interpretation notes"129 }130 ],131 "asOfDate": "ISO date of the version retrieved",132 "subsequentAmendments": "see [[research-recent-amendments-tracker]] for latest amendments",133 "interpretiveGuidance": "see [[research-regulator-guidance-lookup]] for regulator interpretation"134}135```136137## Verbatim rule138139**Always quote article text verbatim** — never paraphrase regulatory text. A paraphrase, however careful, risks omitting a condition or qualification that is legally material. If the text is in Arabic or French and an official English translation is not available, provide the original text plus a clearly labeled unofficial translation noting that the original controls.140141## Caveats142143- MENA databases frequently lag the official gazette by weeks or months for recent amendments. If the asOfDate on the retrieved text is more than 3 months old, run [[research-recent-amendments-tracker]] to check for updates.144- Many KSA regulations exist in Arabic only. Unofficial English translations circulate widely but may not accurately reflect recent amendments.145- Lebanon's online legal databases are fragmentary; for critical matters, request a certified extract from the official gazette or commercial register.146- US and EU sources are the most reliably current; verify eCFR consolidation date for very recent rulemakings.147148## Related skills149150- [[research-regulator-guidance-lookup]]151- [[research-recent-amendments-tracker]]152- [[research-statute-lookup]]153- [[research-deep-research-orchestrator]]