Beemer Claude Fable 5 commited on
Commit ·
774f62e
1
Parent(s): 724ca05
Corpus rebuild: 25,062 vectors — Schedules, 10 new instruments, ENF manuals, AMPS, Charter, Cha, Igloo Vikski
Browse filesEval 207-Q with style slices: legacy 0.77/0.91/0.98/0.99 MRR 0.85 (Hit@1
dip attributed to guidance competition, verified not caused by the
retrieval changes); holdout 0.77/0.97/1.00; no-answer calibration all
under the 0.72 hedge. Typo slice 0.25 is the measured open gap.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- .gitignore +2 -0
- canlex/amps.py +1 -1
- canlex/charter.py +1 -1
- canlex/enf.py +1 -1
- canlex/index.py +7 -6
- data/eval/questions.json +346 -30
- data/processed/C-24.5.json +114 -0
- data/processed/C-38.8.json +570 -0
- data/processed/C-46.json +0 -0
- data/processed/C-52.6.json +57 -0
- data/processed/C.R.C.,_c._1041.json +209 -0
- data/processed/C.R.C.,_c._296.json +152 -0
- data/processed/C.R.C.,_c._870.json +589 -0
- data/processed/CRC-604.json +724 -0
- data/processed/E-14.1.json +0 -0
- data/processed/E-19.json +76 -0
- data/processed/F-27.json +114 -0
- data/processed/G-5.json +401 -0
- data/processed/H-6.json +0 -0
- data/processed/I-2.5.json +19 -0
- data/processed/P-19.32.json +19 -0
- data/processed/P-33.01.json +76 -0
- data/processed/P-36.json +38 -0
- data/processed/S-6.9.json +19 -0
- data/processed/S-8.35.json +38 -0
- data/processed/SOR-2000-217.json +95 -0
- data/processed/SOR-2002-227.json +171 -0
- data/processed/SOR-2002-336.json +228 -0
- data/processed/SOR-2002-359.json +38 -0
- data/processed/SOR-2002-412.json +76 -0
- data/processed/SOR-2003-323.json +667 -0
- data/processed/SOR-2012-256.json +95 -0
- data/processed/SOR-2012-257.json +19 -0
- data/processed/SOR-2018-108.json +152 -0
- data/processed/SOR-2022-277.json +0 -0
- data/processed/SOR-86-1062.json +133 -0
- data/processed/SOR-86-1065.json +363 -0
- data/processed/SOR-86-1072.json +401 -0
- data/processed/SOR-86-873.json +247 -0
- data/processed/SOR-89-202.json +534 -0
- data/processed/SOR-95-212.json +38 -0
- data/processed/SOR-96-263.json +0 -0
- data/processed/SOR-96-46.json +19 -0
- data/processed/SOR-97-229.json +38 -0
- data/processed/SOR-98-462.json +0 -0
- data/processed/amps.json +0 -0
- data/processed/caselaw.json +2 -2
- data/processed/charter.json +762 -0
- data/processed/embeddings.npz +2 -2
- data/processed/enf.json +0 -0
.gitignore
CHANGED
|
@@ -5,3 +5,5 @@ venv/
|
|
| 5 |
data/raw/
|
| 6 |
canlii_key.txt
|
| 7 |
data/citator_*.json
|
|
|
|
|
|
|
|
|
| 5 |
data/raw/
|
| 6 |
canlii_key.txt
|
| 7 |
data/citator_*.json
|
| 8 |
+
US-Dispositions-Reference.pdf
|
| 9 |
+
*.bundle
|
canlex/amps.py
CHANGED
|
@@ -22,7 +22,7 @@ from .config import PROCESSED_DIR, RAW_DIR
|
|
| 22 |
|
| 23 |
INDEX_URL = "https://www.cbsa-asfc.gc.ca/trade-commerce/amps/mpd-dmi-eng.html"
|
| 24 |
BASE = "https://www.cbsa-asfc.gc.ca"
|
| 25 |
-
RAW = RAW_DIR
|
| 26 |
|
| 27 |
# Hrefs on the index may be absolute or relative; key on the c-number page
|
| 28 |
# name alone.
|
|
|
|
| 22 |
|
| 23 |
INDEX_URL = "https://www.cbsa-asfc.gc.ca/trade-commerce/amps/mpd-dmi-eng.html"
|
| 24 |
BASE = "https://www.cbsa-asfc.gc.ca"
|
| 25 |
+
RAW = RAW_DIR / "amps"
|
| 26 |
|
| 27 |
# Hrefs on the index may be absolute or relative; key on the c-number page
|
| 28 |
# name alone.
|
canlex/charter.py
CHANGED
|
@@ -18,7 +18,7 @@ from ._common import fetch_cached, norm_ws as _norm
|
|
| 18 |
from .config import PROCESSED_DIR, RAW_DIR
|
| 19 |
|
| 20 |
URL = "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 21 |
-
RAW = RAW_DIR
|
| 22 |
|
| 23 |
# (act filter, sections wanted). The 1982 Act's Charter is ss. 1-34; s. 35 is
|
| 24 |
# Part II (Aboriginal rights) and s. 52 the supremacy clause -- both cited
|
|
|
|
| 18 |
from .config import PROCESSED_DIR, RAW_DIR
|
| 19 |
|
| 20 |
URL = "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 21 |
+
RAW = RAW_DIR / "charter"
|
| 22 |
|
| 23 |
# (act filter, sections wanted). The 1982 Act's Charter is ss. 1-34; s. 35 is
|
| 24 |
# Part II (Aboriginal rights) and s. 52 the supremacy clause -- both cited
|
canlex/enf.py
CHANGED
|
@@ -23,7 +23,7 @@ from .config import PROCESSED_DIR, RAW_DIR
|
|
| 23 |
|
| 24 |
BASE = ("https://www.canada.ca/content/dam/ircc/migration/ircc/english/"
|
| 25 |
"resources/manuals/enf/enf{n:02d}-eng.pdf")
|
| 26 |
-
RAW = RAW_DIR
|
| 27 |
_CHAPTERS = range(1, 41) # probe; gaps and retired chapters just skip
|
| 28 |
|
| 29 |
# Curated titles for the core chapters; anything else gets a parsed or
|
|
|
|
| 23 |
|
| 24 |
BASE = ("https://www.canada.ca/content/dam/ircc/migration/ircc/english/"
|
| 25 |
"resources/manuals/enf/enf{n:02d}-eng.pdf")
|
| 26 |
+
RAW = RAW_DIR / "enf"
|
| 27 |
_CHAPTERS = range(1, 41) # probe; gaps and retired chapters just skip
|
| 28 |
|
| 29 |
# Curated titles for the core chapters; anything else gets a parsed or
|
canlex/index.py
CHANGED
|
@@ -661,12 +661,13 @@ class LegislationIndex:
|
|
| 661 |
pool = candidates[:RERANK_POOL]
|
| 662 |
docs = [self._rerank_doc(i) for i in pool]
|
| 663 |
ce_orig = self.reranker.score(query, docs)
|
| 664 |
-
#
|
| 665 |
-
#
|
| 666 |
-
#
|
| 667 |
-
#
|
| 668 |
-
#
|
| 669 |
-
|
|
|
|
| 670 |
ce_exp = self.reranker.score(expanded, docs)
|
| 671 |
ce_orig = [max(a, b) for a, b in zip(ce_orig, ce_exp)]
|
| 672 |
ce = dict(zip(pool, ce_orig))
|
|
|
|
| 661 |
pool = candidates[:RERANK_POOL]
|
| 662 |
docs = [self._rerank_doc(i) for i in pool]
|
| 663 |
ce_orig = self.reranker.score(query, docs)
|
| 664 |
+
# Optional (CANLEX_RERANK_DUAL=1): also score the expanded query
|
| 665 |
+
# and keep each candidate's better score, closing the reranker's
|
| 666 |
+
# abbreviation blindness ('PRRA' vs 'application for
|
| 667 |
+
# protection'). Off by default: even promote-only, a second
|
| 668 |
+
# scoring pass reorders relative ranks, and the 2026-07 eval
|
| 669 |
+
# could not attribute its effect cleanly on the grown corpus.
|
| 670 |
+
if expanded != query and os.environ.get("CANLEX_RERANK_DUAL"):
|
| 671 |
ce_exp = self.reranker.score(expanded, docs)
|
| 672 |
ce_orig = [max(a, b) for a, b in zip(ce_orig, ce_exp)]
|
| 673 |
ce = dict(zip(pool, ce_orig))
|
data/eval/questions.json
CHANGED
|
@@ -6,7 +6,8 @@
|
|
| 6 |
"IRPA",
|
| 7 |
"57"
|
| 8 |
]
|
| 9 |
-
]
|
|
|
|
| 10 |
},
|
| 11 |
{
|
| 12 |
"query": "On what security grounds is a foreign national inadmissible to Canada?",
|
|
@@ -60,7 +61,8 @@
|
|
| 60 |
"IRPA",
|
| 61 |
"35"
|
| 62 |
]
|
| 63 |
-
]
|
|
|
|
| 64 |
},
|
| 65 |
{
|
| 66 |
"query": "Can a person be inadmissible to Canada for financial reasons?",
|
|
@@ -118,7 +120,8 @@
|
|
| 118 |
"IRPA",
|
| 119 |
"18"
|
| 120 |
]
|
| 121 |
-
]
|
|
|
|
| 122 |
},
|
| 123 |
{
|
| 124 |
"query": "What must a person establish to be allowed to enter Canada?",
|
|
@@ -172,7 +175,8 @@
|
|
| 172 |
"IRPA",
|
| 173 |
"48"
|
| 174 |
]
|
| 175 |
-
]
|
|
|
|
| 176 |
},
|
| 177 |
{
|
| 178 |
"query": "Is it an offence to organize the illegal entry of people into Canada?",
|
|
@@ -226,7 +230,8 @@
|
|
| 226 |
"Customs Act",
|
| 227 |
"110"
|
| 228 |
]
|
| 229 |
-
]
|
|
|
|
| 230 |
},
|
| 231 |
{
|
| 232 |
"query": "What is ascertained forfeiture under the Customs Act?",
|
|
@@ -288,7 +293,8 @@
|
|
| 288 |
"Customs Tariff",
|
| 289 |
"10"
|
| 290 |
]
|
| 291 |
-
]
|
|
|
|
| 292 |
},
|
| 293 |
{
|
| 294 |
"query": "Which tariff heading in the Customs Tariff Schedule covers a settler's effects on first arrival?",
|
|
@@ -342,7 +348,8 @@
|
|
| 342 |
"PCMLTFA",
|
| 343 |
"12"
|
| 344 |
]
|
| 345 |
-
]
|
|
|
|
| 346 |
},
|
| 347 |
{
|
| 348 |
"query": "Can an officer seize currency that was not reported at the border?",
|
|
@@ -396,7 +403,8 @@
|
|
| 396 |
"Cannabis Act",
|
| 397 |
"8"
|
| 398 |
]
|
| 399 |
-
]
|
|
|
|
| 400 |
},
|
| 401 |
{
|
| 402 |
"query": "Can cannabis be imported into or exported from Canada?",
|
|
@@ -450,7 +458,8 @@
|
|
| 450 |
"Canada Labour Code",
|
| 451 |
"169"
|
| 452 |
]
|
| 453 |
-
]
|
|
|
|
| 454 |
},
|
| 455 |
{
|
| 456 |
"query": "What is the standard of review of an administrative decision on judicial review?",
|
|
@@ -504,7 +513,8 @@
|
|
| 504 |
"Charkaoui",
|
| 505 |
""
|
| 506 |
]
|
| 507 |
-
]
|
|
|
|
| 508 |
},
|
| 509 |
{
|
| 510 |
"query": "Do refugee claimants have a right to an oral hearing under the Charter?",
|
|
@@ -558,7 +568,8 @@
|
|
| 558 |
"Kanthasamy",
|
| 559 |
""
|
| 560 |
]
|
| 561 |
-
]
|
|
|
|
| 562 |
},
|
| 563 |
{
|
| 564 |
"query": "What does the national interest mean when the Minister grants relief from security inadmissibility?",
|
|
@@ -612,7 +623,8 @@
|
|
| 612 |
"Simmons",
|
| 613 |
""
|
| 614 |
]
|
| 615 |
-
]
|
|
|
|
| 616 |
},
|
| 617 |
{
|
| 618 |
"query": "Does inadmissibility for membership in a terrorist organization require a complicity analysis?",
|
|
@@ -666,7 +678,8 @@
|
|
| 666 |
"Thanabalasingham",
|
| 667 |
""
|
| 668 |
]
|
| 669 |
-
]
|
|
|
|
| 670 |
},
|
| 671 |
{
|
| 672 |
"query": "What is the test for admitting new evidence in a pre-removal risk assessment?",
|
|
@@ -720,7 +733,8 @@
|
|
| 720 |
"D-Memo",
|
| 721 |
"D19-9-2"
|
| 722 |
]
|
| 723 |
-
]
|
|
|
|
| 724 |
},
|
| 725 |
{
|
| 726 |
"query": "What personal exemptions can a resident claim when returning to Canada, per CBSA guidance?",
|
|
@@ -774,7 +788,8 @@
|
|
| 774 |
"FB Agreement",
|
| 775 |
"17"
|
| 776 |
]
|
| 777 |
-
]
|
|
|
|
| 778 |
},
|
| 779 |
{
|
| 780 |
"query": "What is the grievance procedure under the FB collective agreement?",
|
|
@@ -828,7 +843,8 @@
|
|
| 828 |
"Commuting Assistance Directive",
|
| 829 |
""
|
| 830 |
]
|
| 831 |
-
]
|
|
|
|
| 832 |
},
|
| 833 |
{
|
| 834 |
"query": "When may the Immigration Division order the release of a detained person?",
|
|
@@ -882,7 +898,8 @@
|
|
| 882 |
"Menzies",
|
| 883 |
""
|
| 884 |
]
|
| 885 |
-
]
|
|
|
|
| 886 |
},
|
| 887 |
{
|
| 888 |
"query": "What is the burden and standard of proof when an employer defends a disciplinary grievance?",
|
|
@@ -936,7 +953,8 @@
|
|
| 936 |
"Chieu",
|
| 937 |
""
|
| 938 |
]
|
| 939 |
-
]
|
|
|
|
| 940 |
},
|
| 941 |
{
|
| 942 |
"query": "Does a non-citizen have a Charter right to remain in Canada?",
|
|
@@ -990,7 +1008,8 @@
|
|
| 990 |
"Pham",
|
| 991 |
""
|
| 992 |
]
|
| 993 |
-
]
|
|
|
|
| 994 |
},
|
| 995 |
{
|
| 996 |
"query": "Can a fear of coerced sterilization under a one-child population-control policy support a refugee claim?",
|
|
@@ -1044,7 +1063,8 @@
|
|
| 1044 |
"Thamotharem",
|
| 1045 |
""
|
| 1046 |
]
|
| 1047 |
-
]
|
|
|
|
| 1048 |
},
|
| 1049 |
{
|
| 1050 |
"query": "Can a person with no immigration status obtain coverage under the Interim Federal Health Program?",
|
|
@@ -1098,7 +1118,8 @@
|
|
| 1098 |
"Brown",
|
| 1099 |
""
|
| 1100 |
]
|
| 1101 |
-
]
|
|
|
|
| 1102 |
},
|
| 1103 |
{
|
| 1104 |
"query": "Is the designation of the United States as a safe third country for refugee claimants constitutional?",
|
|
@@ -1152,7 +1173,8 @@
|
|
| 1152 |
"Travel Directive",
|
| 1153 |
""
|
| 1154 |
]
|
| 1155 |
-
]
|
|
|
|
| 1156 |
},
|
| 1157 |
{
|
| 1158 |
"query": "What is a federal employee entitled to when the employer requires them to wear a uniform?",
|
|
@@ -1206,7 +1228,8 @@
|
|
| 1206 |
"Occupational Health and Safety Directive",
|
| 1207 |
""
|
| 1208 |
]
|
| 1209 |
-
]
|
|
|
|
| 1210 |
},
|
| 1211 |
{
|
| 1212 |
"query": "What coverage does the Public Service Health Care Plan provide?",
|
|
@@ -1264,7 +1287,8 @@
|
|
| 1264 |
"Foreign Service Directives",
|
| 1265 |
""
|
| 1266 |
]
|
| 1267 |
-
]
|
|
|
|
| 1268 |
},
|
| 1269 |
{
|
| 1270 |
"query": "Who has a right to appeal a decision to the Immigration Appeal Division?",
|
|
@@ -1318,7 +1342,8 @@
|
|
| 1318 |
"Rodriguez Anzola",
|
| 1319 |
""
|
| 1320 |
]
|
| 1321 |
-
]
|
|
|
|
| 1322 |
},
|
| 1323 |
{
|
| 1324 |
"query": "What is the mandate of the Canada Border Services Agency?",
|
|
@@ -1376,7 +1401,8 @@
|
|
| 1376 |
"EIPA",
|
| 1377 |
""
|
| 1378 |
]
|
| 1379 |
-
]
|
|
|
|
| 1380 |
},
|
| 1381 |
{
|
| 1382 |
"query": "What authorization is required to import a firearm into Canada?",
|
|
@@ -1393,6 +1419,10 @@
|
|
| 1393 |
[
|
| 1394 |
"Immigration Division Rules",
|
| 1395 |
""
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1396 |
]
|
| 1397 |
]
|
| 1398 |
},
|
|
@@ -1430,7 +1460,8 @@
|
|
| 1430 |
"WAPPRIITA",
|
| 1431 |
""
|
| 1432 |
]
|
| 1433 |
-
]
|
|
|
|
| 1434 |
},
|
| 1435 |
{
|
| 1436 |
"query": "How must imported goods be reported to a customs officer?",
|
|
@@ -1496,7 +1527,8 @@
|
|
| 1496 |
"PSHCP",
|
| 1497 |
""
|
| 1498 |
]
|
| 1499 |
-
]
|
|
|
|
| 1500 |
},
|
| 1501 |
{
|
| 1502 |
"query": "Can border officers search a traveller's cell phone without any grounds under the Customs Act?",
|
|
@@ -1566,7 +1598,8 @@
|
|
| 1566 |
"US Dispositions Helper",
|
| 1567 |
"state-texas"
|
| 1568 |
]
|
| 1569 |
-
]
|
|
|
|
| 1570 |
},
|
| 1571 |
{
|
| 1572 |
"query": "Does a Florida withheld adjudication make someone inadmissible to Canada?",
|
|
@@ -1628,7 +1661,8 @@
|
|
| 1628 |
"US Dispositions Helper",
|
| 1629 |
"equiv-dui"
|
| 1630 |
]
|
| 1631 |
-
]
|
|
|
|
| 1632 |
},
|
| 1633 |
{
|
| 1634 |
"query": "What does a US shoplifting conviction equate to under Canadian law for inadmissibility?",
|
|
@@ -1674,5 +1708,287 @@
|
|
| 1674 |
"17"
|
| 1675 |
]
|
| 1676 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1677 |
}
|
| 1678 |
]
|
|
|
|
| 6 |
"IRPA",
|
| 7 |
"57"
|
| 8 |
]
|
| 9 |
+
],
|
| 10 |
+
"holdout": true
|
| 11 |
},
|
| 12 |
{
|
| 13 |
"query": "On what security grounds is a foreign national inadmissible to Canada?",
|
|
|
|
| 61 |
"IRPA",
|
| 62 |
"35"
|
| 63 |
]
|
| 64 |
+
],
|
| 65 |
+
"holdout": true
|
| 66 |
},
|
| 67 |
{
|
| 68 |
"query": "Can a person be inadmissible to Canada for financial reasons?",
|
|
|
|
| 120 |
"IRPA",
|
| 121 |
"18"
|
| 122 |
]
|
| 123 |
+
],
|
| 124 |
+
"holdout": true
|
| 125 |
},
|
| 126 |
{
|
| 127 |
"query": "What must a person establish to be allowed to enter Canada?",
|
|
|
|
| 175 |
"IRPA",
|
| 176 |
"48"
|
| 177 |
]
|
| 178 |
+
],
|
| 179 |
+
"holdout": true
|
| 180 |
},
|
| 181 |
{
|
| 182 |
"query": "Is it an offence to organize the illegal entry of people into Canada?",
|
|
|
|
| 230 |
"Customs Act",
|
| 231 |
"110"
|
| 232 |
]
|
| 233 |
+
],
|
| 234 |
+
"holdout": true
|
| 235 |
},
|
| 236 |
{
|
| 237 |
"query": "What is ascertained forfeiture under the Customs Act?",
|
|
|
|
| 293 |
"Customs Tariff",
|
| 294 |
"10"
|
| 295 |
]
|
| 296 |
+
],
|
| 297 |
+
"holdout": true
|
| 298 |
},
|
| 299 |
{
|
| 300 |
"query": "Which tariff heading in the Customs Tariff Schedule covers a settler's effects on first arrival?",
|
|
|
|
| 348 |
"PCMLTFA",
|
| 349 |
"12"
|
| 350 |
]
|
| 351 |
+
],
|
| 352 |
+
"holdout": true
|
| 353 |
},
|
| 354 |
{
|
| 355 |
"query": "Can an officer seize currency that was not reported at the border?",
|
|
|
|
| 403 |
"Cannabis Act",
|
| 404 |
"8"
|
| 405 |
]
|
| 406 |
+
],
|
| 407 |
+
"holdout": true
|
| 408 |
},
|
| 409 |
{
|
| 410 |
"query": "Can cannabis be imported into or exported from Canada?",
|
|
|
|
| 458 |
"Canada Labour Code",
|
| 459 |
"169"
|
| 460 |
]
|
| 461 |
+
],
|
| 462 |
+
"holdout": true
|
| 463 |
},
|
| 464 |
{
|
| 465 |
"query": "What is the standard of review of an administrative decision on judicial review?",
|
|
|
|
| 513 |
"Charkaoui",
|
| 514 |
""
|
| 515 |
]
|
| 516 |
+
],
|
| 517 |
+
"holdout": true
|
| 518 |
},
|
| 519 |
{
|
| 520 |
"query": "Do refugee claimants have a right to an oral hearing under the Charter?",
|
|
|
|
| 568 |
"Kanthasamy",
|
| 569 |
""
|
| 570 |
]
|
| 571 |
+
],
|
| 572 |
+
"holdout": true
|
| 573 |
},
|
| 574 |
{
|
| 575 |
"query": "What does the national interest mean when the Minister grants relief from security inadmissibility?",
|
|
|
|
| 623 |
"Simmons",
|
| 624 |
""
|
| 625 |
]
|
| 626 |
+
],
|
| 627 |
+
"holdout": true
|
| 628 |
},
|
| 629 |
{
|
| 630 |
"query": "Does inadmissibility for membership in a terrorist organization require a complicity analysis?",
|
|
|
|
| 678 |
"Thanabalasingham",
|
| 679 |
""
|
| 680 |
]
|
| 681 |
+
],
|
| 682 |
+
"holdout": true
|
| 683 |
},
|
| 684 |
{
|
| 685 |
"query": "What is the test for admitting new evidence in a pre-removal risk assessment?",
|
|
|
|
| 733 |
"D-Memo",
|
| 734 |
"D19-9-2"
|
| 735 |
]
|
| 736 |
+
],
|
| 737 |
+
"holdout": true
|
| 738 |
},
|
| 739 |
{
|
| 740 |
"query": "What personal exemptions can a resident claim when returning to Canada, per CBSA guidance?",
|
|
|
|
| 788 |
"FB Agreement",
|
| 789 |
"17"
|
| 790 |
]
|
| 791 |
+
],
|
| 792 |
+
"holdout": true
|
| 793 |
},
|
| 794 |
{
|
| 795 |
"query": "What is the grievance procedure under the FB collective agreement?",
|
|
|
|
| 843 |
"Commuting Assistance Directive",
|
| 844 |
""
|
| 845 |
]
|
| 846 |
+
],
|
| 847 |
+
"holdout": true
|
| 848 |
},
|
| 849 |
{
|
| 850 |
"query": "When may the Immigration Division order the release of a detained person?",
|
|
|
|
| 898 |
"Menzies",
|
| 899 |
""
|
| 900 |
]
|
| 901 |
+
],
|
| 902 |
+
"holdout": true
|
| 903 |
},
|
| 904 |
{
|
| 905 |
"query": "What is the burden and standard of proof when an employer defends a disciplinary grievance?",
|
|
|
|
| 953 |
"Chieu",
|
| 954 |
""
|
| 955 |
]
|
| 956 |
+
],
|
| 957 |
+
"holdout": true
|
| 958 |
},
|
| 959 |
{
|
| 960 |
"query": "Does a non-citizen have a Charter right to remain in Canada?",
|
|
|
|
| 1008 |
"Pham",
|
| 1009 |
""
|
| 1010 |
]
|
| 1011 |
+
],
|
| 1012 |
+
"holdout": true
|
| 1013 |
},
|
| 1014 |
{
|
| 1015 |
"query": "Can a fear of coerced sterilization under a one-child population-control policy support a refugee claim?",
|
|
|
|
| 1063 |
"Thamotharem",
|
| 1064 |
""
|
| 1065 |
]
|
| 1066 |
+
],
|
| 1067 |
+
"holdout": true
|
| 1068 |
},
|
| 1069 |
{
|
| 1070 |
"query": "Can a person with no immigration status obtain coverage under the Interim Federal Health Program?",
|
|
|
|
| 1118 |
"Brown",
|
| 1119 |
""
|
| 1120 |
]
|
| 1121 |
+
],
|
| 1122 |
+
"holdout": true
|
| 1123 |
},
|
| 1124 |
{
|
| 1125 |
"query": "Is the designation of the United States as a safe third country for refugee claimants constitutional?",
|
|
|
|
| 1173 |
"Travel Directive",
|
| 1174 |
""
|
| 1175 |
]
|
| 1176 |
+
],
|
| 1177 |
+
"holdout": true
|
| 1178 |
},
|
| 1179 |
{
|
| 1180 |
"query": "What is a federal employee entitled to when the employer requires them to wear a uniform?",
|
|
|
|
| 1228 |
"Occupational Health and Safety Directive",
|
| 1229 |
""
|
| 1230 |
]
|
| 1231 |
+
],
|
| 1232 |
+
"holdout": true
|
| 1233 |
},
|
| 1234 |
{
|
| 1235 |
"query": "What coverage does the Public Service Health Care Plan provide?",
|
|
|
|
| 1287 |
"Foreign Service Directives",
|
| 1288 |
""
|
| 1289 |
]
|
| 1290 |
+
],
|
| 1291 |
+
"holdout": true
|
| 1292 |
},
|
| 1293 |
{
|
| 1294 |
"query": "Who has a right to appeal a decision to the Immigration Appeal Division?",
|
|
|
|
| 1342 |
"Rodriguez Anzola",
|
| 1343 |
""
|
| 1344 |
]
|
| 1345 |
+
],
|
| 1346 |
+
"holdout": true
|
| 1347 |
},
|
| 1348 |
{
|
| 1349 |
"query": "What is the mandate of the Canada Border Services Agency?",
|
|
|
|
| 1401 |
"EIPA",
|
| 1402 |
""
|
| 1403 |
]
|
| 1404 |
+
],
|
| 1405 |
+
"holdout": true
|
| 1406 |
},
|
| 1407 |
{
|
| 1408 |
"query": "What authorization is required to import a firearm into Canada?",
|
|
|
|
| 1419 |
[
|
| 1420 |
"Immigration Division Rules",
|
| 1421 |
""
|
| 1422 |
+
],
|
| 1423 |
+
[
|
| 1424 |
+
"ENF 3",
|
| 1425 |
+
""
|
| 1426 |
]
|
| 1427 |
]
|
| 1428 |
},
|
|
|
|
| 1460 |
"WAPPRIITA",
|
| 1461 |
""
|
| 1462 |
]
|
| 1463 |
+
],
|
| 1464 |
+
"holdout": true
|
| 1465 |
},
|
| 1466 |
{
|
| 1467 |
"query": "How must imported goods be reported to a customs officer?",
|
|
|
|
| 1527 |
"PSHCP",
|
| 1528 |
""
|
| 1529 |
]
|
| 1530 |
+
],
|
| 1531 |
+
"holdout": true
|
| 1532 |
},
|
| 1533 |
{
|
| 1534 |
"query": "Can border officers search a traveller's cell phone without any grounds under the Customs Act?",
|
|
|
|
| 1598 |
"US Dispositions Helper",
|
| 1599 |
"state-texas"
|
| 1600 |
]
|
| 1601 |
+
],
|
| 1602 |
+
"holdout": true
|
| 1603 |
},
|
| 1604 |
{
|
| 1605 |
"query": "Does a Florida withheld adjudication make someone inadmissible to Canada?",
|
|
|
|
| 1661 |
"US Dispositions Helper",
|
| 1662 |
"equiv-dui"
|
| 1663 |
]
|
| 1664 |
+
],
|
| 1665 |
+
"holdout": true
|
| 1666 |
},
|
| 1667 |
{
|
| 1668 |
"query": "What does a US shoplifting conviction equate to under Canadian law for inadmissibility?",
|
|
|
|
| 1708 |
"17"
|
| 1709 |
]
|
| 1710 |
]
|
| 1711 |
+
},
|
| 1712 |
+
{
|
| 1713 |
+
"query": "Traveller referred to secondary arriving from Amsterdam; a white powder in their bag field-tests as ketamine. Which CDSA schedule lists ketamine and what does the possession offence say?",
|
| 1714 |
+
"answers": [
|
| 1715 |
+
[
|
| 1716 |
+
"CDSA",
|
| 1717 |
+
"Schedule I"
|
| 1718 |
+
],
|
| 1719 |
+
[
|
| 1720 |
+
"CDSA",
|
| 1721 |
+
"4"
|
| 1722 |
+
]
|
| 1723 |
+
],
|
| 1724 |
+
"style": "fact-pattern"
|
| 1725 |
+
},
|
| 1726 |
+
{
|
| 1727 |
+
"query": "Secondary examination turns up a 2019 Texas deferred adjudication for misdemeanor theft, successfully completed in 2021. Is the traveller criminally inadmissible on the conviction branch?",
|
| 1728 |
+
"answers": [
|
| 1729 |
+
[
|
| 1730 |
+
"IRPA",
|
| 1731 |
+
"36"
|
| 1732 |
+
],
|
| 1733 |
+
[
|
| 1734 |
+
"US Dispositions Helper",
|
| 1735 |
+
""
|
| 1736 |
+
]
|
| 1737 |
+
],
|
| 1738 |
+
"style": "fact-pattern"
|
| 1739 |
+
},
|
| 1740 |
+
{
|
| 1741 |
+
"query": "A permanent resident was detained at the port of entry on Tuesday morning. When must the Immigration Division review the detention, and when are the later reviews?",
|
| 1742 |
+
"answers": [
|
| 1743 |
+
[
|
| 1744 |
+
"IRPA",
|
| 1745 |
+
"57"
|
| 1746 |
+
]
|
| 1747 |
+
],
|
| 1748 |
+
"style": "fact-pattern"
|
| 1749 |
+
},
|
| 1750 |
+
{
|
| 1751 |
+
"query": "Traveller declares nothing but a currency detector dog indicates; officers find US$12,000 in an envelope. What reporting duty was breached and what can be seized?",
|
| 1752 |
+
"answers": [
|
| 1753 |
+
[
|
| 1754 |
+
"PCMLTFA",
|
| 1755 |
+
"12"
|
| 1756 |
+
],
|
| 1757 |
+
[
|
| 1758 |
+
"PCMLTFA",
|
| 1759 |
+
"18"
|
| 1760 |
+
]
|
| 1761 |
+
],
|
| 1762 |
+
"style": "fact-pattern"
|
| 1763 |
+
},
|
| 1764 |
+
{
|
| 1765 |
+
"query": "A NEXUS member used the members-only lane while transporting a firearm part they failed to declare. What regulations govern presentation in an alternative manner and cancellation of the authorization?",
|
| 1766 |
+
"answers": [
|
| 1767 |
+
[
|
| 1768 |
+
"Presentation of Persons Regs",
|
| 1769 |
+
""
|
| 1770 |
+
]
|
| 1771 |
+
],
|
| 1772 |
+
"style": "fact-pattern"
|
| 1773 |
+
},
|
| 1774 |
+
{
|
| 1775 |
+
"query": "Baggage exam finds brass knuckles bought as a souvenir. Where are they classified as a prohibited weapon?",
|
| 1776 |
+
"answers": [
|
| 1777 |
+
[
|
| 1778 |
+
"Firearms Classification Regs",
|
| 1779 |
+
""
|
| 1780 |
+
]
|
| 1781 |
+
],
|
| 1782 |
+
"style": "fact-pattern"
|
| 1783 |
+
},
|
| 1784 |
+
{
|
| 1785 |
+
"query": "A traveller detained for a strip search at secondary asks to call a lawyer before it happens. What Charter right is engaged?",
|
| 1786 |
+
"answers": [
|
| 1787 |
+
[
|
| 1788 |
+
"Charter",
|
| 1789 |
+
"10"
|
| 1790 |
+
],
|
| 1791 |
+
[
|
| 1792 |
+
"Dehghani",
|
| 1793 |
+
""
|
| 1794 |
+
]
|
| 1795 |
+
],
|
| 1796 |
+
"style": "fact-pattern"
|
| 1797 |
+
},
|
| 1798 |
+
{
|
| 1799 |
+
"query": "An officer believes a foreign national in secondary is inadmissible for serious criminality and wants to write the report. Which operational manual covers writing A44(1) reports?",
|
| 1800 |
+
"answers": [
|
| 1801 |
+
[
|
| 1802 |
+
"ENF 5",
|
| 1803 |
+
""
|
| 1804 |
+
]
|
| 1805 |
+
],
|
| 1806 |
+
"style": "fact-pattern"
|
| 1807 |
+
},
|
| 1808 |
+
{
|
| 1809 |
+
"query": "currency seizure threshold",
|
| 1810 |
+
"answers": [
|
| 1811 |
+
[
|
| 1812 |
+
"PCMLTFA",
|
| 1813 |
+
"12"
|
| 1814 |
+
],
|
| 1815 |
+
[
|
| 1816 |
+
"PCMLTFA",
|
| 1817 |
+
"18"
|
| 1818 |
+
]
|
| 1819 |
+
],
|
| 1820 |
+
"style": "keyword"
|
| 1821 |
+
},
|
| 1822 |
+
{
|
| 1823 |
+
"query": "detention review timelines",
|
| 1824 |
+
"answers": [
|
| 1825 |
+
[
|
| 1826 |
+
"IRPA",
|
| 1827 |
+
"57"
|
| 1828 |
+
]
|
| 1829 |
+
],
|
| 1830 |
+
"style": "keyword"
|
| 1831 |
+
},
|
| 1832 |
+
{
|
| 1833 |
+
"query": "ketamine schedule",
|
| 1834 |
+
"answers": [
|
| 1835 |
+
[
|
| 1836 |
+
"CDSA",
|
| 1837 |
+
"Schedule I"
|
| 1838 |
+
]
|
| 1839 |
+
],
|
| 1840 |
+
"style": "keyword"
|
| 1841 |
+
},
|
| 1842 |
+
{
|
| 1843 |
+
"query": "personal exemption returning resident",
|
| 1844 |
+
"answers": [
|
| 1845 |
+
[
|
| 1846 |
+
"Customs Tariff",
|
| 1847 |
+
""
|
| 1848 |
+
],
|
| 1849 |
+
[
|
| 1850 |
+
"D-Memo",
|
| 1851 |
+
"D2-3-1"
|
| 1852 |
+
]
|
| 1853 |
+
],
|
| 1854 |
+
"style": "keyword"
|
| 1855 |
+
},
|
| 1856 |
+
{
|
| 1857 |
+
"query": "AMPS contravention penalty amounts",
|
| 1858 |
+
"answers": [
|
| 1859 |
+
[
|
| 1860 |
+
"AMPS",
|
| 1861 |
+
""
|
| 1862 |
+
]
|
| 1863 |
+
],
|
| 1864 |
+
"style": "keyword"
|
| 1865 |
+
},
|
| 1866 |
+
{
|
| 1867 |
+
"query": "IAD appeal rules",
|
| 1868 |
+
"answers": [
|
| 1869 |
+
[
|
| 1870 |
+
"IAD Rules",
|
| 1871 |
+
""
|
| 1872 |
+
],
|
| 1873 |
+
[
|
| 1874 |
+
"ENF 19",
|
| 1875 |
+
""
|
| 1876 |
+
]
|
| 1877 |
+
],
|
| 1878 |
+
"style": "keyword"
|
| 1879 |
+
},
|
| 1880 |
+
{
|
| 1881 |
+
"query": "detension review timlines permanent resident",
|
| 1882 |
+
"answers": [
|
| 1883 |
+
[
|
| 1884 |
+
"IRPA",
|
| 1885 |
+
"57"
|
| 1886 |
+
]
|
| 1887 |
+
],
|
| 1888 |
+
"style": "typo"
|
| 1889 |
+
},
|
| 1890 |
+
{
|
| 1891 |
+
"query": "innadmissibility for serius criminality",
|
| 1892 |
+
"answers": [
|
| 1893 |
+
[
|
| 1894 |
+
"IRPA",
|
| 1895 |
+
"36"
|
| 1896 |
+
]
|
| 1897 |
+
],
|
| 1898 |
+
"style": "typo"
|
| 1899 |
+
},
|
| 1900 |
+
{
|
| 1901 |
+
"query": "seisure of undeclraed goods",
|
| 1902 |
+
"answers": [
|
| 1903 |
+
[
|
| 1904 |
+
"Customs Act",
|
| 1905 |
+
"110"
|
| 1906 |
+
]
|
| 1907 |
+
],
|
| 1908 |
+
"style": "typo"
|
| 1909 |
+
},
|
| 1910 |
+
{
|
| 1911 |
+
"query": "criminal rehabilitaton aplication period",
|
| 1912 |
+
"answers": [
|
| 1913 |
+
[
|
| 1914 |
+
"IRPR",
|
| 1915 |
+
"17"
|
| 1916 |
+
]
|
| 1917 |
+
],
|
| 1918 |
+
"style": "typo"
|
| 1919 |
+
},
|
| 1920 |
+
{
|
| 1921 |
+
"query": "délai de contrôle de la détention d'un résident permanent",
|
| 1922 |
+
"answers": [
|
| 1923 |
+
[
|
| 1924 |
+
"IRPA",
|
| 1925 |
+
"57"
|
| 1926 |
+
]
|
| 1927 |
+
],
|
| 1928 |
+
"style": "french"
|
| 1929 |
+
},
|
| 1930 |
+
{
|
| 1931 |
+
"query": "interdiction de territoire pour grande criminalité",
|
| 1932 |
+
"answers": [
|
| 1933 |
+
[
|
| 1934 |
+
"IRPA",
|
| 1935 |
+
"36"
|
| 1936 |
+
]
|
| 1937 |
+
],
|
| 1938 |
+
"style": "french"
|
| 1939 |
+
},
|
| 1940 |
+
{
|
| 1941 |
+
"query": "saisie de devises non déclarées à la frontière",
|
| 1942 |
+
"answers": [
|
| 1943 |
+
[
|
| 1944 |
+
"PCMLTFA",
|
| 1945 |
+
"18"
|
| 1946 |
+
]
|
| 1947 |
+
],
|
| 1948 |
+
"style": "french"
|
| 1949 |
+
},
|
| 1950 |
+
{
|
| 1951 |
+
"query": "renvoi d'un étranger interdit de territoire",
|
| 1952 |
+
"answers": [
|
| 1953 |
+
[
|
| 1954 |
+
"IRPA",
|
| 1955 |
+
"48"
|
| 1956 |
+
],
|
| 1957 |
+
[
|
| 1958 |
+
"ENF 10",
|
| 1959 |
+
""
|
| 1960 |
+
]
|
| 1961 |
+
],
|
| 1962 |
+
"style": "french"
|
| 1963 |
+
},
|
| 1964 |
+
{
|
| 1965 |
+
"query": "fouille d'une personne à la frontière par l'agent des douanes",
|
| 1966 |
+
"answers": [
|
| 1967 |
+
[
|
| 1968 |
+
"Customs Act",
|
| 1969 |
+
"98"
|
| 1970 |
+
]
|
| 1971 |
+
],
|
| 1972 |
+
"style": "french"
|
| 1973 |
+
},
|
| 1974 |
+
{
|
| 1975 |
+
"query": "How many demerit points for speeding in Ontario?",
|
| 1976 |
+
"answers": [],
|
| 1977 |
+
"style": "no-answer"
|
| 1978 |
+
},
|
| 1979 |
+
{
|
| 1980 |
+
"query": "What is the process to renew a US H-1B visa?",
|
| 1981 |
+
"answers": [],
|
| 1982 |
+
"style": "no-answer"
|
| 1983 |
+
},
|
| 1984 |
+
{
|
| 1985 |
+
"query": "How is child custody decided after divorce in Quebec?",
|
| 1986 |
+
"answers": [],
|
| 1987 |
+
"style": "no-answer"
|
| 1988 |
+
},
|
| 1989 |
+
{
|
| 1990 |
+
"query": "What notice must an Ontario landlord give to evict a tenant?",
|
| 1991 |
+
"answers": [],
|
| 1992 |
+
"style": "no-answer"
|
| 1993 |
}
|
| 1994 |
]
|
data/processed/C-24.5.json
CHANGED
|
@@ -3912,5 +3912,119 @@
|
|
| 3912 |
"id": "C-24.5-s*226",
|
| 3913 |
"text": "*226\n(1) Subject to subsection (2), the provisions of this Act, except sections 160.1, 161, 188 to 193, 194, 199 to 202, 206 and 225, come into force on a day or days to be fixed by order of the Governor in Council.\n(2) If section 193.1 does not come into force by order before the first anniversary of the day on which section 33 comes into force, section 193.1 comes into force on the first anniversary of the day on which section 33 comes into force.\n* [Note: The provisions of this Act, except sections 160.1, 161, 188 to 193, 193.1, 194, 199 to 202, 206 and 225, in force October 17, 2018, see SI/2018-52; section 193.1 in force October 17, 2019.]",
|
| 3914 |
"citation": "Cannabis Act, s. *226"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3915 |
}
|
| 3916 |
]
|
|
|
|
| 3912 |
"id": "C-24.5-s*226",
|
| 3913 |
"text": "*226\n(1) Subject to subsection (2), the provisions of this Act, except sections 160.1, 161, 188 to 193, 194, 199 to 202, 206 and 225, come into force on a day or days to be fixed by order of the Governor in Council.\n(2) If section 193.1 does not come into force by order before the first anniversary of the day on which section 33 comes into force, section 193.1 comes into force on the first anniversary of the day on which section 33 comes into force.\n* [Note: The provisions of this Act, except sections 160.1, 161, 188 to 193, 193.1, 194, 199 to 202, 206 and 225, in force October 17, 2018, see SI/2018-52; section 193.1 in force October 17, 2019.]",
|
| 3914 |
"citation": "Cannabis Act, s. *226"
|
| 3915 |
+
},
|
| 3916 |
+
{
|
| 3917 |
+
"act_code": "C-24.5",
|
| 3918 |
+
"act_short": "Cannabis Act",
|
| 3919 |
+
"act_name": "Cannabis Act",
|
| 3920 |
+
"section": "Schedule 1",
|
| 3921 |
+
"marginal_note": "Schedule 1",
|
| 3922 |
+
"part": "SCHEDULES",
|
| 3923 |
+
"division": "",
|
| 3924 |
+
"heading": "Schedule 1",
|
| 3925 |
+
"history": "",
|
| 3926 |
+
"last_amended": "2018-10-17",
|
| 3927 |
+
"in_force": "2018-10-17",
|
| 3928 |
+
"status": "in force",
|
| 3929 |
+
"current_to": "2026-03-31",
|
| 3930 |
+
"citation": "Cannabis Act, Schedule 1",
|
| 3931 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-24.5/",
|
| 3932 |
+
"id": "C-24.5-sched1",
|
| 3933 |
+
"text": "(Subsections 2(1) and 151(1))\n1 Any part of a cannabis plant, including the phytocannabinoids produced by, or found in, such a plant, regardless of whether that part has been processed or not, other than a part of the plant referred to in Schedule 2\n2 Any substance or mixture of substances that contains or has on it any part of such a plant\n3 Any substance that is identical to any phytocannabinoid produced by, or found in, such a plant, regardless of how the substance was obtained"
|
| 3934 |
+
},
|
| 3935 |
+
{
|
| 3936 |
+
"act_code": "C-24.5",
|
| 3937 |
+
"act_short": "Cannabis Act",
|
| 3938 |
+
"act_name": "Cannabis Act",
|
| 3939 |
+
"section": "Schedule 2",
|
| 3940 |
+
"marginal_note": "Schedule 2",
|
| 3941 |
+
"part": "SCHEDULES",
|
| 3942 |
+
"division": "",
|
| 3943 |
+
"heading": "Schedule 2",
|
| 3944 |
+
"history": "",
|
| 3945 |
+
"last_amended": "2025-03-12",
|
| 3946 |
+
"in_force": "2018-10-17",
|
| 3947 |
+
"status": "in force",
|
| 3948 |
+
"current_to": "2026-03-31",
|
| 3949 |
+
"citation": "Cannabis Act, Schedule 2",
|
| 3950 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-24.5/",
|
| 3951 |
+
"id": "C-24.5-sched2",
|
| 3952 |
+
"text": "(Subsections 2(1) and 151(1) and Schedule 1)\n1 A non-viable seed of a cannabis plant\n2 A mature stalk, without any leaf, flower, seed or branch, of such a plant\n3 Fibre derived from a stalk referred to in item 2\n4 The root or any part of the root of such a plant\n5 A derivative made by processing parts of such a plant referred to in items 1, 3 or 4, or a product made from that derivative\n6 A derivative made by processing a stalk referred to in item 2, or a product made from that derivative, that does not contain an isolated or concentrated phytocannabinoid"
|
| 3953 |
+
},
|
| 3954 |
+
{
|
| 3955 |
+
"act_code": "C-24.5",
|
| 3956 |
+
"act_short": "Cannabis Act",
|
| 3957 |
+
"act_name": "Cannabis Act",
|
| 3958 |
+
"section": "Schedule 3",
|
| 3959 |
+
"marginal_note": "Schedule 3",
|
| 3960 |
+
"part": "SCHEDULES",
|
| 3961 |
+
"division": "",
|
| 3962 |
+
"heading": "Schedule 3",
|
| 3963 |
+
"history": "",
|
| 3964 |
+
"last_amended": "2022-12-02",
|
| 3965 |
+
"in_force": "2018-10-17",
|
| 3966 |
+
"status": "in force",
|
| 3967 |
+
"current_to": "2026-03-31",
|
| 3968 |
+
"citation": "Cannabis Act, Schedule 3",
|
| 3969 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-24.5/",
|
| 3970 |
+
"id": "C-24.5-sched3",
|
| 3971 |
+
"text": "(Subsection 2(4), paragraphs 8(1)(a) and (c), subparagraphs 9(1)(a)(i) and (b)(i), paragraphs 51(2)(a) and (c) to (f) and subsection 151(2))\nEquivalent Amounts\nColumn 1 | Column 2\nItem | Class of Cannabis | Quantity that is equivalent to 1 g of dried cannabis\n1 | dried cannabis | 1 g\n2 | fresh cannabis | 5 g\n3 | solids containing cannabis | 15 g\n4 | non-solids containing cannabis, other than cannabis beverages | 70 g\n5 | cannabis concentrates | 0.25 g\n6 | cannabis beverages | 570 g\n7 | cannabis plant seeds | 1 seed"
|
| 3972 |
+
},
|
| 3973 |
+
{
|
| 3974 |
+
"act_code": "C-24.5",
|
| 3975 |
+
"act_short": "Cannabis Act",
|
| 3976 |
+
"act_name": "Cannabis Act",
|
| 3977 |
+
"section": "Schedule 4",
|
| 3978 |
+
"marginal_note": "Schedule 4",
|
| 3979 |
+
"part": "SCHEDULES",
|
| 3980 |
+
"division": "",
|
| 3981 |
+
"heading": "Schedule 4",
|
| 3982 |
+
"history": "",
|
| 3983 |
+
"last_amended": "2020-10-17",
|
| 3984 |
+
"in_force": "2018-10-17",
|
| 3985 |
+
"status": "in force",
|
| 3986 |
+
"current_to": "2026-03-31",
|
| 3987 |
+
"citation": "Cannabis Act, Schedule 4",
|
| 3988 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-24.5/",
|
| 3989 |
+
"id": "C-24.5-sched4",
|
| 3990 |
+
"text": "(Section 33 and subsection 151(3))\nClasses of Cannabis That an Authorized Person May Sell\nItem | Class of Cannabis\n1 | dried cannabis\n2 | [Repealed, SOR/2019-207, s. 3]\n3 | fresh cannabis\n4 | cannabis plants\n5 | cannabis plant seeds\n6 | edible cannabis\n7 | cannabis extracts\n8 | cannabis topicals"
|
| 3991 |
+
},
|
| 3992 |
+
{
|
| 3993 |
+
"act_code": "C-24.5",
|
| 3994 |
+
"act_short": "Cannabis Act",
|
| 3995 |
+
"act_name": "Cannabis Act",
|
| 3996 |
+
"section": "Schedule 5",
|
| 3997 |
+
"marginal_note": "Schedule 5",
|
| 3998 |
+
"part": "SCHEDULES",
|
| 3999 |
+
"division": "",
|
| 4000 |
+
"heading": "Schedule 5",
|
| 4001 |
+
"history": "",
|
| 4002 |
+
"last_amended": "2018-10-17",
|
| 4003 |
+
"in_force": "2018-10-17",
|
| 4004 |
+
"status": "in force",
|
| 4005 |
+
"current_to": "2026-03-31",
|
| 4006 |
+
"citation": "Cannabis Act, Schedule 5",
|
| 4007 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-24.5/",
|
| 4008 |
+
"id": "C-24.5-sched5",
|
| 4009 |
+
"text": "(Section 34 and subsection 151(4))\nProhibited Substances\nColumn 1 | Column 2\nItem | Substance | Class of Cannabis\n1 | nicotine\n2 | caffeine\n3 | ethyl alcohol"
|
| 4010 |
+
},
|
| 4011 |
+
{
|
| 4012 |
+
"act_code": "C-24.5",
|
| 4013 |
+
"act_short": "Cannabis Act",
|
| 4014 |
+
"act_name": "Cannabis Act",
|
| 4015 |
+
"section": "Schedule 6",
|
| 4016 |
+
"marginal_note": "Schedule 6",
|
| 4017 |
+
"part": "SCHEDULES",
|
| 4018 |
+
"division": "",
|
| 4019 |
+
"heading": "Schedule 6",
|
| 4020 |
+
"history": "",
|
| 4021 |
+
"last_amended": "2018-10-17",
|
| 4022 |
+
"in_force": "2018-10-17",
|
| 4023 |
+
"status": "in force",
|
| 4024 |
+
"current_to": "2026-03-31",
|
| 4025 |
+
"citation": "Cannabis Act, Schedule 6",
|
| 4026 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-24.5/",
|
| 4027 |
+
"id": "C-24.5-sched6",
|
| 4028 |
+
"text": "(Subsection 156(2))\nExemptions\nColumn 1 | Column 2\nItem | Provisions of the Controlled Drugs and Substances Act | Provisions of this Act\n1 | subsection 4(1) | subsection 8(1)\n2 | subsection 5(1) | subsections 9(1) and 10(1)\n3 | subsection 5(2) | subsections 9(2) and 10(2)\n4 | subsection 6(1) | subsection 11(1)\n5 | subsection 6(2) | subsection 11(2)\n6 | subsection 7(1) | subsection 12(1)\n7 | subsection 7.1(1) | subsection 13(1)"
|
| 4029 |
}
|
| 4030 |
]
|
data/processed/C-38.8.json
CHANGED
|
@@ -2184,6 +2184,576 @@
|
|
| 2184 |
"text": "*95 This Act or any of its provisions comes into force on a day or days to be fixed by order of the Governor in Council.\n* [Note: Act in force May 14, 1997, see SI/97-47.]",
|
| 2185 |
"citation": "CDSA, s. *95"
|
| 2186 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2187 |
{
|
| 2188 |
"id": "C-38.8-nif-1",
|
| 2189 |
"act_code": "C-38.8",
|
|
|
|
| 2184 |
"text": "*95 This Act or any of its provisions comes into force on a day or days to be fixed by order of the Governor in Council.\n* [Note: Act in force May 14, 1997, see SI/97-47.]",
|
| 2185 |
"citation": "CDSA, s. *95"
|
| 2186 |
},
|
| 2187 |
+
{
|
| 2188 |
+
"act_code": "C-38.8",
|
| 2189 |
+
"act_short": "CDSA",
|
| 2190 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2191 |
+
"section": "Schedule I",
|
| 2192 |
+
"marginal_note": "Schedule I",
|
| 2193 |
+
"part": "SCHEDULES",
|
| 2194 |
+
"division": "",
|
| 2195 |
+
"heading": "Schedule I",
|
| 2196 |
+
"history": "",
|
| 2197 |
+
"last_amended": "2024-06-05",
|
| 2198 |
+
"in_force": "2018-04-04",
|
| 2199 |
+
"status": "in force",
|
| 2200 |
+
"current_to": "2026-04-28",
|
| 2201 |
+
"citation": "CDSA, Schedule I (part 1 of 10)",
|
| 2202 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2203 |
+
"id": "C-38.8-sched1-p1",
|
| 2204 |
+
"text": "(Sections 2, 4 to 7.1, 10, 29, 55 and 60)\n1 Opium Poppy (Papaver somniferum), its preparations, derivatives, alkaloids and salts, including:\n(1) Opium\n(2) Codeine (methylmorphine)\n(3) Morphine (7,8–didehydro–4,5–epoxy–17–methylmorphinan–3,6–diol)\n(4) Thebaine (paramorphine)\nand the salts, derivatives and salts of derivatives of the substances set out in subitems (1) to (4), including:\n(5) Acetorphine (acetyletorphine)\n(6) Acetyldihydrocodeine (4,5–epoxy–3–methoxy–17–methylmorphinan–6–ol acetate)\n(7) Benzylmorphine (7,8–didehydro–4,5–epoxy–17–methyl–3–(phenylmethoxy) morphinan–6–ol)\n(8) Codoxime (dihydrocodeinone O–(carboxymethyl) oxime)\n(9) Desomorphine (dihydrodeoxymorphine)\n(10) Diacetylmorphine (heroin)\n(11) Dihydrocodeine (4,5–epoxy–3–methoxy–17–methylmorphinan–6–ol)\n(12) Dihydromorphine (4,5–epoxy–17–methylmorphinan–3,6–diol)\n(13) Ethylmorphine (7,8–didehydro–4,5–epoxy–3–ethoxy–17–methylmorphinan–6–ol)\n(14) Etorphine (tetrahydro–7α–(1–hydroxy–1–methyl-butyl)–6,14–endo–ethenooripavine)\n(15) Hydrocodone (dihydrocodeinone)\n(16) Hydromorphinol (dihydro–14–hydroxymorphine)\n(17) Hydromorphone (dihydromorphinone)\n(18) Methyldesorphine (Δ6–deoxy–6–methylmorphine)\n(19) Methyldihydromorphine (dihydro–6–methylmorphine)\n(20) Metopon (dihydromethylmorphinone)\n(21) Morphine–N–oxide (morphine oxide)\n(22) Myrophine (benzylmorphine myristate)\n(23) Nalorphine (N–allylnormorphine)\n(24) Nicocodine (6–nicotinylcodeine)\n(25) Nicomorphine (dinicotinylmorphine)\n(26) Norcodeine (N–desmethylcodeine)\n(27) Normorphine (N–desmethylmorphine)\n(28) Oxycodone (dihydrohydroxycodeinone)\n(29) Oxymorphone (dihydrohydroxymorphinone)\n(30) Pholcodine (3–[2–(4–morpholinyl)ethyl]morphine)\n(31) Thebacon (acetyldihydrocodeinone)\nbut not including"
|
| 2205 |
+
},
|
| 2206 |
+
{
|
| 2207 |
+
"act_code": "C-38.8",
|
| 2208 |
+
"act_short": "CDSA",
|
| 2209 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2210 |
+
"section": "Schedule I",
|
| 2211 |
+
"marginal_note": "Schedule I",
|
| 2212 |
+
"part": "SCHEDULES",
|
| 2213 |
+
"division": "",
|
| 2214 |
+
"heading": "Schedule I",
|
| 2215 |
+
"history": "",
|
| 2216 |
+
"last_amended": "2024-06-05",
|
| 2217 |
+
"in_force": "2018-04-04",
|
| 2218 |
+
"status": "in force",
|
| 2219 |
+
"current_to": "2026-04-28",
|
| 2220 |
+
"citation": "CDSA, Schedule I (part 2 of 10)",
|
| 2221 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2222 |
+
"id": "C-38.8-sched1-p2",
|
| 2223 |
+
"text": "(32) Apomorphine (5,6,6a,7-tetrahydro-6-methyl-4H-dibenzo[de,g]quinoline-10,11-diol) and its salts\n(33) Cyprenorphine (N-(cyclopropylmethyl)-6,7,8,14-tetrahydro-7α-(1-hydroxy-1-methylethyl)-6,14-endo-ethenonororipavine) and its salts\n(34) Nalmefene (17-(cyclopropylmethyl)-4,5α-epoxy-6-methylenemorphinan-3,14-diol) and its salts\n(34.1) Naloxone (4,5α-epoxy-3,14-dihydroxy-17-(2-propenyl)morphinan-6-one) and its salts\n(34.2) Naltrexone (17-(cyclopropylmethyl)-4,5α-epoxy-3,14-dihydroxymorphinan-6-one) and its salts\n(34.3) Methylnaltrexone (17-(cyclopropylmethyl)-4,5α-epoxy-3,14-dihydroxy-17-methyl-6-oxomorphinanium) and its salts\n(34.4) Naloxegol (4,5α-epoxy-6α-(3,6,9,12,15,18,21-heptaoxadocos-1-yloxy)-17-(2-propenyl)morphinan-3,14-diol) and its salts\n(35) Narcotine (6,7-dimethoxy-3-(5,6,7,8-tetrahydro-4-methoxy-6-methyl-1,3-dioxolo [4,5-g]isoquinolin-5-yl)-1(3H)-isobenzofuranone) and its salts\n(36) Papaverine (1-[(3,4-dimethoxyphenyl)methyl]-6,7-dimethoxyisoquinoline) and its salts\n(37) Poppy seed\n2 Coca (Erythroxylum), its preparations, derivatives, alkaloids and salts, including:\n(1) Coca leaves\n(2) Cocaine (benzoylmethylecgonine)\n(3) Ecgonine (3–hydroxy–2–tropane carboxylic acid)\nbut not including\n(4) 123l-ioflupane\n3 Phenylpiperidines, their intermediates, salts, derivatives and analogues and salts of intermediates, derivatives and analogues, including:\n(1) Allylprodine (3–allyl–1–methyl–4–phenyl–4–piperidinol propionate)\n(2) Alphameprodine (α–3–ethyl–1–methyl–4–phenyl–4–piperidinol propionate)\n(3) Alphaprodine (α–1,3–dimethyl–4–phenyl–4–piperidinol propionate)\n(4) Anileridine (ethyl 1–[2–(p–aminophenyl)ethyl]–4–phenylpiperidine–4–carboxylate)\n(5) Betameprodine (ß–3–ethyl–1–methyl–4–phenyl–4–piperidinol propionate)"
|
| 2224 |
+
},
|
| 2225 |
+
{
|
| 2226 |
+
"act_code": "C-38.8",
|
| 2227 |
+
"act_short": "CDSA",
|
| 2228 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2229 |
+
"section": "Schedule I",
|
| 2230 |
+
"marginal_note": "Schedule I",
|
| 2231 |
+
"part": "SCHEDULES",
|
| 2232 |
+
"division": "",
|
| 2233 |
+
"heading": "Schedule I",
|
| 2234 |
+
"history": "",
|
| 2235 |
+
"last_amended": "2024-06-05",
|
| 2236 |
+
"in_force": "2018-04-04",
|
| 2237 |
+
"status": "in force",
|
| 2238 |
+
"current_to": "2026-04-28",
|
| 2239 |
+
"citation": "CDSA, Schedule I (part 3 of 10)",
|
| 2240 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2241 |
+
"id": "C-38.8-sched1-p3",
|
| 2242 |
+
"text": "(6) Betaprodine (ß–1,3–dimethyl–4–phenyl–4–piperidinol propionate)\n(7) Benzethidine (ethyl 1–(2–benzyloxyethyl)–4–phenylpiperidine–4–carboxylate)\n(8) Diphenoxylate (ethyl 1–(3–cyano–3,3–diphenylpropyl)–4–phenylpiperidine–4–carboxylate)\n(9) Difenoxin (1–(3–cyano–3,3–diphenylpropyl)–4–phenylpiperidine–4–carboxylate)\n(10) Etoxeridine (ethyl 1–[2–(2–hydroxyethoxy) ethyl]–4–phenylpiperidine–4–carboxylate)\n(11) Furethidine (ethyl 1–(2–tetrahydrofurfury loxyethyl)–4–phenylpiperidine–4–carboxylate)\n(12) Hydroxypethidine (ethyl 4–(m–hydroxyphenyl)–1–methylpiperidine–4–carboxylate)\n(13) Ketobemidone (1–[4–(m–hydroxyphenyl)–1–methyl–4–piperidyl]–1–propanone)\n(14) Methylphenylisonipecotonitrile (4–cyano–1–methyl–4–phenylpiperidine)\n(15) Morpheridine (ethyl 1–(2–morpholinoethyl)–4–phenylpiperidine–4–carboxylate)\n(16) Norpethidine (ethyl 4–phenylpiperidine–4–carboxylate)\n(17) Pethidine (ethyl 1–methyl–4–phenylpiperidine–4–carboxylate)\n(18) Phenoperidine (ethyl 1–(3–hydroxy–3–phenylpropyl)–4–phenylpiperidine–4–carboxylate)\n(19) Piminodine (ethyl 1–[3–(phenylamino)propyl]–4–phenylpiperidine–4–carboxylate)\n(20) Properidine (isopropyl 1–methyl–4–phenylpiperidine–4–carboxylate)\n(21) Trimeperidine (1,2,5–trimethyl–4–phenyl–4–piperidinol propionate)\n(22) Pethidine Intermediate C (1–methyl–4–phenylpiperidine–4–carboxylate)\nbut not including\n(23) Carperidine (ethyl 1-(2-carbamylethyl)-4-phenylpiperidine-4-carboxylate) and its salts\n(24) Oxpheneridine (ethyl 1-(2-hydroxy-2-phenylethyl)-4-phenylpiperidine-4-carboxylate) and its salts\n4 Phenazepines, their salts, derivatives and salts of derivatives including:\n(1) Proheptazine (hexahydro–1,3–dimethyl–4–phenyl–1H–azepin–4–ol propionate)\nbut not including\n(2) Ethoheptazine (ethyl hexahydro-1-methyl-4-phenylazepine-4-carboxylate) and its salts"
|
| 2243 |
+
},
|
| 2244 |
+
{
|
| 2245 |
+
"act_code": "C-38.8",
|
| 2246 |
+
"act_short": "CDSA",
|
| 2247 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2248 |
+
"section": "Schedule I",
|
| 2249 |
+
"marginal_note": "Schedule I",
|
| 2250 |
+
"part": "SCHEDULES",
|
| 2251 |
+
"division": "",
|
| 2252 |
+
"heading": "Schedule I",
|
| 2253 |
+
"history": "",
|
| 2254 |
+
"last_amended": "2024-06-05",
|
| 2255 |
+
"in_force": "2018-04-04",
|
| 2256 |
+
"status": "in force",
|
| 2257 |
+
"current_to": "2026-04-28",
|
| 2258 |
+
"citation": "CDSA, Schedule I (part 4 of 10)",
|
| 2259 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2260 |
+
"id": "C-38.8-sched1-p4",
|
| 2261 |
+
"text": "(3) Metethoheptazine (ethyl hexahydro-1,3-dimethyl-4-phenylazepine-4-carboxylate) and its salts\n(4) Metheptazine (methylhexahydro-1,2-dimethyl-4-phenylazepine-4-carboxylate) and its salts\n5 Amidones, their intermediates, salts, derivatives and salts of intermediates and derivatives including:\n(1) Dimethylaminodiphenylbutanonitrile (4–cyano–2–dimethylamino–4,4–diphenylbutane)\n(2) Dipipanone (4,4–diphenyl–6–piperidino–3–heptanone)\n(3) Isomethadone (6–dimethylamino–5–methyl–4,4–diphenyl–3–hexanone)\n(4) Methadone (6–dimethylamino–4,4–diphenyl–3–heptanone)\n(5) Normethadone (6–dimethylamino–4,4–diphenyl–3–hexanone)\n(6) Norpipanone (4,4–diphenyl–6–piperidino–3–hexanone)\n(7) Phenadoxone (6–morpholino–4,4–diphenyl–3–heptanone)\n6 Methadols, their salts, derivatives and salts of derivatives including:\n(1) Acetylmethadol (6–dimethylamino–4,4–diphenyl–3–heptanol acetate)\n(2) Alphacetylmethadol (α–6–dimethylamino–4,4–diphenyl–3–heptanol acetate)\n(3) Alphamethadol (α–6–dimethylamino–4,4–diphenyl–3–heptanol)\n(4) Betacetylmethadol (ß–6–dimethylamino–4,4–diphenyl–3–heptanol acetate)\n(5) Betamethadol (ß–6–dimethylamino–4,4–diphenyl–3–heptanol)\n(6) Dimepheptanol (6–dimethylamino–4,4–diphenyl–3–heptanol)\n(7) Noracymethadol (α–6–methylamino–4,4–diphenyl–3–heptanol acetate)\n7 Phenalkoxams, their salts, derivatives and salts of derivatives including:\n(1) Dimenoxadol (dimethylaminoethyl 1–ethoxy–1,1–diphenylacetate)\n(2) Dioxaphetyl butyrate (ethyl 2,2–diphenyl–4–morpholinobutyrate)\n(3) Dextropropoxyphene ([S–(R*,S*)]–α–[2–(dimethylamino)–1–methylethyl]–α–phenylbenzeneethanol, propanoate ester)\n8 Thiambutenes, their salts, derivatives and salts of derivatives including:\n(1) Diethylthiambutene (N,N–diethyl–1–methyl–3,3–di–2–thienylallylamine)"
|
| 2262 |
+
},
|
| 2263 |
+
{
|
| 2264 |
+
"act_code": "C-38.8",
|
| 2265 |
+
"act_short": "CDSA",
|
| 2266 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2267 |
+
"section": "Schedule I",
|
| 2268 |
+
"marginal_note": "Schedule I",
|
| 2269 |
+
"part": "SCHEDULES",
|
| 2270 |
+
"division": "",
|
| 2271 |
+
"heading": "Schedule I",
|
| 2272 |
+
"history": "",
|
| 2273 |
+
"last_amended": "2024-06-05",
|
| 2274 |
+
"in_force": "2018-04-04",
|
| 2275 |
+
"status": "in force",
|
| 2276 |
+
"current_to": "2026-04-28",
|
| 2277 |
+
"citation": "CDSA, Schedule I (part 5 of 10)",
|
| 2278 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2279 |
+
"id": "C-38.8-sched1-p5",
|
| 2280 |
+
"text": "(2) Dimethylthiambutene (N,N,1–trimethyl–3,3–di–2–thienylallylamine)\n(3) Ethylmethylthiambutene (N–ethyl–N,1–dimethyl–3,3–di–2–thienylallylamine)\n9 Moramides, their intermediates, salts, derivatives and salts of intermediates and derivatives including:\n(1) Dextromoramide (d–1–(3–methyl–4–morpholino–2,2–diphenylbutyryl)pyrrolidine)\n(2) Diphenylmorpholinoisovaleric acid (2–methyl–3–morpholino–1,1–diphenylpropionic acid)\n(3) Levomoramide (l–1–(3–methyl–4–morpholino–2,2–diphenylbutyryl)pyrrolidine)\n(4) Racemoramide (d,l–1–(3–methyl–4–morpholino–2,2–diphenylbutyryl) pyrrolidine)\n10 Morphinans, their salts, derivatives and salts of derivatives including:\n(1) Buprenorphine (17–(cyclopropylmethyl)–α–(1,1–dimethylethyl)–4,5–epoxy–18,19–dihydro–3–hydroxy–6–methoxy–α–methyl–6,14–ethenomorphinan–7–methanol)\n(2) Drotebanol (6ß,14–dihydroxy–3,4–dimethoxy–17–methylmorphinan)\n(3) Levomethorphan (l–3–methoxy–17–methylmorphinan)\n(4) Levorphanol (l–3–hydroxy–17–methylmorphinan)\n(5) Levophenacylmorphan (l–3–hydroxy–17–phenacylmorphinan)\n(6) Norlevorphanol (l–3–hydroxymorphinan)\n(7) Phenomorphan (3–hydroxy–17–(2–phenylethyl)morphinan)\n(8) Racemethorphan (d,1–3–methoxy–17–methylmorphinan)\n(9) Racemorphan (d,l–3–hydroxy–N–methylmorphinan)\nbut not including\n(10) Dextromethorphan (d-1,2,3,9,10, 10a-hexahydro-6-methoxy-11-methyl-4H-10,4a-iminoethanophenanthren) and its salts\n(11) Dextrorphan (d-1,2,3,9,10,10a-hexahydro-11-methyl-4H-10,4a-iminoethanophenanthren-6-ol) and its salts\n(12) Levallorphan (l-11-allyl-1,2,3,9,10,10a-hexahydro-4H-10,4a-iminoethanophenanthren-6-ol) and its salts\n(13) Levargorphan (l-11-propargyl-1,2,3,9,10,10a-hexahydro-4H-10,4a-iminoethanophenanthren-6-ol) and its salts\n(14) Butorphanol (l-N-cyclobutylmethyl-3,14-dihydroxymorphinan) and its salts"
|
| 2281 |
+
},
|
| 2282 |
+
{
|
| 2283 |
+
"act_code": "C-38.8",
|
| 2284 |
+
"act_short": "CDSA",
|
| 2285 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2286 |
+
"section": "Schedule I",
|
| 2287 |
+
"marginal_note": "Schedule I",
|
| 2288 |
+
"part": "SCHEDULES",
|
| 2289 |
+
"division": "",
|
| 2290 |
+
"heading": "Schedule I",
|
| 2291 |
+
"history": "",
|
| 2292 |
+
"last_amended": "2024-06-05",
|
| 2293 |
+
"in_force": "2018-04-04",
|
| 2294 |
+
"status": "in force",
|
| 2295 |
+
"current_to": "2026-04-28",
|
| 2296 |
+
"citation": "CDSA, Schedule I (part 6 of 10)",
|
| 2297 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2298 |
+
"id": "C-38.8-sched1-p6",
|
| 2299 |
+
"text": "(15) Nalbuphine (N-cyclobutylmethyl-4,5-epoxy-morphinan-3,6,14-triol) and its salts\n11 Benzazocines, their salts, derivatives and salts of derivatives including:\n(1) Phenazocine (1,2,3,4,5,6–hexahydro–6,11–dimethyl–3–phenethyl–2,6–methano–3–benzazocin–8–ol)\n(2) Metazocine (1,2,3,4,5,6–hexahydro–3,6,11–trimethyl–2,6–methano–3–benzazocin–8–ol)\n(3) Pentazocine (1,2,3,4,5,6–hexahydro–6,11–dimethyl–3–(3–methyl–2–butenyl)–2,6–methano–3–benzazocin–8–ol)\nbut not including\n(4) Cyclazocine (1,2,3,4,5,6-hexahydro-6,11-dimethyl-3-(cyclopropylmethyl)-2,6-methano-3-benzazocin-8-ol) and its salts\n12 Ampromides, their salts, derivatives and salts of derivatives including:\n(1) Diampromide (N–[2–(methylphenethylamino)propyl] propionanilide)\n(2) Phenampromide (N–(1–methyl–2–piperidino) ethyl) propionanilide)\n(3) Propiram (N–(1–methyl–2–piperidinoethyl)–N–2–pyridylpropionamide)\n13 Benzimidazoles, their salts, derivatives and salts of derivatives including:\n(1) Clonitazene (2–(p–chlorobenzyl)–1–diethylaminoethyl–5–nitrobenzimidazole)\n(2) Etonitazene (2–(p–ethoxybenzyl)–1–diethylaminoethyl–5–nitrobenzimidazole)\n(3) Bezitramide (1–(3–cyano–3,3–diphenylpropyl)–4–(2–oxo–3–propionyl–1–benzimidazolinyl)–piperidine)\n14 Phencyclidine (1-(1-phenylcyclohexyl)piperidine), its salts, derivatives and analogues and salts of derivatives and analogues, including:\n(1) Ketamine (2-(2-chlorophenyl)-2-(methylamino)cyclohexanone)\n15 Piritramide (1–(3–cyano–3,3–diphenylpropyl)–4–(1–piperidino)piperidine–4–carboxylic acid amide), its salts, derivatives and salts of derivatives\n16 Fentanyls, their salts, derivatives, and analogues and salts of derivatives and analogues, including:\n(1) Acetyl–α–methylfentanyl (N–[1–(α���methylphenethyl)–4–piperidyl] acetanilide)"
|
| 2300 |
+
},
|
| 2301 |
+
{
|
| 2302 |
+
"act_code": "C-38.8",
|
| 2303 |
+
"act_short": "CDSA",
|
| 2304 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2305 |
+
"section": "Schedule I",
|
| 2306 |
+
"marginal_note": "Schedule I",
|
| 2307 |
+
"part": "SCHEDULES",
|
| 2308 |
+
"division": "",
|
| 2309 |
+
"heading": "Schedule I",
|
| 2310 |
+
"history": "",
|
| 2311 |
+
"last_amended": "2024-06-05",
|
| 2312 |
+
"in_force": "2018-04-04",
|
| 2313 |
+
"status": "in force",
|
| 2314 |
+
"current_to": "2026-04-28",
|
| 2315 |
+
"citation": "CDSA, Schedule I (part 7 of 10)",
|
| 2316 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2317 |
+
"id": "C-38.8-sched1-p7",
|
| 2318 |
+
"text": "(2) Alfentanil (N–[1–[2–(4–ethyl–4,5–dihydro–5–oxo–1H–tetrazol–1–yl)ethyl]–4–(methoxymethyl)–4–piperidyl]propionanilide)\n(3) Carfentanil (methyl 4–[(1–oxopropyl)phenylamino]–1–(2–phenethyl)–4–piperidinecarboxylate)\n(4) p–Fluorofentanyl (4′fluoro–N–(1–phenethyl–4–piperidyl) propionanilide)\n(5) Fentanyl (N–(1–phenethyl–4–piperidyl) propionanilide)\n(6) ß–Hydroxyfentanyl (N–[1–(ß–hydroxyphenethyl)–4–piperidyl] propionanilide)\n(7) ß–Hydroxy–3–methylfentanyl (N–[1–(ß–hydroxyphenethyl)–3–methyl–4–piperidyl] propionanilide)\n(8) α–Methylfentanyl (N–[1–(α–methylphenethyl)–4–piperidyl] propionanilide)\n(9) α–Methylthiofentanyl (N–[1–[1–methyl–2–(2–thienyl) ethyl]–4–piperidyl] propionanilide)\n(10) 3–Methylfentanyl (N–(3–methyl–1–phenethyl–4–piperidyl) propionanilide)\n(11) 3–Methylthiofentanyl (N–[3–methyl–1–[2–(2–thienyl) ethyl]–4–piperidyl] propionanilide)\n(11.1) Remifentanil (dimethyl 4-carboxy-4-(N-phenylpropionamido)-1-piperidinepropionate)\n(12) Sufentanil (N–[4–(methoxymethyl)–1–[2–(2–thienyl)ethyl]–4–piperidyl] propionanilide)\n(13) Thiofentanyl (N–[1–[2–(2–thienyl)ethyl]–4–piperidyl] propionanilide)\n(14) 4-Anilino-N-phenethylpiperidine (ANPP) (N-phenyl-1-(2-phenylethyl)piperidine-4-amine), its derivatives and analogues and salts of derivatives and analogues\n17 Tilidine (ethyl2–(dimethylamino)–1–phenyl–3–cyclohexene–1–carboxylate), its salts, derivatives and salts of derivatives\n17.1 Methylenedioxypyrovalerone (MDPV), its salts, derivatives, isomers and analogues and salts of derivatives, isomers and analogues\n18 Methamphetamine (N,α-dimethylbenzeneethanamine), its salts, derivatives, isomers and analogues and salts of derivatives, isomers and analogues\n19 Amphetamines, their salts, derivatives, isomers and analogues and salts of derivatives, isomers and analogues including:"
|
| 2319 |
+
},
|
| 2320 |
+
{
|
| 2321 |
+
"act_code": "C-38.8",
|
| 2322 |
+
"act_short": "CDSA",
|
| 2323 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2324 |
+
"section": "Schedule I",
|
| 2325 |
+
"marginal_note": "Schedule I",
|
| 2326 |
+
"part": "SCHEDULES",
|
| 2327 |
+
"division": "",
|
| 2328 |
+
"heading": "Schedule I",
|
| 2329 |
+
"history": "",
|
| 2330 |
+
"last_amended": "2024-06-05",
|
| 2331 |
+
"in_force": "2018-04-04",
|
| 2332 |
+
"status": "in force",
|
| 2333 |
+
"current_to": "2026-04-28",
|
| 2334 |
+
"citation": "CDSA, Schedule I (part 8 of 10)",
|
| 2335 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2336 |
+
"id": "C-38.8-sched1-p8",
|
| 2337 |
+
"text": "(1) amphetamine (α-methylbenzene-ethanamine)\n(2) N-ethylamphetamine (N-ethyl-α-methylbenzeneethanamine)\n(3) 4-methyl-2,5-dimethoxyamphetamine (STP) (2,5-dimethoxy-4,α-dimethylbenzeneethanamine)\n(4) 3,4-methylenedioxyamphetamine (MDA) (α-methyl-1,3-benzodioxole-5-ethanamine)\n(5) 2,5-dimethoxyamphetamine (2,5-dimethoxy-α-methylbenzene-ethanamine)\n(6) 4-methoxyamphetamine (4-methoxy-α-methylbenzeneethanamine)\n(7) 2,4,5-trimethoxyamphetamine (2,4,5-trimethoxy-α-methylbenzeneethanamine)\n(8) N-methyl-3,4-methylenedioxy- amphetamine (N,α-dimethyl-1,3-benzodioxole-5-ethanamine)\n(9) 4-ethoxy-2,5-dimethoxyamphetamine (4-ethoxy-2,5-dimethoxy-α-methylbenzeneethanamine)\n(10) 5-methoxy-3,4-methylenedioxy- amphetamine (7-methoxy-α-methyl-1,3-benzodioxole-5-ethanamine)\n(11) N,N-dimethyl-3,4-methylenedioxyamphetamine (N,N, α-trimethyl-1,3-benzodioxole-5-ethanamine)\n(12) N-ethyl-3,4-methylenedioxyamphetamine (N-ethyl-α-methyl-1,3-benzodioxole-5-ethanamine)\n(13) 4-ethyl-2,5-dimethoxyamphetamine (DOET) (4-ethyl-2,5-dimethoxy-α-methylbenzeneethanamine)\n(14) 4-bromo-2,5-dimethoxyamphetamine (4-bromo-2,5-dimethoxy-α-methylbenzeneethanamine)\n(15) 4-chloro-2,5-dimethoxyamphetamine (4-chloro-2,5-dimethoxy-α-methyl-benzeneethanamine)\n(16) 4-ethoxyamphetamine (4-ethoxy-α-methylbenzeneethanamine)\n(17) Benzphetamine (N-benzyl-N,α-dimethylbenzeneethanamine)\n(18) N-Propyl-3,4-methylenedioxy- amphetamine (α-methyl-N-propyl-1,3-benzodioxole-5-ethanamine)\n(19) N-(2-Hydroxyethyl)-α-meth-ylbenzeneethanamine\n(20) N-hydroxy-3,4-methylenedioxy- amphetamine (N-[α-methyl-3,4-(methylenedioxy)phenethyl]hydroxylamine)\n(21) 3,4,5-trimethoxyamphetamine (3,4,5-trimethoxy-α-methylbenzeneethanamine)"
|
| 2338 |
+
},
|
| 2339 |
+
{
|
| 2340 |
+
"act_code": "C-38.8",
|
| 2341 |
+
"act_short": "CDSA",
|
| 2342 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2343 |
+
"section": "Schedule I",
|
| 2344 |
+
"marginal_note": "Schedule I",
|
| 2345 |
+
"part": "SCHEDULES",
|
| 2346 |
+
"division": "",
|
| 2347 |
+
"heading": "Schedule I",
|
| 2348 |
+
"history": "",
|
| 2349 |
+
"last_amended": "2024-06-05",
|
| 2350 |
+
"in_force": "2018-04-04",
|
| 2351 |
+
"status": "in force",
|
| 2352 |
+
"current_to": "2026-04-28",
|
| 2353 |
+
"citation": "CDSA, Schedule I (part 9 of 10)",
|
| 2354 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2355 |
+
"id": "C-38.8-sched1-p9",
|
| 2356 |
+
"text": "20 Flunitrazepam (5-(o-fluorophenyl)-1,3-dihydro-1-methyl-7-nitro-2H-1,4-benzodiazepin-2-one) and any of its salts or derivatives\n21 4-hydroxybutanoic acid (GHB) and any of its salts\n22 Tapentadol (3-[(1R,2R)-3-(dimethylamino)-1-ethyl-2-methylpropyl]-phenol), its salts, derivatives and isomers and salts of derivatives and isomers\n23 AH-7921 (1-(3,4-dichlorobenzamidomethyl)cyclohexyldimethylamine), its salts, isomers and salts of isomers\n24 MT-45 (1-cyclohexyl-4-(1,2-diphenylethyl)piperazine), its salts, derivatives, isomers and analogues and salts of derivatives, isomers and analogues, including\n(1) Diphenidine (DEP) (1-(1,2-diphenylethyl)piperidine)\n(2) Methoxphenidine (2-MeO-Diphenidine, MXP) (1-[1-(2-methoxyphenyl)-2-phenylethyl]piperidine)\n(3) Ephenidine (NEDPA, EPE) (N-ethyl-1,2-diphenylethylamine)\n(4) Isophenidine (NPDPA) (N-isopropyl-1,2-diphenylethylamine)\nbut not including\n(5) Lefetamine ((-)-N,N-dimethyl-α-phenylbenzeneethanamine), its salts, derivatives and isomers and salts of derivatives and isomers\n25 W-18 (4-chloro-N-[1-[2-(4-nitrophenyl)ethyl]-2-piperidinylidene]benzenesulfonamide), its salts, derivatives, isomers and analogues and salts of derivatives, isomers and analogues\n26 U-47700 (3,4-dichloro-N-(2-(dimethylamino)cyclohexyl)-N-methylbenzamide), its salts, derivatives, isomers and analogues, and salts of derivatives, isomers and analogues, including\n(1) Bromadoline (4-bromo-N-(2-(dimethylamino)cyclohexyl)benzamide)\n(2) U-47109 (3,4-dichloro-N-(2-(dimethylamino)cyclohexyl)benzamide)\n(3) U-48520 (4-chloro-N-(2-(dimethylamino)cyclohexyl)-N-methylbenzamide)\n(4) U-50211 (N-(2-(dimethylamino)cyclohexyl)-4-hydroxy-N-methylbenzamide)\n(5) U-77891 (3,4-dibromo-N-methyl-N-(1-methyl-1-azaspiro[4.5]decan-6-yl)benzamide)"
|
| 2357 |
+
},
|
| 2358 |
+
{
|
| 2359 |
+
"act_code": "C-38.8",
|
| 2360 |
+
"act_short": "CDSA",
|
| 2361 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2362 |
+
"section": "Schedule I",
|
| 2363 |
+
"marginal_note": "Schedule I",
|
| 2364 |
+
"part": "SCHEDULES",
|
| 2365 |
+
"division": "",
|
| 2366 |
+
"heading": "Schedule I",
|
| 2367 |
+
"history": "",
|
| 2368 |
+
"last_amended": "2024-06-05",
|
| 2369 |
+
"in_force": "2018-04-04",
|
| 2370 |
+
"status": "in force",
|
| 2371 |
+
"current_to": "2026-04-28",
|
| 2372 |
+
"citation": "CDSA, Schedule I (part 10 of 10)",
|
| 2373 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2374 |
+
"id": "C-38.8-sched1-p10",
|
| 2375 |
+
"text": "27 Tramadol (2-[(dimethylamino)methyl]-1-(3-methoxyphenyl)cyclohexanol), its salts, isomers and salts of isomers and the following derivatives of tramadol and the salts, isomers and salts of isomers of those derivatives:\n(1) O-desmethyltramadol (3-[2-[(dimethylamino)methyl]-1-hydroxycyclohexyl]-phenol)\n(2) N,O-didesmethyltramadol (3-[1-hydroxy-2-[(methylamino)methyl]cyclohexyl]-phenol)\n28 AP-237 (1-(4-cinnamylpiperazin-1-yl)butan-1-one), its salts, derivatives and analogues and salts of derivatives and analogues, including:\n(1) 2-methyl-AP-237 (1-(4-cinnamyl-2-methylpiperazin-1-yl)butan-1-one)\n(2) para-methyl-AP-237 ((E)-1-(4-(3-(p-tolyl)allyl)piperazin-1-yl)butan-1-one)\n(3) AP-238 (1-(4-cinnamyl-2,6-dimethylpiperazin-1-yl)propan-1-one)"
|
| 2376 |
+
},
|
| 2377 |
+
{
|
| 2378 |
+
"act_code": "C-38.8",
|
| 2379 |
+
"act_short": "CDSA",
|
| 2380 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2381 |
+
"section": "Schedule Ii",
|
| 2382 |
+
"marginal_note": "Schedule Ii",
|
| 2383 |
+
"part": "SCHEDULES",
|
| 2384 |
+
"division": "",
|
| 2385 |
+
"heading": "Schedule Ii",
|
| 2386 |
+
"history": "",
|
| 2387 |
+
"last_amended": "2018-10-17",
|
| 2388 |
+
"in_force": "2018-10-17",
|
| 2389 |
+
"status": "in force",
|
| 2390 |
+
"current_to": "2026-04-28",
|
| 2391 |
+
"citation": "CDSA, Schedule Ii (part 1 of 4)",
|
| 2392 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2393 |
+
"id": "C-38.8-sched2-p1",
|
| 2394 |
+
"text": "(Sections 2, 4 to 7.1, 10, 29, 55 and 60)\n1 [Repealed, 2018, c. 16, s. 204]\n2 Synthetic cannabinoid receptor type 1 agonists, their salts, derivatives, isomers, and salts of derivatives and isomers — with the exception of any substance that is identical to any phytocannabinoid and with the exception of ((3S)-2,3-dihydro-5-methyl-3-(4-morpholinylmethyl)pyrrolo[1,2,3-de]-1,4-benzoxazin-6-yl)-1-naphthalenyl-methanone (WIN 55,212-3) and its salts — including those that fall within the following core chemical structure classes:\n(1) Any substance that has a 2-(cyclohexyl)phenol structure with substitution at the 1-position of the benzene ring by a hydroxy, ether or ester group and further substituted at the 5-position of the benzene ring, whether or not further substituted on the benzene ring to any extent, and substituted at the 3’-position of the cyclohexyl ring by an alkyl, carbonyl, hydroxyl, ether or ester, and whether or not further substituted on the cyclohexyl ring to any extent, including\n(i) Nabilone ((±)-trans-3-(1,1-dimethylheptyl)-6,6a,7,8,10,10a-hexahydro-1-hydroxy-6,6-dimethyl-9H-dibenzo[b,d]pyran-9-one)\n(ii) Parahexyl (3-hexyl-6,6,9-trimethyl-7,8,9,10-tetrahydro-6H-dibenzo[b,d]pyran-1-ol)\n(iii) 3-(1,2-dimethylheptyl)-7,8,9,10-tetrahydro-6,6,9-trimethyl-6H-dibenzo[b,d]pyran-1-ol (DMHP)\n(iv) 5-(1,1-dimethylheptyl)-2-(5-hydroxy-2-(3-hydroxypropyl)cyclohexyl)phenol (CP 55,940)\n(v) 5-(1,1-dimethylheptyl)-2-(3-hydroxycyclohexyl)phenol (CP 47,497)\n(2) Any substance that has a 3-(1-naphthoyl)indole structure with substitution at the nitrogen atom of the indole ring, whether or not further substituted on the indole ring to any extent and whether or not substituted on the naphthyl ring to any extent, including\n(i) 1-pentyl-3-(1-naphthoyl)indole (JWH-018)"
|
| 2395 |
+
},
|
| 2396 |
+
{
|
| 2397 |
+
"act_code": "C-38.8",
|
| 2398 |
+
"act_short": "CDSA",
|
| 2399 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2400 |
+
"section": "Schedule Ii",
|
| 2401 |
+
"marginal_note": "Schedule Ii",
|
| 2402 |
+
"part": "SCHEDULES",
|
| 2403 |
+
"division": "",
|
| 2404 |
+
"heading": "Schedule Ii",
|
| 2405 |
+
"history": "",
|
| 2406 |
+
"last_amended": "2018-10-17",
|
| 2407 |
+
"in_force": "2018-10-17",
|
| 2408 |
+
"status": "in force",
|
| 2409 |
+
"current_to": "2026-04-28",
|
| 2410 |
+
"citation": "CDSA, Schedule Ii (part 2 of 4)",
|
| 2411 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2412 |
+
"id": "C-38.8-sched2-p2",
|
| 2413 |
+
"text": "(ii) 1-butyl-3-(1-naphthoyl)indole (JWH-073)\n(iii) 1-pentyl-3-(4-methyl-1-naphthoyl)indole (JWH-122)\n(iv) 1-hexyl-3-(1-naphthoyl)indole (JWH-019)\n(v) 1-(4-pentenyl)-3-(1-naphthoyl)indole (JWH-022)\n(vi) 1-butyl-3-(4-methoxy-1-naphthoyl)indole (JWH-080)\n(vii) 1-pentyl-3-(4-methoxy-1-naphthoyl)indole (JWH-081)\n(viii) 1-(2-morpholin-4-ylethyl)-3-(1-naphthoyl)indole (JWH-200)\n(ix) 1-pentyl-3-(4-ethyl-1-naphthoyl)indole (JWH-210)\n(x) 1-pentyl-3-(2-methoxy-1-naphthoyl)indole (JWH-267)\n(xi) 1-[(N-methylpiperidin-2-yl)methyl]-3-(1-naphthoyl)indole (AM-1220)\n(xii) 1-(5-fluoropentyl)-3-(1-naphthoyl)indole (AM-2201)\n(xiii) 1-(5-fluoropentyl)-3-(4-methyl-1-naphthoyl)indole (MAM-2201)\n(xiv) 1-(5-fluoropentyl)-3-(4-ethyl-1-naphthoyl)indole (EAM-2201)\n(xv) ((3R)-2,3-dihydro-5-methyl-3-(4-morpholinylmethyl)pyrrolo[1,2,3-de]-1,4-benzoxazin-6-yl)-1-naphthalenyl-methanone (WIN 55,212-2)\n(3) Any substance that has a 3-(1-naphthoyl)pyrrole structure with substitution at the nitrogen atom of the pyrrole ring, whether or not further substituted on the pyrrole ring to any extent and whether or not substituted on the naphthyl ring to any extent, including\n(i) 1-pentyl-5-(2-fluorophenyl)-3-(1-naphthoyl)pyrrole (JWH-307)\n(4) Any substance that has a 3-phenylacetylindole structure with substitution at the nitrogen atom of the indole ring, whether or not further substituted on the indole ring to any extent and whether or not substituted on the phenyl ring to any extent, including\n(i) 1-pentyl-3-(2-methoxyphenylacetyl)indole (JWH-250)\n(ii) 1-pentyl-3-(2-methylphenylacetyl)indole (JWH-251)\n(iii) 1-pentyl-3-(3-methoxyphenylacetyl)indole (JWH-302)"
|
| 2414 |
+
},
|
| 2415 |
+
{
|
| 2416 |
+
"act_code": "C-38.8",
|
| 2417 |
+
"act_short": "CDSA",
|
| 2418 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2419 |
+
"section": "Schedule Ii",
|
| 2420 |
+
"marginal_note": "Schedule Ii",
|
| 2421 |
+
"part": "SCHEDULES",
|
| 2422 |
+
"division": "",
|
| 2423 |
+
"heading": "Schedule Ii",
|
| 2424 |
+
"history": "",
|
| 2425 |
+
"last_amended": "2018-10-17",
|
| 2426 |
+
"in_force": "2018-10-17",
|
| 2427 |
+
"status": "in force",
|
| 2428 |
+
"current_to": "2026-04-28",
|
| 2429 |
+
"citation": "CDSA, Schedule Ii (part 3 of 4)",
|
| 2430 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2431 |
+
"id": "C-38.8-sched2-p3",
|
| 2432 |
+
"text": "(5) Any substance that has a 3-benzoylindole structure with substitution at the nitrogen atom of the indole ring, whether or not further substituted on the indole ring to any extent and whether or not substituted on the phenyl ring to any extent, including\n(i) 1-(1-methylpiperidin-2-ylmethyl)-3-(2-iodobenzoyl)indole (AM-2233)\n(6) Any substance that has a 3-methanone(cyclopropyl)indole structure with substitution at the nitrogen atom of the indole ring, whether or not further substituted on the indole ring to any extent and whether or not substituted on the cyclopropyl ring to any extent, including\n(i) (1-pentyl-1H-indol-3-yl)(2,2,3,3-tetramethylcyclopropyl)-methanone (UR-144)\n(ii) (1-(5-fluoropentyl)-1H-indol-3-yl)(2,2,3,3-tetramethylcyclopropyl)-methanone (5F-UR-144)\n(iii) (1-(2-(4-morpholinyl)ethyl)-1H-indol-3-yl)(2,2,3,3-tetramethylcyclopropyl)-methanone (A-796,260)\n(7) Any substance that has a quinolin-8-yl 1H-indole-3-carboxylate structure with substitution at the nitrogen atom of the indole ring, whether or not further substituted on the indole ring to any extent and whether or not substituted on the quinolin-8-yl ring to any extent, including\n(i) 1-pentyl-8-quinolinyl ester-1H-indole-3-carboxylic acid (PB-22)\n(ii) 1-(5-fluoropentyl)-8-quinolinyl ester-1H-indole-3-carboxylic acid (5F-PB-22)\n(8) Any substance that has a 3-carboxamideindazole structure with substitution at the nitrogen atom of the indazole ring, whether or not further substituted on the indazole ring to any extent and whether or not substituted at the carboxamide group to any extent, including\n(i) N-(adamantan-1-yl)-1-pentyl-1H-indazole-3-carboxamide (AKB48)\n(ii) N-(adamantan-1-yl)-1-(5-fluoropentyl)-1H-indazole-3-carboxamide (5F-AKB48)"
|
| 2433 |
+
},
|
| 2434 |
+
{
|
| 2435 |
+
"act_code": "C-38.8",
|
| 2436 |
+
"act_short": "CDSA",
|
| 2437 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2438 |
+
"section": "Schedule Ii",
|
| 2439 |
+
"marginal_note": "Schedule Ii",
|
| 2440 |
+
"part": "SCHEDULES",
|
| 2441 |
+
"division": "",
|
| 2442 |
+
"heading": "Schedule Ii",
|
| 2443 |
+
"history": "",
|
| 2444 |
+
"last_amended": "2018-10-17",
|
| 2445 |
+
"in_force": "2018-10-17",
|
| 2446 |
+
"status": "in force",
|
| 2447 |
+
"current_to": "2026-04-28",
|
| 2448 |
+
"citation": "CDSA, Schedule Ii (part 4 of 4)",
|
| 2449 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2450 |
+
"id": "C-38.8-sched2-p4",
|
| 2451 |
+
"text": "(iii) N-(1-(aminocarbonyl)-2-methylpropyl)-1-(4-fluorobenzyl)-1H-indazole-3-carboxamide (AB-FUBINACA)\n(iv) N-(1-amino-3-methyl-1-oxobutan-2-yl)-1-pentyl-1H-indazole-3-carboxamide (AB-PINACA)\n(9) Any substance that has a 3-carboxamideindole structure with substitution at the nitrogen atom of the indole ring, whether or not further substituted on the indole ring to any extent and whether or not substituted at the carboxamide group to any extent, including\n(i) N-(adamantan-1-yl)-1-fluoropentylindole-3-carboxamide (STS-135)\n(ii) N-(adamantan-1-yl)-1-pentylindole-3-carboxamide (APICA)"
|
| 2452 |
+
},
|
| 2453 |
+
{
|
| 2454 |
+
"act_code": "C-38.8",
|
| 2455 |
+
"act_short": "CDSA",
|
| 2456 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2457 |
+
"section": "Schedule Iii",
|
| 2458 |
+
"marginal_note": "Schedule Iii",
|
| 2459 |
+
"part": "SCHEDULES",
|
| 2460 |
+
"division": "",
|
| 2461 |
+
"heading": "Schedule Iii",
|
| 2462 |
+
"history": "",
|
| 2463 |
+
"last_amended": "2017-12-13",
|
| 2464 |
+
"in_force": "2017-12-13",
|
| 2465 |
+
"status": "in force",
|
| 2466 |
+
"current_to": "2026-04-28",
|
| 2467 |
+
"citation": "CDSA, Schedule Iii (part 1 of 3)",
|
| 2468 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2469 |
+
"id": "C-38.8-sched3-p1",
|
| 2470 |
+
"text": "(Sections 2, 4 to 7.1, 10, 29, 55 and 60)\n1 [Repealed, 2012, c. 1, s. 45]\n2 Methylphenidate (methyl 2-phenyl-2-(piperidin-2-yl)acetate), its salts, derivatives, isomers and analogues and salts of derivatives, isomers and analogues, including\n(1) Ethylphenidate (ethyl 2-phenyl-2-(piperidin-2-yl)acetate)\n(2) Isopropylphenidate (isopropyl 2-phenyl-2-(piperidin-2-yl)acetate)\n(3) Propylphenidate (propyl 2-phenyl-2-(piperidin-2-yl)acetate)\n(4) 3,4-Dichloromethylphenidate (methyl 2-(3,4-dichlorophenyl)-2-(piperidin-2-yl)acetate)\n(5) 4-Methylmethylphenidate (methyl 2-(4-methylphenyl)-2-(piperidin-2-yl)acetate)\n(6) 4-Fluoromethylphenidate (methyl 2-(4-fluorophenyl)-2-(piperidin-2-yl)acetate)\n(7) Methylnaphthidate (methyl 2-(naphthalen-2-yl)-2-(piperidin-2-yl)acetate)\n(8) Ethylnaphthidate (ethyl 2-(naphthalen-2-yl)-2-(piperidin-2-yl)acetate)\n3 Methaqualone (2–methyl–3–(2–methylphenyl)–4(3H)–quinazolinone) and any salt thereof\n4 Mecloqualone (2–methyl–3–(2–chlorophenyl)–4(3H)–quinazolinone) and any salt thereof\n5 Lysergic acid diethylamide (LSD) (N,N–diethyllysergamide) and any salt thereof\n6 N,N–Diethyltryptamine (DET) (3–[(2–diethylamino) ethyl]indole) and any salt thereof\n7 N,N–Dimethyltryptamine (DMT) (3–[(2–dimethylamino) ethyl]indole) and any salt thereof\n8 N–Methyl–3–piperidyl benzilate (LBJ) (3–[(hydroxydiphenylacetyl)oxy]–1–methylpiperidine) and any salt thereof\n9 Harmaline (4,9–dihydro–7–methoxy–1–methyl–3H–pyrido(3,4–b)indole) and any salt thereof\n10 Harmalol (4,9–dihydro–1–methyl–3H–pyrido(3,4–b)indol–7–ol) and any salt thereof\n11 Psilocin (3–[2–(dimethylamino)ethyl]–4–hydroxyindole) and any salt thereof\n12 Psilocybin (3–[2–(dimethylamino)ethyl]–4–phosphoryloxyindole) and any salt thereof\n13 N–(1–phenylcyclohexyl)ethylamine (PCE) and any salt thereof"
|
| 2471 |
+
},
|
| 2472 |
+
{
|
| 2473 |
+
"act_code": "C-38.8",
|
| 2474 |
+
"act_short": "CDSA",
|
| 2475 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2476 |
+
"section": "Schedule Iii",
|
| 2477 |
+
"marginal_note": "Schedule Iii",
|
| 2478 |
+
"part": "SCHEDULES",
|
| 2479 |
+
"division": "",
|
| 2480 |
+
"heading": "Schedule Iii",
|
| 2481 |
+
"history": "",
|
| 2482 |
+
"last_amended": "2017-12-13",
|
| 2483 |
+
"in_force": "2017-12-13",
|
| 2484 |
+
"status": "in force",
|
| 2485 |
+
"current_to": "2026-04-28",
|
| 2486 |
+
"citation": "CDSA, Schedule Iii (part 2 of 3)",
|
| 2487 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2488 |
+
"id": "C-38.8-sched3-p2",
|
| 2489 |
+
"text": "14 1–[1–(2–Thienyl) cyclohexyl]piperidine (TCP) and any salt thereof\n15 1–Phenyl–N–propylcyclohexanamine and any salt thereof\n16 Rolicyclidine (1-(1-phenylcyclohexyl) pyrrolidine) and any salt thereof\n17 Mescaline (3,4,5–trimethoxybenzeneethanamine) and any salt thereof, but not peyote (lophophora)\n18 [Repealed, SOR/2017-249, s. 1]\n19 Cathinone ((-)-α-aminopropiophenone) and its salts\n20 Fenetylline (d,l–3,7–dihydro–1,3–dimethyl–7–(2–[(1–methyl–2–phenethyl)amino]ethyl)–1H–purine–2, 6–dione) and any salt thereof\n21 2–Methylamino–1–phenyl–1–propanone and any salt thereof\n22 1–[1–(Phenylmethyl)cyclohexyl]piperidine and any salt thereof\n23 1–[1–(4–Methylphenyl)cyclohexyl]piperidine and any salt thereof\n24 [Repealed, SOR/2016-73, s. 1]\n25 and 26 [Repealed, 2012, c. 1, s. 46]\n27 Aminorex (5-phenyl-4,5-dihydro-1,3-oxazol-2-amine), its salts, derivatives, isomers and analogues and salts of derivatives, isomers and analogues, including\n(1) 4-Methylaminorex (4-methyl-5-phenyl-4,5-dihydro-1,3-oxazol-2-amine)\n(2) 4,4’-Dimethylaminorex (4-methyl-5-(4-methylphenyl)-4,5-dihydro-1,3-oxazol-2-amine)\n28 Etryptamine (3-(2-aminobutyl)indole) and any salt thereof\n29 Lefetamine ((-)-N,N-dimethyl-α-phenylbenzeneethanamine), its salts, derivatives and isomers and salts of derivatives and isomers\n30 Mesocarb (3-(α-methylphenethyl)-N-(phenylcarbamoyl)sydnone imine) and any salt thereof\n31 Zipeprol (4-(2-methoxy-2-phenylethyl)-α-(methoxyphenylmethyl)-1-piperazineethanol) and any salt thereof\n32 Amineptine (7-[(10,11-dihydro-5H-dibenzo[a,d]cyclohepten-5-yl)amino]heptanoic acid) and any salt thereof\n33 Benzylpiperazine [BZP], namely 1-benzylpiperazine and its salts, isomers and salts of isomers"
|
| 2490 |
+
},
|
| 2491 |
+
{
|
| 2492 |
+
"act_code": "C-38.8",
|
| 2493 |
+
"act_short": "CDSA",
|
| 2494 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2495 |
+
"section": "Schedule Iii",
|
| 2496 |
+
"marginal_note": "Schedule Iii",
|
| 2497 |
+
"part": "SCHEDULES",
|
| 2498 |
+
"division": "",
|
| 2499 |
+
"heading": "Schedule Iii",
|
| 2500 |
+
"history": "",
|
| 2501 |
+
"last_amended": "2017-12-13",
|
| 2502 |
+
"in_force": "2017-12-13",
|
| 2503 |
+
"status": "in force",
|
| 2504 |
+
"current_to": "2026-04-28",
|
| 2505 |
+
"citation": "CDSA, Schedule Iii (part 3 of 3)",
|
| 2506 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2507 |
+
"id": "C-38.8-sched3-p3",
|
| 2508 |
+
"text": "34 Trifluoromethylphenylpiperazine [TFMPP], namely 1-(3-trifluoromethylphenyl)piperazine and its salts, isomers and salts of isomers\n35 2C-phenethylamines and their salts, derivatives, isomers and salts of derivatives and isomers that correspond to the following chemical description :\nany substance that has a 1-amino-2-phenylethane structure substituted at the 2’ and 5’ or 2’ and 6’ positions of the benzene ring by an alkoxy or haloalkoxy group, or substituted at two adjacent carbon atoms of the benzene ring which results in the formation of a furan, dihydrofuran, pyran, dihydropyran or methylenedioxy group — whether or not further substituted on the benzene ring to any extent, whether or not substituted at the amino group by one or two, or a combination of, methyl, ethyl, propyl, isopropyl, hydroxyl, benzyl (or benzyl substituted to any extent) or benzylene (or benzylene substituted to any extent) groups and whether or not substituted at the 2-ethyl (beta carbon) position by a hydroxyl, oxo or alkoxy group — and its salts and derivatives and salts of derivatives, including\n(1) 4-bromo-2,5-dimethoxy-N-(2-methoxybenzyl)phenethylamine (25B-NBOMe)\n(2) 4-chloro-2,5-dimethoxy-N-(2-methoxybenzyl)phenethylamine (25C-NBOMe)\n(3) 4-iodo-2,5-dimethoxy-N-(2-methoxybenzyl)phenethylamine (25I-NBOMe)\n(4) 4-bromo-2,5-dimethoxybenzeneethanamine (2C-B)"
|
| 2509 |
+
},
|
| 2510 |
+
{
|
| 2511 |
+
"act_code": "C-38.8",
|
| 2512 |
+
"act_short": "CDSA",
|
| 2513 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2514 |
+
"section": "Schedule Iv",
|
| 2515 |
+
"marginal_note": "Schedule Iv",
|
| 2516 |
+
"part": "SCHEDULES",
|
| 2517 |
+
"division": "",
|
| 2518 |
+
"heading": "Schedule Iv",
|
| 2519 |
+
"history": "",
|
| 2520 |
+
"last_amended": "2025-12-19",
|
| 2521 |
+
"in_force": "2018-04-04",
|
| 2522 |
+
"status": "in force",
|
| 2523 |
+
"current_to": "2026-04-28",
|
| 2524 |
+
"citation": "CDSA, Schedule Iv (part 1 of 7)",
|
| 2525 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2526 |
+
"id": "C-38.8-sched4-p1",
|
| 2527 |
+
"text": "(Sections 2, 4 to 7.1, 10, 29, 55 and 60)\n1 Barbiturates, their salts and derivatives including\n(1) Allobarbital (5,5–diallylbarbituric acid)\n(2) Alphenal (5–allyl–5–phenylbarbituric acid)\n(3) Amobarbital (5–ethyl–5–(3–methylbutyl)barbituric acid)\n(4) Aprobarbital (5–allyl–5–isopropylbarbituric acid)\n(5) Barbital (5,5–diethylbarbituric acid)\n(6) [Repealed, SOR/2017-13, s. 7]\n(7) Butabarbital (5–sec–butyl–5–ethylbarbituric acid)\n(8) Butalbital (5–allyl–5–isobutylbarbituric acid)\n(9) Butallylonal (5–(2–bromoallyl)–5–sec–butylbarbituric acid)\n(10) Butethal (5–butyl–5–ethylbarbituric acid)\n(11) Cyclobarbital (5–(1–cyclohexen–1–yl)–5–ethylbarbituric acid)\n(12) Cyclopal (5–allyl–5–(2–cyclopenten–1–yl)barbituric acid)\n(13) Heptabarbital (5–(1–cyclohepten–1–yl)–5–ethylbarbituric acid)\n(14) Hexethal (5–ethyl–5–hexylbarbituric acid)\n(15) Hexobarbital (5–(1–cyclohexen–1–yl)–1,5–dimethylbarbituric acid)\n(16) Mephobarbital (5–ethyl–1–methyl–5–phenylbarbituric acid)\n(17) Methabarbital (5,5–diethyl–1–methylbarbituric acid)\n(18) Methylphenobarbital (5–ethyl–1–methyl–5–phenylbarbituric acid)\n(19) Propallylonal (5–(2–bromoallyl)–5–isopropylbarbituric acid)\n(20) Pentobarbital (5–ethyl–5–(1–methylbutyl)barbituric acid)\n(21) Phenobarbital (5–ethyl–5–phenylbarbituric acid)\n(22) Probarbital (5–ethyl–5–isopropylbarbituric acid)\n(23) Phenylmethylbarbituric Acid (5–methyl–5–phenylbarbituric acid)\n(24) Secobarbital (5–allyl–5–(1–methylbutyl)barbituric acid)\n(25) Sigmodal (5–(2–bromoallyl)–5–(1–methylbutyl) barbituric acid)\n(26) Talbutal (5–allyl–5–sec–butylbarbituric acid)\n(27) Vinbarbital (5–ethyl–5–(1–methyl–1–butenyl)barbituric acid)\n(28) Vinylbital (5–(1–methylbutyl)–5–vinylbarbituric acid)\nbut not including\n(29) Barbituric Acid (2,4,6(1H,3H,5H)-pyrimidinetrione) and its salts"
|
| 2528 |
+
},
|
| 2529 |
+
{
|
| 2530 |
+
"act_code": "C-38.8",
|
| 2531 |
+
"act_short": "CDSA",
|
| 2532 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2533 |
+
"section": "Schedule Iv",
|
| 2534 |
+
"marginal_note": "Schedule Iv",
|
| 2535 |
+
"part": "SCHEDULES",
|
| 2536 |
+
"division": "",
|
| 2537 |
+
"heading": "Schedule Iv",
|
| 2538 |
+
"history": "",
|
| 2539 |
+
"last_amended": "2025-12-19",
|
| 2540 |
+
"in_force": "2018-04-04",
|
| 2541 |
+
"status": "in force",
|
| 2542 |
+
"current_to": "2026-04-28",
|
| 2543 |
+
"citation": "CDSA, Schedule Iv (part 2 of 7)",
|
| 2544 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2545 |
+
"id": "C-38.8-sched4-p2",
|
| 2546 |
+
"text": "(30) 1,3-dimethylbarbituric acid (1,3-dimethyl-2,4,6(1H,3H,5H)-pyrimidinetrione) and its salts\n2 Thiobarbiturates, their salts and derivatives including:\n(1) Thialbarbital (5–allyl–5–(2–cyclohexen–1–yl)–2–thiobarbituric acid)\n(2) Thiamylal (5–allyl–5–(1–methylbutyl)–2–thiobarbituric acid)\n(3) Thiobarbituric Acid (2–thiobarbituric acid)\n(4) Thiopental (5–ethyl–5–(1–methylbutyl)–2–thiobarbituric acid)\n3 Chlorphentermine (1–(p–chlorophenyl)–2–methyl–2–aminopropane) and any salt thereof\n4 Diethylpropion (2–(diethylamino)propiophenone) and any salt thereof\n5 Phendimetrazine (d–3,4–dimethyl–2–phenylmorpholine) and any salt thereof\n6 Phenmetrazine (3–methyl–2–phenylmorpholine) and any salt thereof\n7 Pipradrol (α,α-diphenyl-2-piperidinemethanol) and its salts\n8 Phentermine (α,α–dimethylbenzeneethanamine) and any salt thereof\n9 Butorphanol (l-N-cyclobutylmethyl-3,14-dihydroxymorphinan) and its salts\n10 Nalbuphine (N-cyclobutylmethyl-4,5-epoxy-morphinan-3,6,14-triol) and its salts\n11 Glutethimide (2–ethyl–2–phenylglutarimide)\n12 Clotiazepam (5–(o–chlorophenyl)–7–ethyl–1,3–dihydro–1–methyl–2H–thieno[2,3–e]–1,4–diazepin–2–one) and any salt thereof\n13 Ethchlorvynol (ethyl–2–chlorovinyl ethynyl carbinol)\n14 Ethinamate (1–ethynylcyclohexanol carbamate)\n15 Mazindol (5–(p–chlorophenyl)–2,5–dihydro–3H–imidazo[2,1–a]isoindol–5–ol)\n16 Meprobamate (2–methyl–2–propyl–1,3–propanediol dicarbamate)\n17 Methyprylon (3,3–diethyl–5–methyl–2,4–piperidinedione)\n18 Benzodiazepines, their salts and derivatives, including:\n(1) Alprazolam (8–chloro–1–methyl–6–phenyl–4H–s–triazolo[4,3–a][1,4] benzodiazepine)\n(2) Bromazepam (7–bromo–1,3–dihydro–5–(2–pyridyl)–2H–1, 4–benzodiazepin–2–one)\n(2.1) Brotizolam (2-bromo-4-(o-chlorophenyl)-9-methyl-6H-thieno[3,2-f]-s-triazolo[4,3-a][1,4]diazepine)"
|
| 2547 |
+
},
|
| 2548 |
+
{
|
| 2549 |
+
"act_code": "C-38.8",
|
| 2550 |
+
"act_short": "CDSA",
|
| 2551 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2552 |
+
"section": "Schedule Iv",
|
| 2553 |
+
"marginal_note": "Schedule Iv",
|
| 2554 |
+
"part": "SCHEDULES",
|
| 2555 |
+
"division": "",
|
| 2556 |
+
"heading": "Schedule Iv",
|
| 2557 |
+
"history": "",
|
| 2558 |
+
"last_amended": "2025-12-19",
|
| 2559 |
+
"in_force": "2018-04-04",
|
| 2560 |
+
"status": "in force",
|
| 2561 |
+
"current_to": "2026-04-28",
|
| 2562 |
+
"citation": "CDSA, Schedule Iv (part 3 of 7)",
|
| 2563 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2564 |
+
"id": "C-38.8-sched4-p3",
|
| 2565 |
+
"text": "(3) Camazepam (7–chloro–1,3–dihydro–3–(N,N– dimethylcarbamoyl)–1–methyl–5–phenyl–2H–1, 4–benzodiazepin–2–one)\n(4) Chlordiazepoxide (7–chloro–2–(methylamino)–5–phenyl–3H–1,4–benzodiazepine–4–oxide)\n(5) Clobazam (7–chloro–1–methyl–5–phenyl–1H–1,5–benzodiazepine–2,4(3H,5H)–dione)\n(6) Clonazepam (5–(o–chlorophenyl)–1,3–dihydro–7–nitro–2H–1,4–benzodiazepin–2–one)\n(7) Clorazepate (7–chloro–2,3–dihydro–2,2–dihydroxy–5–phenyl–1H–1,4–benzodiazepine–3–carboxylic acid)\n(8) Cloxazolam (10–chloro–11b–(o–chlorophenyl)–2,3, 7,11b–tetrahydrooxazolo[3,2–d][1,4]benzodiazepin 6–(5H)–one)\n(9) Delorazepam (7–chloro–5–(o–chlorophenyl)–1,3–dihydro–2H–1,4–benzodiazepin–2–one)\n(10) Diazepam (7–chloro–1,3–dihydro–1–methyl–5–phenyl–2H–1,4–benzodiazepin–2–one)\n(11) Estazolam (8–chloro–6–phenyl–4H–s–triazolo [4,3–a][1,4]benzodiazepine)\n(12) Ethyl Loflazepate (ethyl 7–chloro–5–(o–fluorophenyl)–2,3–dihydro–2–oxo–1H–1,4–benzodiazepine–3–carboxylate)\n(13) Fludiazepam (7–chloro–5–(o–fluorophenyl)–1,3–dihydro–1–methyl–2H–1,4–benzodiazepin–2–one)\n(14) [Repealed, SOR/98-173, s. 2]\n(15) Flurazepam (7–chloro–1–[2–(diethylamino) ethyl]–5–(o–fluorophenyl)–1,3–dihydro–2H–1,4–benzodiazepin–2–one)\n(16) Halazepam (7–chloro–1,3–dihydro–5–phenyl–1–(2,2,2–trifluoroethyl)–2H–1,4–benzodiazepin–2–one)\n(17) Haloxazolam (10–bromo–11b–(o–fluorophenyl)–2,3,7,11b–tetrahydrooxazolo[3,2–d][1,4]benzodiazepin–6(5H)–one)\n(18) Ketazolam (11–chloro–8,12b–dihydro–2,8–dimethyl–12b–phenyl–4H–[1,3]–oxazino–[3,2–d][1,4] benzodiazepine–4,7(6H)–dione)\n(19) Loprazolam (6–(o–chlorophenyl)–2,4–dihydro–2–[(4–methyl–1–piperazinyl)methylene]–8–nitro–1H–imidazo[1,2–a][1,4]benzodiazepin–1–one)\n(20) Lorazepam (7–chloro–5–(o–chlorophenyl)–1,3–dihydro–3–hydroxy–2H–1,4–benzodiazepin–2–one)"
|
| 2566 |
+
},
|
| 2567 |
+
{
|
| 2568 |
+
"act_code": "C-38.8",
|
| 2569 |
+
"act_short": "CDSA",
|
| 2570 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2571 |
+
"section": "Schedule Iv",
|
| 2572 |
+
"marginal_note": "Schedule Iv",
|
| 2573 |
+
"part": "SCHEDULES",
|
| 2574 |
+
"division": "",
|
| 2575 |
+
"heading": "Schedule Iv",
|
| 2576 |
+
"history": "",
|
| 2577 |
+
"last_amended": "2025-12-19",
|
| 2578 |
+
"in_force": "2018-04-04",
|
| 2579 |
+
"status": "in force",
|
| 2580 |
+
"current_to": "2026-04-28",
|
| 2581 |
+
"citation": "CDSA, Schedule Iv (part 4 of 7)",
|
| 2582 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2583 |
+
"id": "C-38.8-sched4-p4",
|
| 2584 |
+
"text": "(21) Lormetazepam (7–chloro–5–(o–chlorophenyl)–1,3–dihydro–3–hydroxy–1–methyl–2H–1,4–benzodiazepin–2–one)\n(22) Medazepam (7–chloro–2,3–dihydro–1–methyl–5–phenyl–1H–1,4–benzodiazepine)\n(22.1) Midazolam (8-chloro-6-(o-fluorophenyl)-1-methyl-4H-imidazo[1,5-a][1,4]benzodiazepine)\n(23) Nimetazepam (1,3–dihydro–1–methyl–7–nitro–5–phenyl–2H–1,4–benzodiazepin–2–one)\n(24) Nitrazepam (1,3–dihydro–7–nitro–5–phenyl–2H–1,4–benzodiazepin–2–one)\n(25) Nordazepam (7–chloro–1,3–dihydro–5–phenyl–2H–1,4–benzodiazepin–2–one)\n(26) Oxazepam (7–chloro–1,3–dihydro–3–hydroxy–5–phenyl–2H–1,4–benzodiazepin–2–one)\n(27) Oxazolam (10–chloro–2,3,7,11b–tetrahydro–2–methyl–11b–phenyloxazolo[3,2–d] [1,4]benzodiazepin–6(5H)–one)\n(28) Pinazepam (7–chloro–1,3–dihydro–5–phenyl–1–(2–propynyl)–2H–1,4–benzodiazepin–2–one)\n(29) Prazepam (7–chloro–1–(cyclopropylmethyl)–1, 3–dihydro–5–phenyl–2H–1,4–benzodiazepin–2–one)\n(29.1) Quazepam (7-chloro-5-(o-fluorophenyl)-1,3-dihydro-1-(2,2,2-trifluoroethyl)-2H-1,4-benzodiazepine-2-thione)\n(30) Temazepam (7–chloro–1,3–dihydro–3–hydroxy–1–methyl–5–phenyl–2H–1,4–benzodiazepin–2–one)\n(31) Tetrazepam (7–chloro–5–(cyclohexen–1–yl)–1,3–dihydro–1–methyl–2H–1,4–benzodiazepin–2–one)\n(32) Triazolam (8–chloro–6–(o–chlorophenyl)–1–methyl–4H–s–triazolo[4,3–a][1,4]benzodiazepine)\nbut not including:\n(32.1) Clozapine (8-chloro-11-(4-methyl-1-piperazinyl)-5H-dibenzo[b,e][1,4]diazepine) and any salt thereof\n(33) Flunitrazepam (5-(o-fluorophenyl)-1,3-dihydro-1-methyl-7-nitro-2H-1,4-benzodiazepin-2-one) and any salts or derivatives thereof\n(34) Olanzapine (2-methyl-4-(4-methyl-1-piperazinyl)-10H-thieno[2,3-b][1,5]benzodiazepine) and its salts\n(35) Clozapine N-oxide (8-chloro-11-(4-methyl-4-oxido-1-piperazinyl)-5H-dibenzo[b,e][1,4]diazepine) and its salts"
|
| 2585 |
+
},
|
| 2586 |
+
{
|
| 2587 |
+
"act_code": "C-38.8",
|
| 2588 |
+
"act_short": "CDSA",
|
| 2589 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2590 |
+
"section": "Schedule Iv",
|
| 2591 |
+
"marginal_note": "Schedule Iv",
|
| 2592 |
+
"part": "SCHEDULES",
|
| 2593 |
+
"division": "",
|
| 2594 |
+
"heading": "Schedule Iv",
|
| 2595 |
+
"history": "",
|
| 2596 |
+
"last_amended": "2025-12-19",
|
| 2597 |
+
"in_force": "2018-04-04",
|
| 2598 |
+
"status": "in force",
|
| 2599 |
+
"current_to": "2026-04-28",
|
| 2600 |
+
"citation": "CDSA, Schedule Iv (part 5 of 7)",
|
| 2601 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2602 |
+
"id": "C-38.8-sched4-p5",
|
| 2603 |
+
"text": "19 Catha edulis Forsk, its preparations, derivatives, alkaloids and salts, including:\n(1) Cathine (d–threo–2–amino–1–hydroxy–1–phenylpropane)\n20 Fencamfamin (d,l–N–ethyl–3–phenylbicyclo[2,2,1] heptan–2–amine) and any salt thereof\n21 Fenproporex (d,l–3–[(α–methylphenethyl)amino]propionitrile) and any salt thereof\n22 Mefenorex (d,l–N–(3–chloropropyl)–α–methylbenzeneethanamine) and any salt thereof\n23 Anabolic steroids and their derivatives including:\n(1) Androisoxazole (17ß–hydroxy–17α–methylandrostano [3,2–c]isoxazole)\n(2) Androstanolone (17ß–hydroxy–5α–androstan–3–one)\n(3) Androstenediol (androst–5–ene–3ß,17ß–diol)\n(4) Bolandiol (estr–4–ene–3ß,17ß–diol)\n(5) Bolasterone (17ß–hydroxy–7α,17–dimethylandrost–4–en–3–one)\n(6) Bolazine (17ß–hydroxy–2α–methyl–5α–androstan–3–one azine)\n(7) Boldenone (17ß–hydroxyandrosta–1,4–dien–3–one)\n(8) Bolenol (19–nor–17α–pregn–5–en–17–ol)\n(9) Calusterone (17ß–hydroxy–7��,17–dimethylandrost–4–en–3–one)\n(10) Clostebol (4–chloro–17ß–hydroxyandrost–4–en–3–one)\n(11) Drostanolone (17ß–hydroxy–2α–methyl–5α–androstan–3–one)\n(12) Enestebol (4, 17ß–dihydroxy–17–methylandrosta–1,4–dien–3–one)\n(13) Epitiostanol (2α, 3α–epithio–5α–androstan–17ß–ol)\n(14) Ethylestrenol (19–nor–17α–pregn–4–en–17–ol)\n(15) 4–Hydroxy–19–nor testosterone\n(16) Fluoxymesterone (9–fluoro–11ß,17ß–dihydroxy–17–methylandrost–4–en–3–one)\n(17) Formebolone (11α, 17ß–dihydroxy–17–methyl–3–oxoandrosta–1,4 di–en–2–carboxaldehyde)\n(18) Furazabol (17–methyl–5α–androstano[2,3–c] furazan–17ß–ol)\n(19) Mebolazine (17ß–hydroxy–2α,17–dimethyl–5α–androstan–3–one azine)\n(20) Mesabolone (17ß–[(1–methoxycyclohexyl)oxy]–5α–androst–1–en–3–one)\n(21) Mesterolone (17ß–hydroxy–1α–methyl–5α–androstan–3–one)\n(22) Metandienone (17ß–hydroxy–17–methylandrosta–1,4–dien–3–one)"
|
| 2604 |
+
},
|
| 2605 |
+
{
|
| 2606 |
+
"act_code": "C-38.8",
|
| 2607 |
+
"act_short": "CDSA",
|
| 2608 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2609 |
+
"section": "Schedule Iv",
|
| 2610 |
+
"marginal_note": "Schedule Iv",
|
| 2611 |
+
"part": "SCHEDULES",
|
| 2612 |
+
"division": "",
|
| 2613 |
+
"heading": "Schedule Iv",
|
| 2614 |
+
"history": "",
|
| 2615 |
+
"last_amended": "2025-12-19",
|
| 2616 |
+
"in_force": "2018-04-04",
|
| 2617 |
+
"status": "in force",
|
| 2618 |
+
"current_to": "2026-04-28",
|
| 2619 |
+
"citation": "CDSA, Schedule Iv (part 6 of 7)",
|
| 2620 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2621 |
+
"id": "C-38.8-sched4-p6",
|
| 2622 |
+
"text": "(23) Metenolone (17ß–hydroxy–1–methyl–5α–androst–1–en–3–one)\n(24) Methandriol (17α–methylandrost–5–ene–3ß,17ß–diol)\n(25) Methyltestosterone (17ß–hydroxy–17–methylandrost–4–en–3–one)\n(26) Metribolone (17ß–hydroxy–17–methylestra–4, 9,11–trien–3–one)\n(27) Mibolerone (17ß–hydroxy–7α,17–dimethylestr–4–en–3–one)\n(28) Nandrolone (17ß–hydroxyestr–4–en–3–one)\n(29) Norboletone (13–ethyl–17ß–hydroxy–18, 19–dinorpregn–4–en–3–one)\n(30) Norclostebol (4–chloro–17ß–hydroxyestr–4–en–3–one)\n(31) Norethandrolone (17α–ethyl–17ß–hydroxyestr–4–en–3–one)\n(32) Oxabolone (4,17ß–dihydroxyestr–4–en–3–one)\n(33) Oxandrolone (17ß–hydroxy–17–methyl–2–oxa–5α–androstan–3–one)\n(34) Oxymesterone (4,17ß–dihydroxy–17–methylandrost–4–en–3–one)\n(35) Oxymetholone (17ß–hydroxy–2–(hydroxymethylene)–17–methyl–5α–androstan–3–one)\n(36) Prasterone (3ß–hydroxyandrost–5–en–17–one)\n(37) Quinbolone (17ß–(1–cyclopenten–1–yloxy) androsta–1,4–dien–3–one)\n(38) Stanozolol (17ß–hydroxy–17–methyl–5α–androstano [3,2–c]pyrazole)\n(39) Stenbolone (17ß–hydroxy–2–methyl–5α–androst–1–en–3–one)\n(40) Testosterone (17ß–hydroxyandrost–4–en–3–one)\n(41) Tibolone ((7α,17α)-17–hydroxy–7–methyl–19–norpregn–5(10) en–20–yn–3–one)\n(42) Tiomesterone (1α,7α–bis(acetylthio)–17ß –hydroxy–17–methylandrost–4–en–3–one)\n(43) Trenbolone (17ß–hydroxyestra–4,9,11–trien–3–one)\n24 Zeranol (3,4,5,6,7,8,9,10,11,12–decahydro–7,14,16– trihydroxy–3–methyl–1H–2–benzoxacyclotetradecin–1–one)\n25 Zolpidem (N,N,6-trimethyl-2-(4-methylphenyl)imidazo[1,2-a]pyridine-3-acetamide) and any salt thereof\n25.1 Pemoline (2-amino-5-phenyl-oxazolin-4-one) and any salt thereof\n26 Pyrovalerone (4′-methyl-2-(1-pyrrolidinyl)valerophenone) and any salt thereof\n27 Salvia divinorum (S. divinorum), its preparations and derivatives, including:"
|
| 2623 |
+
},
|
| 2624 |
+
{
|
| 2625 |
+
"act_code": "C-38.8",
|
| 2626 |
+
"act_short": "CDSA",
|
| 2627 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2628 |
+
"section": "Schedule Iv",
|
| 2629 |
+
"marginal_note": "Schedule Iv",
|
| 2630 |
+
"part": "SCHEDULES",
|
| 2631 |
+
"division": "",
|
| 2632 |
+
"heading": "Schedule Iv",
|
| 2633 |
+
"history": "",
|
| 2634 |
+
"last_amended": "2025-12-19",
|
| 2635 |
+
"in_force": "2018-04-04",
|
| 2636 |
+
"status": "in force",
|
| 2637 |
+
"current_to": "2026-04-28",
|
| 2638 |
+
"citation": "CDSA, Schedule Iv (part 7 of 7)",
|
| 2639 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2640 |
+
"id": "C-38.8-sched4-p7",
|
| 2641 |
+
"text": "(1) Salvinorin A ((2S,4aR,6aR,7R,9S,10aS,10bR)-9-(acetyloxy)-2-(3-furanyl)dodecahydro-6a,10b-dimethyl-4,10-dioxo-2H-naphtho[2,1-c]pyran-7-carboxylic acid methyl ester)\n28 Carisoprodol (2-((carbamoyloxy)methyl)-2-methylpentyl isopropylcarbamate)"
|
| 2642 |
+
},
|
| 2643 |
+
{
|
| 2644 |
+
"act_code": "C-38.8",
|
| 2645 |
+
"act_short": "CDSA",
|
| 2646 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2647 |
+
"section": "Schedule V",
|
| 2648 |
+
"marginal_note": "Schedule V",
|
| 2649 |
+
"part": "SCHEDULES",
|
| 2650 |
+
"division": "",
|
| 2651 |
+
"heading": "Schedule V",
|
| 2652 |
+
"history": "",
|
| 2653 |
+
"last_amended": "2026-04-12",
|
| 2654 |
+
"in_force": "2026-03-26",
|
| 2655 |
+
"status": "in force",
|
| 2656 |
+
"current_to": "2026-04-28",
|
| 2657 |
+
"citation": "CDSA, Schedule V",
|
| 2658 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2659 |
+
"id": "C-38.8-sched5",
|
| 2660 |
+
"text": "(Sections 2, 5 to 7.1, 10, 55, 60.1 and 60.2)\nPART 1 - Controlled Substances\n[Repealed, 2026, c. 4, s. 21]\nPART 2 - Precursors\n[Repealed, 1996, c. 19, s. 60.1]\n[Repealed, 1996, c. 19, s. 60.1]\n[Repealed, 1996, c. 19, s. 60.1]\n[Repealed, 1996, c. 19, s. 60.1]\n[Repealed, 1996, c. 19, s. 60.1]\n[Repealed, 1996, c. 19, s. 60.1]"
|
| 2661 |
+
},
|
| 2662 |
+
{
|
| 2663 |
+
"act_code": "C-38.8",
|
| 2664 |
+
"act_short": "CDSA",
|
| 2665 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2666 |
+
"section": "Schedule Vi",
|
| 2667 |
+
"marginal_note": "Schedule Vi",
|
| 2668 |
+
"part": "SCHEDULES",
|
| 2669 |
+
"division": "",
|
| 2670 |
+
"heading": "Schedule Vi",
|
| 2671 |
+
"history": "",
|
| 2672 |
+
"last_amended": "2026-04-12",
|
| 2673 |
+
"in_force": "2017-12-27",
|
| 2674 |
+
"status": "in force",
|
| 2675 |
+
"current_to": "2026-04-28",
|
| 2676 |
+
"citation": "CDSA, Schedule Vi (part 1 of 2)",
|
| 2677 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2678 |
+
"id": "C-38.8-sched6-p1",
|
| 2679 |
+
"text": "(Sections 2, 6, 55 and 60)\nPART 1 - Class A Precursors1\n1 Acetic anhydride\n2 N-Acetylanthranilic acid (2-acetamidobenzoic acid) and its salts\n3 Anthranilic acid (2-aminobenzoic acid) and its salts\n4 Ephedrine (erythro-2-(methylamino)-1-phenylpropan-1-ol), its salts and any plant containing ephedrine or any of its salts\n5 Ergometrine (9,10-didehydro-N-(2-hydroxy-1-methylethyl)-6-methylergoline-8-carboxamide) and its salts\n6 Ergotamine (12′-hydroxy-2′-methyl-5′-(phenylmethyl)ergotaman-3′,6′,18-trione) and its salts\n7 Isosafrole (5-(1-propenyl)-1,3-benzodioxole)\n8 Lysergic acid (9,10-didehydro-6-methylergoline-8-carboxylic acid) and its salts\n9 3,4-Methylenedioxyphenyl-2-propanone (1-(1,3-benzodioxole)-2-propanone), its derivatives and analogues and salts of derivatives and analogues, including:\n(1) methyl 3-(1,3 benzodioxol-5-yl)-2-methyloxirane-2-carboxylate (MMDMG)\n10 Norephedrine (Phenylpropanolamine) and its salts\n11 1-Phenyl-2-propanone, its derivatives and analogues and salts of derivatives and analogues, including:\n(1) methyl 2-methyl-3-phenyloxirane-2-carboxylate (BMK methyl glycidate)\n(2) 3-oxo-2-phenylbutanamide (α- phenylacetoacetamide-APAA)\n12 Phenylacetic acid and its salts\n13 Piperidine and its salts\n14 Piperonal (1,3-benzodioxole-5-carboxaldehyde)\n15 Potassium permanganate\n16 Pseudoephedrine (threo-2-(methylamino)-1-phenylpropan-1-ol), its salts and any plant containing pseudoephedrine or any of its salts\n17 Safrole (5-(2-propenyl)-1,3-benzodioxole) and any essential oil containing more than 4% safrole\n18 Gamma-butyrolactone (dihydro-2(3H)-furanone)\n19 1,4-butanediol\n20 Red Phosphorus\n21 White Phosphorus\n22 Hypophosphorous acid, its salts and derivatives\n23 Hydriodic acid\n24 Alpha-phenylacetoacetonitrile and its salts, isomers and salts of isomers"
|
| 2680 |
+
},
|
| 2681 |
+
{
|
| 2682 |
+
"act_code": "C-38.8",
|
| 2683 |
+
"act_short": "CDSA",
|
| 2684 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2685 |
+
"section": "Schedule Vi",
|
| 2686 |
+
"marginal_note": "Schedule Vi",
|
| 2687 |
+
"part": "SCHEDULES",
|
| 2688 |
+
"division": "",
|
| 2689 |
+
"heading": "Schedule Vi",
|
| 2690 |
+
"history": "",
|
| 2691 |
+
"last_amended": "2026-04-12",
|
| 2692 |
+
"in_force": "2017-12-27",
|
| 2693 |
+
"status": "in force",
|
| 2694 |
+
"current_to": "2026-04-28",
|
| 2695 |
+
"citation": "CDSA, Schedule Vi (part 2 of 2)",
|
| 2696 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2697 |
+
"id": "C-38.8-sched6-p2",
|
| 2698 |
+
"text": "25 Propionyl chloride\n26 1-Phenethyl-4-piperidone and its salts\n27 4-Piperidone (piperidin-4-one), its salts, derivatives and analogues and salts of derivatives and analogues, including:\n(1) 1-boc-4-piperidone (tert-butyl 4-oxopiperidine-1-carboxylate)\n(2) 3-methyl-4-piperidone (3-methylpiperidin-4-one)\n(3) 1-benzyl-4-piperidone (1-benzylpiperidin-4-one)\n28 Norfentanyl (N-phenyl-N-piperidin-4-ylpropanamide), its salts, derivatives and analogues and salts of derivatives and analogues\n29 1-Phenethylpiperidin-4-ylidenephenylamine and its salts\n30 N-Phenyl-4-piperidinamine (N-phenylpiperidin-4-amine), its salts, derivatives and analogues and salts of derivatives and analogues, including:\n(1) 4-anilino-1-boc-piperidine (tert-butyl 4-(phenylamino)piperidine-1-carboxylate)\n(2) 4-fluoro anilino-1-boc-piperidine (tert-butyl 4-((4-fluorophenyl)amino)piperidine-1-carboxylate)\n(3) N-(4-fluorophenyl)-4-piperidinamine (N-(4-fluorophenyl)piperidin-4-amine)\n(4) 4-bromo anilino-1-boc-piperidine (tert-butyl 4-((4-bromophenyl)amino)piperidine-1-carboxylate)\n31 N1,N1,N2-trimethylcyclohexane-1,2-diamine and its salts\n32 Benzylfentanyl (N-(1-benzylpiperidin-4-yl)-N-phenylpropionamide), its salts, derivatives and analogues and salts of derivatives and analogues\n33 Phenethyl bromide ((2-bromoethyl)benzene)\n34 Propionic anhydride (propanoic anhydride)\n35 Phenethyl iodide ((2-iodoethyl)benzene)\n36 Phenethyl chloride ((2-chloroethyl)benzene)\n1 Each Class A precursor includes synthetic and natural forms.\nPART 2 - Class B Precursors1\n1 Acetone\n2 Ethyl ether\n3 Hydrochloric acid\n4 Methyl ethyl ketone\n5 Sulphuric acid\n6 Toluene\n7 Benzyl chloride ((chloromethyl)benzene)\n1 Each Class B precursor includes synthetic forms.\nPART 3 - Preparations and Mixtures\n1 Any preparation or mixture that contains a precursor set out in Part 1, except items 20 to 23, or in Part 2."
|
| 2699 |
+
},
|
| 2700 |
+
{
|
| 2701 |
+
"act_code": "C-38.8",
|
| 2702 |
+
"act_short": "CDSA",
|
| 2703 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2704 |
+
"section": "Schedule Vii",
|
| 2705 |
+
"marginal_note": "Schedule Vii",
|
| 2706 |
+
"part": "SCHEDULES",
|
| 2707 |
+
"division": "",
|
| 2708 |
+
"heading": "Schedule Vii",
|
| 2709 |
+
"history": "",
|
| 2710 |
+
"last_amended": "2018-10-17",
|
| 2711 |
+
"in_force": "2018-10-17",
|
| 2712 |
+
"status": "repealed",
|
| 2713 |
+
"current_to": "2026-04-28",
|
| 2714 |
+
"citation": "CDSA, Schedule Vii",
|
| 2715 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2716 |
+
"id": "C-38.8-sched7",
|
| 2717 |
+
"text": "[Repealed]"
|
| 2718 |
+
},
|
| 2719 |
+
{
|
| 2720 |
+
"act_code": "C-38.8",
|
| 2721 |
+
"act_short": "CDSA",
|
| 2722 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2723 |
+
"section": "Schedule Viii",
|
| 2724 |
+
"marginal_note": "Schedule Viii",
|
| 2725 |
+
"part": "SCHEDULES",
|
| 2726 |
+
"division": "",
|
| 2727 |
+
"heading": "Schedule Viii",
|
| 2728 |
+
"history": "",
|
| 2729 |
+
"last_amended": "2018-10-17",
|
| 2730 |
+
"in_force": "2018-10-17",
|
| 2731 |
+
"status": "repealed",
|
| 2732 |
+
"current_to": "2026-04-28",
|
| 2733 |
+
"citation": "CDSA, Schedule Viii",
|
| 2734 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2735 |
+
"id": "C-38.8-sched8",
|
| 2736 |
+
"text": "[Repealed]"
|
| 2737 |
+
},
|
| 2738 |
+
{
|
| 2739 |
+
"act_code": "C-38.8",
|
| 2740 |
+
"act_short": "CDSA",
|
| 2741 |
+
"act_name": "Controlled Drugs and Substances Act",
|
| 2742 |
+
"section": "Schedule Ix",
|
| 2743 |
+
"marginal_note": "Schedule Ix",
|
| 2744 |
+
"part": "SCHEDULES",
|
| 2745 |
+
"division": "",
|
| 2746 |
+
"heading": "Schedule Ix",
|
| 2747 |
+
"history": "",
|
| 2748 |
+
"last_amended": "2025-12-17",
|
| 2749 |
+
"in_force": "2017-05-18",
|
| 2750 |
+
"status": "in force",
|
| 2751 |
+
"current_to": "2026-04-28",
|
| 2752 |
+
"citation": "CDSA, Schedule Ix",
|
| 2753 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-38.8/",
|
| 2754 |
+
"id": "C-38.8-sched9",
|
| 2755 |
+
"text": "(Sections 2 and 60)\n1 Manual, semi-automatic or fully automatic device — unassembled or fully or partially assembled or disassembled — that may be used to compact or mould powdered, granular or semi-solid material to produce coherent solid tablets\n2 Manual, semi-automatic or fully automatic device — unassembled or fully or partially assembled or disassembled — that may be used to fill capsules with any powdered, granular, semi-solid or liquid material\n3 Die that is suitable for use in, but not already part of, a device referred to in item 1 or 2\n4 Mould that is suitable for use in, but not already part of, a device referred to in item 1 or 2\n5 Punch that is suitable for use in, but not already part of, a device referred to in item 1 or 2"
|
| 2756 |
+
},
|
| 2757 |
{
|
| 2758 |
"id": "C-38.8-nif-1",
|
| 2759 |
"act_code": "C-38.8",
|
data/processed/C-46.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/processed/C-52.6.json
CHANGED
|
@@ -7105,6 +7105,63 @@
|
|
| 7105 |
"text": "*214 This Act or any provision thereof shall come into force on a day or days to be fixed by proclamation.\n* [Note: Paragraph 99(1)(b), subsections 99(2) to (4) and sections 170 to 172 in force March 3, 1986, see SI/86-33; remainder of Act in force November 10, 1986, see SI/86-206.]",
|
| 7106 |
"citation": "Customs Act, s. *214"
|
| 7107 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7108 |
{
|
| 7109 |
"id": "C-52.6-nif-1",
|
| 7110 |
"act_code": "C-52.6",
|
|
|
|
| 7105 |
"text": "*214 This Act or any provision thereof shall come into force on a day or days to be fixed by proclamation.\n* [Note: Paragraph 99(1)(b), subsections 99(2) to (4) and sections 170 to 172 in force March 3, 1986, see SI/86-33; remainder of Act in force November 10, 1986, see SI/86-206.]",
|
| 7106 |
"citation": "Customs Act, s. *214"
|
| 7107 |
},
|
| 7108 |
+
{
|
| 7109 |
+
"act_code": "C-52.6",
|
| 7110 |
+
"act_short": "Customs Act",
|
| 7111 |
+
"act_name": "Customs Act",
|
| 7112 |
+
"section": "Schedule",
|
| 7113 |
+
"marginal_note": "Schedule",
|
| 7114 |
+
"part": "SCHEDULES",
|
| 7115 |
+
"division": "",
|
| 7116 |
+
"heading": "Schedule",
|
| 7117 |
+
"history": "",
|
| 7118 |
+
"last_amended": "2024-07-01",
|
| 7119 |
+
"in_force": "2018-12-30",
|
| 7120 |
+
"status": "in force",
|
| 7121 |
+
"current_to": "2026-05-26",
|
| 7122 |
+
"citation": "Customs Act, Schedule (part 1 of 3)",
|
| 7123 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-52.6/",
|
| 7124 |
+
"id": "C-52.6-sched1-p1",
|
| 7125 |
+
"text": "(Subsection 2(1), section 42.4, paragraphs 43.1(1)(b) and 74(1)(c.11) and subsection 164(1.1))\nPART 1\nColumn 1 | Column 2 | Column 3\nCountry or Territory | Agreement | Tariff\nChile | CCFTA | Chile Tariff rates of customs duty under the Customs Tariff\nColombia | CCOFTA | Colombia Tariff rates of customs duty under the Customs Tariff\nCosta Rica | CCRFTA | Costa Rica Tariff rates of customs duty under the Customs Tariff\nCPTPP country | CPTPP | CPTPP tariff rates of customs duty under the Customs Tariff\nCUKTCA beneficiary | CUKTCA | United Kingdom Tariff rates of customs duty under the Customs Tariff\nCUSMA country | CUSMA | United States Tariff or Mexico Tariff rates of customs duty under the Customs Tariff\nEFTA State | CEFTA | Iceland Tariff, Norway Tariff or Switzerland– Liechtenstein Tariff rates of customs duty under the Customs Tariff\nEU country or other CETA beneficiary | CETA | Canada–European Union Tariff rates of customs duty under the Customs Tariff\nHonduras | CHFTA | Honduras Tariff rates of customs duty under the Customs Tariff\nIsrael or another CIFTA beneficiary | CIFTA | Canada–Israel Agreement Tariff rates of customs duty under the Customs Tariff\nJordan | CJFTA | Jordan Tariff rates of customs duty under the Customs Tariff\nKorea | CKFTA | Korea Tariff rates of customs duty under the Customs Tariff\nNAFTA country | NAFTA | United States Tariff, Mexico Tariff or Mexico–United States Tariff rates of customs duty under the Customs Tariff\nPanama | CPAFTA | Panama Tariff rates of customs duty under the Customs Tariff\nPeru | CPFTA | Peru Tariff rates of customs duty under the Customs Tariff\nUkraine | CUFTA or, as applicable CUFTA 2017 | Ukraine Tariff rates of customs duty under the Customs Tariff\nPART 2\nColumn 1 | Column 2\nAgreement | Provision\nCCFTA | Article E-14"
|
| 7126 |
+
},
|
| 7127 |
+
{
|
| 7128 |
+
"act_code": "C-52.6",
|
| 7129 |
+
"act_short": "Customs Act",
|
| 7130 |
+
"act_name": "Customs Act",
|
| 7131 |
+
"section": "Schedule",
|
| 7132 |
+
"marginal_note": "Schedule",
|
| 7133 |
+
"part": "SCHEDULES",
|
| 7134 |
+
"division": "",
|
| 7135 |
+
"heading": "Schedule",
|
| 7136 |
+
"history": "",
|
| 7137 |
+
"last_amended": "2024-07-01",
|
| 7138 |
+
"in_force": "2018-12-30",
|
| 7139 |
+
"status": "in force",
|
| 7140 |
+
"current_to": "2026-05-26",
|
| 7141 |
+
"citation": "Customs Act, Schedule (part 2 of 3)",
|
| 7142 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-52.6/",
|
| 7143 |
+
"id": "C-52.6-sched1-p2",
|
| 7144 |
+
"text": "CCOFTA | Article 423\nCCRFTA | Article V.14\nCHFTA | Article 4.1\nCJFTA | Article 5-11\nCKFTA | Article 4.21\nCPAFTA | Article 4.01\nCPFTA | Article 423\nCPTPP | paragraph 12 of Article 3.27 of the Trans-Pacific Partnership Agreement as incorporated by reference into the Agreement by Article 1\nCUSMA | paragraph 17 of Article 5.9\nNAFTA | Article 514\nPART 3\nColumn 1 | Column 2\nCountry or Territory | Provision\nChile | paragraph 1 of Article E-09 of CCFTA\nColombia | paragraph 1 of Article 419 of CCOFTA\nCosta Rica | paragraph 1 of Article V.9 or paragraph 10 of Article IX.2 of CCRFTA\nCUSMA country | paragraph 4 of Article 7.5 of CUSMA\nEFTA State | Article 28(2) of Annex C of CEFTA\nHonduras | paragraph 1 of Article 5.10 or paragraph 11 of Article 6.2 of CHFTA\nJordan | paragraph 10 of Article 6-2 of CJFTA\nKorea | paragraph 1 of Article 4.10 of CKFTA\nNAFTA country | paragraph 1 of Article 509 of NAFTA\nPanama | paragraph 10 of Article 5.02 of CPAFTA\nPeru | paragraph 1 of Article 419 of CPFTA\nUkraine | Article 4.8 of CUFTA or, as applicable, CUFTA 2017\nPART 4\nColumn 1 | Column 2\nCountry or Territory | Agreement\nColombia | CCOFTA\nCosta Rica | CCRFTA\nCPTPP country | CPTPP\nCUKTCA beneficiary | CUKTCA\nCUSMA country | CUSMA\nEFTA State | CEFTA\nEU country or other CETA beneficiary | CETA\nHonduras | CHFTA\nJordan | CJFTA\nKorea | CKFTA\nPanama | CPAFTA\nPeru | CPFTA\nUkraine | CUFTA or, as applicable, CUFTA 2017\nPART 5\nColumn 1 | Column 2\nAgreement | Protocol, Chapter or Provision\nCCFTA | Chapters C and E\nCCOFTA | Chapter Four\nCCRFTA | Chapters III and V\nCEFTA | Chapter II and Annex C\nCETA | Protocol on Rules of Origin and Origin Procedures\nCHFTA | Chapter Five\nCJFTA | Chapter Five\nCKFTA | Chapter Four\nCPAFTA | Chapter Four\nCPFTA | Chapter Four"
|
| 7145 |
+
},
|
| 7146 |
+
{
|
| 7147 |
+
"act_code": "C-52.6",
|
| 7148 |
+
"act_short": "Customs Act",
|
| 7149 |
+
"act_name": "Customs Act",
|
| 7150 |
+
"section": "Schedule",
|
| 7151 |
+
"marginal_note": "Schedule",
|
| 7152 |
+
"part": "SCHEDULES",
|
| 7153 |
+
"division": "",
|
| 7154 |
+
"heading": "Schedule",
|
| 7155 |
+
"history": "",
|
| 7156 |
+
"last_amended": "2024-07-01",
|
| 7157 |
+
"in_force": "2018-12-30",
|
| 7158 |
+
"status": "in force",
|
| 7159 |
+
"current_to": "2026-05-26",
|
| 7160 |
+
"citation": "Customs Act, Schedule (part 3 of 3)",
|
| 7161 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/c-52.6/",
|
| 7162 |
+
"id": "C-52.6-sched1-p3",
|
| 7163 |
+
"text": "CPTPP | Chapters 3 to 5 of the Trans-Pacific Partnership Agreement as incorporated by reference into the Agreement by Article 1\nCUFTA | Chapters 3 and 4\nCUFTA 2017 | Chapters 3 and 4\nCUKTCA | Protocol on Rules of Origin and Origin Procedures of CETA as incorporated by reference in CUKTCA\nCUSMA | Chapters 4 to 7\nNAFTA | Chapters Three and Five"
|
| 7164 |
+
},
|
| 7165 |
{
|
| 7166 |
"id": "C-52.6-nif-1",
|
| 7167 |
"act_code": "C-52.6",
|
data/processed/C.R.C.,_c._1041.json
CHANGED
|
@@ -3001,6 +3001,215 @@
|
|
| 3001 |
"text": "74 A member of a police force or a person acting under their direction and control who, in respect of the conduct of the member or person, is exempt from the application of subsection 4(2) or section 5, 6 or 7 of the Act by virtue of the Controlled Drugs and Substances Act (Police Enforcement) Regulations is, in respect of that conduct, exempt from the application of these Regulations.",
|
| 3002 |
"citation": "Narcotic Control Regs, s. 74"
|
| 3003 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3004 |
{
|
| 3005 |
"id": "C.R.C.,_c._1041-nif-1",
|
| 3006 |
"act_code": "C.R.C.,_c._1041",
|
|
|
|
| 3001 |
"text": "74 A member of a police force or a person acting under their direction and control who, in respect of the conduct of the member or person, is exempt from the application of subsection 4(2) or section 5, 6 or 7 of the Act by virtue of the Controlled Drugs and Substances Act (Police Enforcement) Regulations is, in respect of that conduct, exempt from the application of these Regulations.",
|
| 3002 |
"citation": "Narcotic Control Regs, s. 74"
|
| 3003 |
},
|
| 3004 |
+
{
|
| 3005 |
+
"act_code": "C.R.C.,_c._1041",
|
| 3006 |
+
"act_short": "Narcotic Control Regs",
|
| 3007 |
+
"act_name": "Narcotic Control Regulations",
|
| 3008 |
+
"section": "Schedule",
|
| 3009 |
+
"marginal_note": "Schedule",
|
| 3010 |
+
"part": "SCHEDULES",
|
| 3011 |
+
"division": "",
|
| 3012 |
+
"heading": "Schedule",
|
| 3013 |
+
"history": "",
|
| 3014 |
+
"last_amended": "2024-06-05",
|
| 3015 |
+
"in_force": "2018-10-17",
|
| 3016 |
+
"status": "in force",
|
| 3017 |
+
"current_to": "2025-12-02",
|
| 3018 |
+
"citation": "Narcotic Control Regs, Schedule (part 1 of 11)",
|
| 3019 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._1041/",
|
| 3020 |
+
"id": "C.R.C.,_c._1041-sched1-p1",
|
| 3021 |
+
"text": "(Section 2)\n1 Opium Poppy (Papaver somniferum), its preparations, derivatives, alkaloids and salts, including:\n(1) Opium\n(2) Codeine (methylmorphine)\n(3) Morphine (7,8-didehydro-4,5-epoxy-17-methylmorphinan-3,6-diol)\n(4) Thebaine (paramorphine)\nand the salts, derivatives and salts of derivatives of the substances set out in subitems (1) to (4), including:\n(5) Acetorphine (acetyletorphine)\n(6) Acetyldihydrocodeine (4,5-epoxy-3-methoxy-17-methylmorphinan-6-ol acetate)\n(7) Benzylmorphine (7,8-didehydro-4,5-epoxy-17-methyl-3-(phenylmethoxy) morphinan-6-ol)\n(8) Codoxime (dihydrocodeinone O-(carboxymethyl)oxime)\n(9) Desomorphine (dihydrodeoxymorphine)\n(10) Diacetylmorphine (heroin)\n(11) Dihydrocodeine (4,5-epoxy-3-methoxy-17-methylmorphinan-6-ol)\n(12) Dihydromorphine (4,5-epoxy-17-methylmorphinan-3,6-diol)\n(13) Ethylmorphine (7,8-didehydro-4,5-epoxy-3-ethoxy-17-methylmorphinan-6-ol)\n(14) Etorphine (tetrahydro-7α-(1-hydroxy-1-methylbutyl)-6,14-endo-ethenooripavine)\n(15) Hydrocodone (dihydrocodeinone)\n(16) Hydromorphinol (dihydro-14-hydroxymorphine)\n(17) Hydromorphone (dihydromorphinone)\n(18) Methyldesorphine (Δ6-deoxy-6-methylmorphine)\n(19) Methyldihydromorphine (dihydro-6-methylmorphine)\n(20) Metopon (dihydromethylmorphinone)\n(21) Morphine-N-oxide (morphine oxide)\n(22) Myrophine (benzylmorphine myristate)\n(23) Nalorphine (N-allylnormorphine)\n(24) Nicocodine (6-nicotinylcodeine)\n(25) Nicomorphine (dinicotinylmorphine)\n(26) Norcodeine (N-desmethylcodeine)\n(27) Normorphine (N-desmethylmorphine)\n(28) Oxycodone (dihydrohydroxycodeinone)\n(29) Oxymorphone (dihydrohydroxymorphinone)\n(30) Pholcodine (3-[2-(4-morpholinyl)ethyl]morphine)\n(31) Thebacon (acetyldihydrocodeinone)\nbut not including"
|
| 3022 |
+
},
|
| 3023 |
+
{
|
| 3024 |
+
"act_code": "C.R.C.,_c._1041",
|
| 3025 |
+
"act_short": "Narcotic Control Regs",
|
| 3026 |
+
"act_name": "Narcotic Control Regulations",
|
| 3027 |
+
"section": "Schedule",
|
| 3028 |
+
"marginal_note": "Schedule",
|
| 3029 |
+
"part": "SCHEDULES",
|
| 3030 |
+
"division": "",
|
| 3031 |
+
"heading": "Schedule",
|
| 3032 |
+
"history": "",
|
| 3033 |
+
"last_amended": "2024-06-05",
|
| 3034 |
+
"in_force": "2018-10-17",
|
| 3035 |
+
"status": "in force",
|
| 3036 |
+
"current_to": "2025-12-02",
|
| 3037 |
+
"citation": "Narcotic Control Regs, Schedule (part 2 of 11)",
|
| 3038 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._1041/",
|
| 3039 |
+
"id": "C.R.C.,_c._1041-sched1-p2",
|
| 3040 |
+
"text": "(32) Apomorphine (5,6,6a,7-tetrahydro-6-methyl-4H-dibenzo[de,g]quinoline-10,11-diol) and its salts\n(33) Cyprenorphine (N-(cyclopropylmethyl)-6,7,8,14-tetrahydro-7α-(1-hydroxy-1-methylethyl)-6,14-endo-ethenonororipavine) and its salts\n(33.1) [Repealed, SOR/2016-239, s. 8]\n(34) Nalmefene (17-(cyclopropylmethyl)-4,5α-epoxy-6-methylenemorphinan-3,14-diol) and its salts\n(34.1) Naloxone (4,5α-epoxy-3,14-dihydroxy-17-(2-propenyl)morphinan-6-one) and its salts\n(34.2) Naltrexone (17-(cyclopropylmethyl)-4,5α-epoxy-3,14-dihydroxymorphinan-6-one) and its salts\n(34.3) Methylnaltrexone (17-(cyclopropylmethyl)-4,5α-epoxy-3,14-dihydroxy-17-methyl-6-oxomorphinanium) and its salts\n(34.4) Naloxegol (4,5α-epoxy-6α-(3,6,9,12,15,18,21-heptaoxadocos-1-yloxy)-17-(2-propenyl)morphinan-3,14-diol) and its salts\n(35) Narcotine (6,7-dimethoxy-3-(5,6,7,8-tetrahydro-4-methoxy-6-methyl-1,3-dioxolo [4,5-g]isoquinolin-5-yl)-1(3H)-isobenzofuranone) and its salts\n(36) Papaverine (1-[(3,4-dimethoxyphenyl)methyl]-6,7-dimethoxyisoquinoline) and its salts\n(37) Poppy seed\n2 Coca (Erythroxylum), its preparations, derivatives, alkaloids and salts, including:\n(1) Coca leaves\n(2) Cocaine (benzoylmethylecgonine)\n(3) Ecgonine (3-hydroxy-2-tropane carboxylic acid)\nbut not including\n(4) 123l-ioflupane\n3 Phenylpiperidines, their intermediates, salts, derivatives and analogues and salts of intermediates, derivatives and analogues, including:\n(1) Allylprodine (3-allyl-1-methyl-4-phenyl-4-piperidinol propionate)\n(2) Alphameprodine (α-3-ethyl-1-methyl-4-phenyl-4-piperidinol propionate)\n(3) Alphaprodine (α-1,3-dimethyl-4-phenyl-4-piperidinol propionate)\n(4) Anileridine (ethyl 1-[2-(p-aminophenyl) ethyl]-4-phenylpiperidine-4-carboxylate)\n(5) Betameprodine (ß-3-ethyl-1-methyl-4-phenyl-4-piperidinol propionate)"
|
| 3041 |
+
},
|
| 3042 |
+
{
|
| 3043 |
+
"act_code": "C.R.C.,_c._1041",
|
| 3044 |
+
"act_short": "Narcotic Control Regs",
|
| 3045 |
+
"act_name": "Narcotic Control Regulations",
|
| 3046 |
+
"section": "Schedule",
|
| 3047 |
+
"marginal_note": "Schedule",
|
| 3048 |
+
"part": "SCHEDULES",
|
| 3049 |
+
"division": "",
|
| 3050 |
+
"heading": "Schedule",
|
| 3051 |
+
"history": "",
|
| 3052 |
+
"last_amended": "2024-06-05",
|
| 3053 |
+
"in_force": "2018-10-17",
|
| 3054 |
+
"status": "in force",
|
| 3055 |
+
"current_to": "2025-12-02",
|
| 3056 |
+
"citation": "Narcotic Control Regs, Schedule (part 3 of 11)",
|
| 3057 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._1041/",
|
| 3058 |
+
"id": "C.R.C.,_c._1041-sched1-p3",
|
| 3059 |
+
"text": "(6) Betaprodine (ß-1,3-dimethyl-4-phenyl-4-piperidinol propionate)\n(7) Benzethidine (ethyl 1-(2-benzyloxyethyl)-4-phenylpiperidine-4-carboxylate)\n(8) Diphenoxylate (ethyl 1-(3-cyano-3,3-diphenylpropyl)-4-phenylpiperidine-4-carboxylate)\n(9) Difenoxin (1-(3-cyano-3,3-diphenylpropyl)-4-phenylpiperidine-4-carboxylate)\n(10) Etoxeridine (ethyl 1-[2-(2-hydroxyethoxy) ethyl]- 4-phenylpiperidine-4-carboxylate)\n(11) Furethidine (ethyl 1-(2-tetrahydrofurfuryloxyethyl)- 4-phenylpiperidine-4-carboxylate)\n(12) Hydroxypethidine (ethyl 4-(m-hydroxyphenyl)-1-methylpiperidine-4-carboxylate)\n(13) Ketobemidone (1-[4-(m-hydroxyphenyl)-1-methyl-4-piperidyl]-1-propanone)\n(14) Methylphenylisonipecotonitrile (4-cyano-1-methyl-4-phenylpiperidine)\n(15) Morpheridine (ethyl 1-(2-morpholinoethyl)-4- phenylpiperidine-4-carboxylate)\n(16) Norpethidine (ethyl 4-phenylpiperidine-4-carboxylate)\n(17) Pethidine (ethyl 1-methyl-4-phenylpiperidine-4-carboxylate)\n(18) Phenoperidine (ethyl 1-(3-hydroxy-3-phenylpropyl)-4-phenylpiperidine-4-carboxylate)\n(19) Piminodine (ethyl 1-[3-(phenylamino)propyl]-4-phenylpiperidine-4-carboxylate)\n(20) Properidine (isopropyl 1-methyl-4-phenylpiperidine-4- carboxylate)\n(21) Trimeperidine (1,2,5-trimethyl-4-phenyl-4-piperidinol propionate)\n(22) Pethidine Intermediate C (1-methyl-4-phenylpiperidine-4-carboxylate)\nbut not including\n(23) Carperidine (ethyl 1-(2-carbamylethyl)-4-phenylpiperidine-4-carboxylate) and its salts\n(24) Oxpheneridine (ethyl 1-(2-hydroxy-2-phenylethyl)-4-phenylpiperidine-4-carboxylate) and its salts\n4 Phenazepines, their salts, derivatives and salts of derivatives including:\n(1) Proheptazine (hexahydro-1,3-dimethyl-4-phenyl-1Hazepin-4-ol propionate)\nbut not including\n(2) Ethoheptazine (ethyl hexahydro-1-methyl-4-phenylazepine-4-carboxylate) and its salts"
|
| 3060 |
+
},
|
| 3061 |
+
{
|
| 3062 |
+
"act_code": "C.R.C.,_c._1041",
|
| 3063 |
+
"act_short": "Narcotic Control Regs",
|
| 3064 |
+
"act_name": "Narcotic Control Regulations",
|
| 3065 |
+
"section": "Schedule",
|
| 3066 |
+
"marginal_note": "Schedule",
|
| 3067 |
+
"part": "SCHEDULES",
|
| 3068 |
+
"division": "",
|
| 3069 |
+
"heading": "Schedule",
|
| 3070 |
+
"history": "",
|
| 3071 |
+
"last_amended": "2024-06-05",
|
| 3072 |
+
"in_force": "2018-10-17",
|
| 3073 |
+
"status": "in force",
|
| 3074 |
+
"current_to": "2025-12-02",
|
| 3075 |
+
"citation": "Narcotic Control Regs, Schedule (part 4 of 11)",
|
| 3076 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._1041/",
|
| 3077 |
+
"id": "C.R.C.,_c._1041-sched1-p4",
|
| 3078 |
+
"text": "(3) Metethoheptazine (ethyl hexahydro-1,3-dimethyl-4-phenylazepine-4-carboxylate) and its salts\n(4) Metheptazine (methylhexahydro-1,2-dimethyl-4-phenylazepine-4-carboxylate) and its salts\n5 Amidones, their intermediates, salts, derivatives and salts of intermediates and derivatives, including:\n(1) Dimethylaminodiphenylbutanonitrile (4-cyano-2-dimethylamino-4,4-diphenylbutane)\n(2) Dipipanone (4,4-diphenyl-6-piperidino-3-heptanone)\n(3) Isomethadone (6-dimethylamino-5-methyl-4,4-diphenyl-3-hexanone)\n(4) Methadone (6-dimethylamino-4,4-diphenyl-3-heptanone)\n(5) Normethadone (6-dimethylamino-4,4-diphenyl-3-hexanone)\n(6) Norpipanone (4,4-diphenyl-6-piperidino-3-hexanone)\n(7) Phenadoxone (6-morpholino-4,4-diphenyl-3-heptanone)\n6 Methadols, their salts, derivatives and salts of derivatives, including:\n(1) Acetylmethadol (6-dimethylamino-4,4-diphenyl-3-heptanol acetate)\n(2) Alphacetylmethadol (α-6-dimethylamino-4,4-diphenyl-3-heptanol acetate)\n(3) Alphamethadol (α-6-dimethylamino-4,4-diphenyl-3-heptanol)\n(4) Betacetylmethadol (ß-6-dimethylamino-4,4-diphenyl-3-heptanol acetate)\n(5) Betamethadol (ß-6-dimethylamino-4,4-diphenyl-3-heptanol)\n(6) Dimepheptanol (6-dimethylamino-4,4-diphenyl-3-heptanol)\n(7) Noracymethadol (α-6-methylamino-4,4-diphenyl-3-heptanol acetate)\n7 Phenalkoxams, their salts, derivatives and salts of derivatives, including\n(1) Dimenoxadol (dimethylaminoethyl 1-ethoxy-1,1-diphenylacetate)\n(2) Dioxaphetyl butyrate (ethyl 2,2-diphenyl-4-morpholinobutyrate)\n(3) Dextropropoxyphene ([S-(R*,S*)]-α-[2-(dimethylamino)-1-methylethyl]-α-phenylbenzeneethanol, propanoate ester)\n8 Thiambutenes, their salts, derivatives and salts of derivatives, including:\n(1) Diethylthiambutene (N,N-diethyl-1-methyl-3,3-di-2-thienylallylamine)"
|
| 3079 |
+
},
|
| 3080 |
+
{
|
| 3081 |
+
"act_code": "C.R.C.,_c._1041",
|
| 3082 |
+
"act_short": "Narcotic Control Regs",
|
| 3083 |
+
"act_name": "Narcotic Control Regulations",
|
| 3084 |
+
"section": "Schedule",
|
| 3085 |
+
"marginal_note": "Schedule",
|
| 3086 |
+
"part": "SCHEDULES",
|
| 3087 |
+
"division": "",
|
| 3088 |
+
"heading": "Schedule",
|
| 3089 |
+
"history": "",
|
| 3090 |
+
"last_amended": "2024-06-05",
|
| 3091 |
+
"in_force": "2018-10-17",
|
| 3092 |
+
"status": "in force",
|
| 3093 |
+
"current_to": "2025-12-02",
|
| 3094 |
+
"citation": "Narcotic Control Regs, Schedule (part 5 of 11)",
|
| 3095 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._1041/",
|
| 3096 |
+
"id": "C.R.C.,_c._1041-sched1-p5",
|
| 3097 |
+
"text": "(2) Dimethylthiambutene (N,N,1-trimethyl-3,3-di-2-thienylallylamine)\n(3) Ethylmethylthiambutene (N-ethyl-N,1-dimethyl-3,3-di-2-thienylallylamine)\n9 Moramides, their intermediates, salts, derivatives and salts of intermediates and derivatives, including:\n(1) Dextromoramide (d-1-(3-methyl-4-morpholino-2,2-diphenylbutyryl)pyrrolidine)\n(2) Diphenylmorpholinoisovaleric acid (2-methyl-3-morpholino-1,1-diphenylpropionic acid)\n(3) Levomoramide (l-1-(3-methyl-4-morpholino-2,2-diphenylbutyryl)pyrrolidine)\n(4) Racemoramide (d,l-1-(3-methyl-4-morpholino-2,2- diphenylbutyryl)pyrrolidine)\n10 Morphinans, their salts, derivatives and salts of derivatives, including:\n(1) Buprenorphine (17-(cyclopropylmethyl)-α-(1,1-dimethylethyl)-4,5-epoxy-18,19-dihydro-3-hydroxy-6-methoxy-α-methyl-6,14-ethenomorphinan-7-methanol)\n(2) Drotebanol (6ß,14-dihydroxy-3,4-dimethoxy-17-methylmorphinan)\n(3) Levomethorphan (1-3-methoxy-17-methylmorphinan)\n(4) Levorphanol (1-3-hydroxy-17-methylmorphinan)\n(5) Levophenacylmorphan (1-3-hydroxy-17-phenacylmorphinan)\n(6) Norlevorphanol (1-3-hydroxymorphinan)\n(7) Phenomorphan (3-hydroxy-17-(2-phenylethyl)morphinan)\n(8) Racemethorphan (d,1-3-methoxy-17-methylmorphinan)\n(9) Racemorphan (d, l-3-hydroxy-N-methylmorphinan)\nbut not including\n(10) Dextromethorphan (d-1,2,3,9,10,10a-hexahydro-6-methoxy-11-methyl-4H-10,4a-iminoethanophenanthren) and its salts\n(11) Dextrorphan (d-1,2,3,9,10,10a-hexahydro-11-methyl-4H-10,4a-iminoethanophenanthren-6-ol) and its salts\n(12) Levallorphan (l-11-allyl-1,2,3,9,10,10a-hexahydro-4H-10,4a-iminoethanophenanthren-6-ol) and its salts\n(13) Levargorphan (l-11-propargyl-1,2,3,9,10,10a-hexahydro-4H-10,4a-iminoethanophenanthren-6-ol) and its salts\n(14) Butorphanol (l-N-cyclobutylmethyl-3,14-dihydroxymorphinan) and its salts"
|
| 3098 |
+
},
|
| 3099 |
+
{
|
| 3100 |
+
"act_code": "C.R.C.,_c._1041",
|
| 3101 |
+
"act_short": "Narcotic Control Regs",
|
| 3102 |
+
"act_name": "Narcotic Control Regulations",
|
| 3103 |
+
"section": "Schedule",
|
| 3104 |
+
"marginal_note": "Schedule",
|
| 3105 |
+
"part": "SCHEDULES",
|
| 3106 |
+
"division": "",
|
| 3107 |
+
"heading": "Schedule",
|
| 3108 |
+
"history": "",
|
| 3109 |
+
"last_amended": "2024-06-05",
|
| 3110 |
+
"in_force": "2018-10-17",
|
| 3111 |
+
"status": "in force",
|
| 3112 |
+
"current_to": "2025-12-02",
|
| 3113 |
+
"citation": "Narcotic Control Regs, Schedule (part 6 of 11)",
|
| 3114 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._1041/",
|
| 3115 |
+
"id": "C.R.C.,_c._1041-sched1-p6",
|
| 3116 |
+
"text": "(15) Nalbuphine (N-cyclobutylmethyl-4,5-epoxy-morphinan-3,6,14-triol) and its salts\n11 Benzazocines, their salts, derivatives and salts of derivatives, including:\n(1) Phenazocine (1,2,3,4,5,6-hexahydro-6,11-dimethyl- 3-phenethyl-2,6-methano-3-benzazocin-8-ol)\n(2) Metazocine (1,2,3,4,5,6-hexahydro-3,6,11-trimethyl-2,6-methano-3-benzazocin-8-ol)\n(3) Pentazocine (1,2,3,4,5,6-hexahydro-6,11-dimethyl-3-(3-methyl-2-butenyl)-2,6-methano-3-benzazocin-8-ol)\nbut not including\n(4) Cyclazocine (1,2,3,4,5,6-hexahydro-6,11-dimethyl-3-(cyclopropylmethyl)-2,6-methano-3-benzazocin-8-ol) and its salts\n12 Ampromides, their salts, derivatives and salts of derivatives, including:\n(1) Diampromide (N-[2-(methylphenethylamino)propyl]propionanilide)\n(2) Phenampromide (N-(1-methyl-2-piperidino)ethyl)propionanilide)\n(3) Propiram (N-(1-methyl-2-piperidinoethyl)-N-2- pyridylpropionamide)\n13 Benzimidazoles, their salts, derivatives and salts of derivatives, including:\n(1) Clonitazene (2-(p-chlorobenzyl)-1-diethylaminoethyl-5-nitrobenzimidazole)\n(2) Etonitazene (2-(p-ethoxybenzyl)-1-diethylaminoethyl-5- nitrobenzimidazole)\n14 Phencyclidine (1-(1-phenylcyclohexyl)piperidine), its salts, derivatives and analogues and salts of derivatives and analogues, including:\n(1) Ketamine (2-(2-chlorophenyl)-2- (methylamino)cyclohexanone)\n15 Fentanyls, their salts, derivatives, and analogues and salts of derivatives and analogues, including:\n(1) Acetyl-α-methylfentanyl (N-[1-(α-methylphenethyl)-4-piperidyl]acetanilide)\n(2) Alfentanil (N-[1-[2-(4-ethyl-4,5-dihydro-5-oxo-1H-tetrazol-1-yl)ethyl]-4-(methoxymethyl)-4- piperidyl]propionanilide)\n(3) Carfentanil (methyl 4-[(1-oxopropyl)phenylamino]-1- (2-phenethyl)-4-piperidinecarboxylate)\n(4) p-Fluorofentanyl (4′ fluoro-N-(1-phenethyl-4-piperidyl) propionanilide)"
|
| 3117 |
+
},
|
| 3118 |
+
{
|
| 3119 |
+
"act_code": "C.R.C.,_c._1041",
|
| 3120 |
+
"act_short": "Narcotic Control Regs",
|
| 3121 |
+
"act_name": "Narcotic Control Regulations",
|
| 3122 |
+
"section": "Schedule",
|
| 3123 |
+
"marginal_note": "Schedule",
|
| 3124 |
+
"part": "SCHEDULES",
|
| 3125 |
+
"division": "",
|
| 3126 |
+
"heading": "Schedule",
|
| 3127 |
+
"history": "",
|
| 3128 |
+
"last_amended": "2024-06-05",
|
| 3129 |
+
"in_force": "2018-10-17",
|
| 3130 |
+
"status": "in force",
|
| 3131 |
+
"current_to": "2025-12-02",
|
| 3132 |
+
"citation": "Narcotic Control Regs, Schedule (part 7 of 11)",
|
| 3133 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._1041/",
|
| 3134 |
+
"id": "C.R.C.,_c._1041-sched1-p7",
|
| 3135 |
+
"text": "(5) Fentanyl (N-(1-phenethyl-4-piperidyl)propionanilide)\n(6) ß-Hydroxyfentanyl (N-[1-(ß-hydroxyphenethyl)-4- piperidyl] propionanilide)\n(7) ß-Hydroxy-3-methylfentanyl (N-[1(ß-hydroxyphenethyl)-3-methyl-4-piperidyl] propionanilide)\n(8) α-Methylfentanyl (N-[1-(α-methylphenethyl)-4- piperidyl] propionanilide)\n(9) α-Methylthiofentanyl (N-[1-[1-methyl-2-(2-thienyl)ethyl]-4-piperidyl] propionanilide)\n(10) 3-Methylfentanyl (N-(3-methyl-1-phenethyl-4-piperidyl) propionanilide)\n(11) 3-Methylthiofentanyl (N-[3-methyl-1-[2-(2-thienyl)ethyl]-4-piperidyl] propionanilide)\n(11.1) Remifentanil (dimethyl 4-carboxy-4-(N-phenylpropionamido)-1-piperidinepropionate)\n(12) Sufentanil (N-[4-(methoxymethyl)-1-[2-(2-thienyl)ethyl]-4- piperidyl] propionanilide)\n(13) Thiofentanyl (N-[1-[2-(2-thienyl)ethyl]-4-piperidyl] propionanilide)\n(14) 4-Anilino-N-phenethylpiperidine (ANPP) (N-phenyl-1-(2-phenylethyl)piperidine-4-amine), its derivatives and analogues and salts of derivatives and analogues\n16 Tilidine (ethyl 2-(dimethylamino)-1-phenyl-3-cyclohexene-1-carboxylate), its salts, derivatives and salts of derivatives\n17 [Repealed, SOR/2018-147, s. 28]\n18 Synthetic cannabinoid receptor type 1 agonists, their salts, derivatives, isomers, and salts of derivatives and isomers, including those that fall within the following core chemical structure classes, with the exception of any substance that is identical to any phytocannabinoid and of ((3S)-2,3-dihydro-5-methyl-3-(4-morpholinylmethyl)pyrrolo[1,2,3-de]-1,4-benzoxazin-6-yl)-1-naphthalenyl-methanone (WIN 55,212-3) and its salts:"
|
| 3136 |
+
},
|
| 3137 |
+
{
|
| 3138 |
+
"act_code": "C.R.C.,_c._1041",
|
| 3139 |
+
"act_short": "Narcotic Control Regs",
|
| 3140 |
+
"act_name": "Narcotic Control Regulations",
|
| 3141 |
+
"section": "Schedule",
|
| 3142 |
+
"marginal_note": "Schedule",
|
| 3143 |
+
"part": "SCHEDULES",
|
| 3144 |
+
"division": "",
|
| 3145 |
+
"heading": "Schedule",
|
| 3146 |
+
"history": "",
|
| 3147 |
+
"last_amended": "2024-06-05",
|
| 3148 |
+
"in_force": "2018-10-17",
|
| 3149 |
+
"status": "in force",
|
| 3150 |
+
"current_to": "2025-12-02",
|
| 3151 |
+
"citation": "Narcotic Control Regs, Schedule (part 8 of 11)",
|
| 3152 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._1041/",
|
| 3153 |
+
"id": "C.R.C.,_c._1041-sched1-p8",
|
| 3154 |
+
"text": "(1) Any substance that has a 2-(cyclohexyl)phenol structure with substitution at the 1-position of the benzene ring by a hydroxy, ether or ester group and further substituted at the 5-position of the benzene ring, whether or not further substituted on the benzene ring to any extent, and substituted at the 3’-position of the cyclohexyl ring by an alkyl, carbonyl, hydroxyl, ether or ester, and whether or not further substituted on the cyclohexyl ring to any extent, including\n(i) Nabilone ((±)-trans-3-(1,1-dimethylheptyl)-6,6a,7,8,10,10a-hexahydro-1-hydroxy-6,6-dimethyl-9H-dibenzo[b,d]pyran-9-one)\n(ii) Parahexyl (3-hexyl-6,6,9-trimethyl-7,8,9,10-tetrahydro-6H-dibenzo[b,d]pyran-1-ol)\n(iii) 3-(1,2-dimethylheptyl)-7,8,9,10-tetrahydro-6,6,9-trimethyl-6H-dibenzo[b,d]pyran-1-ol (DMHP)\n(iv) 5-(1,1-dimethylheptyl)-2-(5-hydroxy-2-(3-hydroxypropyl)cyclohexyl)phenol (CP 55,940)\n(v) 5-(1,1-dimethylheptyl)-2-(3-hydroxycyclohexyl)phenol (CP 47,497)\n(2) Any substance that has a 3-(1-naphthoyl)indole structure with substitution at the nitrogen atom of the indole ring, whether or not further substituted on the indole ring to any extent and whether or not substituted on the naphthyl ring to any extent, including\n(i) 1-pentyl-3-(1-naphthoyl)indole (JWH-018)\n(ii) 1-butyl-3-(1-naphthoyl)indole (JWH-073)\n(iii) 1-pentyl-3-(4-methyl-1-naphthoyl)indole (JWH-122)\n(iv) 1-hexyl-3-(1-naphthoyl)indole (JWH-019)\n(v) 1-(4-pentenyl)-3-(1-naphthoyl)indole (JWH-022)\n(vi) 1-butyl-3-(4-methoxy-1-naphthoyl)indole (JWH-080)\n(vii) 1-pentyl-3-(4-methoxy-1-naphthoyl)indole (JWH-081)\n(viii) 1-(2-morpholin-4-ylethyl)-3-(1-naphthoyl)indole (JWH-200)\n(ix) 1-pentyl-3-(4-ethyl-1-naphthoyl)indole (JWH-210)\n(x) 1-pentyl-3-(2-methoxy-1-naphthoyl)indole (JWH-267)"
|
| 3155 |
+
},
|
| 3156 |
+
{
|
| 3157 |
+
"act_code": "C.R.C.,_c._1041",
|
| 3158 |
+
"act_short": "Narcotic Control Regs",
|
| 3159 |
+
"act_name": "Narcotic Control Regulations",
|
| 3160 |
+
"section": "Schedule",
|
| 3161 |
+
"marginal_note": "Schedule",
|
| 3162 |
+
"part": "SCHEDULES",
|
| 3163 |
+
"division": "",
|
| 3164 |
+
"heading": "Schedule",
|
| 3165 |
+
"history": "",
|
| 3166 |
+
"last_amended": "2024-06-05",
|
| 3167 |
+
"in_force": "2018-10-17",
|
| 3168 |
+
"status": "in force",
|
| 3169 |
+
"current_to": "2025-12-02",
|
| 3170 |
+
"citation": "Narcotic Control Regs, Schedule (part 9 of 11)",
|
| 3171 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._1041/",
|
| 3172 |
+
"id": "C.R.C.,_c._1041-sched1-p9",
|
| 3173 |
+
"text": "(xi) 1-[(N-methylpiperidin-2-yl)methyl]-3-(1-naphthoyl)indole (AM-1220)\n(xii) 1-(5-fluoropentyl)-3-(1-naphthoyl)indole (AM-2201)\n(xiii) 1-(5-fluoropentyl)-3-(4-methyl-1-naphthoyl)indole (MAM-2201)\n(xiv) 1-(5-fluoropentyl)-3-(4-ethyl-1-naphthoyl)indole (EAM-2201)\n(xv) ((3R)-2,3-dihydro-5-methyl-3-(4-morpholinylmethyl)pyrrolo[1,2,3-de]-1,4-benzoxazin-6-yl)-1-naphthalenyl-methanone (WIN 55,212-2)\n(3) Any substance that has a 3-(1-naphthoyl)pyrrole structure with substitution at the nitrogen atom of the pyrrole ring, whether or not further substituted on the pyrrole ring to any extent and whether or not substituted on the naphthyl ring to any extent, including\n(i) 1-pentyl-5-(2-fluorophenyl)-3-(1-naphthoyl)pyrrole (JWH-307)\n(4) Any substance that has a 3-phenylacetylindole structure with substitution at the nitrogen atom of the indole ring, whether or not further substituted on the indole ring to any extent and whether or not substituted on the phenyl ring to any extent, including\n(i) 1-pentyl-3-(2-methoxyphenylacetyl)indole (JWH-250)\n(ii) 1-pentyl-3-(2-methylphenylacetyl)indole (JWH-251)\n(iii) 1-pentyl-3-(3-methoxyphenylacetyl)indole (JWH-302)\n(5) Any substance that has a 3-benzoylindole structure with substitution at the nitrogen atom of the indole ring, whether or not further substituted on the indole ring to any extent and whether or not substituted on the phenyl ring to any extent, including\n(i) 1-(1-methylpiperidin-2-ylmethyl)-3-(2-iodobenzoyl)indole (AM-2233)\n(6) Any substance that has a 3-methanone(cyclopropyl)indole structure with substitution at the nitrogen atom of the indole ring, whether or not further substituted on the indole ring to any extent and whether or not substituted on the cyclopropyl ring to any extent, including"
|
| 3174 |
+
},
|
| 3175 |
+
{
|
| 3176 |
+
"act_code": "C.R.C.,_c._1041",
|
| 3177 |
+
"act_short": "Narcotic Control Regs",
|
| 3178 |
+
"act_name": "Narcotic Control Regulations",
|
| 3179 |
+
"section": "Schedule",
|
| 3180 |
+
"marginal_note": "Schedule",
|
| 3181 |
+
"part": "SCHEDULES",
|
| 3182 |
+
"division": "",
|
| 3183 |
+
"heading": "Schedule",
|
| 3184 |
+
"history": "",
|
| 3185 |
+
"last_amended": "2024-06-05",
|
| 3186 |
+
"in_force": "2018-10-17",
|
| 3187 |
+
"status": "in force",
|
| 3188 |
+
"current_to": "2025-12-02",
|
| 3189 |
+
"citation": "Narcotic Control Regs, Schedule (part 10 of 11)",
|
| 3190 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._1041/",
|
| 3191 |
+
"id": "C.R.C.,_c._1041-sched1-p10",
|
| 3192 |
+
"text": "(i) (1-pentyl-1H-indol-3-yl)(2,2,3,3-tetramethylcyclopropyl)-methanone (UR-144)\n(ii) (1-(5-fluoropentyl)-1H-indol-3-yl)(2,2,3,3-tetramethylcyclopropyl)-methanone (5F-UR-144)\n(iii) (1-(2-(4-morpholinyl)ethyl)-1H-indol-3-yl)(2,2,3,3-tetramethylcyclopropyl)-methanone (A-796,260)\n(7) Any substance that has a quinolin-8-yl 1H-indole-3-carboxylate structure with substitution at the nitrogen atom of the indole ring, whether or not further substituted on the indole ring to any extent and whether or not substituted on the quinolin-8-yl ring to any extent, including\n(i) 1-pentyl-8-quinolinyl ester-1H-indole-3-carboxylic acid (PB-22)\n(ii) 1-(5-fluoropentyl)-8-quinolinyl ester-1H-indole-3-carboxylic acid (5F-PB-22)\n(8) Any substance that has a 3-carboxamideindazole structure with substitution at the nitrogen atom of the indazole ring, whether or not further substituted on the indazole ring to any extent and whether or not substituted at the carboxamide group to any extent, including\n(i) N-(adamantan-1-yl)-1-pentyl-1H-indazole-3-carboxamide (AKB48)\n(ii) N-(adamantan-1-yl)-1-(5-fluoropentyl)-1H-indazole-3-carboxamide (5F-AKB48)\n(iii) N-(1-(aminocarbonyl)-2-methylpropyl)-1-(4-fluorobenzyl)-1H-indazole-3-carboxamide (AB-FUBINACA)\n(iv) N-(1-amino-3-methyl-1-oxobutan-2-yl)-1-pentyl-1H-indazole-3-carboxamide (AB-PINACA)\n(9) Any substance that has a 3-carboxamideindole structure with substitution at the nitrogen atom of the indole ring, whether or not further substituted on the indole ring to any extent and whether or not substituted at the carboxamide group to any extent, including\n(i) N-(adamantan-1-yl)-1-fluoropentylindole-3-carboxamide (STS-135)\n(ii) N-(adamantan-1-yl)-1-pentylindole-3-carboxamide (APICA)"
|
| 3193 |
+
},
|
| 3194 |
+
{
|
| 3195 |
+
"act_code": "C.R.C.,_c._1041",
|
| 3196 |
+
"act_short": "Narcotic Control Regs",
|
| 3197 |
+
"act_name": "Narcotic Control Regulations",
|
| 3198 |
+
"section": "Schedule",
|
| 3199 |
+
"marginal_note": "Schedule",
|
| 3200 |
+
"part": "SCHEDULES",
|
| 3201 |
+
"division": "",
|
| 3202 |
+
"heading": "Schedule",
|
| 3203 |
+
"history": "",
|
| 3204 |
+
"last_amended": "2024-06-05",
|
| 3205 |
+
"in_force": "2018-10-17",
|
| 3206 |
+
"status": "in force",
|
| 3207 |
+
"current_to": "2025-12-02",
|
| 3208 |
+
"citation": "Narcotic Control Regs, Schedule (part 11 of 11)",
|
| 3209 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._1041/",
|
| 3210 |
+
"id": "C.R.C.,_c._1041-sched1-p11",
|
| 3211 |
+
"text": "18.1 Tapentadol (3-[(1R,2R)-3-(dimethylamino)-1-ethyl-2-methylpropyl]-phenol), its salts, derivatives and isomers and salts of derivatives and isomers\n19 Tramadol (2-[(dimethylamino)methyl]-1-(3-methoxyphenyl)cyclohexanol), its salts, isomers and salts of isomers and the following derivatives of tramadol and the salts, isomers and salts of isomers of those derivatives:\n(1) O-desmethyltramadol (3-[2-[(dimethylamino)methyl]-1-hydroxycyclohexyl]-phenol)\n(2) N,O-didesmethyltramadol (3-[1-hydroxy-2-[(methylamino)methyl]cyclohexyl]-phenol)\n20 AP-237 (1-(4-cinnamylpiperazin-1-yl)butan-1-one), its salts, derivatives and analogues and salts of derivatives and analogues, including:\n(1) 2-methyl-AP-237 (1-(4-cinnamyl-2-methylpiperazin-1-yl)butan-1-one)\n(2) para-methyl-AP-237 ((E)-1-(4-(3-(p-tolyl)allyl)piperazin-1-yl)butan-1-one)\n(3) AP-238 (1-(4-cinnamyl-2,6-dimethylpiperazin-1-yl)propan-1-one)"
|
| 3212 |
+
},
|
| 3213 |
{
|
| 3214 |
"id": "C.R.C.,_c._1041-nif-1",
|
| 3215 |
"act_code": "C.R.C.,_c._1041",
|
data/processed/C.R.C.,_c._296.json
CHANGED
|
@@ -5831,5 +5831,157 @@
|
|
| 5831 |
"id": "C.R.C.,_c._296-s202",
|
| 5832 |
"text": "202 If, under this Part, a permit, certificate or other document is required for the removal or transportation of an aquatic animal, the person having the possession, care or control of the aquatic animal shall, when requested to do so by an inspector or peace officer appointed under the Act, produce the permit, certificate or other document.",
|
| 5833 |
"citation": "Health of Animals Regs, s. 202"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5834 |
}
|
| 5835 |
]
|
|
|
|
| 5831 |
"id": "C.R.C.,_c._296-s202",
|
| 5832 |
"text": "202 If, under this Part, a permit, certificate or other document is required for the removal or transportation of an aquatic animal, the person having the possession, care or control of the aquatic animal shall, when requested to do so by an inspector or peace officer appointed under the Act, produce the permit, certificate or other document.",
|
| 5833 |
"citation": "Health of Animals Regs, s. 202"
|
| 5834 |
+
},
|
| 5835 |
+
{
|
| 5836 |
+
"act_code": "C.R.C.,_c._296",
|
| 5837 |
+
"act_short": "Health of Animals Regs",
|
| 5838 |
+
"act_name": "Health of Animals Regulations",
|
| 5839 |
+
"section": "Schedule I",
|
| 5840 |
+
"marginal_note": "Quarantine Ports",
|
| 5841 |
+
"part": "SCHEDULES",
|
| 5842 |
+
"division": "",
|
| 5843 |
+
"heading": "Schedule I",
|
| 5844 |
+
"history": "",
|
| 5845 |
+
"last_amended": "2006-03-22",
|
| 5846 |
+
"in_force": "2006-03-22",
|
| 5847 |
+
"status": "in force",
|
| 5848 |
+
"current_to": "2025-12-02",
|
| 5849 |
+
"citation": "Health of Animals Regs, Schedule I",
|
| 5850 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._296/",
|
| 5851 |
+
"id": "C.R.C.,_c._296-sched1",
|
| 5852 |
+
"text": "Quarantine Ports — (Section 2)\n(a) Quebec:\n(i) Lacolle,\n(ii) Grosse Ile,\n(iii) [Repealed, SOR/97-85, s. 85]\n(iv) Mirabel;\n(b) Ontario:\n(i) [Repealed, SOR/97-85, s. 86]\n(ii) Windsor;\n(c) Manitoba:\n(i) Emerson, and\n(ii) Lena;\n(d) Alberta:\n(i) Coutts, and\n(ii) Edmonton."
|
| 5853 |
+
},
|
| 5854 |
+
{
|
| 5855 |
+
"act_code": "C.R.C.,_c._296",
|
| 5856 |
+
"act_short": "Health of Animals Regs",
|
| 5857 |
+
"act_name": "Health of Animals Regulations",
|
| 5858 |
+
"section": "Schedule Ii",
|
| 5859 |
+
"marginal_note": "Inspection Ports",
|
| 5860 |
+
"part": "SCHEDULES",
|
| 5861 |
+
"division": "",
|
| 5862 |
+
"heading": "Schedule Ii",
|
| 5863 |
+
"history": "",
|
| 5864 |
+
"last_amended": "2006-03-22",
|
| 5865 |
+
"in_force": "2006-03-22",
|
| 5866 |
+
"status": "in force",
|
| 5867 |
+
"current_to": "2025-12-02",
|
| 5868 |
+
"citation": "Health of Animals Regs, Schedule Ii",
|
| 5869 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._296/",
|
| 5870 |
+
"id": "C.R.C.,_c._296-sched2",
|
| 5871 |
+
"text": "Inspection Ports — (Section 2)\n(a) Newfoundland:\n(i) St. John’s,\n(ii) Corner Brook, and\n(iii) Gander;\n(b) Prince Edward Island:\n(i) Charlottetown;\n(c) Nova Scotia:\n(i) Yarmouth,\n(ii) North Sydney, and\n(iii) Halifax;\n(d) New Brunswick:\n(i) St. Stephen,\n(ii) Woodstock,\n(iii) Centreville,\n(iv) Grand Falls,\n(v) St. Leonard,\n(vi) Edmundston,\n(vii) Clair,\n(viii) Andover,\n(ix) McAdam Junction, and\n(x) Saint John;\n(e) Quebec:\n(i) and (ii) [Repealed, SOR/98-409, s. 15]\n(iii) Lac Megantic,\n(iv) [Repealed, SOR/98-409, s. 15]\n(v) Armstrong,\n(vi) Rock Island,\n(vii) Highwater,\n(viii) Abercorn,\n(ix) [Repealed, SOR/98-409, s. 15]\n(x) Noyan,\n(xi) St-Bernard-de-Lacolle,\n(xii) and (xiii) [Repealed, SOR/98-409, s. 15]\n(xiv) Trout River,\n(xv) Stanhope,\n(xvi) St-Armand-Philipsburg,\n(xvii) Port Alfred,\n(xviii) Montreal,\n(xix) Mirabel, and\n(xx) Quebec;\n(f) Ontario:\n(i) Cornwall,\n(ii) Prescott,\n(iii) Brockville,\n(iv) Lansdowne,\n(v) Kingston,\n(vi) London,\n(vii) Ottawa,\n(viii) Toronto,\n(ix) Rainy River,\n(x) Pigeon River,\n(xi) Fort Frances,\n(xii) Sault Ste. Marie,\n(xiii) Sarnia,\n(xiv) Hamilton,\n(xv) Windsor,\n(xvi) Fort Erie, and\n(xvii) Niagara Falls;\n(g) Manitoba:\n(i) Boissevain,\n(ii) Winnipeg,\n(iii) Lena, and\n(iv) Emerson;\n(h) Saskatchewan:\n(i) Regway,\n(ii) Monchy,\n(iii) East Poplar,\n(iv) Northgate,\n(v) Willow Creek, and\n(vi) North Portal;\n(i) Alberta:\n(i) Carway,\n(ii) Calgary,\n(iii) Edmonton,\n(iv) Del Bonita, and\n(v) Coutts;\n(j) British Columbia:\n(i) Roosville,\n(ii) Boundary Bay,\n(iii) Sidney,\n(iv) Pacific Highway (Douglas),\n(v) Cascade,\n(vi) Paterson,\n(vii) Carson,\n(viii) Midway,\n(ix) Deremeos,\n(x) Huntingdon,\n(xi) Chopaka,\n(xii) Kingsgate,\n(xiii) Osoyoos,\n(xiv) White Rock,\n(xv) Vancouver, and\n(xvi) Victoria;\n(k) Yukon Territory:\n(i) Whitehorse."
|
| 5872 |
+
},
|
| 5873 |
+
{
|
| 5874 |
+
"act_code": "C.R.C.,_c._296",
|
| 5875 |
+
"act_short": "Health of Animals Regs",
|
| 5876 |
+
"act_name": "Health of Animals Regulations",
|
| 5877 |
+
"section": "Schedule Iii",
|
| 5878 |
+
"marginal_note": "Schedule Iii",
|
| 5879 |
+
"part": "SCHEDULES",
|
| 5880 |
+
"division": "",
|
| 5881 |
+
"heading": "Schedule Iii",
|
| 5882 |
+
"history": "",
|
| 5883 |
+
"last_amended": "2021-03-18",
|
| 5884 |
+
"in_force": "2021-03-18",
|
| 5885 |
+
"status": "repealed",
|
| 5886 |
+
"current_to": "2025-12-02",
|
| 5887 |
+
"citation": "Health of Animals Regs, Schedule Iii",
|
| 5888 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._296/",
|
| 5889 |
+
"id": "C.R.C.,_c._296-sched3",
|
| 5890 |
+
"text": "[Repealed]"
|
| 5891 |
+
},
|
| 5892 |
+
{
|
| 5893 |
+
"act_code": "C.R.C.,_c._296",
|
| 5894 |
+
"act_short": "Health of Animals Regs",
|
| 5895 |
+
"act_name": "Health of Animals Regulations",
|
| 5896 |
+
"section": "Schedules Iv And V",
|
| 5897 |
+
"marginal_note": "Schedules Iv And V",
|
| 5898 |
+
"part": "SCHEDULES",
|
| 5899 |
+
"division": "",
|
| 5900 |
+
"heading": "Schedules Iv And V",
|
| 5901 |
+
"history": "",
|
| 5902 |
+
"last_amended": "2006-03-22",
|
| 5903 |
+
"in_force": "2006-03-22",
|
| 5904 |
+
"status": "repealed",
|
| 5905 |
+
"current_to": "2025-12-02",
|
| 5906 |
+
"citation": "Health of Animals Regs, Schedules Iv And V",
|
| 5907 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._296/",
|
| 5908 |
+
"id": "C.R.C.,_c._296-sched4",
|
| 5909 |
+
"text": "[Repealed]"
|
| 5910 |
+
},
|
| 5911 |
+
{
|
| 5912 |
+
"act_code": "C.R.C.,_c._296",
|
| 5913 |
+
"act_short": "Health of Animals Regs",
|
| 5914 |
+
"act_name": "Health of Animals Regulations",
|
| 5915 |
+
"section": "Schedule Vi",
|
| 5916 |
+
"marginal_note": "Schedule Vi",
|
| 5917 |
+
"part": "SCHEDULES",
|
| 5918 |
+
"division": "",
|
| 5919 |
+
"heading": "Schedule Vi",
|
| 5920 |
+
"history": "",
|
| 5921 |
+
"last_amended": "2022-10-20",
|
| 5922 |
+
"in_force": "2022-10-20",
|
| 5923 |
+
"status": "repealed",
|
| 5924 |
+
"current_to": "2025-12-02",
|
| 5925 |
+
"citation": "Health of Animals Regs, Schedule Vi",
|
| 5926 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._296/",
|
| 5927 |
+
"id": "C.R.C.,_c._296-sched5",
|
| 5928 |
+
"text": "[Repealed]"
|
| 5929 |
+
},
|
| 5930 |
+
{
|
| 5931 |
+
"act_code": "C.R.C.,_c._296",
|
| 5932 |
+
"act_short": "Health of Animals Regs",
|
| 5933 |
+
"act_name": "Health of Animals Regulations",
|
| 5934 |
+
"section": "Schedule Vii",
|
| 5935 |
+
"marginal_note": "Schedule Vii",
|
| 5936 |
+
"part": "SCHEDULES",
|
| 5937 |
+
"division": "",
|
| 5938 |
+
"heading": "Schedule Vii",
|
| 5939 |
+
"history": "",
|
| 5940 |
+
"last_amended": "2025-02-26",
|
| 5941 |
+
"in_force": "2014-05-16",
|
| 5942 |
+
"status": "in force",
|
| 5943 |
+
"current_to": "2025-12-02",
|
| 5944 |
+
"citation": "Health of Animals Regs, Schedule Vii (part 1 of 2)",
|
| 5945 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._296/",
|
| 5946 |
+
"id": "C.R.C.,_c._296-sched6-p1",
|
| 5947 |
+
"text": "(Section 2, paragraphs 2.2(2)(b) and 41(1)(b) and (c), subsections 41.1(1), 42.1(2) and 45(2), section 46, paragraphs 50(b) and 51.2(1)(b) and (c), subparagraph 53(1)(a)(ii), subsections 53(2) and 91.2(1) and section 201)\nImmediately Notifiable Diseases\nItem | Disease\n1 | abalone viral mortality (Abalone Herpes-like Virus)\n2 | aino virus infection\n3 | akabane disease\n3.1 | anaplasmosis (A. marginale)\n4 | avian chlamydiosis (C. pscittaci)\n5 | avian encephalomyelitis\n6 | avian infectious laryngotracheitis\n7 | besnoitiosis\n7.1 | bluetongue (serotypes 2, 10, 11, 13 and 17)\n8 | Bonamia exitiosa\n9 | Bonamia roughleyi\n10 | Borna disease\n11 | bovine babesiosis (B. bovis)\n12 | bovine ephemeral fever\n13 | bovine petechial fever\n14 | brown ring disease (Vibrio tapetis)\n15 | contagious agalactia\n16 | contagious caprine pleuropneumonia\n17 | crayfish plague (Aphanomyces astaci)\n18 | dourine\n19 | duck hepatitis\n20 | egg drop syndrome (adenovirus)\n21 | enterovirus encephalomyelitis (Teschen disease)\n22 | epizootic haemorrhagic disease\n23 | epizootic lymphangitis\n24 | epizootic ulcerative syndrome (Aphanomyces invadans)\n25 | equine encephalomyelitis, western and eastern\n26 | fluvalinate-resistant Varroa mite\n27 | fowl cholera\n28 | glanders\n29 | goose parvovirus infection (Derzsy’s disease)\n30 | gyrodactylosis (Gyrodactylus salaris)\n31 | heartwater (cowdriosis)\n32 | hendra virus\n33 | herpes virus of cervidae\n34 | Ibaraki disease\n35 | infectious hypodermal and hematopoietic necrosis (Infectious Hypodermal and Haematopoietic Necrosis Virus)\n36 | infectious myonecrosis (Infectious Myonecrosis Virus)\n37 | Japanese encephalitis\n38 | louping ill\n39 | Marteilia sydneyi\n40 | Nairobi sheep disease\n41 | necrotizing hepatopancreatitis\n42 | Nipah virus"
|
| 5948 |
+
},
|
| 5949 |
+
{
|
| 5950 |
+
"act_code": "C.R.C.,_c._296",
|
| 5951 |
+
"act_short": "Health of Animals Regs",
|
| 5952 |
+
"act_name": "Health of Animals Regulations",
|
| 5953 |
+
"section": "Schedule Vii",
|
| 5954 |
+
"marginal_note": "Schedule Vii",
|
| 5955 |
+
"part": "SCHEDULES",
|
| 5956 |
+
"division": "",
|
| 5957 |
+
"heading": "Schedule Vii",
|
| 5958 |
+
"history": "",
|
| 5959 |
+
"last_amended": "2025-02-26",
|
| 5960 |
+
"in_force": "2014-05-16",
|
| 5961 |
+
"status": "in force",
|
| 5962 |
+
"current_to": "2025-12-02",
|
| 5963 |
+
"citation": "Health of Animals Regs, Schedule Vii (part 2 of 2)",
|
| 5964 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._296/",
|
| 5965 |
+
"id": "C.R.C.,_c._296-sched6-p2",
|
| 5966 |
+
"text": "43 | Oncorhynchus masou virus disease (Oncorhynchus Masou Virus)\n44 | red sea bream iridoviral disease (Red Sea Bream Iridovirus)\n45 | screwworm (Cochliomyia hominivorax) and (Chrysomyia bezziana)\n46 | small hive beetle (Aethina tumida)\n47 | theileriasis\n48 | tick‑borne fever (Cytoecetes phagocytophilia)\n49 | tissue worm (Elaphostrongylus cervi)\n50 | trypanosomiasis (exotic to Canada)\n51 | turkey viral rhinotracheitis or swollen head disease in chickens\n52 | viral haemorrhagic disease of rabbits\n53 | Wesselbron’s disease\n54 | West Nile fever\n55 | white tail disease (White Tail Virus)\n56 | withering syndrome of abalone (Xenohaliotis californiensis)"
|
| 5967 |
+
},
|
| 5968 |
+
{
|
| 5969 |
+
"act_code": "C.R.C.,_c._296",
|
| 5970 |
+
"act_short": "Health of Animals Regs",
|
| 5971 |
+
"act_name": "Health of Animals Regulations",
|
| 5972 |
+
"section": "Schedule Viii",
|
| 5973 |
+
"marginal_note": "Schedule Viii",
|
| 5974 |
+
"part": "SCHEDULES",
|
| 5975 |
+
"division": "",
|
| 5976 |
+
"heading": "Schedule Viii",
|
| 5977 |
+
"history": "",
|
| 5978 |
+
"last_amended": "2010-12-10",
|
| 5979 |
+
"in_force": "2010-12-10",
|
| 5980 |
+
"status": "in force",
|
| 5981 |
+
"current_to": "2025-12-02",
|
| 5982 |
+
"citation": "Health of Animals Regs, Schedule Viii",
|
| 5983 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._296/",
|
| 5984 |
+
"id": "C.R.C.,_c._296-sched7",
|
| 5985 |
+
"text": "(Subsection 91.2(3))\nAnnually Notifiable Diseases\nItem | Disease\n1 | acarine disease\n2 | actinomycosis\n3 | American foul brood\n4 | atrophic rhinitis\n5 | avian infectious bronchitis\n6 | avian leukosis\n7 | avian mycoplasmosis (M. Gallisepticum)\n8 | avian salmonellosis\n9 | avian spirochaetosis\n10 | avian tuberculosis\n11 | bacterial kidney disease (Renibacterium salmoninarum)\n12 | blackleg\n13 | botulism\n14 | bovine genital campylobacteriosis\n15 | bovine malignant catarrhal fever\n16 | bovine viral diarrhoea or mucosal disease\n17 | caprine arthritis‑encephalitis\n18 | caseous lymphadenitis\n19 | coccidiosis\n20 | contagious ophthalmia\n21 | contagious pustular dermatitis\n22 | dermatophilosis\n23 | distomatosis (liver fluke)\n24 | duck virus enteritis\n25 | echinococcosis or hydatidosis\n26 | enteric red mouth disease (Yersinia ruckeri)\n27 | enterotoxaemia\n28 | enzootic abortion\n29 | enzootic bovine leucosis\n30 | equine coital exanthema\n31 | equine influenza\n32 | equine rhinopneumonitis\n33 | equine viral arteritis\n34 | European foul brood\n35 | filariasis\n36 | foot‑rot\n37 | fowl pox\n38 | furunculosis (Aeromonas salmonicida)\n39 | haemorrhagic septicaemia\n40 | horse mange (Psoroptes equi)\n41 | infectious bovine rhinotracheitis (IBR or IPV)\n42 | infectious bursal disease (Gumboro disease)\n43 | infectious coryza\n44 | intestinal salmonella infections\n45 | listeriosis\n46 | maedi‑visna\n47 | Marek’s disease\n48 | melioidosis\n49 | myxomatosis\n50 | nosematosis of bees\n51 | other clostridial infections\n52 | other pasteurelloses\n53 | ovine epididymitis (Brucella ovis)\n54 | ovine pulmonary adenomatosis\n55 | paratuberculosis (Johne’s disease)\n56 | porcine reproductive and respiratory syndrome (PRRS)\n57 | Q fever\n58 | QPX disease (Quahog parasite unknown)\n59 | Salmonella abortus equi\n60 | Salmonella abortus ovis\n61 | seaside organism (Haplosporidium costale)\n62 | sheep mange (scab)\n63 | strangles\n64 | streptococcosis (Streptococcus iniae)\n65 | swine erysipelas\n66 | toxoplasmosis\n67 | transmissible gastroenteritis (TGE)\n68 | trichomoniasis\n69 | tularaemia\n70 | ulcerative lymphangitis\n71 | vibrionic dysentery\n72 | warble infestation"
|
| 5986 |
}
|
| 5987 |
]
|
data/processed/C.R.C.,_c._870.json
CHANGED
|
@@ -37543,6 +37543,595 @@
|
|
| 37543 |
"text": "J.01.087\n(1) For the purpose of subsection 24(1) of the Act, notification of an application for an order of restoration must be given in writing to the Attorney General by registered mail and be mailed at least 15 days before the date on which the application is to be made to a justice.\n(2) [Content of notification] The notification must specify\n(a) the name of the justice to whom the application is to be made;\n(b) the time and place at which the application is to be heard;\n(c) details concerning the restricted drug or other thing in respect of which the application is to be made; and\n(d) the evidence on which the applicant intends to rely to establish that they are entitled to possession of the restricted drug or other thing referred to in paragraph (c).",
|
| 37544 |
"citation": "Food and Drug Regs, s. J.01.087"
|
| 37545 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37546 |
{
|
| 37547 |
"id": "C.R.C.,_c._870-nif-1",
|
| 37548 |
"act_code": "C.R.C.,_c._870",
|
|
|
|
| 37543 |
"text": "J.01.087\n(1) For the purpose of subsection 24(1) of the Act, notification of an application for an order of restoration must be given in writing to the Attorney General by registered mail and be mailed at least 15 days before the date on which the application is to be made to a justice.\n(2) [Content of notification] The notification must specify\n(a) the name of the justice to whom the application is to be made;\n(b) the time and place at which the application is to be heard;\n(c) details concerning the restricted drug or other thing in respect of which the application is to be made; and\n(d) the evidence on which the applicant intends to rely to establish that they are entitled to possession of the restricted drug or other thing referred to in paragraph (c).",
|
| 37544 |
"citation": "Food and Drug Regs, s. J.01.087"
|
| 37545 |
},
|
| 37546 |
+
{
|
| 37547 |
+
"act_code": "C.R.C.,_c._870",
|
| 37548 |
+
"act_short": "Food and Drug Regs",
|
| 37549 |
+
"act_name": "Food and Drug Regulations",
|
| 37550 |
+
"section": "Schedule F",
|
| 37551 |
+
"marginal_note": "Schedule F",
|
| 37552 |
+
"part": "SCHEDULES",
|
| 37553 |
+
"division": "",
|
| 37554 |
+
"heading": "Schedule F",
|
| 37555 |
+
"history": "",
|
| 37556 |
+
"last_amended": "2013-12-19",
|
| 37557 |
+
"in_force": "2013-12-19",
|
| 37558 |
+
"status": "repealed",
|
| 37559 |
+
"current_to": "2026-04-28",
|
| 37560 |
+
"citation": "Food and Drug Regs, Schedule F",
|
| 37561 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37562 |
+
"id": "C.R.C.,_c._870-sched1",
|
| 37563 |
+
"text": "[Repealed]"
|
| 37564 |
+
},
|
| 37565 |
+
{
|
| 37566 |
+
"act_code": "C.R.C.,_c._870",
|
| 37567 |
+
"act_short": "Food and Drug Regs",
|
| 37568 |
+
"act_name": "Food and Drug Regulations",
|
| 37569 |
+
"section": "Schedule K",
|
| 37570 |
+
"marginal_note": "Reasonable Daily Intake for Various Foods",
|
| 37571 |
+
"part": "SCHEDULES",
|
| 37572 |
+
"division": "",
|
| 37573 |
+
"heading": "Schedule K",
|
| 37574 |
+
"history": "",
|
| 37575 |
+
"last_amended": "2022-12-08",
|
| 37576 |
+
"in_force": "2006-03-22",
|
| 37577 |
+
"status": "in force",
|
| 37578 |
+
"current_to": "2026-04-28",
|
| 37579 |
+
"citation": "Food and Drug Regs, Schedule K",
|
| 37580 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37581 |
+
"id": "C.R.C.,_c._870-sched2",
|
| 37582 |
+
"text": "Reasonable Daily Intake for Various Foods\nAPPENDICES I AND II\nAPPENDIX III\nThe undersigned exporter hereby certifies that the (description of article)\n1 is manufactured or prepared in Canada,\n2 is not manufactured or sold for consumption or use in Canada, and\n3 the packages and the contents of those packages do not contravene any known requirement of the law of (name of country or countries) to which it is or is about to be consigned.\nI,\n1 that I am the “Exporter” issuing the certificate above set out and have a knowledge of the matters and facts herein declared to by me,\nor\n2 that the information set out in the said certificate is true,\n3 that all information relevant to the purpose of the said certificate is set out herein and no information relevant thereto has knowingly been withheld.\nDeclared before me at this\nday of 20 .\nA Commissioner for Taking Oaths"
|
| 37583 |
+
},
|
| 37584 |
+
{
|
| 37585 |
+
"act_code": "C.R.C.,_c._870",
|
| 37586 |
+
"act_short": "Food and Drug Regs",
|
| 37587 |
+
"act_name": "Food and Drug Regulations",
|
| 37588 |
+
"section": "Schedule K.1",
|
| 37589 |
+
"marginal_note": "Schedule K.1",
|
| 37590 |
+
"part": "SCHEDULES",
|
| 37591 |
+
"division": "",
|
| 37592 |
+
"heading": "Schedule K.1",
|
| 37593 |
+
"history": "",
|
| 37594 |
+
"last_amended": "2022-07-20",
|
| 37595 |
+
"in_force": "2022-07-20",
|
| 37596 |
+
"status": "in force",
|
| 37597 |
+
"current_to": "2026-04-28",
|
| 37598 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 1 of 26)",
|
| 37599 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37600 |
+
"id": "C.R.C.,_c._870-sched3-p1",
|
| 37601 |
+
"text": "(Subsections B.01.350(1) and B.01.351(1) and (5))\n1(EH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat, sugars and sodium. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top of the box is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is a left-justified black magnifying glass with three bars stacked to its right. There is a small amount of white space between the magnifying glass and the left side of the three bars. This left side forms a concave curve that follows the curvature of the magnifying glass. There is a small amount of white space between each bar, as well as between the right side of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Sat fat” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second bar is black and contains the word “Sugars” in white, bold, lower case letters, except that the first letter is in upper case. The third bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 1(FH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat, sugars and sodium. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top of the box is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is a left-justified black magnifying glass with three bars stacked to its right. There is a small amount of white space between the magnifying glass and the left side of the three bars. This left side forms a concave curve that follows the curvature of the magnifying glass. There is a small amount of white space between each bar, as well as between the right side of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Gras sat.” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second bar is black and contains the word “Sucres” in white, bold, lower case letters, except that the first letter is in upper case. The third bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 37602 |
+
},
|
| 37603 |
+
{
|
| 37604 |
+
"act_code": "C.R.C.,_c._870",
|
| 37605 |
+
"act_short": "Food and Drug Regs",
|
| 37606 |
+
"act_name": "Food and Drug Regulations",
|
| 37607 |
+
"section": "Schedule K.1",
|
| 37608 |
+
"marginal_note": "Schedule K.1",
|
| 37609 |
+
"part": "SCHEDULES",
|
| 37610 |
+
"division": "",
|
| 37611 |
+
"heading": "Schedule K.1",
|
| 37612 |
+
"history": "",
|
| 37613 |
+
"last_amended": "2022-07-20",
|
| 37614 |
+
"in_force": "2022-07-20",
|
| 37615 |
+
"status": "in force",
|
| 37616 |
+
"current_to": "2026-04-28",
|
| 37617 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 2 of 26)",
|
| 37618 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37619 |
+
"id": "C.R.C.,_c._870-sched3-p2",
|
| 37620 |
+
"text": "2(EH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat and sugars. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top of the box is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is a left-justified black magnifying glass with three bars stacked to its right. There is a small amount of white space between the magnifying glass and the left side of the three bars. This left side forms a concave curve that follows the curvature of the magnifying glass. There is a small amount of white space between each bar, as well as between the right side of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Sat fat” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second bar is black and contains the word “Sugars” in white, bold, lower case letters, except that the first letter is in upper case. The third bar is white, is outlined by a thin black line and contains no words. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 2(FH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat and sugars. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top of the box is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is a left-justified black magnifying glass with three bars stacked to its right. There is a small amount of white space between the magnifying glass and the left side of the three bars. This left side forms a concave curve that follows the curvature of the magnifying glass. There is a small amount of white space between each bar, as well as between the right side of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Gras sat.” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second bar is black and contains the word “Sucres” in white, bold, lower case letters, except that the first letter is in upper case. The third bar is white, is outlined by a thin black line and contains no words. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 37621 |
+
},
|
| 37622 |
+
{
|
| 37623 |
+
"act_code": "C.R.C.,_c._870",
|
| 37624 |
+
"act_short": "Food and Drug Regs",
|
| 37625 |
+
"act_name": "Food and Drug Regulations",
|
| 37626 |
+
"section": "Schedule K.1",
|
| 37627 |
+
"marginal_note": "Schedule K.1",
|
| 37628 |
+
"part": "SCHEDULES",
|
| 37629 |
+
"division": "",
|
| 37630 |
+
"heading": "Schedule K.1",
|
| 37631 |
+
"history": "",
|
| 37632 |
+
"last_amended": "2022-07-20",
|
| 37633 |
+
"in_force": "2022-07-20",
|
| 37634 |
+
"status": "in force",
|
| 37635 |
+
"current_to": "2026-04-28",
|
| 37636 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 3 of 26)",
|
| 37637 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37638 |
+
"id": "C.R.C.,_c._870-sched3-p3",
|
| 37639 |
+
"text": "3(EH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sugars and sodium. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top of the box is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is a left-justified black magnifying glass with three bars stacked to its right. There is a small amount of white space between the magnifying glass and the left side of the three bars. This left side forms a concave curve that follows the curvature of the magnifying glass. There is a small amount of white space between each bar, as well as between the right side of the bars and the thin black line that outlines the box. The first bar is white, is outlined by a thin black line and contains no words. The second bar is black and contains the word “Sugars” in white, bold, lower case letters, except that the first letter is in upper case. The third bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 3(FH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sugars and sodium. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top of the box is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is a left-justified black magnifying glass with three bars stacked to its right. There is a small amount of white space between the magnifying glass and the left side of the three bars. This left side forms a concave curve that follows the curvature of the magnifying glass. There is a small amount of white space between each bar, as well as between the right side of the bars and the thin black line that outlines the box. The first bar is white, is outlined by a thin black line and contains no words. The second bar is black and contains the word “Sucres” in white, bold, lower case letters, except that the first letter is in upper case. The third bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 37640 |
+
},
|
| 37641 |
+
{
|
| 37642 |
+
"act_code": "C.R.C.,_c._870",
|
| 37643 |
+
"act_short": "Food and Drug Regs",
|
| 37644 |
+
"act_name": "Food and Drug Regulations",
|
| 37645 |
+
"section": "Schedule K.1",
|
| 37646 |
+
"marginal_note": "Schedule K.1",
|
| 37647 |
+
"part": "SCHEDULES",
|
| 37648 |
+
"division": "",
|
| 37649 |
+
"heading": "Schedule K.1",
|
| 37650 |
+
"history": "",
|
| 37651 |
+
"last_amended": "2022-07-20",
|
| 37652 |
+
"in_force": "2022-07-20",
|
| 37653 |
+
"status": "in force",
|
| 37654 |
+
"current_to": "2026-04-28",
|
| 37655 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 4 of 26)",
|
| 37656 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37657 |
+
"id": "C.R.C.,_c._870-sched3-p4",
|
| 37658 |
+
"text": "4(EH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat and sodium. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top of the box is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is a left-justified black magnifying glass with three bars stacked to its right. There is a small amount of white space between the magnifying glass and the left side of the three bars. This left side forms a concave curve that follows the curvature of the magnifying glass. There is a small amount of white space between each bar, as well as between the right side of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Sat fat” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second bar is white, is outlined by a thin black line and contains no words. The third bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 4(FH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat and sodium. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top of the box is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is a left-justified black magnifying glass with three bars stacked to its right. There is a small amount of white space between the magnifying glass and the left side of the three bars. This left side forms a concave curve that follows the curvature of the magnifying glass. There is a small amount of white space between each bar, as well as between the right side of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Gras sat.” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second bar is white, is outlined by a thin black line and contains no words. The third bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 37659 |
+
},
|
| 37660 |
+
{
|
| 37661 |
+
"act_code": "C.R.C.,_c._870",
|
| 37662 |
+
"act_short": "Food and Drug Regs",
|
| 37663 |
+
"act_name": "Food and Drug Regulations",
|
| 37664 |
+
"section": "Schedule K.1",
|
| 37665 |
+
"marginal_note": "Schedule K.1",
|
| 37666 |
+
"part": "SCHEDULES",
|
| 37667 |
+
"division": "",
|
| 37668 |
+
"heading": "Schedule K.1",
|
| 37669 |
+
"history": "",
|
| 37670 |
+
"last_amended": "2022-07-20",
|
| 37671 |
+
"in_force": "2022-07-20",
|
| 37672 |
+
"status": "in force",
|
| 37673 |
+
"current_to": "2026-04-28",
|
| 37674 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 5 of 26)",
|
| 37675 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37676 |
+
"id": "C.R.C.,_c._870-sched3-p5",
|
| 37677 |
+
"text": "5(EH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top of the box is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is a left-justified black magnifying glass with three bars stacked to its right. There is a small amount of white space between the magnifying glass and the left side of the three bars. This left side forms a concave curve that follows the curvature of the magnifying glass. There is a small amount of white space between each bar, as well as between the right side of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Sat fat” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second and third bars are white, are outlined by a thin black line and contain no words. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 5(FH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top of the box is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is a left-justified black magnifying glass with three bars stacked to its right. There is a small amount of white space between the magnifying glass and the left side of the three bars. This left side forms a concave curve that follows the curvature of the magnifying glass. There is a small amount of white space between each bar, as well as between the right side of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Gras sat.” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second and third bars are white, are outlined by a thin black line and contain no words. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 37678 |
+
},
|
| 37679 |
+
{
|
| 37680 |
+
"act_code": "C.R.C.,_c._870",
|
| 37681 |
+
"act_short": "Food and Drug Regs",
|
| 37682 |
+
"act_name": "Food and Drug Regulations",
|
| 37683 |
+
"section": "Schedule K.1",
|
| 37684 |
+
"marginal_note": "Schedule K.1",
|
| 37685 |
+
"part": "SCHEDULES",
|
| 37686 |
+
"division": "",
|
| 37687 |
+
"heading": "Schedule K.1",
|
| 37688 |
+
"history": "",
|
| 37689 |
+
"last_amended": "2022-07-20",
|
| 37690 |
+
"in_force": "2022-07-20",
|
| 37691 |
+
"status": "in force",
|
| 37692 |
+
"current_to": "2026-04-28",
|
| 37693 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 6 of 26)",
|
| 37694 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37695 |
+
"id": "C.R.C.,_c._870-sched3-p6",
|
| 37696 |
+
"text": "6(EH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sugars. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top of the box is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is a left-justified black magnifying glass with three bars stacked to its right. There is a small amount of white space between the magnifying glass and the left side of the three bars. This left side forms a concave curve that follows the curvature of the magnifying glass. There is a small amount of white space between each bar, as well as between the right side of the bars and the thin black line that outlines the box. The first and third bars are white, are outlined by a thin black line and contain no words. The second bar is black and contains the word “Sugars” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 6(FH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sugars. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top of the box is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is a left-justified black magnifying glass with three bars stacked to its right. There is a small amount of white space between the magnifying glass and the left side of the three bars. This left side forms a concave curve that follows the curvature of the magnifying glass. There is a small amount of white space between each bar, as well as between the right side of the bars and the thin black line that outlines the box. The first and third bars are white, are outlined by a thin black line and contain no words. The second bar is black and contains the word “Sucres” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 37697 |
+
},
|
| 37698 |
+
{
|
| 37699 |
+
"act_code": "C.R.C.,_c._870",
|
| 37700 |
+
"act_short": "Food and Drug Regs",
|
| 37701 |
+
"act_name": "Food and Drug Regulations",
|
| 37702 |
+
"section": "Schedule K.1",
|
| 37703 |
+
"marginal_note": "Schedule K.1",
|
| 37704 |
+
"part": "SCHEDULES",
|
| 37705 |
+
"division": "",
|
| 37706 |
+
"heading": "Schedule K.1",
|
| 37707 |
+
"history": "",
|
| 37708 |
+
"last_amended": "2022-07-20",
|
| 37709 |
+
"in_force": "2022-07-20",
|
| 37710 |
+
"status": "in force",
|
| 37711 |
+
"current_to": "2026-04-28",
|
| 37712 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 7 of 26)",
|
| 37713 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37714 |
+
"id": "C.R.C.,_c._870-sched3-p7",
|
| 37715 |
+
"text": "7(EH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sodium. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top of the box is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is a left-justified black magnifying glass with three bars stacked to its right. There is a small amount of white space between the magnifying glass and the left side of the three bars. This left side forms a concave curve that follows the curvature of the magnifying glass. There is a small amount of white space between each bar, as well as between the right side of the bars and the thin black line that outlines the box. The first and second bars are white, are outlined by a thin black line and contain no words. The third bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 7(FH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sodium. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top of the box is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is a left-justified black magnifying glass with three bars stacked to its right. There is a small amount of white space between the magnifying glass and the left side of the three bars. This left side forms a concave curve that follows the curvature of the magnifying glass. There is a small amount of white space between each bar, as well as between the right side of the bars and the thin black line that outlines the box. The first and second bars are white, are outlined by a thin black line and contain no words. The third bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 37716 |
+
},
|
| 37717 |
+
{
|
| 37718 |
+
"act_code": "C.R.C.,_c._870",
|
| 37719 |
+
"act_short": "Food and Drug Regs",
|
| 37720 |
+
"act_name": "Food and Drug Regulations",
|
| 37721 |
+
"section": "Schedule K.1",
|
| 37722 |
+
"marginal_note": "Schedule K.1",
|
| 37723 |
+
"part": "SCHEDULES",
|
| 37724 |
+
"division": "",
|
| 37725 |
+
"heading": "Schedule K.1",
|
| 37726 |
+
"history": "",
|
| 37727 |
+
"last_amended": "2022-07-20",
|
| 37728 |
+
"in_force": "2022-07-20",
|
| 37729 |
+
"status": "in force",
|
| 37730 |
+
"current_to": "2026-04-28",
|
| 37731 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 8 of 26)",
|
| 37732 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37733 |
+
"id": "C.R.C.,_c._870-sched3-p8",
|
| 37734 |
+
"text": "8(EH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat and sugars. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are two bars that are stacked. There is a small amount of white space between each bar, as well as between the right side of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Sat fat” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second bar is black and contains the word “Sugars” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 8(FH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat and sugars. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are two bars that are stacked. There is a small amount of white space between each bar, as well as between the right side of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Gras sat.” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second bar is black and contains the word “Sucres” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 37735 |
+
},
|
| 37736 |
+
{
|
| 37737 |
+
"act_code": "C.R.C.,_c._870",
|
| 37738 |
+
"act_short": "Food and Drug Regs",
|
| 37739 |
+
"act_name": "Food and Drug Regulations",
|
| 37740 |
+
"section": "Schedule K.1",
|
| 37741 |
+
"marginal_note": "Schedule K.1",
|
| 37742 |
+
"part": "SCHEDULES",
|
| 37743 |
+
"division": "",
|
| 37744 |
+
"heading": "Schedule K.1",
|
| 37745 |
+
"history": "",
|
| 37746 |
+
"last_amended": "2022-07-20",
|
| 37747 |
+
"in_force": "2022-07-20",
|
| 37748 |
+
"status": "in force",
|
| 37749 |
+
"current_to": "2026-04-28",
|
| 37750 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 9 of 26)",
|
| 37751 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37752 |
+
"id": "C.R.C.,_c._870-sched3-p9",
|
| 37753 |
+
"text": "9(EH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sugars and sodium. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are two bars that are stacked. There is a small amount of white space between each bar, as well as between the right side of the bars and the thin black line that outlines the box. The first bar is black and contains the word “Sugars” in white, bold, lower case letters, except that the first letter is in upper case. The second bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 9(FH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sugars and sodium. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are two bars that are stacked. There is a small amount of white space between each bar, as well as between the right side of the bars and the thin black line that outlines the box. The first bar is black and contains the word “Sucres” in white, bold, lower case letters, except that the first letter is in upper case. The second bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 37754 |
+
},
|
| 37755 |
+
{
|
| 37756 |
+
"act_code": "C.R.C.,_c._870",
|
| 37757 |
+
"act_short": "Food and Drug Regs",
|
| 37758 |
+
"act_name": "Food and Drug Regulations",
|
| 37759 |
+
"section": "Schedule K.1",
|
| 37760 |
+
"marginal_note": "Schedule K.1",
|
| 37761 |
+
"part": "SCHEDULES",
|
| 37762 |
+
"division": "",
|
| 37763 |
+
"heading": "Schedule K.1",
|
| 37764 |
+
"history": "",
|
| 37765 |
+
"last_amended": "2022-07-20",
|
| 37766 |
+
"in_force": "2022-07-20",
|
| 37767 |
+
"status": "in force",
|
| 37768 |
+
"current_to": "2026-04-28",
|
| 37769 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 10 of 26)",
|
| 37770 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37771 |
+
"id": "C.R.C.,_c._870-sched3-p10",
|
| 37772 |
+
"text": "10(EH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat and sodium. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are two bars that are stacked. There is a small amount of white space between each bar, as well as between the right side of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Sat fat” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 10(FH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat and sodium. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are two bars that are stacked. There is a small amount of white space between each bar, as well as between the right side of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Gras sat.” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 37773 |
+
},
|
| 37774 |
+
{
|
| 37775 |
+
"act_code": "C.R.C.,_c._870",
|
| 37776 |
+
"act_short": "Food and Drug Regs",
|
| 37777 |
+
"act_name": "Food and Drug Regulations",
|
| 37778 |
+
"section": "Schedule K.1",
|
| 37779 |
+
"marginal_note": "Schedule K.1",
|
| 37780 |
+
"part": "SCHEDULES",
|
| 37781 |
+
"division": "",
|
| 37782 |
+
"heading": "Schedule K.1",
|
| 37783 |
+
"history": "",
|
| 37784 |
+
"last_amended": "2022-07-20",
|
| 37785 |
+
"in_force": "2022-07-20",
|
| 37786 |
+
"status": "in force",
|
| 37787 |
+
"current_to": "2026-04-28",
|
| 37788 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 11 of 26)",
|
| 37789 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37790 |
+
"id": "C.R.C.,_c._870-sched3-p11",
|
| 37791 |
+
"text": "11(EH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is one horizontal bar. There is a small amount of white space between the right side of the bar and the thin black line that outlines the box. The bar is black and contains the words “Sat fat” in white, bold, lower case letters, except that the first letter of the first word is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 11(FH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is one horizontal bar. There is a small amount of white space between the right side of the bar and the thin black line that outlines the box. The bar is black and contains the words “Gras sat.” in white, bold, lower case letters, except that the first letter of the first word is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 37792 |
+
},
|
| 37793 |
+
{
|
| 37794 |
+
"act_code": "C.R.C.,_c._870",
|
| 37795 |
+
"act_short": "Food and Drug Regs",
|
| 37796 |
+
"act_name": "Food and Drug Regulations",
|
| 37797 |
+
"section": "Schedule K.1",
|
| 37798 |
+
"marginal_note": "Schedule K.1",
|
| 37799 |
+
"part": "SCHEDULES",
|
| 37800 |
+
"division": "",
|
| 37801 |
+
"heading": "Schedule K.1",
|
| 37802 |
+
"history": "",
|
| 37803 |
+
"last_amended": "2022-07-20",
|
| 37804 |
+
"in_force": "2022-07-20",
|
| 37805 |
+
"status": "in force",
|
| 37806 |
+
"current_to": "2026-04-28",
|
| 37807 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 12 of 26)",
|
| 37808 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37809 |
+
"id": "C.R.C.,_c._870-sched3-p12",
|
| 37810 |
+
"text": "12(EH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sugars. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is one horizontal bar. There is a small amount of white space between the right side of the bar and the thin black line that outlines the box. The bar is black and contains the word “Sugars” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 12(FH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sugars. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is one horizontal bar. There is a small amount of white space between the right side of the bar and the thin black line that outlines the box. The bar is black and contains the word “Sucres” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 37811 |
+
},
|
| 37812 |
+
{
|
| 37813 |
+
"act_code": "C.R.C.,_c._870",
|
| 37814 |
+
"act_short": "Food and Drug Regs",
|
| 37815 |
+
"act_name": "Food and Drug Regulations",
|
| 37816 |
+
"section": "Schedule K.1",
|
| 37817 |
+
"marginal_note": "Schedule K.1",
|
| 37818 |
+
"part": "SCHEDULES",
|
| 37819 |
+
"division": "",
|
| 37820 |
+
"heading": "Schedule K.1",
|
| 37821 |
+
"history": "",
|
| 37822 |
+
"last_amended": "2022-07-20",
|
| 37823 |
+
"in_force": "2022-07-20",
|
| 37824 |
+
"status": "in force",
|
| 37825 |
+
"current_to": "2026-04-28",
|
| 37826 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 13 of 26)",
|
| 37827 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37828 |
+
"id": "C.R.C.,_c._870-sched3-p13",
|
| 37829 |
+
"text": "13(EH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sodium. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is one horizontal bar. There is a small amount of white space between the right side of the bar and the thin black line that outlines the box. The bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 13(FH)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sodium. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is one horizontal bar. There is a small amount of white space between the right side of the bar and the thin black line that outlines the box. The bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 37830 |
+
},
|
| 37831 |
+
{
|
| 37832 |
+
"act_code": "C.R.C.,_c._870",
|
| 37833 |
+
"act_short": "Food and Drug Regs",
|
| 37834 |
+
"act_name": "Food and Drug Regulations",
|
| 37835 |
+
"section": "Schedule K.1",
|
| 37836 |
+
"marginal_note": "Schedule K.1",
|
| 37837 |
+
"part": "SCHEDULES",
|
| 37838 |
+
"division": "",
|
| 37839 |
+
"heading": "Schedule K.1",
|
| 37840 |
+
"history": "",
|
| 37841 |
+
"last_amended": "2022-07-20",
|
| 37842 |
+
"in_force": "2022-07-20",
|
| 37843 |
+
"status": "in force",
|
| 37844 |
+
"current_to": "2026-04-28",
|
| 37845 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 14 of 26)",
|
| 37846 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37847 |
+
"id": "C.R.C.,_c._870-sched3-p14",
|
| 37848 |
+
"text": "1(EV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat, sugars and sodium. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are three bars that are stacked. There is a small amount of white space between each bar, as well as between both ends of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Sat fat” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second bar is black and contains the word “Sugars” in white, bold, lower case letters, except that the first letter is in upper case. The third bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 1(FV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat, sugars and sodium. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are three bars that are stacked. There is a small amount of white space between each bar, as well as between both ends of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Gras sat.” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second bar is black and contains the word “Sucres” in white, bold, lower case letters, except that the first letter is in upper case. The third bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 37849 |
+
},
|
| 37850 |
+
{
|
| 37851 |
+
"act_code": "C.R.C.,_c._870",
|
| 37852 |
+
"act_short": "Food and Drug Regs",
|
| 37853 |
+
"act_name": "Food and Drug Regulations",
|
| 37854 |
+
"section": "Schedule K.1",
|
| 37855 |
+
"marginal_note": "Schedule K.1",
|
| 37856 |
+
"part": "SCHEDULES",
|
| 37857 |
+
"division": "",
|
| 37858 |
+
"heading": "Schedule K.1",
|
| 37859 |
+
"history": "",
|
| 37860 |
+
"last_amended": "2022-07-20",
|
| 37861 |
+
"in_force": "2022-07-20",
|
| 37862 |
+
"status": "in force",
|
| 37863 |
+
"current_to": "2026-04-28",
|
| 37864 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 15 of 26)",
|
| 37865 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37866 |
+
"id": "C.R.C.,_c._870-sched3-p15",
|
| 37867 |
+
"text": "2(EV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat and sugars. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are three bars that are stacked. There is a small amount of white space between each bar, as well as between both ends of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Sat fat” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second bar is black and contains the word “Sugars” in white, bold, lower case letters, except that the first letter is in upper case. The third bar is white, is outlined by a thin black line and contains no words. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 2(FV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat and sugars. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are three bars that are stacked. There is a small amount of white space between each bar, as well as between both ends of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Gras sat.” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second bar is black and contains the word “Sucres” in white, bold, lower case letters, except that the first letter is in upper case. The third bar is white, is outlined by a thin black line and contains no words. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 37868 |
+
},
|
| 37869 |
+
{
|
| 37870 |
+
"act_code": "C.R.C.,_c._870",
|
| 37871 |
+
"act_short": "Food and Drug Regs",
|
| 37872 |
+
"act_name": "Food and Drug Regulations",
|
| 37873 |
+
"section": "Schedule K.1",
|
| 37874 |
+
"marginal_note": "Schedule K.1",
|
| 37875 |
+
"part": "SCHEDULES",
|
| 37876 |
+
"division": "",
|
| 37877 |
+
"heading": "Schedule K.1",
|
| 37878 |
+
"history": "",
|
| 37879 |
+
"last_amended": "2022-07-20",
|
| 37880 |
+
"in_force": "2022-07-20",
|
| 37881 |
+
"status": "in force",
|
| 37882 |
+
"current_to": "2026-04-28",
|
| 37883 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 16 of 26)",
|
| 37884 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37885 |
+
"id": "C.R.C.,_c._870-sched3-p16",
|
| 37886 |
+
"text": "3(EV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sugars and sodium. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are three bars that are stacked. There is a small amount of white space between each bar, as well as between both ends of the bars and the thin black line that outlines the box. The first bar is white, is outlined by a thin black line and contains no words. The second bar is black and contains the word “Sugars” in white, bold, lower case letters, except that the first letter is in upper case. The third bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 3(FV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sugars and sodium. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are three bars that are stacked. There is a small amount of white space between each bar, as well as between both ends of the bars and the thin black line that outlines the box. The first bar is white, is outlined by a thin black line and contains no words. The second bar is black and contains the word “Sucres” in white, bold, lower case letters, except that the first letter is in upper case. The third bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 37887 |
+
},
|
| 37888 |
+
{
|
| 37889 |
+
"act_code": "C.R.C.,_c._870",
|
| 37890 |
+
"act_short": "Food and Drug Regs",
|
| 37891 |
+
"act_name": "Food and Drug Regulations",
|
| 37892 |
+
"section": "Schedule K.1",
|
| 37893 |
+
"marginal_note": "Schedule K.1",
|
| 37894 |
+
"part": "SCHEDULES",
|
| 37895 |
+
"division": "",
|
| 37896 |
+
"heading": "Schedule K.1",
|
| 37897 |
+
"history": "",
|
| 37898 |
+
"last_amended": "2022-07-20",
|
| 37899 |
+
"in_force": "2022-07-20",
|
| 37900 |
+
"status": "in force",
|
| 37901 |
+
"current_to": "2026-04-28",
|
| 37902 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 17 of 26)",
|
| 37903 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37904 |
+
"id": "C.R.C.,_c._870-sched3-p17",
|
| 37905 |
+
"text": "4(EV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat and sodium. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are three bars that are stacked. There is a small amount of white space between each bar, as well as between both ends of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Sat fat” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second bar is white, is outlined by a thin black line and contains no words. The third bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 4(FV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat and sodium. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are three bars that are stacked. There is a small amount of white space between each bar, as well as between both ends of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Gras sat.” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second bar is white, is outlined by a thin black line and contains no words. The third bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 37906 |
+
},
|
| 37907 |
+
{
|
| 37908 |
+
"act_code": "C.R.C.,_c._870",
|
| 37909 |
+
"act_short": "Food and Drug Regs",
|
| 37910 |
+
"act_name": "Food and Drug Regulations",
|
| 37911 |
+
"section": "Schedule K.1",
|
| 37912 |
+
"marginal_note": "Schedule K.1",
|
| 37913 |
+
"part": "SCHEDULES",
|
| 37914 |
+
"division": "",
|
| 37915 |
+
"heading": "Schedule K.1",
|
| 37916 |
+
"history": "",
|
| 37917 |
+
"last_amended": "2022-07-20",
|
| 37918 |
+
"in_force": "2022-07-20",
|
| 37919 |
+
"status": "in force",
|
| 37920 |
+
"current_to": "2026-04-28",
|
| 37921 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 18 of 26)",
|
| 37922 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37923 |
+
"id": "C.R.C.,_c._870-sched3-p18",
|
| 37924 |
+
"text": "5(EV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are three bars that are stacked. There is a small amount of white space between each bar, as well as between both ends of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Sat fat” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second and third bars are white, are outlined by a thin black line and contain no words. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 5(FV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are three bars that are stacked. There is a small amount of white space between each bar, as well as between both ends of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Gras sat.” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second and third bars are white, are outlined by a thin black line and contain no words. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 37925 |
+
},
|
| 37926 |
+
{
|
| 37927 |
+
"act_code": "C.R.C.,_c._870",
|
| 37928 |
+
"act_short": "Food and Drug Regs",
|
| 37929 |
+
"act_name": "Food and Drug Regulations",
|
| 37930 |
+
"section": "Schedule K.1",
|
| 37931 |
+
"marginal_note": "Schedule K.1",
|
| 37932 |
+
"part": "SCHEDULES",
|
| 37933 |
+
"division": "",
|
| 37934 |
+
"heading": "Schedule K.1",
|
| 37935 |
+
"history": "",
|
| 37936 |
+
"last_amended": "2022-07-20",
|
| 37937 |
+
"in_force": "2022-07-20",
|
| 37938 |
+
"status": "in force",
|
| 37939 |
+
"current_to": "2026-04-28",
|
| 37940 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 19 of 26)",
|
| 37941 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37942 |
+
"id": "C.R.C.,_c._870-sched3-p19",
|
| 37943 |
+
"text": "6(EV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sugars. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are three bars that are stacked. There is a small amount of white space between each bar, as well as between both ends of the bars and the thin black line that outlines the box. The first and third bars are white, are outlined by a thin black line and contain no words. The second bar is black and contains the word “Sugars” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 6(FV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sugars. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are three bars that are stacked. There is a small amount of white space between each bar, as well as between both ends of the bars and the thin black line that outlines the box. The first and third bars are white, are outlined by a thin black line and contain no words. The second bar is black and contains the word “Sucres” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 37944 |
+
},
|
| 37945 |
+
{
|
| 37946 |
+
"act_code": "C.R.C.,_c._870",
|
| 37947 |
+
"act_short": "Food and Drug Regs",
|
| 37948 |
+
"act_name": "Food and Drug Regulations",
|
| 37949 |
+
"section": "Schedule K.1",
|
| 37950 |
+
"marginal_note": "Schedule K.1",
|
| 37951 |
+
"part": "SCHEDULES",
|
| 37952 |
+
"division": "",
|
| 37953 |
+
"heading": "Schedule K.1",
|
| 37954 |
+
"history": "",
|
| 37955 |
+
"last_amended": "2022-07-20",
|
| 37956 |
+
"in_force": "2022-07-20",
|
| 37957 |
+
"status": "in force",
|
| 37958 |
+
"current_to": "2026-04-28",
|
| 37959 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 20 of 26)",
|
| 37960 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37961 |
+
"id": "C.R.C.,_c._870-sched3-p20",
|
| 37962 |
+
"text": "7(EV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sodium. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are three bars that are stacked. There is a small amount of white space between each bar, as well as between both ends of the bars and the thin black line that outlines the box. The first and second bars are white, are outlined by a thin black line and contain no words. The third bar is black and contains the word “Sodium��� in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 7(FV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sodium. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are three bars that are stacked. There is a small amount of white space between each bar, as well as between both ends of the bars and the thin black line that outlines the box. The first and second bars are white, are outlined by a thin black line and contain no words. The third bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 37963 |
+
},
|
| 37964 |
+
{
|
| 37965 |
+
"act_code": "C.R.C.,_c._870",
|
| 37966 |
+
"act_short": "Food and Drug Regs",
|
| 37967 |
+
"act_name": "Food and Drug Regulations",
|
| 37968 |
+
"section": "Schedule K.1",
|
| 37969 |
+
"marginal_note": "Schedule K.1",
|
| 37970 |
+
"part": "SCHEDULES",
|
| 37971 |
+
"division": "",
|
| 37972 |
+
"heading": "Schedule K.1",
|
| 37973 |
+
"history": "",
|
| 37974 |
+
"last_amended": "2022-07-20",
|
| 37975 |
+
"in_force": "2022-07-20",
|
| 37976 |
+
"status": "in force",
|
| 37977 |
+
"current_to": "2026-04-28",
|
| 37978 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 21 of 26)",
|
| 37979 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37980 |
+
"id": "C.R.C.,_c._870-sched3-p21",
|
| 37981 |
+
"text": "8(EV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat and sugars. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are two bars that are stacked. There is a small amount of white space between each bar, as well as between both ends of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Sat fat” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second bar is black and contains the word “Sugars” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 8(FV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat and sugars. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are two bars that are stacked. There is a small amount of white space between each bar, as well as between both ends of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Gras sat.” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second bar is black and contains the word “Sucres” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 37982 |
+
},
|
| 37983 |
+
{
|
| 37984 |
+
"act_code": "C.R.C.,_c._870",
|
| 37985 |
+
"act_short": "Food and Drug Regs",
|
| 37986 |
+
"act_name": "Food and Drug Regulations",
|
| 37987 |
+
"section": "Schedule K.1",
|
| 37988 |
+
"marginal_note": "Schedule K.1",
|
| 37989 |
+
"part": "SCHEDULES",
|
| 37990 |
+
"division": "",
|
| 37991 |
+
"heading": "Schedule K.1",
|
| 37992 |
+
"history": "",
|
| 37993 |
+
"last_amended": "2022-07-20",
|
| 37994 |
+
"in_force": "2022-07-20",
|
| 37995 |
+
"status": "in force",
|
| 37996 |
+
"current_to": "2026-04-28",
|
| 37997 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 22 of 26)",
|
| 37998 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 37999 |
+
"id": "C.R.C.,_c._870-sched3-p22",
|
| 38000 |
+
"text": "9(EV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sugars and sodium. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are two bars that are stacked. There is a small amount of white space between each bar, as well as between both ends of the bars and the thin black line that outlines the box. The first bar is black and contains the word “Sugars” in white, bold, lower case letters, except that the first letter is in upper case. The second bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 9(FV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sugars and sodium. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are two bars that are stacked. There is a small amount of white space between each bar, as well as between both ends of the bars and the thin black line that outlines the box. The first bar is black and contains the word “Sucres” in white, bold, lower case letters, except that the first letter is in upper case. The second bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 38001 |
+
},
|
| 38002 |
+
{
|
| 38003 |
+
"act_code": "C.R.C.,_c._870",
|
| 38004 |
+
"act_short": "Food and Drug Regs",
|
| 38005 |
+
"act_name": "Food and Drug Regulations",
|
| 38006 |
+
"section": "Schedule K.1",
|
| 38007 |
+
"marginal_note": "Schedule K.1",
|
| 38008 |
+
"part": "SCHEDULES",
|
| 38009 |
+
"division": "",
|
| 38010 |
+
"heading": "Schedule K.1",
|
| 38011 |
+
"history": "",
|
| 38012 |
+
"last_amended": "2022-07-20",
|
| 38013 |
+
"in_force": "2022-07-20",
|
| 38014 |
+
"status": "in force",
|
| 38015 |
+
"current_to": "2026-04-28",
|
| 38016 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 23 of 26)",
|
| 38017 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 38018 |
+
"id": "C.R.C.,_c._870-sched3-p23",
|
| 38019 |
+
"text": "10(EV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat and sodium. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are two bars that are stacked. There is a small amount of white space between each bar, as well as between both ends of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Sat fat” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 10(FV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat and sodium. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading are two bars that are stacked. There is a small amount of white space between each bar, as well as between both ends of the bars and the thin black line that outlines the box. The first bar is black and contains the words “Gras sat.” in white, bold, lower case letters, except that the first letter of the first word is in upper case. The second bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 38020 |
+
},
|
| 38021 |
+
{
|
| 38022 |
+
"act_code": "C.R.C.,_c._870",
|
| 38023 |
+
"act_short": "Food and Drug Regs",
|
| 38024 |
+
"act_name": "Food and Drug Regulations",
|
| 38025 |
+
"section": "Schedule K.1",
|
| 38026 |
+
"marginal_note": "Schedule K.1",
|
| 38027 |
+
"part": "SCHEDULES",
|
| 38028 |
+
"division": "",
|
| 38029 |
+
"heading": "Schedule K.1",
|
| 38030 |
+
"history": "",
|
| 38031 |
+
"last_amended": "2022-07-20",
|
| 38032 |
+
"in_force": "2022-07-20",
|
| 38033 |
+
"status": "in force",
|
| 38034 |
+
"current_to": "2026-04-28",
|
| 38035 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 24 of 26)",
|
| 38036 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 38037 |
+
"id": "C.R.C.,_c._870-sched3-p24",
|
| 38038 |
+
"text": "11(EV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is one horizontal bar. There is a small amount of white space between the right side of the bar and the thin black line that outlines the box. The bar is black and contains the words “Sat fat” in white, bold, lower case letters, except that the first letter of the first word is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 11(FV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in saturated fat. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is one horizontal bar. There is a small amount of white space between the right side of the bar and the thin black line that outlines the box. The bar is black and contains the words “Gras sat.” in white, bold, lower case letters, except that the first letter of the first word is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 38039 |
+
},
|
| 38040 |
+
{
|
| 38041 |
+
"act_code": "C.R.C.,_c._870",
|
| 38042 |
+
"act_short": "Food and Drug Regs",
|
| 38043 |
+
"act_name": "Food and Drug Regulations",
|
| 38044 |
+
"section": "Schedule K.1",
|
| 38045 |
+
"marginal_note": "Schedule K.1",
|
| 38046 |
+
"part": "SCHEDULES",
|
| 38047 |
+
"division": "",
|
| 38048 |
+
"heading": "Schedule K.1",
|
| 38049 |
+
"history": "",
|
| 38050 |
+
"last_amended": "2022-07-20",
|
| 38051 |
+
"in_force": "2022-07-20",
|
| 38052 |
+
"status": "in force",
|
| 38053 |
+
"current_to": "2026-04-28",
|
| 38054 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 25 of 26)",
|
| 38055 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 38056 |
+
"id": "C.R.C.,_c._870-sched3-p25",
|
| 38057 |
+
"text": "12(EV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sugars. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is one horizontal bar. There is a small amount of white space between the right side of the bar and the thin black line that outlines the box. The bar is black and contains the word “Sugars” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 12(FV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sugars. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is one horizontal bar. There is a small amount of white space between the right side of the bar and the thin black line that outlines the box. The bar is black and contains the word “Sucres” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 38058 |
+
},
|
| 38059 |
+
{
|
| 38060 |
+
"act_code": "C.R.C.,_c._870",
|
| 38061 |
+
"act_short": "Food and Drug Regs",
|
| 38062 |
+
"act_name": "Food and Drug Regulations",
|
| 38063 |
+
"section": "Schedule K.1",
|
| 38064 |
+
"marginal_note": "Schedule K.1",
|
| 38065 |
+
"part": "SCHEDULES",
|
| 38066 |
+
"division": "",
|
| 38067 |
+
"heading": "Schedule K.1",
|
| 38068 |
+
"history": "",
|
| 38069 |
+
"last_amended": "2022-07-20",
|
| 38070 |
+
"in_force": "2022-07-20",
|
| 38071 |
+
"status": "in force",
|
| 38072 |
+
"current_to": "2026-04-28",
|
| 38073 |
+
"citation": "Food and Drug Regs, Schedule K.1 (part 26 of 26)",
|
| 38074 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 38075 |
+
"id": "C.R.C.,_c._870-sched3-p26",
|
| 38076 |
+
"text": "13(EV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sodium. This symbol is in English only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “High in” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is one horizontal bar. There is a small amount of white space between the right side of the bar and the thin black line that outlines the box. The bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Health Canada” in black, lower case letters, except that the first letter of each word is in upper case. | 13(FV)This figure shows a nutrition symbol for the principal display panel that indicates that a prepackaged product is high in sodium. This symbol is in French only. There is a white rectangular box outlined by a thin black line. At the top left of the box is a black magnifying glass. To the right of the magnifying glass is the heading “Élevé en” in black, bold, lower case letters, except that the first letter of the first word is in upper case. Under the heading is one horizontal bar. There is a small amount of white space between the right side of the bar and the thin black line that outlines the box. The bar is black and contains the word “Sodium” in white, bold, lower case letters, except that the first letter is in upper case. Centred at the bottom of the box are the words “Santé Canada” in black, lower case letters, except that the first letter of each word is in upper case."
|
| 38077 |
+
},
|
| 38078 |
+
{
|
| 38079 |
+
"act_code": "C.R.C.,_c._870",
|
| 38080 |
+
"act_short": "Food and Drug Regs",
|
| 38081 |
+
"act_name": "Food and Drug Regulations",
|
| 38082 |
+
"section": "Schedule K.2",
|
| 38083 |
+
"marginal_note": "Schedule K.2",
|
| 38084 |
+
"part": "SCHEDULES",
|
| 38085 |
+
"division": "",
|
| 38086 |
+
"heading": "Schedule K.2",
|
| 38087 |
+
"history": "",
|
| 38088 |
+
"last_amended": "2022-07-21",
|
| 38089 |
+
"in_force": "2022-07-21",
|
| 38090 |
+
"status": "in force",
|
| 38091 |
+
"current_to": "2026-04-28",
|
| 38092 |
+
"citation": "Food and Drug Regs, Schedule K.2",
|
| 38093 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 38094 |
+
"id": "C.R.C.,_c._870-sched4",
|
| 38095 |
+
"text": "(Subsections B.29.021(1), (2) and (8))\nESThis figure shows a supplemented food caution identifier for the principal display panel of a prepackaged product. This identifier is in English only. There is a white rectangular box outlined by a thin black line. Centred vertically on the left side of the box is a black exclamation mark. To the right of the exclamation mark is a horizontal bar. There is a small amount of white space between the exclamation mark and the bar as well as between the end of the bar and the thin black line that outlines the box. The bar is black and contains the word “Supplemented” in white, bold, lower case letters, except that the first letter is in upper case. Centred below the black bar are the words “Health Canada” in black lower case letters, except that the first letter of each word is in upper case. | FSThis figure shows a supplemented food caution identifier for the principal display panel of a prepackaged product. This identifier is in French only. There is a white rectangular box outlined by a thin black line. Centred vertically on the left side of the box is a black exclamation mark. To the right of the exclamation mark is a horizontal bar. There is a small amount of white space between the exclamation mark and the bar as well as between the end of the bar and the thin black line that outlines the box. The bar is black and contains the word “Supplémenté” in white, bold, lower case letters, except that the first letter is in upper case. Centred below the black bar are the words “Santé Canada” in black lower case letters, except that the first letter of each word is in upper case."
|
| 38096 |
+
},
|
| 38097 |
+
{
|
| 38098 |
+
"act_code": "C.R.C.,_c._870",
|
| 38099 |
+
"act_short": "Food and Drug Regs",
|
| 38100 |
+
"act_name": "Food and Drug Regulations",
|
| 38101 |
+
"section": "Schedule L",
|
| 38102 |
+
"marginal_note": "Schedule L",
|
| 38103 |
+
"part": "SCHEDULES",
|
| 38104 |
+
"division": "",
|
| 38105 |
+
"heading": "Schedule L",
|
| 38106 |
+
"history": "",
|
| 38107 |
+
"last_amended": "2016-12-14",
|
| 38108 |
+
"in_force": "2016-12-14",
|
| 38109 |
+
"status": "repealed",
|
| 38110 |
+
"current_to": "2026-04-28",
|
| 38111 |
+
"citation": "Food and Drug Regs, Schedule L",
|
| 38112 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 38113 |
+
"id": "C.R.C.,_c._870-sched5",
|
| 38114 |
+
"text": "[Repealed]"
|
| 38115 |
+
},
|
| 38116 |
+
{
|
| 38117 |
+
"act_code": "C.R.C.,_c._870",
|
| 38118 |
+
"act_short": "Food and Drug Regs",
|
| 38119 |
+
"act_name": "Food and Drug Regulations",
|
| 38120 |
+
"section": "Schedule M",
|
| 38121 |
+
"marginal_note": "Schedule M",
|
| 38122 |
+
"part": "SCHEDULES",
|
| 38123 |
+
"division": "",
|
| 38124 |
+
"heading": "Schedule M",
|
| 38125 |
+
"history": "",
|
| 38126 |
+
"last_amended": "2016-12-14",
|
| 38127 |
+
"in_force": "2016-12-14",
|
| 38128 |
+
"status": "repealed",
|
| 38129 |
+
"current_to": "2026-04-28",
|
| 38130 |
+
"citation": "Food and Drug Regs, Schedule M",
|
| 38131 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.%2C_c._870/",
|
| 38132 |
+
"id": "C.R.C.,_c._870-sched6",
|
| 38133 |
+
"text": "[Repealed]"
|
| 38134 |
+
},
|
| 38135 |
{
|
| 38136 |
"id": "C.R.C.,_c._870-nif-1",
|
| 38137 |
"act_code": "C.R.C.,_c._870",
|
data/processed/CRC-604.json
ADDED
|
@@ -0,0 +1,724 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"act_code": "CRC-604",
|
| 4 |
+
"act_short": "Import Control List",
|
| 5 |
+
"act_name": "Import Control List",
|
| 6 |
+
"section": "Import Control List",
|
| 7 |
+
"marginal_note": "Import Control List",
|
| 8 |
+
"part": "SCHEDULES",
|
| 9 |
+
"division": "",
|
| 10 |
+
"heading": "Import Control List",
|
| 11 |
+
"history": "",
|
| 12 |
+
"last_amended": "2026-03-01",
|
| 13 |
+
"in_force": "2018-10-25",
|
| 14 |
+
"status": "in force",
|
| 15 |
+
"current_to": "2026-03-02",
|
| 16 |
+
"citation": "Import Control List, Import Control List (part 1 of 36)",
|
| 17 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 18 |
+
"id": "CRC-604-sched1-p1",
|
| 19 |
+
"text": "1 [Repealed, SOR/95-32, s. 1]\n2 and 3 [Repealed, SOR/95-395, s. 1]\n4 [Repealed, SOR/95-32, s. 2]\n5 [Repealed, SOR/89-532, s. 1]\n6 to 9 [Repealed, SOR/95-32, s. 3]\n10 [Repealed, SOR/95-395, s. 1]\n11 [Repealed, SOR/95-32, s. 4]\n12 [Repealed, SOR/85-247, s. 1]\n14 [Repealed, SOR/82-234, s. 1]\n15 [Repealed, SOR/87-17, s. 1]\n17 to 19 [Repealed, SOR/95-32, s. 5]\n20 [Repealed, SOR/86-39, s. 1]\n21 [Repealed, SOR/95-395, s. 1]\n22 [Repealed, SOR/2005-71, s. 1]\n24 to 27 [Repealed, SOR/2005-71, s. 1]\n29 [Repealed, SOR/2005-71, s. 1]\n30 [Repealed, SOR/97-18, s. 1]\n31 [Repealed, SOR/2005-71, s. 1]\n31.1 [Repealed, SOR/82-234, s. 5]\n32 [Repealed, SOR/2005-71, s. 1]\n32.1 [Repealed, SOR/82-234, s. 5]\n34 [Repealed, SOR/2005-71, s. 1]\n35 and 36 [Repealed, SOR/82-234, s. 7]\n37 [Repealed, SOR/2005-71, s. 1]\n38 [Repealed, SOR/82-234, s. 9]\n39 to 47 [Repealed, SOR/2005-71, s. 1]\n48 [Repealed, SOR/82-234, s. 11]\n49 to 52 [Repealed, SOR/2005-71, s. 1]\n56 [Repealed, SOR/97-18, s. 2]\n57 and 58 [Repealed, SOR/2005-71, s. 1]\n59 [Repealed, SOR/88-187, s. 1]\n60 and 61 [Repealed, SOR/2005-71, s. 1]\n62 to 65 [Repealed, SOR/87-17, s. 12]\n66 [Repealed, SOR/82-667, s. 1]\n67 [Repealed, SOR/2005-71, s. 1]\n68 [Repealed, SOR/93-489, s. 1]\n70\n(1) Small arms that are\n(a) rifles;\n(b) carbines;\n(c) revolvers;\n(d) pistols;\n(e) machine pistols; or\n(f) machine guns.\n(2) All components and parts specifically designed for the goods set out in subsection (1).\n71\n(1) Large-calibre armaments or weapons and projectors that are\n(a) guns;\n(b) howitzers;\n(c) cannons;\n(d) mortars;\n(e) tank destroyers;\n(f) rocket or missile launchers;\n(g) military flame-throwers;\n(h) recoilless rifles; or\n(i) military smoke, gas and pyrotechnic projectors."
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"act_code": "CRC-604",
|
| 23 |
+
"act_short": "Import Control List",
|
| 24 |
+
"act_name": "Import Control List",
|
| 25 |
+
"section": "Import Control List",
|
| 26 |
+
"marginal_note": "Import Control List",
|
| 27 |
+
"part": "SCHEDULES",
|
| 28 |
+
"division": "",
|
| 29 |
+
"heading": "Import Control List",
|
| 30 |
+
"history": "",
|
| 31 |
+
"last_amended": "2026-03-01",
|
| 32 |
+
"in_force": "2018-10-25",
|
| 33 |
+
"status": "in force",
|
| 34 |
+
"current_to": "2026-03-02",
|
| 35 |
+
"citation": "Import Control List, Import Control List (part 2 of 36)",
|
| 36 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 37 |
+
"id": "CRC-604-sched1-p2",
|
| 38 |
+
"text": "(2) All components and parts specifically designed for the goods set out in subsection (1).\n72 Tanks and self-propelled guns and all components and parts specifically designed therefor.\n73 Bombs, torpedos, rockets and guided or unguided missiles and all components and parts specifically designed therefor, and any other ammunition for the goods set out in items 70 to 72.\n74\n(1) The following CWC Schedule 1 A toxic chemicals:\n(a) O-Alkyl (equal to or less than C10, including cycloalkyl) alkyl (Methyl, Ethyl, n-Propyl or Isopropyl) - phosphonofluoridates, e.g., Sarin:O-Isopropyl methylphosphonofluoridate, (CAS 107-44-8) and Soman:O-Pinacolyl methylphosphonofluoridate, (CAS 96-64-0);\n(b) O-Alkyl (equal to or less than C10, including cycloalkyl) N,N-dialkyl (Methyl, Ethyl, n-Propyl or Isopropyl) phosphoramidocyanidates, e.g., Tabun: O-Ethyl N,N-dimethyl phosphoramidocyanidate, (CAS 77-81-6);\n(c) O-Alkyl (H or equal to or less than C10, including cycloalkyl) S-2-dialkyl (Methyl, Ethyl, n-Propyl or Isopropyl)-aminoethyl alkyl (Methyl, Ethyl, n-Propyl or Isopropyl) phosphonothiolates and corresponding alkylated or protonated salts, e.g., VX: O-Ethyl S-2-diisopropylaminoethyl methyl phosphonothiolate, (CAS 50782-69-9);\n(d) the following sulphur mustards:\n(i) 2-Chloroethylchloromethylsulphide, (CAS 2625-76-5),\n(ii) Mustard gas: Bis(2-chloroethyl) sulphide, (CAS 505-60-2),\n(iii) Bis(2-chloroethylthio) methane, (CAS 63869-13-6),\n(iv) Sesquimustard: 1,2-Bis(2-chloroethylthio)ethane, (CAS 3563-36-8),\n(v) 1,3-Bis(2-chloroethylthio)-n-propane, (CAS 63905-10-2),\n(vi) 1,4-Bis(2-chloroethylthio)-n-butane, (CAS 142868-93-7),\n(vii) 1,5-Bis(2-chloroethylthio)-n-pentane, (CAS 142868-94-8),\n(viii) Bis(2-chloroethylthiomethyl)ether; (CAS 63918-90-1), and"
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"act_code": "CRC-604",
|
| 42 |
+
"act_short": "Import Control List",
|
| 43 |
+
"act_name": "Import Control List",
|
| 44 |
+
"section": "Import Control List",
|
| 45 |
+
"marginal_note": "Import Control List",
|
| 46 |
+
"part": "SCHEDULES",
|
| 47 |
+
"division": "",
|
| 48 |
+
"heading": "Import Control List",
|
| 49 |
+
"history": "",
|
| 50 |
+
"last_amended": "2026-03-01",
|
| 51 |
+
"in_force": "2018-10-25",
|
| 52 |
+
"status": "in force",
|
| 53 |
+
"current_to": "2026-03-02",
|
| 54 |
+
"citation": "Import Control List, Import Control List (part 3 of 36)",
|
| 55 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 56 |
+
"id": "CRC-604-sched1-p3",
|
| 57 |
+
"text": "(ix) O-Mustard: Bis(2-chloroethylthioethyl)ether, (CAS 63918-89-8);\n(e) the following lewisites:\n(i) Lewisite 1: 2-Chlorovinyldichloroarsine, (CAS 541-25-3),\n(ii) Lewisite 2: Bis(2-chlorovinyl)chloroarsine, (CAS 40334-69-8), and\n(iii) Lewisite 3: Tris(2-chlorovinyl)arsine, (CAS 40334-70-1);\n(f) the following nitrogen mustards:\n(i) HN1: Bis(2-chloroethyl)ethylamine, (CAS 538-07-8),\n(ii) HN2: Bis(2-chloroethyl)methylamine, (CAS 51-75-2), and\n(iii) HN3: Tris(2-chloroethyl)amine, (CAS 555-77-1);\n(g) Saxitoxin, (CAS 35523-89-8);\n(h) Ricin, (CAS 9009-86-3);\n(i) Р-alkyl (H or equal to or less than C10, including cycloalkyl) N-(1-(dialkyl(equal to or less than C10, including cycloalkyl)amino))alkylidene(H or equal to or less than C10, including cycloalkyl) phosphonamidic fluorides and corresponding alkylated or protonated salts; e.g., N-(1-(di-n-decylamino)-n-decylidene)-P-decylphosphonamidic fluoride, (CAS 2387495-99-8) and Methyl-(1-(diethylamino)ethylidene)phosphonamidofluoridate, (CAS 2387496-12-8);\n(j) O-alkyl (H or equal to or less than C10, including cycloalkyl) N-(1-(dialkyl(equal to or less than C10, including cycloalkyl)amino))alkylidene(H or equal to or less than C10, including cycloalkyl) phosphoramidofluoridates and corresponding alkylated or protonated salts; e.g., O-n-Decyl N-(1-(di-n-decylamino)-n-decylidene)phosphoramidofluoridate, (CAS 2387496-00-4); Methyl (1-(diethylamino)ethylidene)phosphoramidofluoridate, (CAS 2387496-04-8) and Ethyl (1-(diethylamino)ethylidene)phosphoramidofluoridate, (CAS 2387496-06-0);\n(k) Methyl-(bis(diethylamino)methylene)phosphonamidofluoridate, (CAS 2387496-14-0); and\n(l) the following carbamates:"
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"act_code": "CRC-604",
|
| 61 |
+
"act_short": "Import Control List",
|
| 62 |
+
"act_name": "Import Control List",
|
| 63 |
+
"section": "Import Control List",
|
| 64 |
+
"marginal_note": "Import Control List",
|
| 65 |
+
"part": "SCHEDULES",
|
| 66 |
+
"division": "",
|
| 67 |
+
"heading": "Import Control List",
|
| 68 |
+
"history": "",
|
| 69 |
+
"last_amended": "2026-03-01",
|
| 70 |
+
"in_force": "2018-10-25",
|
| 71 |
+
"status": "in force",
|
| 72 |
+
"current_to": "2026-03-02",
|
| 73 |
+
"citation": "Import Control List, Import Control List (part 4 of 36)",
|
| 74 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 75 |
+
"id": "CRC-604-sched1-p4",
|
| 76 |
+
"text": "(i) quaternaries of dimethylcarbamoyloxypyridines: 1-[N,N-dialkyl(equal to or less than C10)-N-(n-(hydroxyl, cyano, acetoxy)alkyl(equal to or less than C10)) ammonio]-n-[N-(3-dimethylcarbamoxy-α-picolinyl)-N,N-dialkyl(equal to or less than C10) ammonio]decane dibromide (n=1-8); e.g., 1-[N,N-dimethyl-N-(2-hydroxy)ethylammonio]-10-[N-(3-dimethylcarbamoxy-α-picolinyl)-N,N-dimethylammonio]decane dibromide, (CAS 77104-62-2), and\n(ii) bisquaternaries of dimethylcarbamoyloxypyridines: 1,n-Bis[N-(3-dimethylcarbamoxy-α-picolyl)-N,N-dialkyl(equal to or less than C10) ammonio]-alkane-(2,(n-1)-dione) dibromide (n=2-12); e.g., 1,10-Bis[N-(3-dimethylcarbamoxy-α-picolyl)-N-ethyl-N-methylammonio]decane-2,9-dione dibromide, (CAS 77104-00-8).\n(2) The following CWC Schedule 1 B precursors:\n(a) Alkyl (Me, Et, n-Pr or i-Pr) phosphonyldifluorides, e.g., DF: Methylphosphonyldifluoride, (CAS 676-99-3);\n(b) O-Alkyl (H or equal to or less than C10, including cycloalkyl) O-2-dialkyl (Me, Et, n-Pr or i-Pr)-aminoethyl alkyl (Me, Et, n-Pr or i-Pr) phosphonites and corresponding alkylated or protonated salts, e.g., QL: O-Ethyl O-2-diisopropylaminoethyl methylphosphonite, (CAS 57856-11-8);\n(c) Chlorosarin: O-Isopropyl methylphosphonochloridate, (CAS 1445-76-7); and\n(d) Chlorosoman: O-Pinacolyl methylphosphonochloridate, (CAS 7040-57-5).\n(3) The following CWC Schedule 2 A toxic chemicals:\n(a) Amiton: O,O-Diethyl S-[2-(diethylamino)ethyl] phosphorothiolate, (CAS 78-53-5) and corresponding alkylated or protonated salts;\n(b) PFIB: 1,1,3,3,3-Pentafluoro-2-(trifluoromethyl)-1-propene, (CAS 382-21-8); and\n(c) BZ: 3-Quinuclidinyl benzilate, (CAS 6581-06-2).\n(4) The following CWC Schedule 2 B precursors:"
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"act_code": "CRC-604",
|
| 80 |
+
"act_short": "Import Control List",
|
| 81 |
+
"act_name": "Import Control List",
|
| 82 |
+
"section": "Import Control List",
|
| 83 |
+
"marginal_note": "Import Control List",
|
| 84 |
+
"part": "SCHEDULES",
|
| 85 |
+
"division": "",
|
| 86 |
+
"heading": "Import Control List",
|
| 87 |
+
"history": "",
|
| 88 |
+
"last_amended": "2026-03-01",
|
| 89 |
+
"in_force": "2018-10-25",
|
| 90 |
+
"status": "in force",
|
| 91 |
+
"current_to": "2026-03-02",
|
| 92 |
+
"citation": "Import Control List, Import Control List (part 5 of 36)",
|
| 93 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 94 |
+
"id": "CRC-604-sched1-p5",
|
| 95 |
+
"text": "(a) Chemicals, except for those listed in subsection (1) or (2), containing a phosphorus atom to which is bonded one methyl, ethyl or propyl (normal or iso) group but not further carbon atoms, such as: Dimethyl methylphosphonate, (CAS 756-79-6) or Methylphosphonyl dichloride, (CAS 676-97-1); Note: This paragraph does not include Fonofos: 0-Ethyl S-phenyl ethylphosphonothiolothionate, (CAS 944-22-9);\n(b) N,N-Dialkyl (Me, Et, n-Pr or i-Pr) phosphoramidic dihalides;\n(c) Dialkyl (Me, Et, n-Pr or i-Pr) N,N-Dialkyl (Me, Et, n-Pr or i-Pr)-phosphoramidates;\n(d) Arsenic trichloride, (CAS 7784-34-1);\n(e) 2,2-diphenyl-2-hydroxyacetic acid, (CAS 76-93-7);\n(f) Quinuclidin-3-ol, (CAS 1619-34-7);\n(g) N,N-Dialkyl (Me, Et, n-Pr or i-Pr) aminoethyl-2-chlorides and corresponding protonated salts;\n(h) N,N-Dialkyl (Me, Et, n-Pr or i-Pr) aminoethane-2-ols and corresponding protonated salts, but not including\n(i) N,N-Dimethylaminoethanol, (CAS 108-01-0) and corresponding protonated salts, or\n(ii) N,N-Diethylaminoethanol, (CAS 100-37-8) and corresponding protonated salts;\n(i) N,N-Dialkyl (Me, Et, n-Pr or i-Pr)aminoethane-2-thiols and corresponding protonated salts;\n(j) Thiodiglycol: Bis(2-hydroxyethyl)sulfide, (CAS 111-48-8); and\n(k) Pinacolyl alcohol: 3,3-Dimethylbutan-2-ol, (CAS 464-07-3).\n(5) The following CWC Schedule 3 A toxic chemicals:\n(a) Phosgene: Carbonyl dichloride, (CAS 75-44-5);\n(b) Cyanogen chloride, (CAS 506-77-4);\n(c) Hydrogen cyanide, (CAS 74-90-8);\n(d) Chloropicrin: Trichloronitromethane, (CAS 76-06-2).\n(6) The following CWC Schedule 3 B precursors:\n(a) Phosphorus oxychloride, (CAS 10025-87-3);\n(b) Phosphorus trichloride, (CAS 7719-12-2);\n(c) Phosphorus pentachloride, (CAS 10026-13-8);\n(d) Trimethyl phosphite, (CAS 121-45-9);\n(e) Triethyl phosphite, (CAS 122-52-1);"
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"act_code": "CRC-604",
|
| 99 |
+
"act_short": "Import Control List",
|
| 100 |
+
"act_name": "Import Control List",
|
| 101 |
+
"section": "Import Control List",
|
| 102 |
+
"marginal_note": "Import Control List",
|
| 103 |
+
"part": "SCHEDULES",
|
| 104 |
+
"division": "",
|
| 105 |
+
"heading": "Import Control List",
|
| 106 |
+
"history": "",
|
| 107 |
+
"last_amended": "2026-03-01",
|
| 108 |
+
"in_force": "2018-10-25",
|
| 109 |
+
"status": "in force",
|
| 110 |
+
"current_to": "2026-03-02",
|
| 111 |
+
"citation": "Import Control List, Import Control List (part 6 of 36)",
|
| 112 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 113 |
+
"id": "CRC-604-sched1-p6",
|
| 114 |
+
"text": "(f) Dimethyl phosphite, (CAS 868-85-9);\n(g) Diethyl phosphite, (CAS 762-04-9);\n(h) Sulfur monochloride, (CAS 10025-67-9);\n(i) Sulfur dichloride, (CAS 10545-99-0);\n(j) Thionyl chloride, (CAS 7719-09-7);\n(k) Ethyldiethanolamine, (CAS 139-87-7);\n(l) Methyldiethanolamine, (CAS 105-59-9); and\n(m) Triethanolamine, (CAS 102-71-6).\n(7) Mixtures containing any quantity of toxic chemicals or precursors listed in subsection (1) or (2).\n(8) Mixtures containing any quantity of toxic chemicals or precursors listed in subsections (3) to (6), unless the listed chemical or precursor is an ingredient in a product identified as a consumer good packaged for retail sale to be used for personal purposes.\n(9) In this section, CWC means the Convention on the Prohibition of the Development, Production, Stockpiling and Use of Chemical Weapons and on their Destruction, adopted in Geneva on September 3, 1992 by the Organisation for the Prohibition of Chemical Weapons (known as the Chemical Weapons Convention).\n(10) For the purposes of this section, the acronym “CAS” refers to the Chemical Abstracts Service Registry number for a chemical as listed in the Chemical Abstracts Service Registry Handbook published by the American Chemical Society, Washington, D.C.\n80 Carbon steel products including semi-finished products (ingots, blooms, billets, slabs and sheet bars), plate, sheet and strip, wire rods, wire and wire products, railway-type products, bars, structural shapes and units, pipes and tubes, but excluding the specialty steel products referred to in item 81."
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"act_code": "CRC-604",
|
| 118 |
+
"act_short": "Import Control List",
|
| 119 |
+
"act_name": "Import Control List",
|
| 120 |
+
"section": "Import Control List",
|
| 121 |
+
"marginal_note": "Import Control List",
|
| 122 |
+
"part": "SCHEDULES",
|
| 123 |
+
"division": "",
|
| 124 |
+
"heading": "Import Control List",
|
| 125 |
+
"history": "",
|
| 126 |
+
"last_amended": "2026-03-01",
|
| 127 |
+
"in_force": "2018-10-25",
|
| 128 |
+
"status": "in force",
|
| 129 |
+
"current_to": "2026-03-02",
|
| 130 |
+
"citation": "Import Control List, Import Control List (part 7 of 36)",
|
| 131 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 132 |
+
"id": "CRC-604-sched1-p7",
|
| 133 |
+
"text": "81 Specialty steel products: stainless steel flat-rolled products (sheet, strip and plate), stainless steel bar, stainless steel pipe and tube, stainless steel wire and wire products, stainless steel in ingots or other primary forms, semi-finished products of stainless steel, alloy tool steel, mold steel and high-speed steel.\n82\n(1) Steel goods that are classified under a tariff classification number set out in column 4 of Schedule 1 or column 4 of Schedule 2 to the Order Imposing a Surtax on the Importation of Certain Steel Goods, as those columns read on the day on which the Order Amending the Import Control List (2025-2) came into force, and that are neither referred to in section 3 of the Order Imposing a Surtax on the Importation of Certain Steel Goods nor imported in a quantity that exceeds the applicable limit established under that Order.\n(2) Steel goods that are classified under a tariff item of Chapter 99 of the List of Tariff Provisions set out in the schedule to the Customs Tariff and that are otherwise classifiable under a tariff item referred to in subsection (1).\n83 Aluminum products: alloyed and not alloyed unwrought aluminum products, and wrought aluminum products limited to bars, rods, profiles, wires, plates, sheets, strips, foils, tubes and pipes, tube and pipe fittings and other articles of castings and forgings.\n84 [Repealed, SOR/95-32, s. 6]\n85\n(1) Apparel goods that\n(a) are both cut or knit to shape and sewn or otherwise assembled in Mexico or the United States from fabric or yarn produced or obtained outside the free trade area;\n(b) are not included in another item\nin this List; and\n(c) are eligible for a tariff preference level benefit established in Section C of Annex 6-A of Chapter 6 of CUSMA."
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"act_code": "CRC-604",
|
| 137 |
+
"act_short": "Import Control List",
|
| 138 |
+
"act_name": "Import Control List",
|
| 139 |
+
"section": "Import Control List",
|
| 140 |
+
"marginal_note": "Import Control List",
|
| 141 |
+
"part": "SCHEDULES",
|
| 142 |
+
"division": "",
|
| 143 |
+
"heading": "Import Control List",
|
| 144 |
+
"history": "",
|
| 145 |
+
"last_amended": "2026-03-01",
|
| 146 |
+
"in_force": "2018-10-25",
|
| 147 |
+
"status": "in force",
|
| 148 |
+
"current_to": "2026-03-02",
|
| 149 |
+
"citation": "Import Control List, Import Control List (part 8 of 36)",
|
| 150 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 151 |
+
"id": "CRC-604-sched1-p8",
|
| 152 |
+
"text": "(2) The definitions in this subitem apply in this item.\napparel goods means the following goods in the List of Tariff Provisions set out in the schedule to the Customs Tariff:\n(a) goods provided for in Chapters 61 and 62; and\n(b) goods classified under heading 96.19 that are of textile material other than wadding. (vêtements)\nCanada means the land mass of Canada, the internal waters and the territorial sea. (Canada)\nfree-trade area means the area comprising Canada, Mexico and the United States. (zone de libre-échange)\nMexico has the same meaning as in subsection 2(1) of the Customs Tariff. (Mexique)\nUnited States has the same meaning as in subsection 2(1) of the Customs Tariff. (États-Unis)\n86 [Repealed, SOR/2005-71, s. 1]\n86.1\n(1) Cotton or man-made fibre yarn that is classified under heading Nos. 52.05 to 52.07 or 55.09 to 55.11 in the List of Tariff Provisions set out in the schedule to the Customs Tariff that\n(a) is spun in Mexico or the United States from fibre classified under heading Nos. 52.01 to 52.03 or 55.01 to 55.07 in the List of Tariff Provisions set out in the schedule to the Customs Tariff and produced or obtained outside the free trade area;\n(b) is not included in another item in this List; and\n(c) are eligible for a tariff preference level benefit established in Section C of Annex 6-A of Chapter 6 of CUSMA.\n(1.1) Metallized yarn that is classified under subheading 5605.00 in the List of Tariff Provisions set out in the schedule to the Customs Tariff that\n(a) is formed in the United States from fibres obtained outside the free trade area;\n(b) is not included in another item in this List; and\n(c) is eligible for a tariff preference level benefit established in Section C of Annex 6-A of Chapter 6 of CUSMA."
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"act_code": "CRC-604",
|
| 156 |
+
"act_short": "Import Control List",
|
| 157 |
+
"act_name": "Import Control List",
|
| 158 |
+
"section": "Import Control List",
|
| 159 |
+
"marginal_note": "Import Control List",
|
| 160 |
+
"part": "SCHEDULES",
|
| 161 |
+
"division": "",
|
| 162 |
+
"heading": "Import Control List",
|
| 163 |
+
"history": "",
|
| 164 |
+
"last_amended": "2026-03-01",
|
| 165 |
+
"in_force": "2018-10-25",
|
| 166 |
+
"status": "in force",
|
| 167 |
+
"current_to": "2026-03-02",
|
| 168 |
+
"citation": "Import Control List, Import Control List (part 9 of 36)",
|
| 169 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 170 |
+
"id": "CRC-604-sched1-p9",
|
| 171 |
+
"text": "(2) In this item, free trade area, Mexico and United States have the same meaning as in subitem 85(2).\n86.2\n(1) Cotton or man-made fibre fabric and cotton or man-made fibre made-up textile goods provided for in Chapters 52 to 55, excluding goods containing 36% or more by weight of wool or fine animal hair, and in Chapters 58, 60 and 63 in the List of Tariff Provisions set out in the schedule to the Customs Tariff that\n(a) are woven or knit in Mexico or the United States from yarn produced or obtained outside the free trade area, or that are woven or knit in Mexico or the United States from yarn produced in the free trade area from fibre produced or obtained outside the free trade area, or that are knit in Mexico or the United States from yarn spun in the free trade area from fibre produced or obtained outside the free trade area;\n(b) are not included in another item in this List; and\n(c) are eligible for a tariff preference level benefit established in Section C of Annex 6-A of Chapter 6 of CUSMA.\n(2) In this item, free trade area, Mexico and United States have the same meaning as in subitem 85(2).\n86.3\n(1) Goods provided for in subheadings 9404.40 and 9404.90 in the List of Tariff Provisions set out in the schedule to the Customs Tariff that"
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"act_code": "CRC-604",
|
| 175 |
+
"act_short": "Import Control List",
|
| 176 |
+
"act_name": "Import Control List",
|
| 177 |
+
"section": "Import Control List",
|
| 178 |
+
"marginal_note": "Import Control List",
|
| 179 |
+
"part": "SCHEDULES",
|
| 180 |
+
"division": "",
|
| 181 |
+
"heading": "Import Control List",
|
| 182 |
+
"history": "",
|
| 183 |
+
"last_amended": "2026-03-01",
|
| 184 |
+
"in_force": "2018-10-25",
|
| 185 |
+
"status": "in force",
|
| 186 |
+
"current_to": "2026-03-02",
|
| 187 |
+
"citation": "Import Control List, Import Control List (part 10 of 36)",
|
| 188 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 189 |
+
"id": "CRC-604-sched1-p10",
|
| 190 |
+
"text": "(a) are finished, cut and sewn or otherwise assembled in Mexico or the United States from fabrics of subheadings 5208.11 to 5208.29, 5209.11 to 5209.29, 5210.11 to 5210.29, 5211.11 to 5211.20, 5212.11, 5212.12, 5212.21, 5212.22, 5407.41, 5407.51, 5407.71, 5407.81, 5407.91, 5408.21, 5408.31, 5512.11, 5512.21, 5512.91, 5513.11 to 5513.19, 5514.11 to 5514.19, 5516.11, 5516.21, 5516.31, 5516.41 or 5516.91 in the List of Tariff Provisions set out in the schedule to the Customs Tariff that are produced or obtained outside the free trade area;\n(b) are not included in another item in this List; and\n(c) are eligible for a tariff preference level benefit established in Section C of Annex 6-A of Chapter 6 of CUSMA.\n(2) In this item, free trade area, Mexico and United States have the same meaning as in subitem 85(2).\n86.4\n(1) Apparel goods that\n(a) are both cut or knit to shape and sewn or otherwise assembled in Chile from fabric or yarn produced or obtained outside Chile and Canada;\n(b) are not included in another item in this List; and\n(c) are eligible for a tariff preference level benefit established in Appendix 5.1 of Annex C 00 B of CCFTA.\n(2) The definition in this subitem applies in this item.\napparel goods means goods provided for in Chapters 61 and 62 in the List of Tariff Provisions set out in the schedule to the Customs Tariff. (vêtements)\n86.5 Cotton or man-made fibre yarn that is classified under heading Nos. 52.05 to 52.07 or 55.09 to 55.11 in the List of Tariff Provisions set out in the schedule to the Customs Tariff that\n(a) is spun in Chile from fibre classified under heading Nos. 52.01 to 52.03 or 55.01 to 55.07 in the List of Tariff Provisions set out in the schedule to the Customs Tariff and produced or obtained outside Chile and Canada;"
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"act_code": "CRC-604",
|
| 194 |
+
"act_short": "Import Control List",
|
| 195 |
+
"act_name": "Import Control List",
|
| 196 |
+
"section": "Import Control List",
|
| 197 |
+
"marginal_note": "Import Control List",
|
| 198 |
+
"part": "SCHEDULES",
|
| 199 |
+
"division": "",
|
| 200 |
+
"heading": "Import Control List",
|
| 201 |
+
"history": "",
|
| 202 |
+
"last_amended": "2026-03-01",
|
| 203 |
+
"in_force": "2018-10-25",
|
| 204 |
+
"status": "in force",
|
| 205 |
+
"current_to": "2026-03-02",
|
| 206 |
+
"citation": "Import Control List, Import Control List (part 11 of 36)",
|
| 207 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 208 |
+
"id": "CRC-604-sched1-p11",
|
| 209 |
+
"text": "(b) is not included in another item in this List;\n(c) are eligible for a tariff preference level benefit established in Appendix 5.1 of Annex C 00 B of CCFTA.\n86.6 Cotton or man-made fibre fabric and cotton or man-made fibre made-up textile goods provided for in Chapters 52 to 55, excluding goods containing 36% or more by weight of wool or fine animal hair, and in Chapters 58, 60 and 63 in the List of Tariff Provisions set out in the schedule to the Customs Tariff that\n(a) are woven or knit in Chile from yarn produced or obtained outside Chile and Canada, or knit in Chile from yarn spun in Chile or Canada from fibre produced or obtained outside Chile and Canada;\n(b) are not included in another item in this List; and\n(c) are eligible for a tariff preference level benefit established in Appendix 5.1 of Annex C 00 B of CCFTA.\n86.7 Goods provided for in subheadings 9404.40 and 9404.90 in the List of Tariff Provisions set out in the schedule to the Customs Tariff that\n(a) are finished and cut and sewn or otherwise assembled in Chile from fabrics of subheadings 5208.11 to 5208.29, 5209.11 to 5209.29, 5210.11 to 5210.29, 5211.11 to 5211.29, 5212.11, 5212.12, 5212.21, 5212.22, 5407.41, 5407.51, 5407.71, 5407.81, 5407.91, 5408.21, 5408.31, 5512.11, 5512.21, 5512.91, 5513.11 to 5513.19, 5514.11 to 5514.19, 5516.11, 5516.21, 5516.31, 5516.41 or 5516.91 in the List of Tariff Provisions set out in the schedule to the Customs Tariff that are produced or obtained outside Chile and Canada;\n(b) are not included in another item in this List; and\n(c) are eligible for a tariff preference level benefit established in Appendix 5.1 of Annex C 00 B of CCFTA."
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"act_code": "CRC-604",
|
| 213 |
+
"act_short": "Import Control List",
|
| 214 |
+
"act_name": "Import Control List",
|
| 215 |
+
"section": "Import Control List",
|
| 216 |
+
"marginal_note": "Import Control List",
|
| 217 |
+
"part": "SCHEDULES",
|
| 218 |
+
"division": "",
|
| 219 |
+
"heading": "Import Control List",
|
| 220 |
+
"history": "",
|
| 221 |
+
"last_amended": "2026-03-01",
|
| 222 |
+
"in_force": "2018-10-25",
|
| 223 |
+
"status": "in force",
|
| 224 |
+
"current_to": "2026-03-02",
|
| 225 |
+
"citation": "Import Control List, Import Control List (part 12 of 36)",
|
| 226 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 227 |
+
"id": "CRC-604-sched1-p12",
|
| 228 |
+
"text": "86.8 Wool fabric and wool made-up textile goods provided for in Chapters 51 to 55, containing 36% or more by weight of wool or fine animal hair, and in Chapters 58, 60 and 63 in the List of Tariff Provisions set out in the schedule to the Customs Tariff that\n(a) are woven or knit in Chile from yarn produced or obtained outside Chile and Canada, or knit in Chile from yarn spun in Chile or Canada from fibre produced or obtained outside Chile and Canada;\n(b) are not included in another item in this List; and\n(c) are eligible for a tariff preference level benefit established in Appendix 5.1 of Annex C 00 B of CCFTA.\n86.9\n(1) Apparel goods that\n(a) are both cut or knit to shape and sewn or otherwise assembled in Costa Rica from fabric or yarn produced or obtained outside Costa Rica and Canada;\n(b) are not included in another item in this List; and\n(c) are eligible for a tariff preference level benefit established in Appendix III 1.6.1 of Annex III.1 of CCRFTA.\n(2) In this item apparel goods means goods provided for in chapters 61 and 62 in the list of Tariff provisions set out in the schedule to the Customs Tariff.\n86.91 Cotton or man-made fibre yarn that is classified under heading Nos. 52.05 to 52.07 or 55.09 to 55.11 in the List of Tariff Provisions set out in the schedule to the Customs Tariff that\n(a) is spun in Costa Rica from fibre classified under heading Nos. 52.01 to 52.03 or 55.01 to 55.07 in the List of Tariff Provisions set out in the schedule to the Customs Tariff and produced or obtained outside Costa Rica and Canada;\n(b) is not included in another item in this List; and\n(c) are eligible for a tariff preference level benefit established in Appendix III 1.6.1 of Annex III.1 of CCRFTA."
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"act_code": "CRC-604",
|
| 232 |
+
"act_short": "Import Control List",
|
| 233 |
+
"act_name": "Import Control List",
|
| 234 |
+
"section": "Import Control List",
|
| 235 |
+
"marginal_note": "Import Control List",
|
| 236 |
+
"part": "SCHEDULES",
|
| 237 |
+
"division": "",
|
| 238 |
+
"heading": "Import Control List",
|
| 239 |
+
"history": "",
|
| 240 |
+
"last_amended": "2026-03-01",
|
| 241 |
+
"in_force": "2018-10-25",
|
| 242 |
+
"status": "in force",
|
| 243 |
+
"current_to": "2026-03-02",
|
| 244 |
+
"citation": "Import Control List, Import Control List (part 13 of 36)",
|
| 245 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 246 |
+
"id": "CRC-604-sched1-p13",
|
| 247 |
+
"text": "86.92 Cotton or man-made fibre fabric and cotton or man-made fibre made-up textile goods provided for in Chapters 52 to 55, excluding goods containing 36% or more by weight of wool or fine animal hair, and in Chapters 58, 60 and 63 in the List of Tariff Provisions set out in the schedule to the Customs Tariff that\n(a) are woven or knit in Costa Rica from yarn produced or obtained outside Costa Rica and Canada, or knit in Costa Rica from yarn spun in Costa Rica or Canada from fibre produced or obtained outside Costa Rica and Canada;\n(b) are not included in another item in this List; and\n(c) are eligible for a tariff preference level benefit established in Appendix III 1.6.1 of Annex III.1 of CCRFTA.\n86.93 Goods provided for in subheadings 9404.40 and 9404.90 in the List of Tariff Provisions set out in the schedule to the Customs Tariff that\n(a) are finished and cut and sewn or otherwise assembled in Costa Rica from fabrics of subheadings 5208.11 to 5208.29, 5209.11 to 5209.29, 5210.11 to 5210.29, 5211.11 to 5211.29, 5212.11, 5212.12, 5212.21, 5212.22, 5407.41, 5407.51, 5407.71, 5407.81, 5407.91, 5408.21, 5408.31, 5512.11, 5512.21, 5512.91, 5513.11 to 5513.19, 5514.11 to 5514.19, 5516.11, 5516.21, 5516.31, 5516.41 or 5516.91 in the List of Tariff Provisions set out in the schedule to the Customs Tariff that are produced or obtained outside Costa Rica and Canada;\n(b) are not included in another item in this List; and\n(c) are eligible for a tariff preference level benefit established in Appendix III 1.6.1 of Annex III.1 of CCRFTA."
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"act_code": "CRC-604",
|
| 251 |
+
"act_short": "Import Control List",
|
| 252 |
+
"act_name": "Import Control List",
|
| 253 |
+
"section": "Import Control List",
|
| 254 |
+
"marginal_note": "Import Control List",
|
| 255 |
+
"part": "SCHEDULES",
|
| 256 |
+
"division": "",
|
| 257 |
+
"heading": "Import Control List",
|
| 258 |
+
"history": "",
|
| 259 |
+
"last_amended": "2026-03-01",
|
| 260 |
+
"in_force": "2018-10-25",
|
| 261 |
+
"status": "in force",
|
| 262 |
+
"current_to": "2026-03-02",
|
| 263 |
+
"citation": "Import Control List, Import Control List (part 14 of 36)",
|
| 264 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 265 |
+
"id": "CRC-604-sched1-p14",
|
| 266 |
+
"text": "86.94 Wool fabric and wool made-up textile goods provided for in Chapters 51 to 55, containing 36% or more by weight of wool or fine animal hair, and in Chapters 58, 60 and 63 in the List of Tariff Provisions set out in the schedule to the Customs Tariff that\n(a) are woven or knit in Costa Rica from yarn produced or obtained outside Costa Rica and Canada, or knit in Costa Rica from yarn spun in Costa Rica or Canada from fibre produced or obtained outside Costa Rica and Canada;\n(b) are not included in another item in this List; and\n(c) are eligible for a tariff preference level benefit established in Appendix III 1.6.1 of Annex III.1 of CCRFTA.\n86.95\n(1) Apparel goods that\n(a) are both cut or knit to shape and sewn or otherwise assembled in Honduras from fabric or yarn produced or obtained outside Honduras and Canada;\n(b) are not included in another item in this List; and\n(c) are eligible for a tariff preference level benefit established in section 5 of Annex 3.1 of CHFTA.\n(2) In this item, apparel goods means goods provided for in Chapters 61 and 62 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n86.96 Fabric and made-up textile goods provided for in Chapters 51 to 55, 58, 60 and 63 in the List of Tariff Provisions set out in the schedule to the Customs Tariff that\n(a) are woven or knit in Honduras from yarn produced or obtained outside Honduras and Canada, or knit in Honduras from yarn spun in Honduras or Canada from fibre or filaments produced or obtained outside Honduras and Canada;\n(b) are not included in another item in this List; and\n(c) are eligible for a tariff preference level benefit established in section 5 of Annex 3.1 of CHFTA."
|
| 267 |
+
},
|
| 268 |
+
{
|
| 269 |
+
"act_code": "CRC-604",
|
| 270 |
+
"act_short": "Import Control List",
|
| 271 |
+
"act_name": "Import Control List",
|
| 272 |
+
"section": "Import Control List",
|
| 273 |
+
"marginal_note": "Import Control List",
|
| 274 |
+
"part": "SCHEDULES",
|
| 275 |
+
"division": "",
|
| 276 |
+
"heading": "Import Control List",
|
| 277 |
+
"history": "",
|
| 278 |
+
"last_amended": "2026-03-01",
|
| 279 |
+
"in_force": "2018-10-25",
|
| 280 |
+
"status": "in force",
|
| 281 |
+
"current_to": "2026-03-02",
|
| 282 |
+
"citation": "Import Control List, Import Control List (part 15 of 36)",
|
| 283 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 284 |
+
"id": "CRC-604-sched1-p15",
|
| 285 |
+
"text": "86.97 Goods provided for in subheadings 9404.40 and 9404.90 in the List of Tariff Provisions set out in the schedule to the Customs Tariff that\n(a) are finished and cut and sewn or otherwise assembled in Honduras from fabric or yarn produced or obtained outside Honduras and Canada;\n(b) are not included in another item in this List; and\n(c) are eligible for a tariff preference level benefit established in section 5 of Annex 3.1 of CHFTA.\n86.98 Textile goods classified under headings and subheadings 5007.20, 5111.30, 51.12, 5208.39, 5401.10, 5402.11, 54.04, 54.07, 56.03, 5607.41, 5607.49, 5702.42, 5703.20, 5703.21, 5703.29, 5704.90, 59.03, 5904.10, 5910.00, 59.11, 6302.21, 6302.31 and 6302.91 in the List of Tariff Provisions set out in the schedule to the Customs Tariff that\n(a) originate in an EU country or other CETA beneficiary or in a CUKTCA beneficiary and comply with the product description and sufficient production criteria referred to in Table C.3 of Annex 5-A to Annex 5 of the Protocol on Rules of Origin and Origin Procedures of CETA or incorporated by reference in CUKTCA;\n(b) are not included in another item in this List; and\n(c) are eligible for tariff elimination in accordance with the schedules set out in Annex 2-A of CETA or Annex 2-A to Annex B of CUKTCA.\n86.99 Apparel goods classified under headings and subheadings 6105.10, 61.06, 61.09, 61.10, 61.14, 61.15, 6202.11, 6202.20, 6202.40, 6202.93, 6203.11, 6203.12 to 6203.49, 62.04, 6205.20, 62.10, 62.11 and 62.12 in the List of Tariff Provisions set out in the schedule to the Customs Tariff that"
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"act_code": "CRC-604",
|
| 289 |
+
"act_short": "Import Control List",
|
| 290 |
+
"act_name": "Import Control List",
|
| 291 |
+
"section": "Import Control List",
|
| 292 |
+
"marginal_note": "Import Control List",
|
| 293 |
+
"part": "SCHEDULES",
|
| 294 |
+
"division": "",
|
| 295 |
+
"heading": "Import Control List",
|
| 296 |
+
"history": "",
|
| 297 |
+
"last_amended": "2026-03-01",
|
| 298 |
+
"in_force": "2018-10-25",
|
| 299 |
+
"status": "in force",
|
| 300 |
+
"current_to": "2026-03-02",
|
| 301 |
+
"citation": "Import Control List, Import Control List (part 16 of 36)",
|
| 302 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 303 |
+
"id": "CRC-604-sched1-p16",
|
| 304 |
+
"text": "(a) originate in an EU country or other CETA beneficiary or in a CUKTCA beneficiary and comply with the product description and sufficient production criteria referred to in Table C.4 of Annex 5-A to Annex 5 of the Protocol on Rules of Origin and Origin Procedures of CETA or incorporated by reference in CUKTCA;\n(b) are not included in another item in this List; and\n(c) are eligible for tariff elimination in accordance with the schedules set out in Annex 2-A of CETA or Annex 2-A to Annex B of CUKTCA.\n87 and 88 [Repealed, SOR/95-32, s. 7]\n89 [Repealed, SOR/91-97, s. 2]\n90 [Repealed, SOR/2012-258, s. 2]\n91\n(1) Firearms and devices that are\n(a) prohibited firearms described in paragraph (c) or (d) of the definition prohibited firearm in subsection 84(1) of the Criminal Code; and\n(b) prohibited devices described in paragraph (b) of the definition prohibited device in subsection 84(1) of the Criminal Code.\n(2) Any part that is a piece of the action of a prohibited firearm referred to in paragraph (1)(a), including the bolt or bolt-carrier, that is designed to enable a prohibited firearm to discharge bullets in rapid succession during one pressure of the trigger, whether or not the part permits the discharge to be limited to a single bullet for each such pressure, and any assembly or sub-assembly that contains one or more of those parts.\n92 [Repealed, SOR/94-647, s. 1]\n93 [Repealed, SOR/2005-71, s. 1]\n94 Live broilers for domestic production, being fowls of the species Gallus domesticus, and weighing not more than 185 g, that are classified under tariff item No. 0105.11.21 or 0105.11.22 in the List of Tariff Provisions set out in the schedule to the Customs Tariff."
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"act_code": "CRC-604",
|
| 308 |
+
"act_short": "Import Control List",
|
| 309 |
+
"act_name": "Import Control List",
|
| 310 |
+
"section": "Import Control List",
|
| 311 |
+
"marginal_note": "Import Control List",
|
| 312 |
+
"part": "SCHEDULES",
|
| 313 |
+
"division": "",
|
| 314 |
+
"heading": "Import Control List",
|
| 315 |
+
"history": "",
|
| 316 |
+
"last_amended": "2026-03-01",
|
| 317 |
+
"in_force": "2018-10-25",
|
| 318 |
+
"status": "in force",
|
| 319 |
+
"current_to": "2026-03-02",
|
| 320 |
+
"citation": "Import Control List, Import Control List (part 17 of 36)",
|
| 321 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 322 |
+
"id": "CRC-604-sched1-p17",
|
| 323 |
+
"text": "95 Hatching eggs, for broilers, of fowls of the species Gallus domesticus, that are classified under tariff item No. 0407.11.11 or 0407.11.12 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n96 Live fowls of the species Gallus domesticus (other than those for breeding purposes and other than started pullets and spent fowls), weighing more than 185 g, that are classified under tariff item No. 0105.94.91 or 0105.94.92, in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n97 Meat and edible offal of fowls of the species Gallus Domesticus, fresh, chilled or frozen, not cut in pieces (other than spent fowls), that are classified under tariff item No. 0207.11.91, 0207.11.92, 0207.12.91 or 0207.12.92 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n98 Cuts of meat and edible offal, including livers, of fowls of the species Gallus Domesticus, fresh, chilled or frozen (other than spent fowls), that are classified under tariff item No. 0207.13.91, 0207.13.92 (bone in), 0207.13.93 (boneless), 0207.14.21, 0207.14.22, 0207.14.91, 0207.14.92 (bone in) or 0207.14.93 (boneless) in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n99 Fat of fowls (not rendered or otherwise extracted) of the species Gallus domesticus, fresh, chilled or frozen, salted, in brine, dried or smoked, that is classified under tariff item No. 0209.90.10 or 0209.90.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff."
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"act_code": "CRC-604",
|
| 327 |
+
"act_short": "Import Control List",
|
| 328 |
+
"act_name": "Import Control List",
|
| 329 |
+
"section": "Import Control List",
|
| 330 |
+
"marginal_note": "Import Control List",
|
| 331 |
+
"part": "SCHEDULES",
|
| 332 |
+
"division": "",
|
| 333 |
+
"heading": "Import Control List",
|
| 334 |
+
"history": "",
|
| 335 |
+
"last_amended": "2026-03-01",
|
| 336 |
+
"in_force": "2018-10-25",
|
| 337 |
+
"status": "in force",
|
| 338 |
+
"current_to": "2026-03-02",
|
| 339 |
+
"citation": "Import Control List, Import Control List (part 18 of 36)",
|
| 340 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 341 |
+
"id": "CRC-604-sched1-p18",
|
| 342 |
+
"text": "100 Meat of fowls of the species Gallus Domesticus, salted, in brine, dried or smoked, that is classified under tariff item No. 0210.99.11, 0210.99.12 (bone in) or 0210.99.13 (boneless) in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n101 Sausages and similar products, made from meat, meat offal or blood of fowls of the species Gallus Domesticus, and food preparations based on those products (other than in cans or glass jars or made from spent fowls), that are classified under tariff item No. 1601.00.21 or 1601.00.22 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n102 Prepared or preserved liver paste, made from fowls of the species Gallus Domesticus (other than in cans or glass jars), that is classified under tariff item No. 1602.20.21 or 1602.20.22 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n103 Prepared meals, made from fowls of the species Gallus Domesticus (other than specially defined mixtures and meals made from spent fowls), that are classified under tariff item No. 1602.32.12, 1602.32.13 (bone in) or 1602.32.14 (boneless) in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n104 Prepared or preserved meat or meat offal of fowls of the species Gallus Domesticus (other than prepared meals, fowls of the species Gallus Domesticus in cans or glass jars, specially defined mixtures and products made from spent fowls) that is classified under tariff item No. 1602.32.93, 1602.32.94 (bone in) or 1602.32.95 (boneless) in the List of Tariff Provisions set out in the schedule to the Customs Tariff."
|
| 343 |
+
},
|
| 344 |
+
{
|
| 345 |
+
"act_code": "CRC-604",
|
| 346 |
+
"act_short": "Import Control List",
|
| 347 |
+
"act_name": "Import Control List",
|
| 348 |
+
"section": "Import Control List",
|
| 349 |
+
"marginal_note": "Import Control List",
|
| 350 |
+
"part": "SCHEDULES",
|
| 351 |
+
"division": "",
|
| 352 |
+
"heading": "Import Control List",
|
| 353 |
+
"history": "",
|
| 354 |
+
"last_amended": "2026-03-01",
|
| 355 |
+
"in_force": "2018-10-25",
|
| 356 |
+
"status": "in force",
|
| 357 |
+
"current_to": "2026-03-02",
|
| 358 |
+
"citation": "Import Control List, Import Control List (part 19 of 36)",
|
| 359 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 360 |
+
"id": "CRC-604-sched1-p19",
|
| 361 |
+
"text": "105 Live turkeys, weighing more than 185 g, that are classified under tariff item No. 0105.99.11 or 0105.99.12 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n106 Meat and edible offal of turkeys, fresh, chilled or frozen, not cut in pieces, that are classified under tariff item No. 0207.24.11, 0207.24.12, 0207.24.91, 0207.24.92, 0207.25.11, 0207.25.12, 0207.25.91 or 0207.25.92 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n107 Cuts of meat and edible offal, including livers, of turkeys, fresh, chilled or frozen, that are classified under tariff item No. 0207.26.10, 0207.26.20 (bone in), 0207.26.30 (boneless), 0207.27.11, 0207.27.12, 0207.27.91, 0207.27.92 (bone in) or 0207.27.93 (boneless) in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n108 Turkey fat (not rendered or otherwise extracted), fresh, chilled or frozen, salted, in brine, dried or smoked, that is classified under tariff item No. 0209.90.30 or 0209.90.40 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n109 Meat of turkeys, salted, in brine, dried or smoked, that is classified under tariff item No. 0210.99.14, 0210.99.15 (bone in) or 0210.99.16 (boneless) in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n110 Sausages and similar products, made from meat, meat offal or blood of turkeys, and food preparations based on those products (other than in cans or glass jars), that are classified under tariff item No. 1601.00.31 or 1601.00.32 in the List of Tariff Provisions set out in the schedule to the Customs Tariff."
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"act_code": "CRC-604",
|
| 365 |
+
"act_short": "Import Control List",
|
| 366 |
+
"act_name": "Import Control List",
|
| 367 |
+
"section": "Import Control List",
|
| 368 |
+
"marginal_note": "Import Control List",
|
| 369 |
+
"part": "SCHEDULES",
|
| 370 |
+
"division": "",
|
| 371 |
+
"heading": "Import Control List",
|
| 372 |
+
"history": "",
|
| 373 |
+
"last_amended": "2026-03-01",
|
| 374 |
+
"in_force": "2018-10-25",
|
| 375 |
+
"status": "in force",
|
| 376 |
+
"current_to": "2026-03-02",
|
| 377 |
+
"citation": "Import Control List, Import Control List (part 20 of 36)",
|
| 378 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 379 |
+
"id": "CRC-604-sched1-p20",
|
| 380 |
+
"text": "111 Prepared or preserved liver paste, made from turkeys (other than in cans or glass jars), that is classified under tariff item No. 1602.20.31 or 1602.20.32 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n112 Prepared meals, made from turkeys (other than specially defined mixtures), that are classified under tariff item No. 1602.31.12, 1602.31.13 (bone in) or 1602.31.14 (boneless) in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n113 Prepared or preserved meat or meat offal of turkeys (other than prepared meals and specially defined mixtures and other than in cans or glass jars) that is classified under tariff item No. 1602.31.93, 1602.31.94 (bone in) or 1602.31.95 (boneless) in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n114 Carcasses and half-carcasses of bovine animals, fresh, chilled or frozen, that do not originate in Chile, a CUSMA country, an EU country or other CETA beneficiary or a CUKTCA beneficiary and are classified under tariff item No. 0201.10.10, 0201.10.20, 0202.10.10 or 0202.10.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n115 Cuts of meat of bovine animals, fresh, chilled or frozen, with bone in, that do not originate in Chile, a CUSMA country, an EU country or other CETA beneficiary or a CUKTCA beneficiary and are classified under tariff item No. 0201.20.10, 0201.20.20, 0202.20.10 or 0202.20.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff."
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"act_code": "CRC-604",
|
| 384 |
+
"act_short": "Import Control List",
|
| 385 |
+
"act_name": "Import Control List",
|
| 386 |
+
"section": "Import Control List",
|
| 387 |
+
"marginal_note": "Import Control List",
|
| 388 |
+
"part": "SCHEDULES",
|
| 389 |
+
"division": "",
|
| 390 |
+
"heading": "Import Control List",
|
| 391 |
+
"history": "",
|
| 392 |
+
"last_amended": "2026-03-01",
|
| 393 |
+
"in_force": "2018-10-25",
|
| 394 |
+
"status": "in force",
|
| 395 |
+
"current_to": "2026-03-02",
|
| 396 |
+
"citation": "Import Control List, Import Control List (part 21 of 36)",
|
| 397 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 398 |
+
"id": "CRC-604-sched1-p21",
|
| 399 |
+
"text": "116 Boneless meat of bovine animals, fresh, chilled or frozen, that does not originate in Chile, a CUSMA country, an EU country or other CETA beneficiary or a CUKTCA beneficiary and is classified under tariff item No. 0201.30.10, 0201.30.20, 0202.30.10 or 0202.30.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n117 Milk and cream, neither concentrated nor containing added sugar or other sweetening matter, of a fat content, by weight, not exceeding 6 per cent, that are classified under tariff item No. 0401.10.10, 0401.10.20, 0401.20.10 or 0401.20.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n117.1 Cream, neither concentrated nor containing added sugar or other sweetening matter, of a fat content, by weight, exceeding 6 per cent, that is classified under tariff item No. 0401.40.10, 0401.40.20, 0401.50.10 or 0401.50.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n118 Milk and cream, containing added sugar or other sweetening matter, in powder, granules or other solid forms, of a fat content, by weight, not exceeding 1.5 per cent, classified under tariff item No. 0402.10.10 or 0402.10.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n119 Milk and cream, in powder, granules or other solid forms, of a fat content, by weight, exceeding 1.5 per cent, not containing added sugar or other sweetening matter, classified under tariff item No. 0402.21.11, 0402.21.12, 0402.21.21, or 0402.21.22 in the List of Tariff Provisions set out in the schedule to the Customs Tariff."
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"act_code": "CRC-604",
|
| 403 |
+
"act_short": "Import Control List",
|
| 404 |
+
"act_name": "Import Control List",
|
| 405 |
+
"section": "Import Control List",
|
| 406 |
+
"marginal_note": "Import Control List",
|
| 407 |
+
"part": "SCHEDULES",
|
| 408 |
+
"division": "",
|
| 409 |
+
"heading": "Import Control List",
|
| 410 |
+
"history": "",
|
| 411 |
+
"last_amended": "2026-03-01",
|
| 412 |
+
"in_force": "2018-10-25",
|
| 413 |
+
"status": "in force",
|
| 414 |
+
"current_to": "2026-03-02",
|
| 415 |
+
"citation": "Import Control List, Import Control List (part 22 of 36)",
|
| 416 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 417 |
+
"id": "CRC-604-sched1-p22",
|
| 418 |
+
"text": "120 Milk and cream, in powder, granules or other solid forms, of a fat content, by weight, exceeding 1.5 per cent, containing added sugar or other sweetening matter, classified under tariff item No. 0402.29.11, 0402.29.12, 0402.29.21 or 0402.29.22 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n121 Preparations (other than preparations classified under tariff item No. 2106.90.31 or 2106.90.32 in the List of Tariff Provisions set out in the schedule to the Customs Tariff) containing more than 15 per cent by weight of milk fat, but less than 50 per cent by weight of dairy content, and suitable for use as butter substitutes, not elsewhere specified or included, that are classified under tariff item No. 2106.90.33 or 2106.90.34 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n122 Milk and cream, not in powder, granules or other solid forms, concentrated (whether or not containing added sugar or other sweetening matter) or not concentrated (containing added sugar or other sweetening matter), that are classified under tariff item No. 0402.91.10, 0402.91.20, 0402.99.10 or 0402.99.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n123 Powdered buttermilk, whether or not containing added sugar or other sweetening matter or flavoured or containing added fruit, nuts or cocoa, that is classified under tariff item No. 0403.90.11 or 0403.90.12 in the List of Tariff Provisions set out in the schedule to the Customs Tariff."
|
| 419 |
+
},
|
| 420 |
+
{
|
| 421 |
+
"act_code": "CRC-604",
|
| 422 |
+
"act_short": "Import Control List",
|
| 423 |
+
"act_name": "Import Control List",
|
| 424 |
+
"section": "Import Control List",
|
| 425 |
+
"marginal_note": "Import Control List",
|
| 426 |
+
"part": "SCHEDULES",
|
| 427 |
+
"division": "",
|
| 428 |
+
"heading": "Import Control List",
|
| 429 |
+
"history": "",
|
| 430 |
+
"last_amended": "2026-03-01",
|
| 431 |
+
"in_force": "2018-10-25",
|
| 432 |
+
"status": "in force",
|
| 433 |
+
"current_to": "2026-03-02",
|
| 434 |
+
"citation": "Import Control List, Import Control List (part 23 of 36)",
|
| 435 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 436 |
+
"id": "CRC-604-sched1-p23",
|
| 437 |
+
"text": "124 Buttermilk (other than powdered buttermilk), curdled milk and cream, kephir and other fermented or acidified milk and cream, whether or not concentrated or containing added sugar or other sweetening matter or flavoured or containing added fruit, nuts or cocoa, that are classified under tariff item No. 0403.90.91 or 0403.90.92 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n125 Products consisting of natural milk constituents, whether or not containing added sugar or other sweetening matter, not elsewhere specified or included, that are classified under tariff item No. 0404.90.10 or 0404.90.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n125.1 Powdered whey, whether or not containing added sugar or other sweetening matter, that is classified under tariff item No. 0404.10.21 or 0404.10.22 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n125.2 Milk protein substances with a milk protein content of 85% or more by weight, calculated on a dry matter basis, that do not originate in a CUSMA country, an EU country or other CETA beneficiary, a CUKTCA beneficiary, Chile, Costa Rica or Israel and that are the subject of two commitments signed by the Government of Canada on June 12, 2008, one with the European Communities and the other with the Government of Switzerland, relating to the modification, in Canada’s schedule of concessions pursuant to the Agreement Establishing the World Trade Organization, to Canada’s concession on tariff item No. 3504.00.00 in the List of Tariff Provisions set out in the schedule to the Customs Tariff with regard to those substances."
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"act_code": "CRC-604",
|
| 441 |
+
"act_short": "Import Control List",
|
| 442 |
+
"act_name": "Import Control List",
|
| 443 |
+
"section": "Import Control List",
|
| 444 |
+
"marginal_note": "Import Control List",
|
| 445 |
+
"part": "SCHEDULES",
|
| 446 |
+
"division": "",
|
| 447 |
+
"heading": "Import Control List",
|
| 448 |
+
"history": "",
|
| 449 |
+
"last_amended": "2026-03-01",
|
| 450 |
+
"in_force": "2018-10-25",
|
| 451 |
+
"status": "in force",
|
| 452 |
+
"current_to": "2026-03-02",
|
| 453 |
+
"citation": "Import Control List, Import Control List (part 24 of 36)",
|
| 454 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 455 |
+
"id": "CRC-604-sched1-p24",
|
| 456 |
+
"text": "126 Mixes and doughs, for the preparation of bread, pastry, cakes, biscuits and other bakers’ wares classified under heading No. 19.05 in the List of Tariff Provisions set out in the schedule to the Customs Tariff, containing more than 25 per cent by weight of butterfat and not put up for retail sale, that are classified under tariff item No. 1901.20.11, 1901.20.12, 1901.20.21 or 1901.20.22 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n127 Milk, cream or butter substitutes containing 50 per cent or more by weight of dairy content, not elsewhere specified or included, that are classified under tariff item No. 2106.90.31 or 2106.90.32 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n128 Food preparations of goods of heading Nos. 04.01 to 04.04 in the List of Tariff Provisions set out in the schedule to the Customs Tariff (other than ice cream mixes or ice milk mixes), containing more than 10 per cent but less than 50 per cent on a dry weight basis of milk solids, not in retail packaging, that are classified under tariff item No. 1901.90.33 or 1901.90.34 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n128.1 Food preparations of goods of heading Nos. 04.01 to 04.04 in the List of Tariff Provisions set out in the schedule to the Customs Tariff (other than ice cream mixes or ice milk mixes), containing 50 per cent or more on a dry weight basis of milk solids, not in retail packaging, that are classified under tariff item No. 1901.90.53 or 1901.90.54 in the List of Tariff Provisions set out in the schedule to the Customs Tariff."
|
| 457 |
+
},
|
| 458 |
+
{
|
| 459 |
+
"act_code": "CRC-604",
|
| 460 |
+
"act_short": "Import Control List",
|
| 461 |
+
"act_name": "Import Control List",
|
| 462 |
+
"section": "Import Control List",
|
| 463 |
+
"marginal_note": "Import Control List",
|
| 464 |
+
"part": "SCHEDULES",
|
| 465 |
+
"division": "",
|
| 466 |
+
"heading": "Import Control List",
|
| 467 |
+
"history": "",
|
| 468 |
+
"last_amended": "2026-03-01",
|
| 469 |
+
"in_force": "2018-10-25",
|
| 470 |
+
"status": "in force",
|
| 471 |
+
"current_to": "2026-03-02",
|
| 472 |
+
"citation": "Import Control List, Import Control List (part 25 of 36)",
|
| 473 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 474 |
+
"id": "CRC-604-sched1-p25",
|
| 475 |
+
"text": "129 Food preparations, not elsewhere specified or included, containing 50 per cent or more by weight of dairy content, that are classified under tariff item No. 2106.90.93 or 2106.90.94 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n130 Non-alcoholic beverages containing milk (other than chocolate milk) and containing 50% or more by weight of dairy content and not put up for retail sale, that are classified under tariff item No. 2202.99.32 or 2202.99.33 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n131 Complete feeds and feed supplements, including concentrates, containing 50 per cent or more by weight, in the dry state, of non-fat milk solids (other than preparations classified under tariff item No. 2309.10.00, 2309.90.10 or 2309.90.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff), not elsewhere specified or included, that are classified under tariff item No. 2309.90.31 or 2309.90.32 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n132 Chocolate ice cream mix and ice milk mix that are classified under tariff item No. 1806.20.21, 1806.20.22, 1806.90.11 or 1806.90.12 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n133 Ice cream mixes and ice milk mixes, being food preparations of goods of heading Nos. 04.01 to 04.04 in the List of Tariff Provisions set out in the schedule to the Customs Tariff, containing more than 10 per cent but less than 50 per cent on a dry weight basis of milk solids, that are classified under tariff item No. 1901.90.31 or 1901.90.32 in the List of Tariff Provisions set out in the schedule to the Customs Tariff."
|
| 476 |
+
},
|
| 477 |
+
{
|
| 478 |
+
"act_code": "CRC-604",
|
| 479 |
+
"act_short": "Import Control List",
|
| 480 |
+
"act_name": "Import Control List",
|
| 481 |
+
"section": "Import Control List",
|
| 482 |
+
"marginal_note": "Import Control List",
|
| 483 |
+
"part": "SCHEDULES",
|
| 484 |
+
"division": "",
|
| 485 |
+
"heading": "Import Control List",
|
| 486 |
+
"history": "",
|
| 487 |
+
"last_amended": "2026-03-01",
|
| 488 |
+
"in_force": "2018-10-25",
|
| 489 |
+
"status": "in force",
|
| 490 |
+
"current_to": "2026-03-02",
|
| 491 |
+
"citation": "Import Control List, Import Control List (part 26 of 36)",
|
| 492 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 493 |
+
"id": "CRC-604-sched1-p26",
|
| 494 |
+
"text": "133.1 Ice cream mixes and ice milk mixes, being food preparations of goods of heading Nos. 04.01 to 04.04 in the List of Tariff Provisions set out in the schedule to the Customs Tariff, containing 50 per cent or more on a dry weight basis of milk solids, that are classified under tariff item No. 1901.90.51 or 1901.90.52 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n134 Ice cream and other edible ice, whether or not containing cocoa, other than flavoured ice and ice sherbets, that are classified under tariff item No. 2105.00.91 or 2105.00.92 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n135 Eggs of fowls of the species Gallus domesticus, in the shell, fresh, preserved or cooked (other than hatching eggs for broilers), that are classified under tariff item No. 0407.11.91, 0407.11.92, 0407.21.10, 0407.21.20, 0407.90.11 or 0407.90.12 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n136 Egg yolks, fresh, dried, cooked by steaming or by boiling in water, moulded, frozen or otherwise preserved, whether or not containing added sugar or other sweetening matter, that are classified under tariff item No. 0408.11.10, 0408.11.20, 0408.19.10 or 0408.19.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n137 Birds’ eggs, not in the shell, fresh, dried, cooked by steaming or by boiling in water, moulded, frozen or otherwise preserved, whether or not containing added sugar or other sweetening matter, that are classified under tariff item No. 0408.91.10, 0408.91.20, 0408.99.10 or 0408.99.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff."
|
| 495 |
+
},
|
| 496 |
+
{
|
| 497 |
+
"act_code": "CRC-604",
|
| 498 |
+
"act_short": "Import Control List",
|
| 499 |
+
"act_name": "Import Control List",
|
| 500 |
+
"section": "Import Control List",
|
| 501 |
+
"marginal_note": "Import Control List",
|
| 502 |
+
"part": "SCHEDULES",
|
| 503 |
+
"division": "",
|
| 504 |
+
"heading": "Import Control List",
|
| 505 |
+
"history": "",
|
| 506 |
+
"last_amended": "2026-03-01",
|
| 507 |
+
"in_force": "2018-10-25",
|
| 508 |
+
"status": "in force",
|
| 509 |
+
"current_to": "2026-03-02",
|
| 510 |
+
"citation": "Import Control List, Import Control List (part 27 of 36)",
|
| 511 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 512 |
+
"id": "CRC-604-sched1-p27",
|
| 513 |
+
"text": "138 Egg preparations, not elsewhere specified or included, that are classified under tariff item No. 2106.90.51 or 2106.90.52 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n139 Egg albumin that is classified under tariff item No. 3502.11.10, 3502.11.20, 3502.19.10 or 3502.19.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n140 Margarine (excluding liquid margarine) and substitutes for butter, that are classified under tariff item No. 1517.10.10, 1517.10.20, 1517.90.21 or 1517.90.22 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n141 Fresh (unripened or uncured) cheese, including whey cheese and curd, that is classified under tariff item No. 0406.10.10 or 0406.10.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n142 Cheddar cheese and Cheddar types of cheese, grated or powdered, that are classified under tariff item No. 0406.20.11 or 0406.20.12 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n143 Grated or powdered cheese of all kinds, other than Cheddar and Cheddar types, that is classified under tariff item No. 0406.20.91 or 0406.20.92 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n144 Processed cheese, not grated or powdered, that is classified under tariff item No. 0406.30.10 or 0406.30.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n145 Blue-veined cheese that is classified under tariff item No. 0406.40.10 or 0406.40.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff."
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"act_code": "CRC-604",
|
| 517 |
+
"act_short": "Import Control List",
|
| 518 |
+
"act_name": "Import Control List",
|
| 519 |
+
"section": "Import Control List",
|
| 520 |
+
"marginal_note": "Import Control List",
|
| 521 |
+
"part": "SCHEDULES",
|
| 522 |
+
"division": "",
|
| 523 |
+
"heading": "Import Control List",
|
| 524 |
+
"history": "",
|
| 525 |
+
"last_amended": "2026-03-01",
|
| 526 |
+
"in_force": "2018-10-25",
|
| 527 |
+
"status": "in force",
|
| 528 |
+
"current_to": "2026-03-02",
|
| 529 |
+
"citation": "Import Control List, Import Control List (part 28 of 36)",
|
| 530 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 531 |
+
"id": "CRC-604-sched1-p28",
|
| 532 |
+
"text": "146 Cheddar cheese and Cheddar types of cheese that are classified under tariff item No. 0406.90.11 or 0406.90.12 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n147 Camembert cheese and Camembert types of cheese that are classified under tariff item No. 0406.90.21 or 0406.90.22 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n148 Brie cheese and Brie types of cheese that are classified under tariff item No. 0406.90.31 or 0406.90.32 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n149 Gouda cheese and Gouda types of cheese that are classified under tariff item No. 0406.90.41 or 0406.90.42 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n150 Provolone cheese and Provolone types of cheese that are classified under tariff item No. 0406.90.51 or 0406.90.52 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n151 Mozzarella cheese and Mozzarella types of cheese that are classified under tariff item No. 0406.90.61 or 0406.90.62 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n152 Swiss/Emmental cheese and Swiss/Emmental types of cheese that are classified under tariff item No. 0406.90.71 or 0406.90.72 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n153 Gruyère cheese and Gruyère types of cheese that are classified under tariff item No. 0406.90.81 or 0406.90.82 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n154 Havarti cheese and Havarti types of cheese that are classified under tariff item No. 0406.90.91 or 0406.90.92 in the List of Tariff Provisions set out in the schedule to the Customs Tariff."
|
| 533 |
+
},
|
| 534 |
+
{
|
| 535 |
+
"act_code": "CRC-604",
|
| 536 |
+
"act_short": "Import Control List",
|
| 537 |
+
"act_name": "Import Control List",
|
| 538 |
+
"section": "Import Control List",
|
| 539 |
+
"marginal_note": "Import Control List",
|
| 540 |
+
"part": "SCHEDULES",
|
| 541 |
+
"division": "",
|
| 542 |
+
"heading": "Import Control List",
|
| 543 |
+
"history": "",
|
| 544 |
+
"last_amended": "2026-03-01",
|
| 545 |
+
"in_force": "2018-10-25",
|
| 546 |
+
"status": "in force",
|
| 547 |
+
"current_to": "2026-03-02",
|
| 548 |
+
"citation": "Import Control List, Import Control List (part 29 of 36)",
|
| 549 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 550 |
+
"id": "CRC-604-sched1-p29",
|
| 551 |
+
"text": "155 Parmesan cheese and Parmesan types of cheese that are classified under tariff item No. 0406.90.93 or 0406.90.94 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n156 Romano cheese and Romano types of cheese that are classified under tariff item No. 0406.90.95 or 0406.90.96 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n157 All other cheeses that are classified under tariff item No. 0406.90.98 or 0406.90.99 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n158 Yogurt (other than yogurt containing chocolate, spices, coffee or coffee extracts, plants, parts of plants, cereals or bakers’ wares, provided that any added substance is not used for the purpose of replacing, in whole or in part, any milk constituent, and the product retains the essential character of yogurt) that is classified under tariff item No. 0403.20.29 or 0403.20.39 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n158.1 Yogurt — containing chocolate, spices, coffee or coffee extracts, plants, parts of plants, cereals or bakers�� wares, provided that any added substance is not used for the purpose of replacing, in whole or in part, any milk constituent, and the product retains the essential character of yogurt — not put up for retail sale, that is classified under tariff item No. 0403.20.21 or 0403.20.31 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n159 Butter that is classified under tariff item No. 0405.10.10 or 0405.10.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff."
|
| 552 |
+
},
|
| 553 |
+
{
|
| 554 |
+
"act_code": "CRC-604",
|
| 555 |
+
"act_short": "Import Control List",
|
| 556 |
+
"act_name": "Import Control List",
|
| 557 |
+
"section": "Import Control List",
|
| 558 |
+
"marginal_note": "Import Control List",
|
| 559 |
+
"part": "SCHEDULES",
|
| 560 |
+
"division": "",
|
| 561 |
+
"heading": "Import Control List",
|
| 562 |
+
"history": "",
|
| 563 |
+
"last_amended": "2026-03-01",
|
| 564 |
+
"in_force": "2018-10-25",
|
| 565 |
+
"status": "in force",
|
| 566 |
+
"current_to": "2026-03-02",
|
| 567 |
+
"citation": "Import Control List, Import Control List (part 30 of 36)",
|
| 568 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 569 |
+
"id": "CRC-604-sched1-p30",
|
| 570 |
+
"text": "159.1 Dairy spreads that are classified under tariff item No. 0405.20.10 or 0405.20.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n160 Fats and oils derived from milk, other than butter or dairy spreads, that are classified under tariff item No. 0405.90.10 or 0405.90.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n161 Wheat and meslin that are classified under tariff item No. 1001.11.10, 1001.11.20, 1001.19.10, 1001.19.20, 1001.91.10, 1001.91.20, 1001.99.10 or 1001.99.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n162 Wheat or meslin flour that is classified under tariff item No. 1101.00.10 or 1101.00.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n163 Wheat groats, meal and pellets, that are classified under tariff item No. 1103.11.10, 1103.11.20, 1103.20.11 or 1103.20.12 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n164 Wheat grains otherwise worked (for example, hulled, rolled, flaked, pearled, sliced or kibbled) that are classified under tariff item No. 1104.19.11, 1104.19.12, 1104.29.11 or 1104.29.12 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n165 Wheat germ, whole, rolled, flaked or ground, that is classified under tariff item No. 1104.30.11 or 1104.30.12 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n166 Wheat starch that is classified under tariff item No. 1108.11.10 or 1108.11.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff."
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"act_code": "CRC-604",
|
| 574 |
+
"act_short": "Import Control List",
|
| 575 |
+
"act_name": "Import Control List",
|
| 576 |
+
"section": "Import Control List",
|
| 577 |
+
"marginal_note": "Import Control List",
|
| 578 |
+
"part": "SCHEDULES",
|
| 579 |
+
"division": "",
|
| 580 |
+
"heading": "Import Control List",
|
| 581 |
+
"history": "",
|
| 582 |
+
"last_amended": "2026-03-01",
|
| 583 |
+
"in_force": "2018-10-25",
|
| 584 |
+
"status": "in force",
|
| 585 |
+
"current_to": "2026-03-02",
|
| 586 |
+
"citation": "Import Control List, Import Control List (part 31 of 36)",
|
| 587 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 588 |
+
"id": "CRC-604-sched1-p31",
|
| 589 |
+
"text": "167 Wheat gluten, whether or not dried, that is classified under tariff item No. 1109.00.10 or 1109.00.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n168 Mixes and doughs, for the preparation of bread, pastry, cakes, biscuits and other bakers’ wares classified under heading No. 19.05 in the List of Tariff Provisions set out in the schedule to the Customs Tariff, containing 25 per cent or more by weight of wheat, that are classified under tariff item No. 1901.20.13, 1901.20.14, 1901.20.15, 1901.20.23 or 1901.20.24 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n169 Uncooked pasta, containing 25 per cent or more by weight of wheat, not stuffed or otherwise prepared, containing eggs, that is classified under tariff item No. 1902.11.10, 1902.11.21 or 1902.11.29 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n170 Uncooked pasta, containing flour and water only (where the flour content is 25 per cent or more by weight of wheat), that is classified under tariff item No. 1902.19.21, 1902.19.22 or 1902.19.23 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n171 Uncooked pasta, containing 25 per cent or more by weight of wheat, not stuffed or otherwise prepared, that is classified under tariff item No. 1902.19.11, 1902.19.12, 1902.19.91, 1902.19.92 or 1902.19.93 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n172 Cooked or pre-cooked pasta, containing 25 per cent or more by weight of wheat, not stuffed and without meat, that is classified under tariff item No. 1902.30.11, 1902.30.12, 1902.30.20, 1902.30.31 or 1902.30.39 in the List of Tariff Provisions set out in the schedule to the Customs Tariff."
|
| 590 |
+
},
|
| 591 |
+
{
|
| 592 |
+
"act_code": "CRC-604",
|
| 593 |
+
"act_short": "Import Control List",
|
| 594 |
+
"act_name": "Import Control List",
|
| 595 |
+
"section": "Import Control List",
|
| 596 |
+
"marginal_note": "Import Control List",
|
| 597 |
+
"part": "SCHEDULES",
|
| 598 |
+
"division": "",
|
| 599 |
+
"heading": "Import Control List",
|
| 600 |
+
"history": "",
|
| 601 |
+
"last_amended": "2026-03-01",
|
| 602 |
+
"in_force": "2018-10-25",
|
| 603 |
+
"status": "in force",
|
| 604 |
+
"current_to": "2026-03-02",
|
| 605 |
+
"citation": "Import Control List, Import Control List (part 32 of 36)",
|
| 606 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 607 |
+
"id": "CRC-604-sched1-p32",
|
| 608 |
+
"text": "173 Prepared foods, containing 25 per cent or more by weight of wheat, obtained by the swelling or roasting of cereals or cereal products, that are classified under tariff item No. 1904.10.10, 1904.10.21 or 1904.10.29 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n173.1 Prepared foods, containing 25 per cent or more by weight of wheat, obtained from unroasted cereal flakes or from mixtures of unroasted cereal flakes and roasted cereal flakes or swelled cereals, that are classified under tariff item No. 1904.20.10, 1904.20.21, 1904.20.29, 1904.20.61 or 1904.20.62 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n174 Cereals, containing 25 per cent or more by weight of wheat, in grain form or in the form of flakes or other worked grains (except flour and meal), pre-cooked or otherwise prepared, not elsewhere specified or included, that are classified under tariff item No. 1904.30.10, 1904.30.21, 1904.30.61, 1904.30.62, 1904.90.10, 1904.90.21, 1904.90.29, 1904.90.61 or 1904.90.62 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n175 Crispbread, containing 25 per cent or more by weight of wheat, that is classified under tariff item No. 1905.10.10, 1905.10.21, 1905.10.29, 1905.10.40, 1905.10.51, 1905.10.59, 1905.10.71 or 1905.10.72 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n176 Sweet biscuits, waffles and wafers, containing 25 per cent or more by weight of wheat, that are classified under tariff item No. 1905.31.21, 1905.31.22, 1905.31.23, 1905.31.91, 1905.31.92, 1905.31.93, 1905.32.91 or 1905.32.93 in the List of Tariff Provisions set out in the schedule to the Customs Tariff."
|
| 609 |
+
},
|
| 610 |
+
{
|
| 611 |
+
"act_code": "CRC-604",
|
| 612 |
+
"act_short": "Import Control List",
|
| 613 |
+
"act_name": "Import Control List",
|
| 614 |
+
"section": "Import Control List",
|
| 615 |
+
"marginal_note": "Import Control List",
|
| 616 |
+
"part": "SCHEDULES",
|
| 617 |
+
"division": "",
|
| 618 |
+
"heading": "Import Control List",
|
| 619 |
+
"history": "",
|
| 620 |
+
"last_amended": "2026-03-01",
|
| 621 |
+
"in_force": "2018-10-25",
|
| 622 |
+
"status": "in force",
|
| 623 |
+
"current_to": "2026-03-02",
|
| 624 |
+
"citation": "Import Control List, Import Control List (part 33 of 36)",
|
| 625 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 626 |
+
"id": "CRC-604-sched1-p33",
|
| 627 |
+
"text": "177 Rusks, toasted bread and similar toasted products, containing 25 per cent or more by weight of wheat, that are classified under tariff item No. 1905.40.20, 1905.40.31, 1905.40.39, 1905.40.50, 1905.40.61 or 1905.40.69 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n178 Bread (other than bread leavened with yeast and unleavened bread for sacramental purposes), containing 25 per cent or more by weight of wheat, that is classified under tariff item No. 1905.90.31, 1905.90.32, 1905.90.33, 1905.90.34 or 1905.90.35 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n179 Biscuits, containing 25 per cent or more by weight of wheat, that are classified under tariff item No. 1905.90.41, 1905.90.42, 1905.90.43, 1905.90.44 or 1905.90.45 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n180 Pretzels, containing 25 per cent or more by weight of wheat, that are classified under tariff item No. 1905.90.61, 1905.90.62 or 1905.90.63 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n181 Wheat bran, sharps and other residues, whether or not in the form of pellets, derived from the sifting, milling or other working of wheat, that are classified under tariff item No. 2302.30.10 or 2302.30.20 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n182 Barley that is classified under tariff item No. 1003.10.11, 1003.10.12, 1003.10.91, 1003.10.92, 1003.90.11, 1003.90.12, 1003.90.91 or 1003.90.92 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n183 Barley flour that is classified under tariff item No. 1102.90.11 or 1102.90.12 in the List of Tariff Provisions set out in the schedule to the Customs Tariff."
|
| 628 |
+
},
|
| 629 |
+
{
|
| 630 |
+
"act_code": "CRC-604",
|
| 631 |
+
"act_short": "Import Control List",
|
| 632 |
+
"act_name": "Import Control List",
|
| 633 |
+
"section": "Import Control List",
|
| 634 |
+
"marginal_note": "Import Control List",
|
| 635 |
+
"part": "SCHEDULES",
|
| 636 |
+
"division": "",
|
| 637 |
+
"heading": "Import Control List",
|
| 638 |
+
"history": "",
|
| 639 |
+
"last_amended": "2026-03-01",
|
| 640 |
+
"in_force": "2018-10-25",
|
| 641 |
+
"status": "in force",
|
| 642 |
+
"current_to": "2026-03-02",
|
| 643 |
+
"citation": "Import Control List, Import Control List (part 34 of 36)",
|
| 644 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 645 |
+
"id": "CRC-604-sched1-p34",
|
| 646 |
+
"text": "184 Barley groats, meal and pellets, that are classified under tariff item No. 1103.19.11, 1103.19.12, 1103.20.21 or 1103.20.22 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n185 Barley grains otherwise worked (for example, hulled, rolled, flaked, pearled, sliced or kibbled) that are classified under tariff item No. 1104.19.21, 1104.19.22, 1104.29.21 or 1104.29.22 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n186 Malt, whether or not roasted, that is classified under tariff item No. 1107.10.11, 1107.10.12, 1107.10.91, 1107.10.92, 1107.20.11, 1107.20.12, 1107.20.91 or 1107.20.92 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n187 Barley starch that is classified under tariff item No. 1108.19.11 or 1108.19.12 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n188 Malt extract that is classified under tariff item No. 1901.90.11 or 1901.90.12 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n189 Prepared foods obtained by the swelling or roasting of barley that are classified under tariff item No. 1904.10.30, 1904.10.41 or 1904.10.49 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n189.1 Prepared foods, of barley, obtained from unroasted cereal flakes or from mixtures of unroasted cereal flakes and roasted cereal flakes or swelled cereals, that are classified under tariff item No. 1904.20.30, 1904.20.41, 1904.20.49, 1904.20.63 or 1904.20.64 in the List of Tariff Provisions set out in the schedule to the Customs Tariff."
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"act_code": "CRC-604",
|
| 650 |
+
"act_short": "Import Control List",
|
| 651 |
+
"act_name": "Import Control List",
|
| 652 |
+
"section": "Import Control List",
|
| 653 |
+
"marginal_note": "Import Control List",
|
| 654 |
+
"part": "SCHEDULES",
|
| 655 |
+
"division": "",
|
| 656 |
+
"heading": "Import Control List",
|
| 657 |
+
"history": "",
|
| 658 |
+
"last_amended": "2026-03-01",
|
| 659 |
+
"in_force": "2018-10-25",
|
| 660 |
+
"status": "in force",
|
| 661 |
+
"current_to": "2026-03-02",
|
| 662 |
+
"citation": "Import Control List, Import Control List (part 35 of 36)",
|
| 663 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 664 |
+
"id": "CRC-604-sched1-p35",
|
| 665 |
+
"text": "190 Barley cereals, in grain form or in the form of flakes or other worked grains (except flour and meal), pre-cooked or otherwise prepared, not elsewhere specified or included, that are classified under tariff item No. 1904.90.30, 1904.90.40, 1904.90.63 or 1904.90.64 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n191 Barley bran, sharps and other residues, whether or not in the form of pellets, derived from the sifting, milling or other working of barley, that are classified under tariff item No. 2302.40.11 or 2302.40.12 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n192 Goods that are classified under heading No. 98.04 or 98.26 in the List of Tariff Provisions set out in the schedule to the Customs Tariff and that are otherwise classifiable under a tariff item referred to in any of items 94 to 191 of this List.\n193\n(1) In this item, imported from Israel or another CIFTA beneficiary has the meaning assigned by Regulations Defining Certain Expressions for the Purposes of the Customs Tariff.\n(2) Cut roses and rose buds, fresh, suitable for bouquets or for ornamental purposes, that are imported from Israel or another CIFTA beneficiary and that are classified under tariff item No. 0603.10.11 or under heading No. 98.04 or 98.26 of the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n194 [Repealed, SOR/2011-157, s. 1]\n195"
|
| 666 |
+
},
|
| 667 |
+
{
|
| 668 |
+
"act_code": "CRC-604",
|
| 669 |
+
"act_short": "Import Control List",
|
| 670 |
+
"act_name": "Import Control List",
|
| 671 |
+
"section": "Import Control List",
|
| 672 |
+
"marginal_note": "Import Control List",
|
| 673 |
+
"part": "SCHEDULES",
|
| 674 |
+
"division": "",
|
| 675 |
+
"heading": "Import Control List",
|
| 676 |
+
"history": "",
|
| 677 |
+
"last_amended": "2026-03-01",
|
| 678 |
+
"in_force": "2018-10-25",
|
| 679 |
+
"status": "in force",
|
| 680 |
+
"current_to": "2026-03-02",
|
| 681 |
+
"citation": "Import Control List, Import Control List (part 36 of 36)",
|
| 682 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 683 |
+
"id": "CRC-604-sched1-p36",
|
| 684 |
+
"text": "(1) Vehicles that originate in the People’s Republic of China and are classified under tariff item No. 8702.20.10, 8702.20.20, 8702.30.10, 8702.30.20, 8702.40.10, 8702.40.20, 8702.90.10, 8702.90.20, 8703.40.10, 8703.40.90, 8703.50.00, 8703.60.10, 8703.60.90, 8703.70.00, 8704.41.90, 8704.42.00, 8704.43.00, 8704.51.00, 8704.52.00 or 8704.60.00 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n(2) Vehicles, other than electric tricycles and other non-passenger vehicles, that originate in the People’s Republic of China and are classified under tariff item No. 8703.80.00, 8703.90.00 or 8704.90.00 in the List of Tariff Provisions set out in the schedule to the Customs Tariff.\n(3) Vehicles that originate in the People’s Republic of China and are classified under a tariff item of Chapter 99 of the List of Tariff Provisions set out in the schedule to the Customs Tariff and that would otherwise be referred to in subsection (1) or (2).\n(4) For the purposes of this section, the determination of whether vehicles originate in the People’s Republic of China is to be made in accordance with section 3 of the Determination of Country of Origin for the Purpose of Marking Goods (Non-CUSMA Countries) Regulations."
|
| 685 |
+
},
|
| 686 |
+
{
|
| 687 |
+
"act_code": "CRC-604",
|
| 688 |
+
"act_short": "Import Control List",
|
| 689 |
+
"act_name": "Import Control List",
|
| 690 |
+
"section": "Appendices I, Ii And Iii",
|
| 691 |
+
"marginal_note": "Appendices I, Ii And Iii",
|
| 692 |
+
"part": "SCHEDULES",
|
| 693 |
+
"division": "",
|
| 694 |
+
"heading": "Appendices I, Ii And Iii",
|
| 695 |
+
"history": "",
|
| 696 |
+
"last_amended": "2006-03-22",
|
| 697 |
+
"in_force": "2006-03-22",
|
| 698 |
+
"status": "repealed",
|
| 699 |
+
"current_to": "2026-03-02",
|
| 700 |
+
"citation": "Import Control List, Appendices I, Ii And Iii",
|
| 701 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/",
|
| 702 |
+
"id": "CRC-604-sched2",
|
| 703 |
+
"text": "[Repealed]"
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"id": "CRC-604-nif-1",
|
| 707 |
+
"act_code": "CRC-604",
|
| 708 |
+
"act_short": "Import Control List",
|
| 709 |
+
"act_name": "Import Control List",
|
| 710 |
+
"section": "",
|
| 711 |
+
"marginal_note": "Amendment not in force — SOR/2025-149, s. 2",
|
| 712 |
+
"part": "AMENDMENTS NOT IN FORCE",
|
| 713 |
+
"division": "",
|
| 714 |
+
"heading": "Amendments not in force",
|
| 715 |
+
"text": "2 Item 82 of the List is repealed.",
|
| 716 |
+
"history": "SOR/2025-149, s. 2",
|
| 717 |
+
"last_amended": "",
|
| 718 |
+
"in_force": "",
|
| 719 |
+
"status": "not-in-force",
|
| 720 |
+
"current_to": "2026-03-02",
|
| 721 |
+
"citation": "Import Control List — amendment not in force (SOR/2025-149, s. 2)",
|
| 722 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/C.R.C.,_c._604/"
|
| 723 |
+
}
|
| 724 |
+
]
|
data/processed/E-14.1.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/processed/E-19.json
CHANGED
|
@@ -1443,6 +1443,82 @@
|
|
| 1443 |
"text": "27 No later than May 31 of each year, the Minister shall prepare and cause to be laid before each House of Parliament a report of the operations under this Act for the preceding year and a report in respect of arms, ammunition, implements and munitions of war, that were exported in the preceding year under the authority of and in accordance with an export permit issued under subsection 7(1).",
|
| 1444 |
"citation": "EIPA, s. 27"
|
| 1445 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1446 |
{
|
| 1447 |
"id": "E-19-nif-1",
|
| 1448 |
"act_code": "E-19",
|
|
|
|
| 1443 |
"text": "27 No later than May 31 of each year, the Minister shall prepare and cause to be laid before each House of Parliament a report of the operations under this Act for the preceding year and a report in respect of arms, ammunition, implements and munitions of war, that were exported in the preceding year under the authority of and in accordance with an export permit issued under subsection 7(1).",
|
| 1444 |
"citation": "EIPA, s. 27"
|
| 1445 |
},
|
| 1446 |
+
{
|
| 1447 |
+
"act_code": "E-19",
|
| 1448 |
+
"act_short": "EIPA",
|
| 1449 |
+
"act_name": "Export and Import Permits Act",
|
| 1450 |
+
"section": "Schedule 1",
|
| 1451 |
+
"marginal_note": "Countries",
|
| 1452 |
+
"part": "SCHEDULES",
|
| 1453 |
+
"division": "",
|
| 1454 |
+
"heading": "Schedule 1",
|
| 1455 |
+
"history": "",
|
| 1456 |
+
"last_amended": "2017-09-21",
|
| 1457 |
+
"in_force": "2017-09-21",
|
| 1458 |
+
"status": "in force",
|
| 1459 |
+
"current_to": "2026-03-31",
|
| 1460 |
+
"citation": "EIPA, Schedule 1",
|
| 1461 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/e-19/",
|
| 1462 |
+
"id": "E-19-sched1",
|
| 1463 |
+
"text": "Countries — (Subsection 5(3.4))\nColombia\nPanama\nPeru"
|
| 1464 |
+
},
|
| 1465 |
+
{
|
| 1466 |
+
"act_code": "E-19",
|
| 1467 |
+
"act_short": "EIPA",
|
| 1468 |
+
"act_name": "Export and Import Permits Act",
|
| 1469 |
+
"section": "Schedule 2",
|
| 1470 |
+
"marginal_note": "Schedule 2",
|
| 1471 |
+
"part": "SCHEDULES",
|
| 1472 |
+
"division": "",
|
| 1473 |
+
"heading": "Schedule 2",
|
| 1474 |
+
"history": "",
|
| 1475 |
+
"last_amended": "2021-04-01",
|
| 1476 |
+
"in_force": "2017-09-21",
|
| 1477 |
+
"status": "in force",
|
| 1478 |
+
"current_to": "2026-03-31",
|
| 1479 |
+
"citation": "EIPA, Schedule 2",
|
| 1480 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/e-19/",
|
| 1481 |
+
"id": "E-19-sched2",
|
| 1482 |
+
"text": "(Subsection 5.2(1))\nIntergovernmental Arrangements — Collection of Information Relating to Quotas\nColumn 1 | Column 2\nIntergovernmental Arrangement | Provisions\nCCFTA | Schedules to Annex C-02.2, in accordance with Appendix 5.1 of Annex C-00-B\nCCRFTA | Schedule to Annex III.3.1, in accordance with Appendix III.1.6.1 of Annex III.1\nCETA | Schedules to Annex 2-A, in accordance with Annex 5-A to Annex 5 of the Protocol on Rules of Origin and Origin Procedures\nCHFTA | Schedules to Annex 3.4.1, in accordance with Annex 3.1\nCUKTCA | Schedules to Annex 2-A, in accordance with Annex 5-A to Annex 5 of the Protocol on Rules of Origin and Origin Procedures of CETA, as incorporated by reference in CUKTCA\nCUSMA | Schedules to Annex 2-B in accordance with Annex 6-A"
|
| 1483 |
+
},
|
| 1484 |
+
{
|
| 1485 |
+
"act_code": "E-19",
|
| 1486 |
+
"act_short": "EIPA",
|
| 1487 |
+
"act_name": "Export and Import Permits Act",
|
| 1488 |
+
"section": "Schedule 3",
|
| 1489 |
+
"marginal_note": "Schedule 3",
|
| 1490 |
+
"part": "SCHEDULES",
|
| 1491 |
+
"division": "",
|
| 1492 |
+
"heading": "Schedule 3",
|
| 1493 |
+
"history": "",
|
| 1494 |
+
"last_amended": "2021-04-01",
|
| 1495 |
+
"in_force": "2017-09-21",
|
| 1496 |
+
"status": "in force",
|
| 1497 |
+
"current_to": "2026-03-31",
|
| 1498 |
+
"citation": "EIPA, Schedule 3",
|
| 1499 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/e-19/",
|
| 1500 |
+
"id": "E-19-sched3",
|
| 1501 |
+
"text": "(Subsection 5.2(2))\nIntergovernmental Arrangements — Collection of Information Relating to Imports of Textile and Apparel Goods\nColumn 1 | Column 2\nIntergovernmental Arrangement | Provisions\nCCFTA | Appendix 1.1 of Annex C-00-B\nCCRFTA | Appendix III.1.1.1 of Annex III.1\nCETA | Tables C.3 and C.4 of Annex 5-A to Annex 5 of the Protocol on Rules of Origin and Origin Procedures\nCHFTA | Section 1 of Annex 3.1\nCUKTCA | Tables C.3 and C.4 of Annex 5-A to Annex 5 of the Protocol on Rules of Origin and Origin Procedures of CETA, as incorporated by reference in CUKTCA\nCUSMA | Section C of Annex 6-A"
|
| 1502 |
+
},
|
| 1503 |
+
{
|
| 1504 |
+
"act_code": "E-19",
|
| 1505 |
+
"act_short": "EIPA",
|
| 1506 |
+
"act_name": "Export and Import Permits Act",
|
| 1507 |
+
"section": "Schedule 4",
|
| 1508 |
+
"marginal_note": "Schedule 4",
|
| 1509 |
+
"part": "SCHEDULES",
|
| 1510 |
+
"division": "",
|
| 1511 |
+
"heading": "Schedule 4",
|
| 1512 |
+
"history": "",
|
| 1513 |
+
"last_amended": "2021-04-01",
|
| 1514 |
+
"in_force": "2017-09-21",
|
| 1515 |
+
"status": "in force",
|
| 1516 |
+
"current_to": "2026-03-31",
|
| 1517 |
+
"citation": "EIPA, Schedule 4",
|
| 1518 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/e-19/",
|
| 1519 |
+
"id": "E-19-sched4",
|
| 1520 |
+
"text": "(Section 9.1)\nIntergovernmental Arrangements — Issuance of Certificates for the Export of Goods Subject to Foreign Import Quotas\nColumn 1 | Column 2 | Column 3\nCountry or Territory | Provisions | Provisions Providing for Rates of Duty\nChile | Appendix 5.1 to Annex C-00-B of CCFTA | Schedules to Annex C-02.2 of CCFTA, in accordance with Appendix 5.1 to Annex C-00-B of CCFTA\nCosta Rica | Appendix III.1.6.1 to Annex III.1 of CCRFTA | Schedules to Annex III.3.1 of CCRFTA, in accordance with Appendix III.1.6.1 to Annex III.1 of CCRFTA\nCUKTCA beneficiary | Annex 5-A to Annex 5 of the Protocol on Rules of Origin and Origin Procedures of CETA, as incorporated by reference in CUKTCA | Annex 2-A of CETA, in accordance with Annex 5-A to Annex 5 of the Protocol on Rules of Origin and Origin Procedures of CETA, as incorporated by reference in CUKTCA\nCUSMA country | Annex 6-A | Schedules to Annex 2-B in accordance with Section C of Annex 6-A\nEU country or other CETA beneficiary | Annex 5-A to Annex 5 of the Protocol on Rules of Origin and Origin Procedures of CETA | Annex 2-A of CETA, in accordance with Annex 5-A to Annex 5 of the Protocol on Rules of Origin and Origin Procedures of CETA\nHonduras | Section 5 of Annex 3.1 of CHFTA | Schedules to Annex 3.4.1 of CHFTA, in accordance with section 5 of Annex 3.1 of CHFTA"
|
| 1521 |
+
},
|
| 1522 |
{
|
| 1523 |
"id": "E-19-nif-1",
|
| 1524 |
"act_code": "E-19",
|
data/processed/F-27.json
CHANGED
|
@@ -2355,6 +2355,120 @@
|
|
| 2355 |
"text": "38 This Act does not apply to any packaged food, drug, cosmetic or device if\n(a) it is manufactured or prepared outside Canada;\n(b) it is imported solely for the purpose of export and is not sold for consumption or use in Canada; and\n(c) it meets any other prescribed requirement.",
|
| 2356 |
"citation": "Food and Drugs Act, s. 38"
|
| 2357 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2358 |
{
|
| 2359 |
"id": "F-27-nif-1",
|
| 2360 |
"act_code": "F-27",
|
|
|
|
| 2355 |
"text": "38 This Act does not apply to any packaged food, drug, cosmetic or device if\n(a) it is manufactured or prepared outside Canada;\n(b) it is imported solely for the purpose of export and is not sold for consumption or use in Canada; and\n(c) it meets any other prescribed requirement.",
|
| 2356 |
"citation": "Food and Drugs Act, s. 38"
|
| 2357 |
},
|
| 2358 |
+
{
|
| 2359 |
+
"act_code": "F-27",
|
| 2360 |
+
"act_short": "Food and Drugs Act",
|
| 2361 |
+
"act_name": "Food and Drugs Act",
|
| 2362 |
+
"section": "Schedule A",
|
| 2363 |
+
"marginal_note": "Schedule A",
|
| 2364 |
+
"part": "SCHEDULES",
|
| 2365 |
+
"division": "",
|
| 2366 |
+
"heading": "Schedule A",
|
| 2367 |
+
"history": "",
|
| 2368 |
+
"last_amended": "2019-06-21",
|
| 2369 |
+
"in_force": "2019-06-21",
|
| 2370 |
+
"status": "in force",
|
| 2371 |
+
"current_to": "2025-03-31",
|
| 2372 |
+
"citation": "Food and Drugs Act, Schedule A",
|
| 2373 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/f-27/",
|
| 2374 |
+
"id": "F-27-sched1",
|
| 2375 |
+
"text": "(Section 2.4)\nPART 1\nThings that Fall Within Definition “Food” in Section 2\nItem | Description\nPART 2\nThings that Fall Within Definition “Drug” in Section 2\nItem | Description\nPART 3\nThings that Fall Within Definition “Cosmetic” in Section 2\nItem | Description\nPART 4\nThings that Fall Within Definition “Device” in Section 2\nItem | Description"
|
| 2376 |
+
},
|
| 2377 |
+
{
|
| 2378 |
+
"act_code": "F-27",
|
| 2379 |
+
"act_short": "Food and Drugs Act",
|
| 2380 |
+
"act_name": "Food and Drugs Act",
|
| 2381 |
+
"section": "Schedule B",
|
| 2382 |
+
"marginal_note": "Schedule B",
|
| 2383 |
+
"part": "SCHEDULES",
|
| 2384 |
+
"division": "",
|
| 2385 |
+
"heading": "Schedule B",
|
| 2386 |
+
"history": "",
|
| 2387 |
+
"last_amended": "2002-12-31",
|
| 2388 |
+
"in_force": "2002-12-31",
|
| 2389 |
+
"status": "in force",
|
| 2390 |
+
"current_to": "2025-03-31",
|
| 2391 |
+
"citation": "Food and Drugs Act, Schedule B",
|
| 2392 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/f-27/",
|
| 2393 |
+
"id": "F-27-sched3",
|
| 2394 |
+
"text": "(Section 10)\nThe most recent editions, including all errata, supplements, revisions and addenda, of the following standards:"
|
| 2395 |
+
},
|
| 2396 |
+
{
|
| 2397 |
+
"act_code": "F-27",
|
| 2398 |
+
"act_short": "Food and Drugs Act",
|
| 2399 |
+
"act_name": "Food and Drugs Act",
|
| 2400 |
+
"section": "Schedule E",
|
| 2401 |
+
"marginal_note": "Schedule E",
|
| 2402 |
+
"part": "SCHEDULES",
|
| 2403 |
+
"division": "",
|
| 2404 |
+
"heading": "Schedule E",
|
| 2405 |
+
"history": "",
|
| 2406 |
+
"last_amended": "2002-12-31",
|
| 2407 |
+
"in_force": "2002-12-31",
|
| 2408 |
+
"status": "in force",
|
| 2409 |
+
"current_to": "2025-03-31",
|
| 2410 |
+
"citation": "Food and Drugs Act, Schedule E",
|
| 2411 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/f-27/",
|
| 2412 |
+
"id": "F-27-sched6",
|
| 2413 |
+
"text": "(Section 13)\n[There are no items in this Schedule.]"
|
| 2414 |
+
},
|
| 2415 |
+
{
|
| 2416 |
+
"act_code": "F-27",
|
| 2417 |
+
"act_short": "Food and Drugs Act",
|
| 2418 |
+
"act_name": "Food and Drugs Act",
|
| 2419 |
+
"section": "Schedule F",
|
| 2420 |
+
"marginal_note": "Schedule F",
|
| 2421 |
+
"part": "SCHEDULES",
|
| 2422 |
+
"division": "",
|
| 2423 |
+
"heading": "Schedule F",
|
| 2424 |
+
"history": "",
|
| 2425 |
+
"last_amended": "2002-12-31",
|
| 2426 |
+
"in_force": "2002-12-31",
|
| 2427 |
+
"status": "in force",
|
| 2428 |
+
"current_to": "2025-03-31",
|
| 2429 |
+
"citation": "Food and Drugs Act, Schedule F",
|
| 2430 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/f-27/",
|
| 2431 |
+
"id": "F-27-sched7",
|
| 2432 |
+
"text": "(Section 15)\n[There are no items in this Schedule of the FOOD AND DRUGS ACT.]"
|
| 2433 |
+
},
|
| 2434 |
+
{
|
| 2435 |
+
"act_code": "F-27",
|
| 2436 |
+
"act_short": "Food and Drugs Act",
|
| 2437 |
+
"act_name": "Food and Drugs Act",
|
| 2438 |
+
"section": "Schedule G",
|
| 2439 |
+
"marginal_note": "Schedule G",
|
| 2440 |
+
"part": "SCHEDULES",
|
| 2441 |
+
"division": "",
|
| 2442 |
+
"heading": "Schedule G",
|
| 2443 |
+
"history": "",
|
| 2444 |
+
"last_amended": "2019-06-21",
|
| 2445 |
+
"in_force": "2019-06-21",
|
| 2446 |
+
"status": "in force",
|
| 2447 |
+
"current_to": "2025-03-31",
|
| 2448 |
+
"citation": "Food and Drugs Act, Schedule G",
|
| 2449 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/f-27/",
|
| 2450 |
+
"id": "F-27-sched8",
|
| 2451 |
+
"text": "(Sections 2 and 21.91)\nItem | Description"
|
| 2452 |
+
},
|
| 2453 |
+
{
|
| 2454 |
+
"act_code": "F-27",
|
| 2455 |
+
"act_short": "Food and Drugs Act",
|
| 2456 |
+
"act_name": "Food and Drugs Act",
|
| 2457 |
+
"section": "Schedule H",
|
| 2458 |
+
"marginal_note": "Schedule H",
|
| 2459 |
+
"part": "SCHEDULES",
|
| 2460 |
+
"division": "",
|
| 2461 |
+
"heading": "Schedule H",
|
| 2462 |
+
"history": "",
|
| 2463 |
+
"last_amended": "2019-06-21",
|
| 2464 |
+
"in_force": "2019-06-21",
|
| 2465 |
+
"status": "in force",
|
| 2466 |
+
"current_to": "2025-03-31",
|
| 2467 |
+
"citation": "Food and Drugs Act, Schedule H",
|
| 2468 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/f-27/",
|
| 2469 |
+
"id": "F-27-sched9",
|
| 2470 |
+
"text": "[Repealed, 1996, c. 19, s. 82]"
|
| 2471 |
+
},
|
| 2472 |
{
|
| 2473 |
"id": "F-27-nif-1",
|
| 2474 |
"act_code": "F-27",
|
data/processed/G-5.json
ADDED
|
@@ -0,0 +1,401 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"act_code": "G-5",
|
| 4 |
+
"act_short": "GECA",
|
| 5 |
+
"act_name": "Government Employees Compensation Act",
|
| 6 |
+
"section": "1",
|
| 7 |
+
"marginal_note": "Short title",
|
| 8 |
+
"part": "",
|
| 9 |
+
"division": "",
|
| 10 |
+
"heading": "Short Title",
|
| 11 |
+
"history": "R.S., c. G-8, s. 1",
|
| 12 |
+
"last_amended": "2002-12-31",
|
| 13 |
+
"in_force": "2002-12-31",
|
| 14 |
+
"status": "in force",
|
| 15 |
+
"current_to": "2022-12-31",
|
| 16 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/g-5/section-1.html",
|
| 17 |
+
"id": "G-5-s1",
|
| 18 |
+
"text": "1 This Act may be cited as the Government Employees Compensation Act.",
|
| 19 |
+
"citation": "GECA, s. 1"
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"act_code": "G-5",
|
| 23 |
+
"act_short": "GECA",
|
| 24 |
+
"act_name": "Government Employees Compensation Act",
|
| 25 |
+
"section": "2",
|
| 26 |
+
"marginal_note": "Definitions",
|
| 27 |
+
"part": "",
|
| 28 |
+
"division": "",
|
| 29 |
+
"heading": "Interpretation",
|
| 30 |
+
"history": "R.S., 1985, c. G-5, s. 2; 2000, c. 12, s. 125; 2004, c. 7, s. 18; 2006, c. 9, s. 18; 2012, c. 19, s. 420(E); 2015, c. 36, s. 136; 2017, c. 20, s. 171",
|
| 31 |
+
"last_amended": "2017-09-21",
|
| 32 |
+
"in_force": "2017-09-21",
|
| 33 |
+
"status": "in force",
|
| 34 |
+
"current_to": "2022-12-31",
|
| 35 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/g-5/section-2.html",
|
| 36 |
+
"id": "G-5-s2-p1",
|
| 37 |
+
"text": "2 In this Act,\naccident includes a wilful and an intentional act, not being the act of the employee, and a fortuitous event occasioned by a physical or natural cause; (accident)\ncommon-law partner, in relation to an employee, means a person who was, immediately before the employee’s death, cohabiting with the employee in a conjugal relationship, having so cohabited for a period of at least one year; (conjoint de fait)\ncompensation includes medical and hospital expenses and any other benefits, expenses or allowances that are authorized by the law of the province where the employee is usually employed respecting compensation for workmen and the dependants of deceased workmen; (indemnité)\ndependant, in relation to an employee, includes\n(a) a common-law partner of the employee, and\n(b) a person who was cohabiting with the employee immediately before the employee’s death and is a parent of the employee’s child; (personne à charge)\nemployee means\n(a) any person in the service of Her Majesty who is paid a direct wage or salary by or on behalf of Her Majesty,\n(b) any member, officer or employee of any department, corporation or other body that is established to perform a function or duty on the Government of Canada’s behalf who is declared by the Minister with the approval of the Governor in Council to be an employee for the purposes of this Act,\n(c) any person who, for the purpose of obtaining employment in any department, corporation or other body that is established to perform a function or duty on the Government of Canada’s behalf, is taking a training course that is approved by the Minister for that person,",
|
| 38 |
+
"citation": "GECA, s. 2 (part 1 of 2)"
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"act_code": "G-5",
|
| 42 |
+
"act_short": "GECA",
|
| 43 |
+
"act_name": "Government Employees Compensation Act",
|
| 44 |
+
"section": "2",
|
| 45 |
+
"marginal_note": "Definitions",
|
| 46 |
+
"part": "",
|
| 47 |
+
"division": "",
|
| 48 |
+
"heading": "Interpretation",
|
| 49 |
+
"history": "R.S., 1985, c. G-5, s. 2; 2000, c. 12, s. 125; 2004, c. 7, s. 18; 2006, c. 9, s. 18; 2012, c. 19, s. 420(E); 2015, c. 36, s. 136; 2017, c. 20, s. 171",
|
| 50 |
+
"last_amended": "2017-09-21",
|
| 51 |
+
"in_force": "2017-09-21",
|
| 52 |
+
"status": "in force",
|
| 53 |
+
"current_to": "2022-12-31",
|
| 54 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/g-5/section-2.html",
|
| 55 |
+
"id": "G-5-s2-p2",
|
| 56 |
+
"text": "(d) any person who is employed by any department, corporation or other body that is established to perform a function or duty on the Government of Canada’s behalf, who is on leave of absence without pay and, for the purpose of increasing the skills used in the performance of their duties, is taking a training course that is approved by the Minister for that purpose, and\n(e) any officer or employee of the Senate, House of Commons, Library of Parliament, office of the Senate Ethics Officer, office of the Conflict of Interest and Ethics Commissioner, Parliamentary Protective Service or office of the Parliamentary Budget Officer; (agents de l’État)\nHer Majesty means Her Majesty in right of Canada; (Sa Majesté)\nindustrial disease means any disease in respect of which compensation is payable under the law of the province where the employee is usually employed respecting compensation for workmen and the dependants of deceased workmen; (maladie professionnelle)\nMinister means the Minister of Labour. (ministre)",
|
| 57 |
+
"citation": "GECA, s. 2 (part 2 of 2)"
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"act_code": "G-5",
|
| 61 |
+
"act_short": "GECA",
|
| 62 |
+
"act_name": "Government Employees Compensation Act",
|
| 63 |
+
"section": "3",
|
| 64 |
+
"marginal_note": "Persons excluded",
|
| 65 |
+
"part": "",
|
| 66 |
+
"division": "",
|
| 67 |
+
"heading": "Application",
|
| 68 |
+
"history": "R.S., c. G-8, s. 2",
|
| 69 |
+
"last_amended": "2002-12-31",
|
| 70 |
+
"in_force": "2002-12-31",
|
| 71 |
+
"status": "in force",
|
| 72 |
+
"current_to": "2022-12-31",
|
| 73 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/g-5/section-3.html",
|
| 74 |
+
"id": "G-5-s3",
|
| 75 |
+
"text": "3\n(1) This Act does not apply to any person who is a member of the regular force of the Canadian Forces or of the Royal Canadian Mounted Police.\n(2) [Application] This Act applies in respect of an accident occurring or a disease contracted within or outside Canada.",
|
| 76 |
+
"citation": "GECA, s. 3"
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"act_code": "G-5",
|
| 80 |
+
"act_short": "GECA",
|
| 81 |
+
"act_name": "Government Employees Compensation Act",
|
| 82 |
+
"section": "4",
|
| 83 |
+
"marginal_note": "Persons eligible for compensation",
|
| 84 |
+
"part": "",
|
| 85 |
+
"division": "",
|
| 86 |
+
"heading": "Compensation",
|
| 87 |
+
"history": "R.S., 1985, c. G-5, s. 4; 1996, c. 10, s. 229.3; 2015, c. 3, s. 99(F)",
|
| 88 |
+
"last_amended": "2015-02-26",
|
| 89 |
+
"in_force": "2015-02-26",
|
| 90 |
+
"status": "in force",
|
| 91 |
+
"current_to": "2022-12-31",
|
| 92 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/g-5/section-4.html",
|
| 93 |
+
"id": "G-5-s4-p1",
|
| 94 |
+
"text": "4\n(1) Subject to this Act, compensation shall be paid to\n(a) an employee who\n(i) is caused personal injury by an accident arising out of and in the course of his employment, or\n(ii) is disabled by reason of an industrial disease due to the nature of the employment; and\n(b) the dependants of an employee whose death results from such an accident or industrial disease.\n(2) [Rate of compensation and conditions] The employee or the dependants referred to in subsection (1) are, notwithstanding the nature or class of the employment, entitled to receive compensation at the same rate and under the same conditions as are provided under the law of the province where the employee is usually employed respecting compensation for workmen and the dependants of deceased workmen, employed by persons other than Her Majesty, who\n(a) are caused personal injuries in that province by accidents arising out of and in the course of their employment; or\n(b) are disabled in that province by reason of industrial diseases due to the nature of their employment.\n(3) [Determination of compensation] Compensation under subsection (1) shall be determined by\n(a) the same board, officers or authority as is or are established by the law of the province for determining compensation for workmen and dependants of deceased workmen employed by persons other than Her Majesty; or\n(b) such other board, officers or authority, or such court, as the Governor in Council may direct.\n(4) [Repealed, 1996, c. 10, s. 229.3]",
|
| 95 |
+
"citation": "GECA, s. 4 (part 1 of 2)"
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"act_code": "G-5",
|
| 99 |
+
"act_short": "GECA",
|
| 100 |
+
"act_name": "Government Employees Compensation Act",
|
| 101 |
+
"section": "4",
|
| 102 |
+
"marginal_note": "Persons eligible for compensation",
|
| 103 |
+
"part": "",
|
| 104 |
+
"division": "",
|
| 105 |
+
"heading": "Compensation",
|
| 106 |
+
"history": "R.S., 1985, c. G-5, s. 4; 1996, c. 10, s. 229.3; 2015, c. 3, s. 99(F)",
|
| 107 |
+
"last_amended": "2015-02-26",
|
| 108 |
+
"in_force": "2015-02-26",
|
| 109 |
+
"status": "in force",
|
| 110 |
+
"current_to": "2022-12-31",
|
| 111 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/g-5/section-4.html",
|
| 112 |
+
"id": "G-5-s4-p2",
|
| 113 |
+
"text": "(5) [Payable to persons determined by awarding authority] Any compensation awarded to an employee or the dependants of a deceased employee by a board, officer, authority or court, under the authority of this Act, shall be paid to the employee or dependants or to such person as the board, officer, authority or court may direct, and the board, officer, authority or court has the same jurisdiction to award costs as is conferred in cases between private parties by the law of the province where the employee is usually employed.\n(6) [Compensation, etc., payable out of C.R.F.] There may be paid out of the Consolidated Revenue Fund,\n(a) any compensation or costs awarded under this Act;\n(b) to the board, officers, authority or court authorized by the law of any province or under this Act to determine compensation cases, such amount as an accountable advance in respect of compensation or costs that may be awarded under this Act as, in the opinion of the Treasury Board, is expedient;\n(c) in any province where the general expenses of maintaining the board, officers, authority or court are paid by the province or by contributions from employers, or by both, such portion of the contributions as, in the opinion of the Treasury Board, is fair and reasonable;\n(d) in any province where the board, officers or authority may make expenditures to aid in getting injured workmen back to work or removing any handicap resulting from their injuries, such portion of those expenditures as, in the opinion of the Treasury Board, is fair and reasonable; and\n(e) to the board, officers, authority or court, such amount as an accountable advance in respect of any expenses or expenditures that may be paid under paragraph (c) or (d) as, in the opinion of the Treasury Board, is expedient.",
|
| 114 |
+
"citation": "GECA, s. 4 (part 2 of 2)"
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"act_code": "G-5",
|
| 118 |
+
"act_short": "GECA",
|
| 119 |
+
"act_name": "Government Employees Compensation Act",
|
| 120 |
+
"section": "5",
|
| 121 |
+
"marginal_note": "Yukon and Northwest Territories",
|
| 122 |
+
"part": "",
|
| 123 |
+
"division": "",
|
| 124 |
+
"heading": "Compensation",
|
| 125 |
+
"history": "R.S., 1985, c. G-5, s. 5; 1993, c. 28, s. 78; 2002, c. 7, s. 174",
|
| 126 |
+
"last_amended": "2003-04-01",
|
| 127 |
+
"in_force": "2003-04-01",
|
| 128 |
+
"status": "in force",
|
| 129 |
+
"current_to": "2022-12-31",
|
| 130 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/g-5/section-5.html",
|
| 131 |
+
"id": "G-5-s5",
|
| 132 |
+
"text": "5\n(1) Where an employee is usually employed in Yukon or the Northwest Territories, the employee shall for the purposes of this Act be deemed to be usually employed in the Province of Alberta.\n(2) [Nunavut] Where an employee is usually employed in Nunavut, the employee shall for the purposes of this Act be deemed to be usually employed in the Province of Alberta.",
|
| 133 |
+
"citation": "GECA, s. 5"
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"act_code": "G-5",
|
| 137 |
+
"act_short": "GECA",
|
| 138 |
+
"act_name": "Government Employees Compensation Act",
|
| 139 |
+
"section": "6",
|
| 140 |
+
"marginal_note": "Person employed outside Canada",
|
| 141 |
+
"part": "",
|
| 142 |
+
"division": "",
|
| 143 |
+
"heading": "Compensation",
|
| 144 |
+
"history": "R.S., c. G-8, s. 5",
|
| 145 |
+
"last_amended": "2002-12-31",
|
| 146 |
+
"in_force": "2002-12-31",
|
| 147 |
+
"status": "in force",
|
| 148 |
+
"current_to": "2022-12-31",
|
| 149 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/g-5/section-6.html",
|
| 150 |
+
"id": "G-5-s6",
|
| 151 |
+
"text": "6 Where an employee, other than a person locally engaged outside Canada, is usually employed outside Canada, the employee shall for the purposes of this Act be deemed to be usually employed in the Province of Ontario.",
|
| 152 |
+
"citation": "GECA, s. 6"
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"act_code": "G-5",
|
| 156 |
+
"act_short": "GECA",
|
| 157 |
+
"act_name": "Government Employees Compensation Act",
|
| 158 |
+
"section": "7",
|
| 159 |
+
"marginal_note": "Contributions to workmen’s compensation fund in certain cases",
|
| 160 |
+
"part": "",
|
| 161 |
+
"division": "",
|
| 162 |
+
"heading": "Compensation",
|
| 163 |
+
"history": "R.S., c. G-8, s. 6",
|
| 164 |
+
"last_amended": "2002-12-31",
|
| 165 |
+
"in_force": "2002-12-31",
|
| 166 |
+
"status": "in force",
|
| 167 |
+
"current_to": "2022-12-31",
|
| 168 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/g-5/section-7.html",
|
| 169 |
+
"id": "G-5-s7",
|
| 170 |
+
"text": "7\n(1) Where an employee locally engaged outside Canada is usually employed in a place where under the law respecting compensation to workmen and the dependants of deceased workmen payments are made to a fund out of which compensation is paid to workmen and the dependants of deceased workmen, there may, with the approval of the Treasury Board, be paid to that fund, out of the Consolidated Revenue Fund, such payments in respect of that employee as may be deemed necessary by the Minister.\n(2) [Compensation to employee or dependants in special cases] The Minister may, with the approval of the Treasury Board, award compensation in such amount and in such manner as he deems fit to\n(a) an employee locally engaged outside Canada who\n(i) is caused personal injury by an accident arising out of and in the course of his employment, or\n(ii) is disabled by reason of any disease that is due to the nature of the employment and peculiar to or characteristic of the particular process, trade or occupation in which the employee was employed at the time the disease was contracted, and\n(b) the dependants of such an employee whose death results from such an accident or disease,\nand who are not otherwise entitled to compensation under any law respecting compensation to workmen and the dependants of deceased workmen.",
|
| 171 |
+
"citation": "GECA, s. 7"
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"act_code": "G-5",
|
| 175 |
+
"act_short": "GECA",
|
| 176 |
+
"act_name": "Government Employees Compensation Act",
|
| 177 |
+
"section": "8",
|
| 178 |
+
"marginal_note": "Regulations re compensation for disability or death",
|
| 179 |
+
"part": "",
|
| 180 |
+
"division": "",
|
| 181 |
+
"heading": "Compensation",
|
| 182 |
+
"history": "R.S., c. G-8, s. 7",
|
| 183 |
+
"last_amended": "2002-12-31",
|
| 184 |
+
"in_force": "2002-12-31",
|
| 185 |
+
"status": "in force",
|
| 186 |
+
"current_to": "2022-12-31",
|
| 187 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/g-5/section-8.html",
|
| 188 |
+
"id": "G-5-s8",
|
| 189 |
+
"text": "8\n(1) The Governor in Council may make regulations prescribing the conditions under which compensation is to be payable, the amount of compensation payable and the manner in which the compensation is to be determined, in respect of\n(a) any employee who is disabled or whose death is caused by reason of any disease that is not an industrial disease but is due to the nature of his employment and peculiar to or characteristic of the particular process, trade or occupation in which the employee was employed at the time the disease was contracted; or\n(b) any employee, other than an employee engaged locally outside Canada, who is disabled or whose death is caused by reason of any disease that results from the environmental conditions of any place outside Canada to which the employee was assigned.\n(2) [Award according to regulations] Compensation shall be awarded to an employee, or the dependants of a deceased employee, referred to in subsection (1) in accordance with the regulations.",
|
| 190 |
+
"citation": "GECA, s. 8"
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"act_code": "G-5",
|
| 194 |
+
"act_short": "GECA",
|
| 195 |
+
"act_name": "Government Employees Compensation Act",
|
| 196 |
+
"section": "9",
|
| 197 |
+
"marginal_note": "Election of claims",
|
| 198 |
+
"part": "",
|
| 199 |
+
"division": "",
|
| 200 |
+
"heading": "Claims Against Third Parties and Compensation",
|
| 201 |
+
"history": "R.S., 1985, c. G-5, s. 9; 1999, c. 35, s. 12; 2012, c. 19, s. 421",
|
| 202 |
+
"last_amended": "2014-06-13",
|
| 203 |
+
"in_force": "2014-06-13",
|
| 204 |
+
"status": "in force",
|
| 205 |
+
"current_to": "2022-12-31",
|
| 206 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/g-5/section-9.html",
|
| 207 |
+
"id": "G-5-s9",
|
| 208 |
+
"text": "9\n(1) If an accident happens to an employee in the course of their employment under any circumstances that entitle the employee or their dependants to an action against a third party, the employee or their dependants, if they are entitled to compensation under this Act, may claim compensation under it or may make a claim against the third party.\n(2) [Election is final] The election made by the employee or their dependants is final.",
|
| 209 |
+
"citation": "GECA, s. 9"
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"act_code": "G-5",
|
| 213 |
+
"act_short": "GECA",
|
| 214 |
+
"act_name": "Government Employees Compensation Act",
|
| 215 |
+
"section": "9.1",
|
| 216 |
+
"marginal_note": "Application — prescribed corporation or other body",
|
| 217 |
+
"part": "",
|
| 218 |
+
"division": "",
|
| 219 |
+
"heading": "Claims Against Third Parties and Compensation",
|
| 220 |
+
"history": "2012, c. 19, s. 421; 2022, c. 10, s. 297",
|
| 221 |
+
"last_amended": "2022-10-26",
|
| 222 |
+
"in_force": "2014-06-13",
|
| 223 |
+
"status": "in force",
|
| 224 |
+
"current_to": "2022-12-31",
|
| 225 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/g-5/section-9.1.html",
|
| 226 |
+
"id": "G-5-s9.1",
|
| 227 |
+
"text": "9.1\n(1) Subsections (2) to (4) apply to employees who are employed by a corporation or other body that is prescribed under paragraph 13(1)(b).\n(2) [Entitlement to difference as compensation] If a claim is made against the third party and less is recovered and collected, either on a settlement approved by the employer or under a judgment of a court of competent jurisdiction, than the amount of compensation to which the employee or their dependants who made the claim are entitled under this Act, the difference between the amount so recovered and collected and the amount of that compensation shall be paid as compensation to the employee or their dependants.\n(3) [Subrogation] If the employee or their dependants elect to claim compensation under this Act, the employer shall be subrogated to the rights of the employee or their dependants and may, subject to the Agreements implemented by the Civil International Space Station Agreement Implementation Act and the Civil Lunar Gateway Agreement Implementation Act, maintain an action, against the third party, in its own name or in the name of the employee or their dependants.\n(4) [Portion of excess payable to employee] If an action is brought under subsection (3) and the amount recovered and collected exceeds the amount of compensation to which the employee or their dependants are entitled under this Act, the employer may pay to the employee or their dependants any portion of the excess that remains after the employer recovers its costs, but if after that payment has been made the employee becomes entitled to an additional amount of compensation in respect of the same accident, the amount paid under this subsection may be deducted from the additional compensation.",
|
| 228 |
+
"citation": "GECA, s. 9.1"
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"act_code": "G-5",
|
| 232 |
+
"act_short": "GECA",
|
| 233 |
+
"act_name": "Government Employees Compensation Act",
|
| 234 |
+
"section": "9.2",
|
| 235 |
+
"marginal_note": "Application — other employers",
|
| 236 |
+
"part": "",
|
| 237 |
+
"division": "",
|
| 238 |
+
"heading": "Claims Against Third Parties and Compensation",
|
| 239 |
+
"history": "2012, c. 19, s. 421; 2022, c. 19, s. 144",
|
| 240 |
+
"last_amended": "2022-12-15",
|
| 241 |
+
"in_force": "2014-06-13",
|
| 242 |
+
"status": "in force",
|
| 243 |
+
"current_to": "2022-12-31",
|
| 244 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/g-5/section-9.2.html",
|
| 245 |
+
"id": "G-5-s9.2",
|
| 246 |
+
"text": "9.2\n(1) Subsections (2) to (4) apply to employees who are not employed by a corporation or other body that is prescribed under paragraph 13(1)(b).\n(2) [Entitlement to difference as compensation] If a claim is made against the third party and less is recovered and collected, either on a settlement approved by the Minister or under a judgment of a court of competent jurisdiction, than the amount of compensation to which the employee or their dependants who made the claim are entitled under this Act, the difference between the amount so recovered and collected and the amount of that compensation shall be paid as compensation to the employee or their dependants.\n(3) [Subrogation] If the employee or their dependants elect to claim compensation under this Act, His Majesty shall be subrogated to the rights of the employee or their dependants and may, subject to the Agreements implemented by the Civil International Space Station Agreement Implementation Act and the Civil Lunar Gateway Agreement Implementation Act, maintain an action in the name of the employee or their dependants or of His Majesty against the third party and any sum recovered shall be paid into the Consolidated Revenue Fund.\n(4) [Portion of excess payable to employee] If an action is brought under subsection (3) and the amount recovered and collected exceeds the amount of compensation to which the employee or their dependants are entitled under this Act, there may be paid out of the Consolidated Revenue Fund to the employee or their dependants any portion of the excess that the Minister with the approval of the Treasury Board considers necessary, but if after that payment has been made the employee becomes entitled to an additional amount of compensation in respect of the same accident, the amount paid under this subsection may be deducted from the additional compensation.",
|
| 247 |
+
"citation": "GECA, s. 9.2"
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"act_code": "G-5",
|
| 251 |
+
"act_short": "GECA",
|
| 252 |
+
"act_name": "Government Employees Compensation Act",
|
| 253 |
+
"section": "10",
|
| 254 |
+
"marginal_note": "Parent, etc., may elect",
|
| 255 |
+
"part": "",
|
| 256 |
+
"division": "",
|
| 257 |
+
"heading": "Claims Against Third Parties and Compensation",
|
| 258 |
+
"history": "R.S., 1985, c. G-5, s. 10; 2000, c. 12, s. 126",
|
| 259 |
+
"last_amended": "2002-12-31",
|
| 260 |
+
"in_force": "2002-12-31",
|
| 261 |
+
"status": "in force",
|
| 262 |
+
"current_to": "2022-12-31",
|
| 263 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/g-5/section-10.html",
|
| 264 |
+
"id": "G-5-s10",
|
| 265 |
+
"text": "10 In the case of a child, the parent, or a person who stands in the place of a parent, may make an election under section 9 for that child.",
|
| 266 |
+
"citation": "GECA, s. 10"
|
| 267 |
+
},
|
| 268 |
+
{
|
| 269 |
+
"act_code": "G-5",
|
| 270 |
+
"act_short": "GECA",
|
| 271 |
+
"act_name": "Government Employees Compensation Act",
|
| 272 |
+
"section": "11",
|
| 273 |
+
"marginal_note": "Notice of election",
|
| 274 |
+
"part": "",
|
| 275 |
+
"division": "",
|
| 276 |
+
"heading": "Claims Against Third Parties and Compensation",
|
| 277 |
+
"history": "R.S., c. G-8, s. 8",
|
| 278 |
+
"last_amended": "2002-12-31",
|
| 279 |
+
"in_force": "2002-12-31",
|
| 280 |
+
"status": "in force",
|
| 281 |
+
"current_to": "2022-12-31",
|
| 282 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/g-5/section-11.html",
|
| 283 |
+
"id": "G-5-s11",
|
| 284 |
+
"text": "11 Notice of an election under section 9 shall be given within three months after the happening of the accident, or, in the case of an accident resulting in death, within three months after the death, or within such longer period as may be allowed either before or after the expiration of the three months by the board, officers, authority or court having power to determine the right to and the amount of the compensation under this Act.",
|
| 285 |
+
"citation": "GECA, s. 11"
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"act_code": "G-5",
|
| 289 |
+
"act_short": "GECA",
|
| 290 |
+
"act_name": "Government Employees Compensation Act",
|
| 291 |
+
"section": "12",
|
| 292 |
+
"marginal_note": "No claim against Her Majesty",
|
| 293 |
+
"part": "",
|
| 294 |
+
"division": "",
|
| 295 |
+
"heading": "No Other Claims Against Crown",
|
| 296 |
+
"history": "R.S., c. G-8, s. 8",
|
| 297 |
+
"last_amended": "2002-12-31",
|
| 298 |
+
"in_force": "2002-12-31",
|
| 299 |
+
"status": "in force",
|
| 300 |
+
"current_to": "2022-12-31",
|
| 301 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/g-5/section-12.html",
|
| 302 |
+
"id": "G-5-s12",
|
| 303 |
+
"text": "12 Where an accident happens to an employee in the course of his employment under such circumstances as entitle him or his dependants to compensation under this Act, neither the employee nor any dependant of the employee has any claim against Her Majesty, or any officer, servant or agent of Her Majesty, other than for compensation under this Act.",
|
| 304 |
+
"citation": "GECA, s. 12"
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"act_code": "G-5",
|
| 308 |
+
"act_short": "GECA",
|
| 309 |
+
"act_name": "Government Employees Compensation Act",
|
| 310 |
+
"section": "12.1",
|
| 311 |
+
"marginal_note": "Acts or omissions by corporation or other body",
|
| 312 |
+
"part": "",
|
| 313 |
+
"division": "",
|
| 314 |
+
"heading": "No Other Claims Against Crown",
|
| 315 |
+
"history": "2012, c. 19, s. 422",
|
| 316 |
+
"last_amended": "2014-06-13",
|
| 317 |
+
"in_force": "2014-06-13",
|
| 318 |
+
"status": "in force",
|
| 319 |
+
"current_to": "2022-12-31",
|
| 320 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/g-5/section-12.1.html",
|
| 321 |
+
"id": "G-5-s12.1",
|
| 322 |
+
"text": "12.1 No action lies against Her Majesty for anything done or omitted to be done under this Act by a corporation or other body referred to in subsection 9.1(1).",
|
| 323 |
+
"citation": "GECA, s. 12.1"
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"act_code": "G-5",
|
| 327 |
+
"act_short": "GECA",
|
| 328 |
+
"act_name": "Government Employees Compensation Act",
|
| 329 |
+
"section": "13",
|
| 330 |
+
"marginal_note": "Regulations",
|
| 331 |
+
"part": "",
|
| 332 |
+
"division": "",
|
| 333 |
+
"heading": "General",
|
| 334 |
+
"history": "R.S., 1985, c. G-5, s. 13; 2012, c. 19, s. 423",
|
| 335 |
+
"last_amended": "2014-06-13",
|
| 336 |
+
"in_force": "2014-06-13",
|
| 337 |
+
"status": "in force",
|
| 338 |
+
"current_to": "2022-12-31",
|
| 339 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/g-5/section-13.html",
|
| 340 |
+
"id": "G-5-s13",
|
| 341 |
+
"text": "13\n(1) Subject to the Governor in Council’s approval, the Minister may make regulations for carrying out the purposes and provisions of this Act, including regulations\n(a) determining the place where an employee is usually employed; and\n(b) prescribing corporations or other bodies for the purposes of section 9.1.\n(2) [Extended application of section 9.2] If a corporation or other body is prescribed under paragraph (1)(b), section 9.2 continues to apply in cases where the notice of election referred to in section 11 is given before the day on which the regulation comes into force.\n(3) [Extended application of section 9.1] If a regulation is made under paragraph (1)(b) by virtue of which a corporation or other body ceases to be prescribed, section 9.1 continues to apply in cases where the notice of election referred to in section 11 is given before the day on which the regulation comes into force.",
|
| 342 |
+
"citation": "GECA, s. 13"
|
| 343 |
+
},
|
| 344 |
+
{
|
| 345 |
+
"act_code": "G-5",
|
| 346 |
+
"act_short": "GECA",
|
| 347 |
+
"act_name": "Government Employees Compensation Act",
|
| 348 |
+
"section": "14",
|
| 349 |
+
"marginal_note": "Employer contribution",
|
| 350 |
+
"part": "",
|
| 351 |
+
"division": "",
|
| 352 |
+
"heading": "General",
|
| 353 |
+
"history": "R.S., 1985, c. G-5, s. 14; 2012, c. 19, s. 424(E)",
|
| 354 |
+
"last_amended": "2014-06-13",
|
| 355 |
+
"in_force": "2014-06-13",
|
| 356 |
+
"status": "in force",
|
| 357 |
+
"current_to": "2022-12-31",
|
| 358 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/g-5/section-14.html",
|
| 359 |
+
"id": "G-5-s14",
|
| 360 |
+
"text": "14 The Minister may require any corporation or other body, whose employees are subject to this Act,\n(a) to pay such percentage of payroll or such other rate or specific sum as the Minister may deem sufficient to pay the compensation during the current year in respect of injuries to those employees;\n(b) to pay such proportion of the expenses of administering this Act as the Minister may determine; and\n(c) to maintain a reserve fund to pay the compensation payable in future years in respect of claims of those employees arising under this Act.",
|
| 361 |
+
"citation": "GECA, s. 14"
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"act_code": "G-5",
|
| 365 |
+
"act_short": "GECA",
|
| 366 |
+
"act_name": "Government Employees Compensation Act",
|
| 367 |
+
"section": "15",
|
| 368 |
+
"marginal_note": "Death of employee at place other than that of employment",
|
| 369 |
+
"part": "",
|
| 370 |
+
"division": "",
|
| 371 |
+
"heading": "General",
|
| 372 |
+
"history": "R.S., c. G-8, s. 12",
|
| 373 |
+
"last_amended": "2002-12-31",
|
| 374 |
+
"in_force": "2002-12-31",
|
| 375 |
+
"status": "in force",
|
| 376 |
+
"current_to": "2022-12-31",
|
| 377 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/g-5/section-15.html",
|
| 378 |
+
"id": "G-5-s15",
|
| 379 |
+
"text": "15 Where the death of an employee results from an accident arising out of and in the course of his employment at a place other than the place where the employee is usually employed and the reasonable additional expenses incurred by reason of the death occurring at that other place exceed the amount of compensation to which the employee’s dependants are entitled for those expenses under this Act, there may be paid out of the Consolidated Revenue Fund such sum as the Minister, with the approval of the Treasury Board, deems necessary to pay any portion of the excess.",
|
| 380 |
+
"citation": "GECA, s. 15"
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"act_code": "G-5",
|
| 384 |
+
"act_short": "GECA",
|
| 385 |
+
"act_name": "Government Employees Compensation Act",
|
| 386 |
+
"section": "16",
|
| 387 |
+
"marginal_note": "Accident prevention activities and safety program",
|
| 388 |
+
"part": "",
|
| 389 |
+
"division": "",
|
| 390 |
+
"heading": "General",
|
| 391 |
+
"history": "R.S., 1985, c. G-5, s. 16; 2003, c. 22, s. 224(E)",
|
| 392 |
+
"last_amended": "2005-04-01",
|
| 393 |
+
"in_force": "2005-04-01",
|
| 394 |
+
"status": "in force",
|
| 395 |
+
"current_to": "2022-12-31",
|
| 396 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/g-5/section-16.html",
|
| 397 |
+
"id": "G-5-s16",
|
| 398 |
+
"text": "16 The Minister may promote and encourage accident prevention activities and safety programs among persons employed in the federal public administration.",
|
| 399 |
+
"citation": "GECA, s. 16"
|
| 400 |
+
}
|
| 401 |
+
]
|
data/processed/H-6.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/processed/I-2.5.json
CHANGED
|
@@ -6269,6 +6269,25 @@
|
|
| 6269 |
"text": "*275 Sections 73, 110, 111, 171, 194 and 195 come into force on a day to be fixed by order of the Governor in Council.\n* [Note: Sections 1 and 4 in force December 6, 2001, see SI/2001-119; sections 2, 3, 5 to 72, 74 to 109, 112 to 170, 172 to 193, 196 to 244 and 246 to 274 in force June 28, 2002, see SI/2002-97; sections 73, 110, 111, 171, 194 and 195 in force December 15, 2012, see SI/2012-94.]",
|
| 6270 |
"citation": "IRPA, s. *275"
|
| 6271 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6272 |
{
|
| 6273 |
"id": "I-2.5-nif-1",
|
| 6274 |
"act_code": "I-2.5",
|
|
|
|
| 6269 |
"text": "*275 Sections 73, 110, 111, 171, 194 and 195 come into force on a day to be fixed by order of the Governor in Council.\n* [Note: Sections 1 and 4 in force December 6, 2001, see SI/2001-119; sections 2, 3, 5 to 72, 74 to 109, 112 to 170, 172 to 193, 196 to 244 and 246 to 274 in force June 28, 2002, see SI/2002-97; sections 73, 110, 111, 171, 194 and 195 in force December 15, 2012, see SI/2012-94.]",
|
| 6270 |
"citation": "IRPA, s. *275"
|
| 6271 |
},
|
| 6272 |
+
{
|
| 6273 |
+
"act_code": "I-2.5",
|
| 6274 |
+
"act_short": "IRPA",
|
| 6275 |
+
"act_name": "Immigration and Refugee Protection Act",
|
| 6276 |
+
"section": "Schedule",
|
| 6277 |
+
"marginal_note": "Schedule",
|
| 6278 |
+
"part": "SCHEDULES",
|
| 6279 |
+
"division": "",
|
| 6280 |
+
"heading": "Schedule",
|
| 6281 |
+
"history": "",
|
| 6282 |
+
"last_amended": "2003-01-01",
|
| 6283 |
+
"in_force": "2003-01-01",
|
| 6284 |
+
"status": "in force",
|
| 6285 |
+
"current_to": "2026-03-31",
|
| 6286 |
+
"citation": "IRPA, Schedule",
|
| 6287 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/i-2.5/",
|
| 6288 |
+
"id": "I-2.5-sched1",
|
| 6289 |
+
"text": "(Subsection 2(1))\nSections E and F of Article 1 of the United Nations Convention Relating to the Status of Refugees\nE This Convention shall not apply to a person who is recognized by the competent authorities of the country in which he has taken residence as having the rights and obligations which are attached to the possession of the nationality of that country.\nF The provisions of this Convention shall not apply to any person with respect to whom there are serious reasons for considering that:\n(a) he has committed a crime against peace, a war crime, or a crime against humanity, as defined in the international instruments drawn up to make provision in respect of such crimes;\n(b) he has committed a serious non-political crime outside the country of refuge prior to his admission to that country as a refugee;\n(c) he has been guilty of acts contrary to the purposes and principles of the United Nations.\nArticle 1 of the Convention Against Torture and Other Cruel, Inhuman and Degrading Treatment or Punishment\n1 For the purposes of this Convention, torture means any act by which severe pain or suffering, whether physical or mental, is intentionally inflicted on a person for such purposes as obtaining from him or a third person information or a confession, punishing him for an act he or a third person has committed or is suspected of having committed, or intimidating or coercing him or a third person, or for any reason based on discrimination of any kind, when such pain or suffering is inflicted by or at the instigation of or with the consent or acquiescence of a public official or other person acting in an official capacity. It does not include pain or suffering arising only from, inherent in or incidental to lawful sanctions.\n2 This article is without prejudice to any international instrument or national legislation which does or may contain provisions of wider application."
|
| 6290 |
+
},
|
| 6291 |
{
|
| 6292 |
"id": "I-2.5-nif-1",
|
| 6293 |
"act_code": "I-2.5",
|
data/processed/P-19.32.json
CHANGED
|
@@ -1233,5 +1233,24 @@
|
|
| 1233 |
"id": "P-19.32-s*65",
|
| 1234 |
"text": "*65 The provisions of this Act come into force on a day or days to be fixed by order of the Governor in Council.\n* [Note: Act in force August 15, 2019, see SI/2019-34.]",
|
| 1235 |
"citation": "Preclearance Act, s. *65"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1236 |
}
|
| 1237 |
]
|
|
|
|
| 1233 |
"id": "P-19.32-s*65",
|
| 1234 |
"text": "*65 The provisions of this Act come into force on a day or days to be fixed by order of the Governor in Council.\n* [Note: Act in force August 15, 2019, see SI/2019-34.]",
|
| 1235 |
"citation": "Preclearance Act, s. *65"
|
| 1236 |
+
},
|
| 1237 |
+
{
|
| 1238 |
+
"act_code": "P-19.32",
|
| 1239 |
+
"act_short": "Preclearance Act",
|
| 1240 |
+
"act_name": "Preclearance Act, 2016",
|
| 1241 |
+
"section": "Schedule",
|
| 1242 |
+
"marginal_note": "Locations in Canada in which Preclearance Areas and Preclearance Perimeters May Be Designated",
|
| 1243 |
+
"part": "SCHEDULES",
|
| 1244 |
+
"division": "",
|
| 1245 |
+
"heading": "Schedule",
|
| 1246 |
+
"history": "",
|
| 1247 |
+
"last_amended": "2024-12-09",
|
| 1248 |
+
"in_force": "2019-08-15",
|
| 1249 |
+
"status": "in force",
|
| 1250 |
+
"current_to": "2024-12-15",
|
| 1251 |
+
"citation": "Preclearance Act, Schedule",
|
| 1252 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/p-19.32/",
|
| 1253 |
+
"id": "P-19.32-sched1",
|
| 1254 |
+
"text": "Locations in Canada in which Preclearance Areas and Preclearance Perimeters May Be Designated — (Subsection\n1 The aerodromes listed in Schedules 1 to 3 of the Canadian Aviation Security Regulations, 2012 and any place that is associated with those aerodromes, including a terminal, bonded warehouse and any place where cargo is screened.\n2 Any place in Canada that is associated with marine navigation or infrastructure and any place adjacent to it.\n3 Any railway station or terminal that is within the legislative authority of Parliament and any place that is associated with it.\n4 Any highway, road, bridge, tunnel or path, and any place adjacent to it, that connects a part of Canada with a part of the United States.\n5 Any place from which goods are shipped to the United States by using any highway, road, bridge, tunnel or path that connects a part of Canada to a part of the United States.\n6 Any place in Canada from which conveyances depart and transport persons to the United States by way of a highway, road, bridge, tunnel or path that connects a part of Canada with a part of the United States."
|
| 1255 |
}
|
| 1256 |
]
|
data/processed/P-33.01.json
CHANGED
|
@@ -2867,5 +2867,81 @@
|
|
| 2867 |
"id": "P-33.01-s136",
|
| 2868 |
"text": "136 The minister designated by the Governor in Council for the purposes of this section shall cause a review of this Act and its administration and operation to be conducted five years after this section comes into force, and that minister shall cause a report of the review to be laid before each House of Parliament on any of the first fifteen days on which that House is sitting after the review is completed.",
|
| 2869 |
"citation": "PSEA, s. 136"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2870 |
}
|
| 2871 |
]
|
|
|
|
| 2867 |
"id": "P-33.01-s136",
|
| 2868 |
"text": "136 The minister designated by the Governor in Council for the purposes of this section shall cause a review of this Act and its administration and operation to be conducted five years after this section comes into force, and that minister shall cause a report of the review to be laid before each House of Parliament on any of the first fifteen days on which that House is sitting after the review is completed.",
|
| 2869 |
"citation": "PSEA, s. 136"
|
| 2870 |
+
},
|
| 2871 |
+
{
|
| 2872 |
+
"act_code": "P-33.01",
|
| 2873 |
+
"act_short": "PSEA",
|
| 2874 |
+
"act_name": "Public Service Employment Act",
|
| 2875 |
+
"section": "Schedule",
|
| 2876 |
+
"marginal_note": "Definitions",
|
| 2877 |
+
"part": "SCHEDULES",
|
| 2878 |
+
"division": "",
|
| 2879 |
+
"heading": "Schedule",
|
| 2880 |
+
"history": "",
|
| 2881 |
+
"last_amended": "2015-07-01",
|
| 2882 |
+
"in_force": "2015-07-01",
|
| 2883 |
+
"status": "in force",
|
| 2884 |
+
"current_to": "2023-07-25",
|
| 2885 |
+
"citation": "PSEA, Schedule (part 1 of 4)",
|
| 2886 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/p-33.01/",
|
| 2887 |
+
"id": "P-33.01-sched1-p1",
|
| 2888 |
+
"text": "Definitions — (Paragraphs 39(1)(a) and (b) and subsection 39(3))\n1 For the purposes of subsection 39(1) and this Schedule,\ncommon-law partner, in relation to an individual, means a person who is cohabiting with the individual in a conjugal relationship, having so cohabited for a period of at least one year; (conjoint de fait)\nmember of the Women’s Royal Naval Services means a person who\n(a) enrolled in the Women’s Royal Naval Service,\n(b) enrolled in Queen Alexandra’s Royal Naval Nursing Service or the reserve therefor, or\n(c) enrolled as a medical or dental practitioner employed with the Medical Branch or Dental Branch of the Royal Navy with naval status for general service; (personnel du Corps féminin de la Marine royale)\nperson in receipt of a pension by reason of war service means a person who\n(a) is in receipt of a pension\n(i) by reason of service in World War I, or\n(ii) by reason of service only in World War II, and who at the commencement of such service was domiciled in Canada or Newfoundland,\n(b) has, from causes attributable to that service lost capacity for physical exertion to an extent that makes the person unfit to pursue efficiently the vocation that the person was pursuing before the war, and\n(c) has not been successfully re-established in any other vocation; (pensionné de guerre)\nsurvivor of a veteran means the surviving spouse or surviving common-law partner of a person who, being a veteran referred to in any of paragraphs (a) to (e) of the definition veteran, died from causes arising during the service by virtue of which the person became a veteran; (survivant d’un ancien combattant)\nveteran means, subject to subsection 2(1) of this Schedule, a person who"
|
| 2889 |
+
},
|
| 2890 |
+
{
|
| 2891 |
+
"act_code": "P-33.01",
|
| 2892 |
+
"act_short": "PSEA",
|
| 2893 |
+
"act_name": "Public Service Employment Act",
|
| 2894 |
+
"section": "Schedule",
|
| 2895 |
+
"marginal_note": "Definitions",
|
| 2896 |
+
"part": "SCHEDULES",
|
| 2897 |
+
"division": "",
|
| 2898 |
+
"heading": "Schedule",
|
| 2899 |
+
"history": "",
|
| 2900 |
+
"last_amended": "2015-07-01",
|
| 2901 |
+
"in_force": "2015-07-01",
|
| 2902 |
+
"status": "in force",
|
| 2903 |
+
"current_to": "2023-07-25",
|
| 2904 |
+
"citation": "PSEA, Schedule (part 2 of 4)",
|
| 2905 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/p-33.01/",
|
| 2906 |
+
"id": "P-33.01-sched1-p2",
|
| 2907 |
+
"text": "(a) during World War I was on active service overseas in the naval, army or air forces or who served on the high seas in a seagoing ship of war in the naval forces of His Majesty or of any of the Allies of His Majesty, and who has left that service with an honourable record or has been honourably discharged,\n(b) during World War II was on active service\n(i) in the naval, army or air forces of His Majesty or of any of His Majesty’s Allies and at the commencement of that active service was domiciled in Canada or Newfoundland, or\n(ii) in the naval, army or air forces of Canada, and, not being domiciled in Canada at the commencement of that active service, is a Canadian citizen,\nand who, in the course of that service, performed duties outside of the Western Hemisphere, or on the high seas in a ship or other vessel service that was, at the time the person performed those duties, classed as “sea time” for the purpose of the advancement of naval ratings, or that would have been so classed had the ship or other vessel been in the service of the naval forces of Canada,\n(c) during World War II served as a member of the Women’s Royal Naval Services or as a member of the South African Military Nursing Service outside of the Western Hemisphere and who, at the commencement of her service during World War II, was domiciled in Canada or Newfoundland,\n(d) has been certified by the Deputy Minister of Foreign Affairs as having been enrolled in Canada or Newfoundland by United Kingdom authorities for special duty during World War II in war areas outside of the Western Hemisphere, and who served outside of the Western Hemisphere, and at the time of enrolment was domiciled in Canada or Newfoundland,"
|
| 2908 |
+
},
|
| 2909 |
+
{
|
| 2910 |
+
"act_code": "P-33.01",
|
| 2911 |
+
"act_short": "PSEA",
|
| 2912 |
+
"act_name": "Public Service Employment Act",
|
| 2913 |
+
"section": "Schedule",
|
| 2914 |
+
"marginal_note": "Definitions",
|
| 2915 |
+
"part": "SCHEDULES",
|
| 2916 |
+
"division": "",
|
| 2917 |
+
"heading": "Schedule",
|
| 2918 |
+
"history": "",
|
| 2919 |
+
"last_amended": "2015-07-01",
|
| 2920 |
+
"in_force": "2015-07-01",
|
| 2921 |
+
"status": "in force",
|
| 2922 |
+
"current_to": "2023-07-25",
|
| 2923 |
+
"citation": "PSEA, Schedule (part 3 of 4)",
|
| 2924 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/p-33.01/",
|
| 2925 |
+
"id": "P-33.01-sched1-p3",
|
| 2926 |
+
"text": "(e) during World War II served outside of the Western Hemisphere with the naval, army or air forces of His Majesty raised in Canada or Newfoundland as a representative of Canadian Legion War Services, Inc., the National Council of the Young Men’s Christian Associations of Canada, Knights of Columbus Canadian Army Huts, or Salvation Army Canadian War Services, was authorized so to serve by the appropriate naval, army or air force authority and who, at the commencement of that service with those forces during World War II, was domiciled in Canada or Newfoundland, or\n(f) has served at least three years in the Canadian Forces, has been honourably released within the meaning of regulations made under the National Defence Act and is not employed in the public service for an indeterminate period; (ancien combattant)\nWestern Hemisphere means the continents of North and South America, the islands adjacent thereto and the territorial waters thereof, including Newfoundland, Bermuda and the West Indies, but excluding Greenland, Iceland and the Aleutian Islands; (hémisphère occidental)\nWorld War I means the war declared by His Majesty on August 4, 1914 against the Empire of Germany and subsequently against other powers; (Première Guerre mondiale)\nWorld War II means the war declared by His Majesty on the September 10, 1939 against the German Reich and subsequently against Italy, Finland, Hungary, Rumania and Japan. (Seconde Guerre mondiale)\n2\n(1) The definition veteran in section 1 of this Schedule does not include a person who"
|
| 2927 |
+
},
|
| 2928 |
+
{
|
| 2929 |
+
"act_code": "P-33.01",
|
| 2930 |
+
"act_short": "PSEA",
|
| 2931 |
+
"act_name": "Public Service Employment Act",
|
| 2932 |
+
"section": "Schedule",
|
| 2933 |
+
"marginal_note": "Definitions",
|
| 2934 |
+
"part": "SCHEDULES",
|
| 2935 |
+
"division": "",
|
| 2936 |
+
"heading": "Schedule",
|
| 2937 |
+
"history": "",
|
| 2938 |
+
"last_amended": "2015-07-01",
|
| 2939 |
+
"in_force": "2015-07-01",
|
| 2940 |
+
"status": "in force",
|
| 2941 |
+
"current_to": "2023-07-25",
|
| 2942 |
+
"citation": "PSEA, Schedule (part 4 of 4)",
|
| 2943 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/p-33.01/",
|
| 2944 |
+
"id": "P-33.01-sched1-p4",
|
| 2945 |
+
"text": "(a) served outside of the Western Hemisphere or on the high seas only in that the person was a passenger in an aircraft, ship or other vessel, or only in that the person underwent a limited period of training in an aircraft, ship or other vessel incidental to a program of instruction, or\n(b) by reason of the misconduct of the person, since September 10, 1939, ceased to serve in the naval, army or air forces of His Majesty or of any of His Majesty’s Allies, to be a member of the Women’s Royal Naval Services or the South African Military Nursing Service, to be enrolled for the special duty mentioned in the definition veteran in section 1 of this Schedule or to serve with the forces as a representative of Canadian Legion War Services Inc., the National Council of the Young Men’s Christian Associations of Canada, Knights of Columbus Canadian Army Huts or Salvation Army Canadian War Services.\n(2) For the purpose of determining whether a person is a veteran, World War II is deemed to have terminated\n(a) in respect of service in connection with operations in the European and Mediterranean Theatres of War, on May 8, 1945; and\n(b) in respect of service in connection with operations in the Pacific Theatre of War, on August 15, 1945."
|
| 2946 |
}
|
| 2947 |
]
|
data/processed/P-36.json
CHANGED
|
@@ -3951,6 +3951,44 @@
|
|
| 3951 |
"text": "74\n(1) The Governor in Council may make regulations\n(a) respecting the use of electronic means to create, communicate, make available, collect, receive, store or otherwise deal with a document or information under this Act, including\n(i) the technology or process, and the format, to be used,\n(ii) the place where an electronic document is to be made or sent,\n(iii) the time and circumstances when an electronic document is considered to be sent or received and the place where it is considered to have been sent or received,\n(iv) the technology or process to be used to make or verify an electronic signature and the manner in which the signature is to be used, and\n(v) the circumstances in which an electronic document must be signed with an electronic signature or a secure electronic signature; and\n(b) providing that a requirement under a provision of this Act to provide a document or information by non-electronic means is satisfied by the provision of an electronic document if the prescribed conditions, if any, have been complied with.\n(2) [Personal Information Protection and Electronic Documents Act] In subsection (1), electronic document, electronic signature and secure electronic signature have the same meaning as in subsection 31(1) of the Personal Information Protection and Electronic Documents Act.",
|
| 3952 |
"citation": "PSSA, s. 74"
|
| 3953 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3954 |
{
|
| 3955 |
"id": "P-36-nif-1",
|
| 3956 |
"act_code": "P-36",
|
|
|
|
| 3951 |
"text": "74\n(1) The Governor in Council may make regulations\n(a) respecting the use of electronic means to create, communicate, make available, collect, receive, store or otherwise deal with a document or information under this Act, including\n(i) the technology or process, and the format, to be used,\n(ii) the place where an electronic document is to be made or sent,\n(iii) the time and circumstances when an electronic document is considered to be sent or received and the place where it is considered to have been sent or received,\n(iv) the technology or process to be used to make or verify an electronic signature and the manner in which the signature is to be used, and\n(v) the circumstances in which an electronic document must be signed with an electronic signature or a secure electronic signature; and\n(b) providing that a requirement under a provision of this Act to provide a document or information by non-electronic means is satisfied by the provision of an electronic document if the prescribed conditions, if any, have been complied with.\n(2) [Personal Information Protection and Electronic Documents Act] In subsection (1), electronic document, electronic signature and secure electronic signature have the same meaning as in subsection 31(1) of the Personal Information Protection and Electronic Documents Act.",
|
| 3952 |
"citation": "PSSA, s. 74"
|
| 3953 |
},
|
| 3954 |
+
{
|
| 3955 |
+
"act_code": "P-36",
|
| 3956 |
+
"act_short": "PSSA",
|
| 3957 |
+
"act_name": "Public Service Superannuation Act",
|
| 3958 |
+
"section": "Schedule I",
|
| 3959 |
+
"marginal_note": "Schedule I",
|
| 3960 |
+
"part": "SCHEDULES",
|
| 3961 |
+
"division": "",
|
| 3962 |
+
"heading": "Schedule I",
|
| 3963 |
+
"history": "",
|
| 3964 |
+
"last_amended": "2026-03-26",
|
| 3965 |
+
"in_force": "2018-10-01",
|
| 3966 |
+
"status": "in force",
|
| 3967 |
+
"current_to": "2026-03-31",
|
| 3968 |
+
"citation": "PSSA, Schedule I",
|
| 3969 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/p-36/",
|
| 3970 |
+
"id": "P-36-sched1",
|
| 3971 |
+
"text": "(Sections 3 and 47)\nPART I - Boards, Commissions and Corporations Forming Part of the Public Service\nPART II - Portions of the Federal Public Administration Declared for Greater Certainty To Be Part of the Public Service\nPART III - Boards, Commissions, Corporations and Portions of the Federal Public Administration Deemed to Have Formed Part of the Public Service\nPART IV - Corporations Declared To Form or to Have Formed Part of the Public Service for Limited Purposes Only\nCorporations to which the Government Corporations Operation Act applies"
|
| 3972 |
+
},
|
| 3973 |
+
{
|
| 3974 |
+
"act_code": "P-36",
|
| 3975 |
+
"act_short": "PSSA",
|
| 3976 |
+
"act_name": "Public Service Superannuation Act",
|
| 3977 |
+
"section": "Schedule Ii",
|
| 3978 |
+
"marginal_note": "Single Premium",
|
| 3979 |
+
"part": "SCHEDULES",
|
| 3980 |
+
"division": "",
|
| 3981 |
+
"heading": "Schedule Ii",
|
| 3982 |
+
"history": "",
|
| 3983 |
+
"last_amended": "2002-12-31",
|
| 3984 |
+
"in_force": "2002-12-31",
|
| 3985 |
+
"status": "in force",
|
| 3986 |
+
"current_to": "2026-03-31",
|
| 3987 |
+
"citation": "PSSA, Schedule Ii",
|
| 3988 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/p-36/",
|
| 3989 |
+
"id": "P-36-sched2",
|
| 3990 |
+
"text": "Single Premium — (Section 56)\nAge of participant nearest birthday | Amount of Single Premium\nMales | Females\n65 | $310 | $291\n66 | 316 | 298\n67 | 323 | 306\n68 | 329 | 313\n69 | 336 | 320\n70 | 343 | 328\n71 | 349 | 335\n72 | 356 | 342\n73 | 362 | 349\n74 | 369 | 356\n75 | 375 | 363\n76 | 381 | 370\n77 | 387 | 377\n78 | 393 | 383\n79 | 398 | 389\n80 | 403 | 395"
|
| 3991 |
+
},
|
| 3992 |
{
|
| 3993 |
"id": "P-36-nif-1",
|
| 3994 |
"act_code": "P-36",
|
data/processed/S-6.9.json
CHANGED
|
@@ -226,5 +226,24 @@
|
|
| 226 |
"id": "S-6.9-s10",
|
| 227 |
"text": "10\n(1) The Governor in Council may, on the recommendation of the Minister of Public Safety and Emergency Preparedness, make regulations for carrying out the purposes and provisions of this Act, including regulations\n(a) respecting the manner of disclosure under section 5;\n(b) specifying information for the purposes of paragraph 9(1)(f) or (2)(f); and\n(c) respecting the manner in which records that are required by subsection 9(1) or (2) are to be prepared and kept and specifying the period during which they are to be kept.\n(2) [Amendments to Schedules 1 and 2] The Governor in Council may make an order adding the name of an institution to Schedule 1 or 2 or deleting one from either of those Schedules.\n(3) [Amendments to Schedule 3] The Governor in Council may make an order adding the name of a Government of Canada institution and the title of its head to Schedule 3, deleting the name of an institution and the title of its head from that Schedule or amending the name of an institution or the title of a head that is listed in that Schedule. An addition is authorized only if the institution has jurisdiction or responsibilities under an Act of Parliament or another lawful authority in respect of activities that undermine the security of Canada.",
|
| 228 |
"citation": "SCIDA, s. 10"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 229 |
}
|
| 230 |
]
|
|
|
|
| 226 |
"id": "S-6.9-s10",
|
| 227 |
"text": "10\n(1) The Governor in Council may, on the recommendation of the Minister of Public Safety and Emergency Preparedness, make regulations for carrying out the purposes and provisions of this Act, including regulations\n(a) respecting the manner of disclosure under section 5;\n(b) specifying information for the purposes of paragraph 9(1)(f) or (2)(f); and\n(c) respecting the manner in which records that are required by subsection 9(1) or (2) are to be prepared and kept and specifying the period during which they are to be kept.\n(2) [Amendments to Schedules 1 and 2] The Governor in Council may make an order adding the name of an institution to Schedule 1 or 2 or deleting one from either of those Schedules.\n(3) [Amendments to Schedule 3] The Governor in Council may make an order adding the name of a Government of Canada institution and the title of its head to Schedule 3, deleting the name of an institution and the title of its head from that Schedule or amending the name of an institution or the title of a head that is listed in that Schedule. An addition is authorized only if the institution has jurisdiction or responsibilities under an Act of Parliament or another lawful authority in respect of activities that undermine the security of Canada.",
|
| 228 |
"citation": "SCIDA, s. 10"
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"act_code": "S-6.9",
|
| 232 |
+
"act_short": "SCIDA",
|
| 233 |
+
"act_name": "Security of Canada Information Disclosure Act",
|
| 234 |
+
"section": "Schedule 3",
|
| 235 |
+
"marginal_note": "Schedule 3",
|
| 236 |
+
"part": "SCHEDULES",
|
| 237 |
+
"division": "",
|
| 238 |
+
"heading": "Schedule 3",
|
| 239 |
+
"history": "",
|
| 240 |
+
"last_amended": "2023-12-04",
|
| 241 |
+
"in_force": "2015-08-01",
|
| 242 |
+
"status": "in force",
|
| 243 |
+
"current_to": "2023-12-15",
|
| 244 |
+
"citation": "SCIDA, Schedule 3",
|
| 245 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/s-6.9/",
|
| 246 |
+
"id": "S-6.9-sched3",
|
| 247 |
+
"text": "(Subsections 5(1) and 10(3))\nRecipient Government of Canada Institutions and Their Heads\nColumn 1 | Column 2\nRecipient Institution | Head\nCanada Border Services AgencyAgence des services frontaliers du Canada | President of the Canada Border Services Agency\nCanada Revenue AgencyAgence du revenu du Canada | Commissioner of Revenue\nCanadian Armed ForcesForces armées canadiennes | Chief of the Defence Staff\nCanadian Food Inspection AgencyAgence canadienne d’inspection des aliments | President of the Canadian Food Inspection Agency\nCanadian Nuclear Safety CommissionCommission canadienne de sûreté nucléaire | President of the Canadian Nuclear Safety Commission\nCanadian Security Intelligence ServiceService canadien du renseignement de sécurité | Director of the Canadian Security Intelligence Service\nCommunications Security EstablishmentCentre de la sécurité des télécommunications | Chief of the Communications Security Establishment\nDepartment of Citizenship and ImmigrationMinistère de la Citoyenneté et de l’Immigration | Minister of Citizenship and Immigration\nDepartment of FinanceMinistère des Finances | Minister of Finance\nDepartment of Foreign Affairs, Trade and DevelopmentMinistère des Affaires étrangères, du Commerce et du Développement | Minister of Foreign Affairs\nDepartment of HealthMinistère de la Santé | Minister of Health\nDepartment of IndustryMinistère de l’Industrie | Minister of Industry\nDepartment of National DefenceMinistère de la Défense nationale | Minister of National Defence\nDepartment of Public Safety and Emergency PreparednessMinistère de la Sécurité publique et de la Protection civile | Minister of Public Safety and Emergency Preparedness\nDepartment of TransportMinistère des Transports | Minister of Transport\nFinancial Transactions and Reports Analysis Centre of CanadaCentre d’analyse des opérations et déclarations financières du Canada | Director of the Financial Transactions and Reports Analysis Centre of Canada\nPublic Health Agency of CanadaAgence de la santé publique du Canada | President of the Public Health Agency of Canada\nRoyal Canadian Mounted PoliceGendarmerie royale du Canada | Commissioner of the Royal Canadian Mounted Police"
|
| 248 |
}
|
| 249 |
]
|
data/processed/S-8.35.json
CHANGED
|
@@ -4616,6 +4616,44 @@
|
|
| 4616 |
"text": "157 For greater certainty, any registration or certificate issued under this Act is not a statutory instrument for the purposes of the Statutory Instruments Act.",
|
| 4617 |
"citation": "Luxury Tax Act, s. 157"
|
| 4618 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4619 |
{
|
| 4620 |
"id": "S-8.35-nif-1",
|
| 4621 |
"act_code": "S-8.35",
|
|
|
|
| 4616 |
"text": "157 For greater certainty, any registration or certificate issued under this Act is not a statutory instrument for the purposes of the Statutory Instruments Act.",
|
| 4617 |
"citation": "Luxury Tax Act, s. 157"
|
| 4618 |
},
|
| 4619 |
+
{
|
| 4620 |
+
"act_code": "S-8.35",
|
| 4621 |
+
"act_short": "Luxury Tax Act",
|
| 4622 |
+
"act_name": "Select Luxury Items Tax Act",
|
| 4623 |
+
"section": "Schedule",
|
| 4624 |
+
"marginal_note": "Remote Communities — Qualifying Flight",
|
| 4625 |
+
"part": "SCHEDULES",
|
| 4626 |
+
"division": "",
|
| 4627 |
+
"heading": "Schedule",
|
| 4628 |
+
"history": "",
|
| 4629 |
+
"last_amended": "2022-09-01",
|
| 4630 |
+
"in_force": "2022-09-01",
|
| 4631 |
+
"status": "in force",
|
| 4632 |
+
"current_to": "2026-03-31",
|
| 4633 |
+
"citation": "Luxury Tax Act, Schedule (part 1 of 2)",
|
| 4634 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/s-8.35/",
|
| 4635 |
+
"id": "S-8.35-sched1-p1",
|
| 4636 |
+
"text": "Remote Communities — Qualifying Flight — (Subsections 10(3) and 154(2))\nOntario\nAttawapiskat First Nation\nBearskin Lake First Nation\nCat Lake First Nation\nDeer Lake First Nation\nEabametoong First Nation\nFort Albany First Nation\nFort Severn First Nation\nKasabonika Lake First Nation\nKashechewan First Nation\nKeewaywin First Nation\nKingfisher First Nation\nKitchenuhmaykoosib Inninuwug First Nation (Big Trout Lake First Nation)\nMarten Falls First Nation\nMuskrat Dam Lake First Nation\nNeskantaga First Nation\nNibinamik First Nation (Summer Beaver Band)\nNorth Caribou Lake First Nation (Round Lake First Nation)\nNorth Spirit Lake First Nation\nPeawanuck\nPikangikum First Nation\nPoplar Hill First Nation\nSachigo Lake First Nation\nSandy Lake First Nation\nSlate Falls First Nation\nWapekeka First Nation\nWebequie First Nation\nWunnumin Lake First Nation\nQuebec\nAkulivik\nAupaluk\nChevery\nChisasibi\nEastmain River\nÎles-de-la-Madeleine\nInukjuak\nIvujivik\nKangiqsualujjuaq\nKangiqsujuaq\nKangirsuk\nKuujjuaq\nKuujjuarapik\nLa Romaine\nLa Tabatière\nPort-Menier\nPuvirnituq\nQuaqtaq\nSaint-Augustin\nSalluit\nSchefferville\nTasiujaq\nTête-à-La-Baleine\nUmiujaq\nWaskaganish\nWemindji\nManitoba\nBerens River\nBrochet\nChurchill\nCross Lake\nElk Island\nGod’s Lake Narrows\nGod’s River\nIsland Lake\nLac Brochet\nLittle Grand Rapids\nNorway House\nOxford House\nPauingassi\nPoplar River First Nation\nPukatawagan\nRed Sucker Lake\nShamattawa\nSouth Indian Lake\nSt. Theresa Point\nTadoule Lake\nYork Factory First Nation\nBritish Columbia\nAhousaht\nAlert Bay\nBella Bella\nBella Coola\nDawson’s Landing\nDease Lake\nEcho Bay\nEhattesaht\nFort Nelson\nFort Ware\nHartley Bay\nHot Springs Cove\nIskut\nKingcome Village\nKitasoo\nKitkatla\nKlemtu\nKyuquot\nMasset\nMinstrel Island\nOcean Falls\nOona River\nPort Simpson (Lax Kw’Alaams)\nSandspit\nSullivan Bay\nTelegraph Creek\nTsay Keh"
|
| 4637 |
+
},
|
| 4638 |
+
{
|
| 4639 |
+
"act_code": "S-8.35",
|
| 4640 |
+
"act_short": "Luxury Tax Act",
|
| 4641 |
+
"act_name": "Select Luxury Items Tax Act",
|
| 4642 |
+
"section": "Schedule",
|
| 4643 |
+
"marginal_note": "Remote Communities — Qualifying Flight",
|
| 4644 |
+
"part": "SCHEDULES",
|
| 4645 |
+
"division": "",
|
| 4646 |
+
"heading": "Schedule",
|
| 4647 |
+
"history": "",
|
| 4648 |
+
"last_amended": "2022-09-01",
|
| 4649 |
+
"in_force": "2022-09-01",
|
| 4650 |
+
"status": "in force",
|
| 4651 |
+
"current_to": "2026-03-31",
|
| 4652 |
+
"citation": "Luxury Tax Act, Schedule (part 2 of 2)",
|
| 4653 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/acts/s-8.35/",
|
| 4654 |
+
"id": "S-8.35-sched1-p2",
|
| 4655 |
+
"text": "Uclucje/Ucluelet\nWuikinuxv Village\nYuquot\nSaskatchewan\nCamsell Portage\nFond-du-Lac\nStony Rapids\nUranium City\nWollaston Lake\nAlberta\nChipewyan Lake\nFort Chipewyan\nFox Lake\nNewfoundland and Labrador\nBlack Tickle\nHopedale\nMakkovik\nNain\nNatuashish\nPostville\nRigolet\nWilliams Harbour\nYukon\nBeaver Creek\nBurwash Landing\nCarcross\nCarmacks\nDawson\nEagle Plains\nFaro\nFort Selkirk\nKeno\nMayo\nOld Crow\nPelly Crossing\nRoss River\nWatson Lake\nWhitehorse\nNorthwest Territories\nAklavik\nColville Lake\nDeline\nFort Good Hope\nFort McPherson\nFort Simpson\nFort Smith\nGamèti\nHay River\nInuvik\nLutselk’e\nNahanni Butte\nNorman Wells\nPaulatuk\nSachs Harbour\nSambaa K’e\nTuktoyaktuk\nTulita\nUlukhaktok\nWekweeti\nWhatì\nWrigley\nNunavut\nArctic Bay\nArviat\nBaker Lake\nCambridge Bay\nChesterfield Inlet\nClyde River\nCoral Harbour\nGjoa Haven\nGrise Fiord\nHall Beach (Sanirajak)\nIgloolik\nIqaluit\nKimmirut\nKinngait\nKugaaruk\nKuglutuk\nNaujaat\nPangnirtung\nPond Inlet\nQikiqtarjuaq\nRankin Inlet\nResolute\nSanikiluaq\nTaloyoak\nWhale Cove"
|
| 4656 |
+
},
|
| 4657 |
{
|
| 4658 |
"id": "S-8.35-nif-1",
|
| 4659 |
"act_code": "S-8.35",
|
data/processed/SOR-2000-217.json
CHANGED
|
@@ -2545,6 +2545,101 @@
|
|
| 2545 |
"text": "84\n(1) Subject to subsection (2), on completion of the review of the application for a permit for transit or transhipment, the Minister must issue to the applicant a permit for transit or transhipment that contains\n(a) the name, municipal address and telephone number of the exporter in the country of export;\n(b) the name, municipal address and telephone number of the person who is responsible for the targeted substance while it is in Canada;\n(c) the specified name of the targeted substance, its quantity, its purity and, if applicable, its strength per unit, the number of units per package and the number of packages;\n(d) the countries of export and final destination and the numbers and expiry dates of the export and import permits issued by the competent authority in each of those countries;\n(e) the expected date of the transit or transhipment in Canada;\n(f) the name of the customs office where the importation or exportation is anticipated;\n(g) each proposed mode of transportation in Canada;\n(h) in the case of a transhipment, the municipal address of every place in Canada at which the targeted substance will be stored during the transhipment and the expected duration of the storage at each place; and\n(i) the dates of issuance and expiry of the permit.\n(2) [Refusal] The Minister must refuse to issue a permit for transit or transhipment if the Minister has reasonable grounds to believe that\n(a) the issuance of the permit\n(i) would contravene an international obligation,\n(ii) would contravene the Act, the regulations or another Act of Parliament or a law of the country of export, of the country of final destination or of a country of transit or transhipment, or\n(iii) would likely create a risk to public health or safety, including the risk of the targeted substance being diverted to an illicit market or use; or\n(b) the import permit issued by the competent authority in the country of final destination has expired or has been suspended or revoked.",
|
| 2546 |
"citation": "Benzodiazepines Regs, s. 84"
|
| 2547 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2548 |
{
|
| 2549 |
"id": "SOR-2000-217-nif-1",
|
| 2550 |
"act_code": "SOR-2000-217",
|
|
|
|
| 2545 |
"text": "84\n(1) Subject to subsection (2), on completion of the review of the application for a permit for transit or transhipment, the Minister must issue to the applicant a permit for transit or transhipment that contains\n(a) the name, municipal address and telephone number of the exporter in the country of export;\n(b) the name, municipal address and telephone number of the person who is responsible for the targeted substance while it is in Canada;\n(c) the specified name of the targeted substance, its quantity, its purity and, if applicable, its strength per unit, the number of units per package and the number of packages;\n(d) the countries of export and final destination and the numbers and expiry dates of the export and import permits issued by the competent authority in each of those countries;\n(e) the expected date of the transit or transhipment in Canada;\n(f) the name of the customs office where the importation or exportation is anticipated;\n(g) each proposed mode of transportation in Canada;\n(h) in the case of a transhipment, the municipal address of every place in Canada at which the targeted substance will be stored during the transhipment and the expected duration of the storage at each place; and\n(i) the dates of issuance and expiry of the permit.\n(2) [Refusal] The Minister must refuse to issue a permit for transit or transhipment if the Minister has reasonable grounds to believe that\n(a) the issuance of the permit\n(i) would contravene an international obligation,\n(ii) would contravene the Act, the regulations or another Act of Parliament or a law of the country of export, of the country of final destination or of a country of transit or transhipment, or\n(iii) would likely create a risk to public health or safety, including the risk of the targeted substance being diverted to an illicit market or use; or\n(b) the import permit issued by the competent authority in the country of final destination has expired or has been suspended or revoked.",
|
| 2546 |
"citation": "Benzodiazepines Regs, s. 84"
|
| 2547 |
},
|
| 2548 |
+
{
|
| 2549 |
+
"act_code": "SOR-2000-217",
|
| 2550 |
+
"act_short": "Benzodiazepines Regs",
|
| 2551 |
+
"act_name": "Benzodiazepines and Other Targeted Substances Regulations",
|
| 2552 |
+
"section": "Schedule 1",
|
| 2553 |
+
"marginal_note": "Schedule 1",
|
| 2554 |
+
"part": "SCHEDULES",
|
| 2555 |
+
"division": "",
|
| 2556 |
+
"heading": "Schedule 1",
|
| 2557 |
+
"history": "",
|
| 2558 |
+
"last_amended": "2025-12-19",
|
| 2559 |
+
"in_force": "2017-02-22",
|
| 2560 |
+
"status": "in force",
|
| 2561 |
+
"current_to": "2025-12-29",
|
| 2562 |
+
"citation": "Benzodiazepines Regs, Schedule 1 (part 1 of 2)",
|
| 2563 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2000-217/",
|
| 2564 |
+
"id": "SOR-2000-217-sched1-p1",
|
| 2565 |
+
"text": "(Subsection 1(1) and section 3)\nPART 1\nList of Class 1 Targeted Substances\nItem | Name\n1 | Benzodiazepines, their salts and derivatives, including(1)Alprazolam (8-chloro-1-methyl-6-phenyl-4H — s-triazolo[4,3-a][1,4]benzodiazepine)(2)Bromazepam (7-bromo-1,3-dihydro-5-(2-pyridyl) — 2H-1,4-benzodiazepin-2-one)(3)Brotizolam (2-bromo-4-(o-chlorophenyl)-9-methyl-6H-thieno[3,2-f]-s-triazolo[4,3-a][1,4]diazepine)(4)Camazepam (7-chloro-1,3-dihydro-3-(N,N-dimethylcarbamoyl) — 1-methyl-5-phenyl-2H-1,4-benzodiazepin-2-one)(5)Chlordiazepoxide (7-chloro-2-(methylamino)-5 — phenyl-3H-1,4-benzodiazepine-4-oxide)(6)Clobazam (7-chloro-1-methyl-5-phenyl-1H-1,5 — benzodiazepine-2,4(3H,5H)-dione)(7)Clonazepam (5-(o-chlorophenyl)-1,3-dihydro-7 — nitro-2H-1,4-benzodiazepin-2-one)(8)Clorazepate (7-chloro-2,3-dihydro-2,2-dihydroxy — 5-phenyl-1H-1, 4-benzodiazepine-3-carboxylic acid)(9)Cloxazolam (10-chloro-11b-(o-chlorophenyl)-2,-3,7,11b-tetrahydrooxazolo [3,2-d][1,4]benzodiazepin-6[5H]-one)(10)Delorazepam (7-chloro-5-(o-chlorophenyl)-1,3-dihydro-2H-1,-4-benzodiazepin-2-one)(11)Diazepam (7-chloro-1,3-dihydro-1-methyl-5-phenyl-2H-1,4-benzodiazepin-2-one)(12)Estazolam (8-chloro-6-phenyl-4H-s-triazolo[4,3-a] — [1,4]benzodiazepine)(13)Ethyl Loflazepate (ethyl 7-chloro-5-(o-fluorophenyl)-2,3-dihydro-2-oxo-1H-1,-4-benzodiazepine-3-carboxylate)(14)Fludiazepam (7-chloro-5-(o-fluorophenyl)-1,3-dihydro-1-methyl-2H-1,4-benzodiazepin-2-one)(15)Flurazepam (7-chloro-1-[2-(diethylamino)ethyl]-5-(o-fluorophenyl)-1,3-dihydro-2H-1,4-benzodiazepin-2-one)(16)Halazepam (7-chloro-1,3-dihydro-5-phenyl-1-(2,2,-2-trifluoroethyl)-2H-1,4-benzodiazepin-2-one)(17)Haloxazolam (10-bromo-11b-(o-fluorophenyl)-2,3,7,11b-tetrahydro-oxazolo[3,2-d][1,4]benzodiazepin-6(5H)-one)(18)Ketazolam (11-chloro-8,12b-dihydro-2,8-dimethyl-12b-phenyl-4H-[1,3]-oxazino-[3,2-d][1,4]benzodiazepine-4,7(6H)-dione)(19)Loprazolam (6-(o-chlorophenyl)-2,4-dihydro-2-[(4--methyl-1-piperazinyl)methylene]-8-nitro-1H-imidazo[1,2-a] [1,4]-benzodiazepin-1-one)(20)Lorazepam (7-chloro-5-(o-chlorophenyl)-1,3-dihydro-3-hydroxy-2H-1,4-benzodiazepin-2-one)(21)Lormetazepam (7-chloro-5-(o-chlorophenyl)-1,3-dihydro-3-hydroxy-1-methyl-2H-1,4-benzodiazepin-2-one)(22)Medazepam (7-chloro-2,3-dihydro-1-methyl-5-phenyl-1H-1,4-benzodiazepine)(23)Midazolam (8-chloro-6-(o-fluorophenyl)-1-methyl-4H-imidazo[1,5-a][1,4]benzodiazepine)(24)Nimetazepam (1,3-dihydro-1-methyl-7-nitro-5-phenyl-2H-1,4-benzodiazepin-2-one)(25)Nitrazepam (1,3-dihydro-7-nitro-5-phenyl-2H-1,4-benzodiazepin-2-one)(26)Nordazepam (7-chloro-1,3-dihydro-5-phenyl — 2H-1,4-benzodiazepin-2-one)(27)Oxazepam (7-chloro-1,3-dihydro-3-hydroxy-5-phenyl-2H-1,4-benzodiazepin-2-one)(28)Oxazolam (10-chloro-2,3,7,11b-tetrahydro-2-methyl-11b-phenyloxazolo[3,2-d][1,4]benzodiazepin-6(5H)-one)(29)Pinazepam (7-chloro-1,3-dihydro-5-phenyl-1-(2-propynyl)-2H-1,-4-benzodiazepin-2-one)(30)Prazepam (7-chloro-1-(cyclopropylmethyl)-1,3-di-hydro-5-phenyl-2H-1,4-benzodiazepin-2-one)(31)Quazepam (7-chloro-5-(o-fluorophenyl)-1,3-dihydro-1-(2,2,2-trifluoroethyl)-2H-1,4-benzodiazepine-2-thione)(32)Temazepam (7-chloro-1,3-dihydro-3-hydroxy-1-methyl-5-phenyl-2H-1,4-benzodiazepin-2-one)(33)Tetrazepam (7-chloro-5-(cyclohexen-1-yl)-1,3-di-hydro-1-methyl-2H-1,4-benzodiazepin-2-one)(34)Triazolam (8-chloro-6-(o-chlorophenyl)-1-methyl-4H-s-triazolo-[4,3-a][1,4]benzodiazepine)but not including(35)Clozapine (8-chloro-11-(4-methyl-1-piperazinyl)-5H-dibenzo[b,e][1,4]diazepine) and any salt thereof(36)Flunitrazepam (5-(o-fluorophenyl)-1,3-dihydro-1-methyl-7-nitro-2H-1,4-benzodiazepin-2-one) and any salts or derivatives thereof(37)Olanzapine (2-methyl-4-(4-methyl-1-piperazinyl)-10H-thieno[2,3-b][1,5]benzodiazepine) and its salts(38)Clozapine N-oxide (8-chloro-11-(4-methyl-4-oxido-1-piperazinyl)-5H-dibenzo[b,e][1,4]diazepine) and its salts"
|
| 2566 |
+
},
|
| 2567 |
+
{
|
| 2568 |
+
"act_code": "SOR-2000-217",
|
| 2569 |
+
"act_short": "Benzodiazepines Regs",
|
| 2570 |
+
"act_name": "Benzodiazepines and Other Targeted Substances Regulations",
|
| 2571 |
+
"section": "Schedule 1",
|
| 2572 |
+
"marginal_note": "Schedule 1",
|
| 2573 |
+
"part": "SCHEDULES",
|
| 2574 |
+
"division": "",
|
| 2575 |
+
"heading": "Schedule 1",
|
| 2576 |
+
"history": "",
|
| 2577 |
+
"last_amended": "2025-12-19",
|
| 2578 |
+
"in_force": "2017-02-22",
|
| 2579 |
+
"status": "in force",
|
| 2580 |
+
"current_to": "2025-12-29",
|
| 2581 |
+
"citation": "Benzodiazepines Regs, Schedule 1 (part 2 of 2)",
|
| 2582 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2000-217/",
|
| 2583 |
+
"id": "SOR-2000-217-sched1-p2",
|
| 2584 |
+
"text": "2 | Clotiazepam (5-(o-chlorophenyl)-7-ethyl-1,3-dihydro-1-methyl-2-H-thieno[2,3-e]-1,4-diazepin-2-one) and any salt thereof\n3 | Ethchlorvynol (ethyl-2-chlorovinyl ethynyl carbinol)\n4 | Ethinamate (1-ethynylcyclohexanol carbamate)\n5 | Fencamfamin (d,l-N-ethyl-3-phenylbicyclo[2,2,1]-heptan-2-amine) and any salt thereof\n6 | Fenproporex (d,l-3-[(α-methylphenethyl)amino]propionitrile) and any salt thereof\n7 | Mazindol (5-(p-chlorophenyl)-2,5-dihydro-3H-imidazo[2,1-a]isoindol-5-ol)\n8 | Mefenorex (d,l-N-(3-chloropropyl)-α-methylbenzene-ethanamine) and any salt thereof\n9 | Meprobamate (2-methyl-2-propyl-1,3-propanedioldicarbamate)\n10 | Methyprylon (3,3-diethyl-5-methyl-2,4-piperidinedione)\n11 | Pipradrol (α,α-diphenyl-2-piperidinemethanol) and any salt thereof\n12 | Zolpidem (N,N,6-trimethyl-2-(4-methylphenyl)imidazo[1,2-a]pyridine-3-acetamide) and any salt thereof\n13 | Carisoprodol (2-((carbamoyloxy)methyl)-2-methylpentyl isopropylcarbamate)\nPART 2\nList of Class 2 Targeted Substances\nItem | Name\n1 | Flunitrazepam (5-(o-fluorophenyl)-1,3-dihydro-1-methyl-7-nitro-2H-1,4-benzodiazepin-2-one) and any salts or derivatives thereof"
|
| 2585 |
+
},
|
| 2586 |
+
{
|
| 2587 |
+
"act_code": "SOR-2000-217",
|
| 2588 |
+
"act_short": "Benzodiazepines Regs",
|
| 2589 |
+
"act_name": "Benzodiazepines and Other Targeted Substances Regulations",
|
| 2590 |
+
"section": "Schedule 2",
|
| 2591 |
+
"marginal_note": "Schedule 2",
|
| 2592 |
+
"part": "SCHEDULES",
|
| 2593 |
+
"division": "",
|
| 2594 |
+
"heading": "Schedule 2",
|
| 2595 |
+
"history": "",
|
| 2596 |
+
"last_amended": "2025-12-19",
|
| 2597 |
+
"in_force": "2017-02-22",
|
| 2598 |
+
"status": "in force",
|
| 2599 |
+
"current_to": "2025-12-29",
|
| 2600 |
+
"citation": "Benzodiazepines Regs, Schedule 2 (part 1 of 3)",
|
| 2601 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2000-217/",
|
| 2602 |
+
"id": "SOR-2000-217-sched2-p1",
|
| 2603 |
+
"text": "(Subsection 1(1))\nSpecified Names of Targeted Substances\nItem | Column 1 | Column 2\nSpecified Name | Chemical Name\n1 | Alprazolam | 8-chloro-1-methyl-6-phenyl-4H — s-triazolo[4,3-a][1,4]benzodiazepine\n2 | Bromazepam | 7-bromo-1,3-dihydro-5-(2-pyridyl) — 2H-1,4-benzodiazepin-2-one\n3 | Brotizolam | 2-bromo-4-(o-chlorophenyl)-9-methyl-6H-thieno[3,2-f]-s-triazolo[4,3-a][1,4]diazepine\n4 | Camazepam | 7-chloro-1,3-dihydro-3-(N,N-dimethylcarbamoyl) — 1-methyl-5-phenyl-2H-1,4-benzodiazepin-2-one\n5 | Chlordiazepoxide | 7-chloro-2-(methylamino)-5 — phenyl-3H-1,4-benzodiazepine-4-oxide\n6 | Clobazam | 7-chloro-1-methyl-5-phenyl-1H-1,5 — benzodiazepine-2,4(3H,5H)-dione\n7 | Clonazepam | 5-(o-chlorophenyl)-1,3-dihydro-7 — nitro-2H-1,4-benzodiazepin-2-one\n8 | Clorazepate | 7-chloro-2,3-dihydro-2,2-dihydroxy-5-phenyl-1H-1,4-benzodiazepine-3-carboxylic acid\n9 | Cloxazolam | 10-chloro-11b-(o-chlorophenyl)-2,-3,7,11b-tetrahydrooxazolo[3,2-d][1,4]benzodiazepin-6[5H]-one\n10 | Delorazepam | 7-chloro-5-(o-chlorophenyl)-1,3-dihydro-2H-1,-4-benzodiazepin-2-one\n11 | Diazepam | 7-chloro-1,3-dihydro-1-methyl-5-phenyl-2H-1,4-benzodiazepin-2-one\n12 | Estazolam | 8-chloro-6-phenyl-4H-s-triazolo[4,3-a] — [1,4]benzodiazepine\n13 | Ethyl Loflazepate | ethyl 7-chloro-5-(o-fluorophenyl)-2,3-dihydro-2-oxo-1H-1,-4-benzodiazepine-3-carboxylate\n14 | Fludiazepam | 7-chloro-5-(o-fluorophenyl)-1,3-di-hydro-1-methyl-2H-1,4-benzodiazepin-2-one\n15 | Flurazepam | 7-chloro-1-[2-(diethylamino)ethyl]-5-(o-fluorophenyl)-1,3-dihydro-2H-1,4-benzodiazepin-2-one\n16 | Halazepam | 7-chloro-1,3-dihydro-5-phenyl-1-(2,2,-2-trifluoroethyl)-2H-1,4-benzodiazepin-2-one\n17 | Haloxazolam | 10-bromo-11b-(o-fluorophenyl)-2,3,7,11b-tetrahydro-oxazolo[3,2-d][1,4]benzodiazepin-6(5H)-one"
|
| 2604 |
+
},
|
| 2605 |
+
{
|
| 2606 |
+
"act_code": "SOR-2000-217",
|
| 2607 |
+
"act_short": "Benzodiazepines Regs",
|
| 2608 |
+
"act_name": "Benzodiazepines and Other Targeted Substances Regulations",
|
| 2609 |
+
"section": "Schedule 2",
|
| 2610 |
+
"marginal_note": "Schedule 2",
|
| 2611 |
+
"part": "SCHEDULES",
|
| 2612 |
+
"division": "",
|
| 2613 |
+
"heading": "Schedule 2",
|
| 2614 |
+
"history": "",
|
| 2615 |
+
"last_amended": "2025-12-19",
|
| 2616 |
+
"in_force": "2017-02-22",
|
| 2617 |
+
"status": "in force",
|
| 2618 |
+
"current_to": "2025-12-29",
|
| 2619 |
+
"citation": "Benzodiazepines Regs, Schedule 2 (part 2 of 3)",
|
| 2620 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2000-217/",
|
| 2621 |
+
"id": "SOR-2000-217-sched2-p2",
|
| 2622 |
+
"text": "18 | Ketazolam | 11-chloro-8,12b-dihydro-2,8-dimethyl-12b-phenyl-4H-[1,3]-oxazino-[3,2-d][1,4]benzodiazepine-4,7(6H)-dione\n19 | Loprazolam | 6-(o-chlorophenyl)-2,4-dihydro-2-[(4--methyl-1-piperazinyl)methylene]-8-nitro-1H-imidazo[1,2-a][1,4]-benzodiazepin-1-one\n20 | Lorazepam | 7-chloro-5-(o-chlorophenyl)-1,3-dihydro-3-hydroxy-2H-1,4-benzodiazepin-2-one\n21 | Lormetazepam | 7-chloro-5-(o-chlorophenyl)-1,3-dihydro-3-hydroxy-1-methyl-2H-1,4-benzodiazepin-2-one\n22 | Medazepam | 7-chloro-2,3-dihydro-1-methyl-5-phenyl-1H-1,4-benzodiazepine\n23 | Midazolam | 8-chloro-6-(o-fluorophenyl)-1-methyl-4H-imidazo[1,5-a][1,4]benzodiazepine\n24 | Nimetazepam | 1,3-dihydro-1-methyl-7-nitro-5-phenyl-2H-1,4-benzodiazepin-2-one\n25 | Nitrazepam | 1,3-dihydro-7-nitro-5-phenyl-2H-1,4-benzodiazepin-2-one\n26 | Nordazepam | 7-chloro-1,3-dihydro-5-phenyl-2H-1,4-benzodiazepin-2-one\n27 | Oxazepam | 7-chloro-1,3-dihydro-3-hydroxy-5-phenyl-2H-1,4-benzodiazepin-2-one\n28 | Oxazolam | 10-chloro-2,3,7,11b-tetrahydro-2-methyl-11b-phenyloxazolo[3,2-d][1,4]benzodiazepin-6(5H)-one\n29 | Pinazepam | 7-chloro-1,3-dihydro-5-phenyl-1-(2-propynyl)-2H-1,-4-benzodiazepin-2-one\n30 | Prazepam | 7-chloro-1-(cyclopropylmethyl)-1,3-di-hydro-5-phenyl-2H-1,4-benzodiazepin-2-one\n31 | Quazepam | 7-chloro-5-(o-fluorophenyl)-1,3-dihydro-1-(2,2,2-trifluoroethyl)-2H-1,4-benzodiazepine-2-thione\n32 | Temazepam | 7-chloro-1,3-dihydro-3-hydroxy-1methyl-5-phenyl-2H-1,4-benzodiazepin-2-one\n33 | Tetrazepam | 7-chloro-5-(cyclohexen-1-yl)-1,3-di-hydro-1-methyl-2H-1,4-benzodiazepin-2-one\n34 | Triazolam | 8-chloro-6-(o-chlorophenyl)-1-methyl-4H-s-triazolo-[4,3-a][1,4]benzodiazepine\n35 | Clotiazepam | 5-(o-chlorophenyl)-7-ethyl-1,3-dihydro-1-methyl-2-H-thieno[2,3-e]-1,4-diazepin-2-one\n36 | Ethchlorvynol | ethyl-2-chlorovinyl ethynyl carbinol"
|
| 2623 |
+
},
|
| 2624 |
+
{
|
| 2625 |
+
"act_code": "SOR-2000-217",
|
| 2626 |
+
"act_short": "Benzodiazepines Regs",
|
| 2627 |
+
"act_name": "Benzodiazepines and Other Targeted Substances Regulations",
|
| 2628 |
+
"section": "Schedule 2",
|
| 2629 |
+
"marginal_note": "Schedule 2",
|
| 2630 |
+
"part": "SCHEDULES",
|
| 2631 |
+
"division": "",
|
| 2632 |
+
"heading": "Schedule 2",
|
| 2633 |
+
"history": "",
|
| 2634 |
+
"last_amended": "2025-12-19",
|
| 2635 |
+
"in_force": "2017-02-22",
|
| 2636 |
+
"status": "in force",
|
| 2637 |
+
"current_to": "2025-12-29",
|
| 2638 |
+
"citation": "Benzodiazepines Regs, Schedule 2 (part 3 of 3)",
|
| 2639 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2000-217/",
|
| 2640 |
+
"id": "SOR-2000-217-sched2-p3",
|
| 2641 |
+
"text": "37 | Ethinamate | 1-ethynylcyclohexanol carbamate\n38 | Fencamfamin | d,l-N-ethyl-3-phenylbicyclo[2,2,1]-heptan-2-amine\n39 | Fenproporex | d,l-3-[(α-methylphenethyl)amino]propionitrile\n40 | Flunitrazepam | 3(5-(o-fluorophenyl)-1,3-dihydro-1-methyl-7-nitro-2H-1,4-benzodiazepin-2-one\n41 | Mazindol | 5-(p-chlorophenyl)-2,5-dihydro-3H-imidazo[2,1-a]isoindol-5-ol\n42 | Mefenorex | d,l-N-(3-chloropropyl)-α-methylbenzene-ethanamine\n43 | Meprobamate | 2-methyl-2-propyl-1,3-propanedioldicarbamate\n44 | Methyprylon | 3,3-diethyl-5-methyl-2,4-piperidinedione\n45 | Pipradrol | α,α-diphenyl-2-piperidinemethanol\n46 | Zolpidem | N,N,6-trimethyl-2-(4-methylphenyl)imidazo[1,2-a]pyridine-3-acetamide\n47 | Carisoprodol | 2-((carbamoyloxy)methyl)-2-methylpentyl isopropylcarbamate"
|
| 2642 |
+
},
|
| 2643 |
{
|
| 2644 |
"id": "SOR-2000-217-nif-1",
|
| 2645 |
"act_code": "SOR-2000-217",
|
data/processed/SOR-2002-227.json
CHANGED
|
@@ -13166,6 +13166,177 @@
|
|
| 13166 |
"text": "365\n(1) These Regulations, except paragraph 117(1)(e), subsection 117(5) and paragraphs 259(a) and (f) come into force on June 28, 2002.\n(2) [Repealed, SOR/2005-61, s. 9]\n(3) [Exception] Paragraphs 259(a) and (f) come into force on December 31, 2003.",
|
| 13167 |
"citation": "IRPR, s. 365"
|
| 13168 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13169 |
{
|
| 13170 |
"id": "SOR-2002-227-nif-1-p1",
|
| 13171 |
"act_code": "SOR-2002-227",
|
|
|
|
| 13166 |
"text": "365\n(1) These Regulations, except paragraph 117(1)(e), subsection 117(5) and paragraphs 259(a) and (f) come into force on June 28, 2002.\n(2) [Repealed, SOR/2005-61, s. 9]\n(3) [Exception] Paragraphs 259(a) and (f) come into force on December 31, 2003.",
|
| 13167 |
"citation": "IRPR, s. 365"
|
| 13168 |
},
|
| 13169 |
+
{
|
| 13170 |
+
"act_code": "SOR-2002-227",
|
| 13171 |
+
"act_short": "IRPR",
|
| 13172 |
+
"act_name": "Immigration and Refugee Protection Regulations",
|
| 13173 |
+
"section": "Schedule 1",
|
| 13174 |
+
"marginal_note": "Schedule 1",
|
| 13175 |
+
"part": "SCHEDULES",
|
| 13176 |
+
"division": "",
|
| 13177 |
+
"heading": "Schedule 1",
|
| 13178 |
+
"history": "",
|
| 13179 |
+
"last_amended": "2020-03-21",
|
| 13180 |
+
"in_force": "2020-03-21",
|
| 13181 |
+
"status": "repealed",
|
| 13182 |
+
"current_to": "2026-05-26",
|
| 13183 |
+
"citation": "IRPR, Schedule 1",
|
| 13184 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-227/",
|
| 13185 |
+
"id": "SOR-2002-227-sched1",
|
| 13186 |
+
"text": "[Repealed]"
|
| 13187 |
+
},
|
| 13188 |
+
{
|
| 13189 |
+
"act_code": "SOR-2002-227",
|
| 13190 |
+
"act_short": "IRPR",
|
| 13191 |
+
"act_name": "Immigration and Refugee Protection Regulations",
|
| 13192 |
+
"section": "Schedule 1.01",
|
| 13193 |
+
"marginal_note": "Schedule 1.01",
|
| 13194 |
+
"part": "SCHEDULES",
|
| 13195 |
+
"division": "",
|
| 13196 |
+
"heading": "Schedule 1.01",
|
| 13197 |
+
"history": "",
|
| 13198 |
+
"last_amended": "2018-12-31",
|
| 13199 |
+
"in_force": "2018-12-31",
|
| 13200 |
+
"status": "repealed",
|
| 13201 |
+
"current_to": "2026-05-26",
|
| 13202 |
+
"citation": "IRPR, Schedule 1.01",
|
| 13203 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-227/",
|
| 13204 |
+
"id": "SOR-2002-227-sched2",
|
| 13205 |
+
"text": "[Repealed]"
|
| 13206 |
+
},
|
| 13207 |
+
{
|
| 13208 |
+
"act_code": "SOR-2002-227",
|
| 13209 |
+
"act_short": "IRPR",
|
| 13210 |
+
"act_name": "Immigration and Refugee Protection Regulations",
|
| 13211 |
+
"section": "Schedule 1.1",
|
| 13212 |
+
"marginal_note": "Country",
|
| 13213 |
+
"part": "SCHEDULES",
|
| 13214 |
+
"division": "",
|
| 13215 |
+
"heading": "Schedule 1.1",
|
| 13216 |
+
"history": "",
|
| 13217 |
+
"last_amended": "2025-11-25",
|
| 13218 |
+
"in_force": "2018-06-05",
|
| 13219 |
+
"status": "in force",
|
| 13220 |
+
"current_to": "2026-05-26",
|
| 13221 |
+
"citation": "IRPR, Schedule 1.1",
|
| 13222 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-227/",
|
| 13223 |
+
"id": "SOR-2002-227-sched3",
|
| 13224 |
+
"text": "Country — (Subsection 12.05(1.1) and paragraph 190(1)(a))\nAndorra\nAustralia\nAustria\nBahamas\nBarbados\nBelgium\nBrunei Darussalam\nBulgaria\nChile\nCroatia\nCyprus\nCzech Republic\nDenmark\nEstonia\nFederal Republic of Germany\nFinland\nFrance\nGreece\nHungary\nIceland\nIreland\nItaly\nJapan\nLatvia\nLiechtenstein\nLithuania\nLuxembourg\nMalta\nMonaco\nNetherlands\nNew Zealand\nNorway\nPapua New Guinea\nPoland\nPortugal\nQatar\nRepublic of Korea\nSamoa\nSan Marino\nSingapore\nSlovakia\nSlovenia\nSolomon Islands\nSpain\nSweden\nSwitzerland\nUnited Arab Emirates"
|
| 13225 |
+
},
|
| 13226 |
+
{
|
| 13227 |
+
"act_code": "SOR-2002-227",
|
| 13228 |
+
"act_short": "IRPR",
|
| 13229 |
+
"act_name": "Immigration and Refugee Protection Regulations",
|
| 13230 |
+
"section": "Schedule 2",
|
| 13231 |
+
"marginal_note": "Violations",
|
| 13232 |
+
"part": "SCHEDULES",
|
| 13233 |
+
"division": "",
|
| 13234 |
+
"heading": "Schedule 2",
|
| 13235 |
+
"history": "",
|
| 13236 |
+
"last_amended": "2023-11-24",
|
| 13237 |
+
"in_force": "2017-04-13",
|
| 13238 |
+
"status": "in force",
|
| 13239 |
+
"current_to": "2026-05-26",
|
| 13240 |
+
"citation": "IRPR, Schedule 2 (part 1 of 6)",
|
| 13241 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-227/",
|
| 13242 |
+
"id": "SOR-2002-227-sched4-p1",
|
| 13243 |
+
"text": "Violations — (Section 209.95, subsections 209.96(2), (3) and (4), sections 209.97 and 209.98, subsections 209.99(1) and\nTABLE 1\nEmployer Conditions\nColumn 1 | Column 2 | Column 3\nItem | Provision | Short-form Description | Classification\n1 | 209.2(1)(b)(i) | Be able to demonstrate that any information provided in respect of a work permit application was accurate during a period of six years, beginning on the first day of the foreign national’s employment | Type A\n2 | 209.2(1)(b)(ii) and 209.3(1)(c)(ii) | Retain any document that relates to compliance with cited conditions during a period of six years, beginning on the first day of the foreign national’s employment | Type A\n3 | 209.3(1)(a)(iii)(C) | For employers of a live-in caregiver: have sufficient financial resources to pay wages that were offered | Type A\n4 | 209.3(1)(c)(i) | Be able to demonstrate that any information provided for the assessment was accurate during a period of six years, beginning on the first day of the foreign national’s employment | Type A\n5 | 209.4(1)(a) | Report at any time and place specified to answer questions and provide documents | Type C\n6 | 209.4(1)(b) | Provide required documents | Type C\n7 | 209.4(1)(c) | Attend any inspection, unless the employer was not notified, give all reasonable assistance to the person conducting the inspection and provide that person with any required document or information | Type C\n8 | 209.2(1)(a)(ii) and 209.3(1)(a)(ii) | Comply with the federal or provincial laws that regulate the employment or recruitment of employees, including foreign nationals, in the province in which the foreign national works | Type B"
|
| 13244 |
+
},
|
| 13245 |
+
{
|
| 13246 |
+
"act_code": "SOR-2002-227",
|
| 13247 |
+
"act_short": "IRPR",
|
| 13248 |
+
"act_name": "Immigration and Refugee Protection Regulations",
|
| 13249 |
+
"section": "Schedule 2",
|
| 13250 |
+
"marginal_note": "Violations",
|
| 13251 |
+
"part": "SCHEDULES",
|
| 13252 |
+
"division": "",
|
| 13253 |
+
"heading": "Schedule 2",
|
| 13254 |
+
"history": "",
|
| 13255 |
+
"last_amended": "2023-11-24",
|
| 13256 |
+
"in_force": "2017-04-13",
|
| 13257 |
+
"status": "in force",
|
| 13258 |
+
"current_to": "2026-05-26",
|
| 13259 |
+
"citation": "IRPR, Schedule 2 (part 2 of 6)",
|
| 13260 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-227/",
|
| 13261 |
+
"id": "SOR-2002-227-sched4-p2",
|
| 13262 |
+
"text": "9 | 209.2(1)(a)(iii) and 209.3(1)(a)(iv) | Provide the foreign national with employment in the same occupation and substantially the same, but not less favourable, wages and working conditions as outlined in the foreign national’s offer of employment | Type B\n10 | 209.3(1)(a)(iii)(A) | For employers of a live-in caregiver: ensure that foreign national resides in a private household in Canada and provides child care, senior home support care or care of a disabled person in that household without supervision | Type B\n11 | 209.3(1)(b)(i) | Ensure that the employment of the foreign national will result in direct job creation or retention for Canadian citizens or permanent residents, if that was a factor that led to the issuance of the work permit | Type B\n12 | 209.3(1)(b)(ii) | Ensure that the employment of the foreign national will result in the development or transfer of skills and knowledge for the benefit of Canadian citizens or permanent residents, if that was a factor that led to the issuance of the work permit | Type B\n13 | 209.3(1)(b)(iii) | Hire or train Canadian citizens or permanent residents, if that was a factor that led to the issuance of the work permit | Type B\n14 | 209.3(1)(b)(iv) | Make reasonable efforts to hire or train Canadian citizens or permanent residents, if that was a factor that led to the issuance of the work permit | Type B\n15 | 209.2(1)(a)(i) and 209.3(1)(a)(i) | Be actively engaged in the business in which the offer of employment was made, unless the offer was made for employment as a live-in caregiver | Type C\n16 | 209.3(1)(a)(iii)(B) | For employers of a live-in caregiver: provide the foreign national with adequate furnished private accommodation in the household | Type C"
|
| 13263 |
+
},
|
| 13264 |
+
{
|
| 13265 |
+
"act_code": "SOR-2002-227",
|
| 13266 |
+
"act_short": "IRPR",
|
| 13267 |
+
"act_name": "Immigration and Refugee Protection Regulations",
|
| 13268 |
+
"section": "Schedule 2",
|
| 13269 |
+
"marginal_note": "Violations",
|
| 13270 |
+
"part": "SCHEDULES",
|
| 13271 |
+
"division": "",
|
| 13272 |
+
"heading": "Schedule 2",
|
| 13273 |
+
"history": "",
|
| 13274 |
+
"last_amended": "2023-11-24",
|
| 13275 |
+
"in_force": "2017-04-13",
|
| 13276 |
+
"status": "in force",
|
| 13277 |
+
"current_to": "2026-05-26",
|
| 13278 |
+
"citation": "IRPR, Schedule 2 (part 3 of 6)",
|
| 13279 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-227/",
|
| 13280 |
+
"id": "SOR-2002-227-sched4-p3",
|
| 13281 |
+
"text": "17 | 209.2(1)(a)(iv) and 209.3(1)(a)(v) | Make reasonable efforts to provide a workplace that is free of abuse | Type C\n18 | 209.2(1)(a)(v) and 209.3(1)(a)(vii) | Not do anything that prevents the foreign national from complying with an order or regulation made under the Emergencies Act or the Quarantine Act | Type C\n19 | 209.2(1)(a)(vi) and 209.3(1)(a)(viii) | Not do anything that prevents the foreign national from complying with a provincial law that governs public health in response to COVID-19 | Type C\n20 | 209.2(1)(a)(vii) and 209.3(1)(a)(xii) | Provide, during the period the foreign national must isolate or quarantine themselves on entry into Canada, wages to the foreign national that are substantially the same as those set out in the offer of employment | Type C\n21 | 209.3(1)(a)(ix) | Provide the foreign national with accommodations that are separate from those provided to persons who are not in quarantine and that permit the foreign worker to remain at least two metres away from any other person | Type C\n22 | 209.3(1)(a)(x) | Provide the foreign national with cleaning products for the purposes of cleaning and disinfecting the accommodations regularly | Type C\n23 | 209.3(1)(a)(xi) | Provide a foreign national who becomes infected with or develops any signs or symptoms of COVID-19 with accommodations that have a bedroom and a bathroom that are solely for the use of the foreign national while they isolate themselves | Type C\n24 | 209.3(1)(a)(vi) | Provide adequate accommodations to a foreign national employed to perform work under an international agreement between Canada and one or more countries concerning seasonal agricultural workers | Type B"
|
| 13282 |
+
},
|
| 13283 |
+
{
|
| 13284 |
+
"act_code": "SOR-2002-227",
|
| 13285 |
+
"act_short": "IRPR",
|
| 13286 |
+
"act_name": "Immigration and Refugee Protection Regulations",
|
| 13287 |
+
"section": "Schedule 2",
|
| 13288 |
+
"marginal_note": "Violations",
|
| 13289 |
+
"part": "SCHEDULES",
|
| 13290 |
+
"division": "",
|
| 13291 |
+
"heading": "Schedule 2",
|
| 13292 |
+
"history": "",
|
| 13293 |
+
"last_amended": "2023-11-24",
|
| 13294 |
+
"in_force": "2017-04-13",
|
| 13295 |
+
"status": "in force",
|
| 13296 |
+
"current_to": "2026-05-26",
|
| 13297 |
+
"citation": "IRPR, Schedule 2 (part 4 of 6)",
|
| 13298 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-227/",
|
| 13299 |
+
"id": "SOR-2002-227-sched4-p4",
|
| 13300 |
+
"text": "25 | 209.2(1)(a.1) and 209.3(1)(a.1) | Provide the foreign national, with a copy in their chosen official language of Canada, of the most recent information with respect to the foreign national’s rights in Canada that is made available by the Government of Canada for that purpose | Type B\n26 | 209.2(1)(a)(ii.1) and 209.3(1)(a)(ii.1) | Make available to the foreign national the information referred to in paragraph 209.2(1)(a.1) or paragraph 209.3(1)(a.1), as the case may be, in both official languages of Canada | Type B\n27 | 209.2(1)(a)(ix) and 209.3(1)(a)(xv) | Not directly or indirectly charge or recover from the foreign national the fees indicated | Type C\n28 | 209.2(1)(a)(x) and 209.3(1)(a)(xvi) | Ensure that any person who recruited the foreign national for the employer does not, directly or indirectly, charge or recover from the foreign national the fees indicated | Type C\n29 | 209.3(1)(a)(xiii) | Except in the case of an employer who employs a foreign national to perform work under an international agreement between Canada and one or more countries concerning seasonal agricultural workers and the agreement includes health insurance, must obtain and pay for private health insurance from a Canadian insurance provider that covers emergency medical care for any period during which the foreign national is not covered by the applicable provincial health insurance system | Type C\n30 | 209.2(1)(a)(viii) and 209.3(1)(a)(xiv) | Make reasonable efforts to provide to the foreign national access to health care services when the foreign national is injured or becomes ill at the workplace | Type C\nTABLE 2\nAdministrative Monetary Penalty Amounts\nColumn 1 | Column 2 | Column 3 | Column 4\nType A Violation | Type B Violation | Type C Violation"
|
| 13301 |
+
},
|
| 13302 |
+
{
|
| 13303 |
+
"act_code": "SOR-2002-227",
|
| 13304 |
+
"act_short": "IRPR",
|
| 13305 |
+
"act_name": "Immigration and Refugee Protection Regulations",
|
| 13306 |
+
"section": "Schedule 2",
|
| 13307 |
+
"marginal_note": "Violations",
|
| 13308 |
+
"part": "SCHEDULES",
|
| 13309 |
+
"division": "",
|
| 13310 |
+
"heading": "Schedule 2",
|
| 13311 |
+
"history": "",
|
| 13312 |
+
"last_amended": "2023-11-24",
|
| 13313 |
+
"in_force": "2017-04-13",
|
| 13314 |
+
"status": "in force",
|
| 13315 |
+
"current_to": "2026-05-26",
|
| 13316 |
+
"citation": "IRPR, Schedule 2 (part 5 of 6)",
|
| 13317 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-227/",
|
| 13318 |
+
"id": "SOR-2002-227-sched4-p5",
|
| 13319 |
+
"text": "Item | Total Number of Points | Individual or Small Business ($) | Large Business ($) | Individual or Small Business ($) | Large Business ($) | Individual or Small Business ($) | Large Business ($)\n1 | 0 or 1 | none | none | none | none | none | none\n2 | 2 | 500 | 750 | 750 | 1,000 | 1,000 | 2,000\n3 | 3 | 750 | 1,000 | 1,250 | 2,000 | 5,000 | 10,000\n4 | 4 | 1,000 | 2,000 | 3,000 | 7,000 | 10,000 | 20,000\n5 | 5 | 4,000 | 6,000 | 7,000 | 12,000 | 15,000 | 30,000\n6 | 6 | 8,000 | 10,000 | 12,000 | 20,000 | 20,000 | 40,000\n7 | 7 | 12,000 | 20,000 | 20,000 | 30,000 | 35,000 | 50,000\n8 | 8 | 20,000 | 30,000 | 35,000 | 45,000 | 45,000 | 60,000\n9 | 9 or 10 | 30,000 | 45,000 | 50,000 | 60,000 | 60,000 | 70,000\n10 | 11 or 12 | 40,000 | 60,000 | 60,000 | 70,000 | 70,000 | 80,000\n11 | 13 or 14 | 50,000 | 70,000 | 70,000 | 80,000 | 80,000 | 90,000\n12 | 15 or more | 100,000 | 100,000 | 100,000 | 100,000 | 100,000 | 100,000\nTABLE 3\nPeriod of Ineligibility\nColumn 1 | Column 2 | Column 3 | Column 4\nItem | Total Number of Points | Type A Violation | Type B Violation | Type C Violation\n1 | 0 to 5 | none | none | none\n2 | 6 | none | none | 1 year\n3 | 7 | none | 1 year | 2 years\n4 | 8 | 1 year | 2 years | 5 years\n5 | 9 or 10 | 2 years | 5 years | 10 years\n6 | 11 or 12 | 5 years | 10 years | 10 years\n7 | 13 or 14 | 10 years | 10 years | 10 years\n8 | 15 or more | permanent | permanent | permanent\nTABLE 4\nCompliance History\nColumn 1 | Column 2\nItem | Criterion | Points\n1 | For Type A and Type B violations — first violation | 1\n2 | For Type A violations — second or subsequent violation | 2\n3 | For Type B violations — second violation | 2\n4 | For Type C violations — first violation | 2\n5 | For Type B violations — third or subsequent violation | 3\n6 | For Type C violations — second violation | 3"
|
| 13320 |
+
},
|
| 13321 |
+
{
|
| 13322 |
+
"act_code": "SOR-2002-227",
|
| 13323 |
+
"act_short": "IRPR",
|
| 13324 |
+
"act_name": "Immigration and Refugee Protection Regulations",
|
| 13325 |
+
"section": "Schedule 2",
|
| 13326 |
+
"marginal_note": "Violations",
|
| 13327 |
+
"part": "SCHEDULES",
|
| 13328 |
+
"division": "",
|
| 13329 |
+
"heading": "Schedule 2",
|
| 13330 |
+
"history": "",
|
| 13331 |
+
"last_amended": "2023-11-24",
|
| 13332 |
+
"in_force": "2017-04-13",
|
| 13333 |
+
"status": "in force",
|
| 13334 |
+
"current_to": "2026-05-26",
|
| 13335 |
+
"citation": "IRPR, Schedule 2 (part 6 of 6)",
|
| 13336 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-227/",
|
| 13337 |
+
"id": "SOR-2002-227-sched4-p6",
|
| 13338 |
+
"text": "7 | For Type C violations — third or subsequent violation | 4\nTABLE 5\nSeverity of the Violation\nColumn 1 | Column 2\nItem | Criterion | Points\n1 | The employer derived competitive or economic benefit from the violation | 0 to 6\n2 | The violation involved abuse of a foreign national (physical, psychological, sexual or financial) | 0 to 10\n3 | The violation negatively affected the Canadian labour market or the Canadian economy | 0 to 6\n4 | The employer did not make reasonable efforts to minimize or remediate the effects of the violation | 0 to 3\n5 | The employer did not make reasonable efforts to prevent recurrence of the violation | 0 to 3\n6 | The violation put the foreign national’s health or safety at risk in relation to a communicable disease as defined in section 2 of the Quarantine Act | 0 to 10\n7 | The violation put the public’s health or safety at risk in relation a communicable disease as defined in section 2 of the Quarantine Act | 0 to 10"
|
| 13339 |
+
},
|
| 13340 |
{
|
| 13341 |
"id": "SOR-2002-227-nif-1-p1",
|
| 13342 |
"act_code": "SOR-2002-227",
|
data/processed/SOR-2002-336.json
CHANGED
|
@@ -56,6 +56,234 @@
|
|
| 56 |
"text": "3 These Regulations come into force on the day on which they are registered.",
|
| 57 |
"citation": "Designated Provisions (Customs) Regs, s. 3"
|
| 58 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
{
|
| 60 |
"id": "SOR-2002-336-nif-1",
|
| 61 |
"act_code": "SOR-2002-336",
|
|
|
|
| 56 |
"text": "3 These Regulations come into force on the day on which they are registered.",
|
| 57 |
"citation": "Designated Provisions (Customs) Regs, s. 3"
|
| 58 |
},
|
| 59 |
+
{
|
| 60 |
+
"act_code": "SOR-2002-336",
|
| 61 |
+
"act_short": "Designated Provisions (Customs) Regs",
|
| 62 |
+
"act_name": "Designated Provisions (Customs) Regulations",
|
| 63 |
+
"section": "Schedule 1",
|
| 64 |
+
"marginal_note": "Designated Provisions of the Customs Act and Its Regulations",
|
| 65 |
+
"part": "SCHEDULES",
|
| 66 |
+
"division": "",
|
| 67 |
+
"heading": "Schedule 1",
|
| 68 |
+
"history": "",
|
| 69 |
+
"last_amended": "2024-10-21",
|
| 70 |
+
"in_force": "2016-03-11",
|
| 71 |
+
"status": "in force",
|
| 72 |
+
"current_to": "2024-10-30",
|
| 73 |
+
"citation": "Designated Provisions (Customs) Regs, Schedule 1 (part 1 of 9)",
|
| 74 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-336/",
|
| 75 |
+
"id": "SOR-2002-336-sched1-p1",
|
| 76 |
+
"text": "Designated Provisions of the Customs Act and Its Regulations — (Section 1 and subsection 2(1))\nPART 1\nCustoms Act\nItem | Column 1 | Column 2\nDesignated Provision | Short-form Description\n1 | 2(1.3) | Failing to keep electronic records in an electronically readable format for prescribed period\n2 | 3.5 | When making a payment in excess of a specified amount, failing to make the payment to the account of the Receiver General in prescribed manner and within prescribed time at a specified institution\n3 | 7.1 | Providing information to an officer that is not true, accurate and complete\n4 | 9(3) | Failing to make available to an officer prescribed records within the specified time\n5 | 9(4) | (a)Transacting or attempting to transact business as a customs broker without a licence or without meeting specified requirements(b)Holding oneself out as a customs broker without a licence or without meeting specified requirements\n6 | 11(1) | (a)Failing to enter Canada at an open customs office that is designated for that purpose(b)Failing to present oneself to an officer without delay(c)Failing to answer truthfully questions asked by an officer\n7 | 11(3) | Failing to ensure that passengers and crew of conveyance arriving in Canada are forthwith transported to an open customs office that is designated for that purpose\n8 | 12 | Failing to report imported goods at prescribed time and in prescribed manner at the nearest open customs office that is designated for that purpose.\n8.1 | 12.1(2) | Failing to hold a valid carrier code\n8.2 | 12.1(7) | Failing to comply with a notification\n9 | 13(a) | Failing to answer truthfully questions asked by an officer with respect to goods"
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"act_code": "SOR-2002-336",
|
| 80 |
+
"act_short": "Designated Provisions (Customs) Regs",
|
| 81 |
+
"act_name": "Designated Provisions (Customs) Regulations",
|
| 82 |
+
"section": "Schedule 1",
|
| 83 |
+
"marginal_note": "Designated Provisions of the Customs Act and Its Regulations",
|
| 84 |
+
"part": "SCHEDULES",
|
| 85 |
+
"division": "",
|
| 86 |
+
"heading": "Schedule 1",
|
| 87 |
+
"history": "",
|
| 88 |
+
"last_amended": "2024-10-21",
|
| 89 |
+
"in_force": "2016-03-11",
|
| 90 |
+
"status": "in force",
|
| 91 |
+
"current_to": "2024-10-30",
|
| 92 |
+
"citation": "Designated Provisions (Customs) Regs, Schedule 1 (part 2 of 9)",
|
| 93 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-336/",
|
| 94 |
+
"id": "SOR-2002-336-sched1-p2",
|
| 95 |
+
"text": "10 | 13(b) | Failing to present goods to an officer or make them available for examination by an officer in manner required\n11 | 14(2) | Failing to report forthwith in prescribed manner a conveyance, unloaded goods and any goods remaining on the conveyance at a customs office designated for that purpose\n12 | 15 | (a)Failing to report forthwith to an officer goods in respect of which an Act of Parliament that prohibits, controls or regulates the importation of goods has been contravened(b)Failing to report forthwith to an officer goods in respect of which duties have not been paid\n13 | 16(2)(a) | Failing to report forthwith to an officer delivery of a wreck that has come into Canada\n14 to 19 | [Repealed, SOR/2009-267, s. 1]\n20 | 20(1) | Transporting or causing to be transported within Canada imported goods that have not been released without complying with prescribed conditions or giving prescribed security\n21 | 21 | (a)Failing to afford an officer free access to specified premises or place(b)Failing to open package or container or to remove any covering from it\n22 | 22(1) | (a)Failing to keep prescribed records at specified place for prescribed period and in prescribed manner(b)Failing to make prescribed records available to an officer within the time specified(c)Failing to answer truthfully questions asked by an officer about prescribed records\n23 | 25 | Refusing to receive qualified goods at sufferance warehouse\n24 | 27 | (a)Failing to afford an officer free access to a sufferance warehouse, bonded warehouse or duty free shop(b)Failing to open package or container or to remove any covering from it\n25 | 31 | Removing of goods from specified place that have not been released by an officer or by prescribed means"
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"act_code": "SOR-2002-336",
|
| 99 |
+
"act_short": "Designated Provisions (Customs) Regs",
|
| 100 |
+
"act_name": "Designated Provisions (Customs) Regulations",
|
| 101 |
+
"section": "Schedule 1",
|
| 102 |
+
"marginal_note": "Designated Provisions of the Customs Act and Its Regulations",
|
| 103 |
+
"part": "SCHEDULES",
|
| 104 |
+
"division": "",
|
| 105 |
+
"heading": "Schedule 1",
|
| 106 |
+
"history": "",
|
| 107 |
+
"last_amended": "2024-10-21",
|
| 108 |
+
"in_force": "2016-03-11",
|
| 109 |
+
"status": "in force",
|
| 110 |
+
"current_to": "2024-10-30",
|
| 111 |
+
"citation": "Designated Provisions (Customs) Regs, Schedule 1 (part 3 of 9)",
|
| 112 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-336/",
|
| 113 |
+
"id": "SOR-2002-336-sched1-p3",
|
| 114 |
+
"text": "26 | 32(3) | Failing to account for released goods in prescribed time and manner\n27 | 32(5) | (a)Failing to account for goods within prescribed time and in prescribed manner(b)Failing to pay duties within prescribed time\n28 | 32.2(1)(a) | Failing to correct, within the 90-day period, a declaration of origin of goods in prescribed manner and form containing prescribed information\n29 | 32.2(1)(b) | Failing to pay duties and interest owing as a result of corrected declaration of origin of goods within the 90-day period\n30 | 32.2(2)(a) | Failing to correct specified declaration, within the 90-day period, in prescribed form and manner, with prescribed information\n31 | 32.2(2)(b) | Failing to pay duties and interest owing as a result of corrected specified declaration within the 90-day period\n32 | 32.3(a) | Failing to report to an officer, at the time of their diversion, the diversion of goods that were to be used as ships’ stores\n33 | 32.3(b) | Failing to account for, at the time of their diversion, goods that were to be used as ships’ stores in the prescribed manner and form containing prescribed information\n34 | 32.3(c) | Failing to pay, at the time of their diversion, the specified amount of duties on goods that were to be used as ships’ stores\n35 | 33(2) | Failing to pay duties within prescribed time where goods are released prior to payment of duties\n36 | 35.01 | Importing goods not marked in accordance with the regulations under Customs Tariff\n37 | 35.1 | Failing to furnish proof of origin of goods in prescribed form, containing prescribed information and containing or accompanied by the prescribed information, statements or proof"
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"act_code": "SOR-2002-336",
|
| 118 |
+
"act_short": "Designated Provisions (Customs) Regs",
|
| 119 |
+
"act_name": "Designated Provisions (Customs) Regulations",
|
| 120 |
+
"section": "Schedule 1",
|
| 121 |
+
"marginal_note": "Designated Provisions of the Customs Act and Its Regulations",
|
| 122 |
+
"part": "SCHEDULES",
|
| 123 |
+
"division": "",
|
| 124 |
+
"heading": "Schedule 1",
|
| 125 |
+
"history": "",
|
| 126 |
+
"last_amended": "2024-10-21",
|
| 127 |
+
"in_force": "2016-03-11",
|
| 128 |
+
"status": "in force",
|
| 129 |
+
"current_to": "2024-10-30",
|
| 130 |
+
"citation": "Designated Provisions (Customs) Regs, Schedule 1 (part 4 of 9)",
|
| 131 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-336/",
|
| 132 |
+
"id": "SOR-2002-336-sched1-p4",
|
| 133 |
+
"text": "38 | 40(1) | (a)Failing to keep records at specified place in prescribed manner and for prescribed period(b)Failing to make records available to an officer within the time specified(c)Failing to answer truthfully questions asked by an officer in respect of records\n39 | 40(3) | (a)Failing to keep prescribed records at specified place in prescribed manner and for prescribed period(b)Failing to make prescribed records available to an officer within the time specified(c)Failing to answer truthfully questions asked by an officer in respect of prescribed records\n40 | 43(2) | Failing to comply with Minister’s notice to provide documents\n41 | 80.2(2)(a) | Failing to report to an officer a specified failure within 90 days\n42 | 80.2(2)(b) | Failing to repay excess amount of abatement or refund granted and interest within the 90-day period\n42.1 | 93(1) | Failing to provide exit information in the prescribed circumstances, within the prescribed time and in the prescribed manner\n42.2 | 94 | Failing to present oneself to an officer and to answer truthfully any questions asked by an officer\n43 | 95(1) | Failing to report exported goods at prescribed time and place and in prescribed manner.\n44 | 95(3)(a) | Failing to answer truthfully questions asked by an officer with respect to exported goods\n45 | 95(3)(b) | Failing to present goods to be exported to an officer or make them available for examination by an officer in manner required\n46 | 96 | Failing to report forthwith to an officer goods that were not duly exported\n47 | 97.1(2) | Failing to provide copy of certificate of origin of exported goods to an officer\n48 | 97.1(3) | Failing to immediately notify a person of correct information in respect of a certificate of origin of exported goods"
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"act_code": "SOR-2002-336",
|
| 137 |
+
"act_short": "Designated Provisions (Customs) Regs",
|
| 138 |
+
"act_name": "Designated Provisions (Customs) Regulations",
|
| 139 |
+
"section": "Schedule 1",
|
| 140 |
+
"marginal_note": "Designated Provisions of the Customs Act and Its Regulations",
|
| 141 |
+
"part": "SCHEDULES",
|
| 142 |
+
"division": "",
|
| 143 |
+
"heading": "Schedule 1",
|
| 144 |
+
"history": "",
|
| 145 |
+
"last_amended": "2024-10-21",
|
| 146 |
+
"in_force": "2016-03-11",
|
| 147 |
+
"status": "in force",
|
| 148 |
+
"current_to": "2024-10-30",
|
| 149 |
+
"citation": "Designated Provisions (Customs) Regs, Schedule 1 (part 5 of 9)",
|
| 150 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-336/",
|
| 151 |
+
"id": "SOR-2002-336-sched1-p5",
|
| 152 |
+
"text": "49 | 97.2(1) | (a)Failing to keep records at specified place in prescribed manner and for prescribed period(b)Failing to make records available to an officer within the time specified(c)Failing to answer truthfully questions asked by an officer in respect of records\n50 | 107.1 | Failing to provide prescribed information, within the prescribed time and in the prescribed manner, about a person on board or expected to be on board a conveyance\nPART 2\nAccounting for Imported Goods and Payment of Duties Regulations\nItem | Column 1 | Column 2\nDesignated Provision | Short-form Description\n1 | 4 | Failing to provide at specified time every document and any information required to be provided under an Act of Parliament or its regulations that prohibits, controls or regulates the importation of goods.\nPART 3\nCustoms Brokers Licensing Regulations\nItem | Column 1 | Column 2\nDesignated Provision | Short-form Description\n1 | 14(b)(i) | Failing to immediately notify the Minister in writing of a change in the address of a business office at which broker transacts business\n2 | 14(b)(ii) | Failing to immediately notify the Minister in writing of a change in the legal or business name of the partnership or corporation\n3 | 14(b)(iii) | Failing to immediately notify the Minister in writing of a change in the membership of the partnership\n4 | 14(b)(iv) | Failing to immediately notify the Minister in writing of a change in the officers or directors of the corporation\n5 | 14(b)(vi) | Failing to immediately notify the Minister in writing of a change in the ownership of the business or corporation\n6 | 14(b)(vii) | Failing to immediately notify the Minister in writing of a change in the individuals meeting the specified knowledge requirement"
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"act_code": "SOR-2002-336",
|
| 156 |
+
"act_short": "Designated Provisions (Customs) Regs",
|
| 157 |
+
"act_name": "Designated Provisions (Customs) Regulations",
|
| 158 |
+
"section": "Schedule 1",
|
| 159 |
+
"marginal_note": "Designated Provisions of the Customs Act and Its Regulations",
|
| 160 |
+
"part": "SCHEDULES",
|
| 161 |
+
"division": "",
|
| 162 |
+
"heading": "Schedule 1",
|
| 163 |
+
"history": "",
|
| 164 |
+
"last_amended": "2024-10-21",
|
| 165 |
+
"in_force": "2016-03-11",
|
| 166 |
+
"status": "in force",
|
| 167 |
+
"current_to": "2024-10-30",
|
| 168 |
+
"citation": "Designated Provisions (Customs) Regs, Schedule 1 (part 6 of 9)",
|
| 169 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-336/",
|
| 170 |
+
"id": "SOR-2002-336-sched1-p6",
|
| 171 |
+
"text": "7 | 14(c) | (a)Failing to furnish to the importer or exporter of goods a copy of customs accounting documents bearing the customs accounting number and official stamp(b)Failing to furnish to the importer or exporter of goods a copy of information transmitted by electronic means to the Agency\n8 | 14(d)(i) | Failing to promptly account to a client importer or exporter for funds received from the Receiver General for Canada\n9 | 14(d)(ii) | Failing to promptly account to a client importer or exporter for funds received in excess of duties or other charges payable to the Agency\n10 | 17(1)(a) | Failing to keep records and books of account indicating specified financial transactions\n11 | 17(1)(b) | (a)Failing to keep a copy of each specified customs accounting document and copies of all supporting documents(b)Failing to keep a copy of specified information transmitted by electronic means to the Agency\n12 | 17(1)(c) | Failing to keep copies of all specified correspondence, bills, accounts, statements and other papers\n13 | 17(1)(d) | Failing to keep separately specified records, books of account and other documents relating to business transacted at a specified customs office\nPART 4\nCustoms Sufferance Warehouses Regulations\nItem | Column 1 | Column 2\nDesignated Provision | Short-form Description\n1 | 11(1)(e) | Failing to provide facilities, equipment and personnel sufficient to control access to a sufferance warehouse and to ensure the secure storage of goods stored in it\n2 | 12(1) | Failing to ensure goods are stored safely and securely in a designated area\n3 | 12(2) | Entering place in sufferance warehouse where goods are stored without written authorization or attendance of an officer"
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"act_code": "SOR-2002-336",
|
| 175 |
+
"act_short": "Designated Provisions (Customs) Regs",
|
| 176 |
+
"act_name": "Designated Provisions (Customs) Regulations",
|
| 177 |
+
"section": "Schedule 1",
|
| 178 |
+
"marginal_note": "Designated Provisions of the Customs Act and Its Regulations",
|
| 179 |
+
"part": "SCHEDULES",
|
| 180 |
+
"division": "",
|
| 181 |
+
"heading": "Schedule 1",
|
| 182 |
+
"history": "",
|
| 183 |
+
"last_amended": "2024-10-21",
|
| 184 |
+
"in_force": "2016-03-11",
|
| 185 |
+
"status": "in force",
|
| 186 |
+
"current_to": "2024-10-30",
|
| 187 |
+
"citation": "Designated Provisions (Customs) Regs, Schedule 1 (part 7 of 9)",
|
| 188 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-336/",
|
| 189 |
+
"id": "SOR-2002-336-sched1-p7",
|
| 190 |
+
"text": "4 | 12(3)(a) | Failing to have procedures to maintain the security of, and restrict access to, the sufferance warehouse\n5 | 12(3)(b) | Failing to have procedures to ensure that personnel are aware of and follow procedures to maintain the security of, and restrict access to, the sufferance warehouse\n6 | 14(1) | Failing to acknowledge receipt of goods by electronic means\n6.1 | 14(2) | Failing to acknowledge receipt of goods in the prescribed manner\n7 | 15(5) | Failing to provide the Agency with list of all goods not removed from the sufferance warehouse within prescribed time\n8 | 17 | Manipulating, unpacking, packing, altering or combining goods for a purpose that is not specified\nPART 5\nDuty Free Shop Regulations\nItem | Column 1 | Column 2\nDesignated Provision | Short-form Description\n1 | [Repealed, SOR/2019-259, s. 7]\n2 | 14(b) | (a)Failing to ensure that imported goods received in a duty free shop are held in a designated area until accounted for(b)Failing to ensure that domestic goods received in a duty free shop are held in designated area until approved for entry into inventory\n3 | 14(c) | Failing to ensure that duty free shop may be locked and sealed by an officer, on request of chief officer of customs\n4 | 14(d) | Failing to ensure that duty free shop may be locked and sealed during the prescribed period by an officer in event that licensee’s licence expires or is cancelled or suspended\n5 | 14(e) | Failing to ensure that duty free shop is kept suitable for the safe-keeping of goods stored in it\n6 | 16(1)(a) | Failing to acknowledge receipt of goods in prescribed manner\n7 | [Repealed, SOR/2019-259, s. 8]\n8 | 16(2) | Failing to present required documents to the Minister before goods are taken into a duty free shop\n9 | [Repealed, SOR/2019-259, s. 9]"
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"act_code": "SOR-2002-336",
|
| 194 |
+
"act_short": "Designated Provisions (Customs) Regs",
|
| 195 |
+
"act_name": "Designated Provisions (Customs) Regulations",
|
| 196 |
+
"section": "Schedule 1",
|
| 197 |
+
"marginal_note": "Designated Provisions of the Customs Act and Its Regulations",
|
| 198 |
+
"part": "SCHEDULES",
|
| 199 |
+
"division": "",
|
| 200 |
+
"heading": "Schedule 1",
|
| 201 |
+
"history": "",
|
| 202 |
+
"last_amended": "2024-10-21",
|
| 203 |
+
"in_force": "2016-03-11",
|
| 204 |
+
"status": "in force",
|
| 205 |
+
"current_to": "2024-10-30",
|
| 206 |
+
"citation": "Designated Provisions (Customs) Regs, Schedule 1 (part 8 of 9)",
|
| 207 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-336/",
|
| 208 |
+
"id": "SOR-2002-336-sched1-p8",
|
| 209 |
+
"text": "10 | [Repealed, SOR/2019-259, s. 9]\n11 | 19 | Selling or otherwise conveying any tobacco product to a person under the age of 18\nPART 5.1\nPassenger Information (Customs) Regulations\nItem | Column 1 | Column 2\nDesignated Provision | Short-form Description\n1 | 8(1) | Failing to provide the Minister, within the prescribed time and in the prescribed manner, with missing or accurate information\nPART 5.2\nExit Information Regulations\nColumn 1 | Column 2\nItem | Designated Provision | Short-form Description\n1 | 13 | Failing to provide the Agency, without delay and in the prescribed manner, with missing or accurate information\nPART 6\nPersons Authorized to Account for Casual Goods Regulations\nItem | Column 1 | Column 2\nDesignated Provision | Short-form Description\n1 | 10(a) | Failing to notify Minister or designated officer in writing of change of address within two weeks of change\n2 | 10(b) | Failing to notify Minister or designated officer in writing of change in name within two weeks of change\n3 | 10(c) | Failing to notify Minister or designated officer in writing of change in ownership of business within two weeks of change\nPART 7\nPART 7.1\nReporting of Imported Goods Regulations\nItem | Column 1 | Column 2\nDesignated Provision | Short-form Description\n1 | 14 | Failing to give the Agency prescribed information at the prescribed time\n2 | 15 | Failing to give the Agency prescribed information at the prescribed time\n2.1 | 15.1 | Failing to give the Agency prescribed information at the prescribed time\n2.2 | 15.3 | Failing to give the Agency prescribed information at the prescribed time\n3 | 17 | Failing to give the Agency prescribed information at the prescribed time\n3.1 | 17.2 | Failing to give the Agency prescribed information at the prescribed time"
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"act_code": "SOR-2002-336",
|
| 213 |
+
"act_short": "Designated Provisions (Customs) Regs",
|
| 214 |
+
"act_name": "Designated Provisions (Customs) Regulations",
|
| 215 |
+
"section": "Schedule 1",
|
| 216 |
+
"marginal_note": "Designated Provisions of the Customs Act and Its Regulations",
|
| 217 |
+
"part": "SCHEDULES",
|
| 218 |
+
"division": "",
|
| 219 |
+
"heading": "Schedule 1",
|
| 220 |
+
"history": "",
|
| 221 |
+
"last_amended": "2024-10-21",
|
| 222 |
+
"in_force": "2016-03-11",
|
| 223 |
+
"status": "in force",
|
| 224 |
+
"current_to": "2024-10-30",
|
| 225 |
+
"citation": "Designated Provisions (Customs) Regs, Schedule 1 (part 9 of 9)",
|
| 226 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-336/",
|
| 227 |
+
"id": "SOR-2002-336-sched1-p9",
|
| 228 |
+
"text": "4 | 19 | Failing to give the Agency prescribed information at the prescribed time\n4.1 | 19.2 | Failing to give the Agency prescribed information at the prescribed time\n5 | 21 | Failing to give the Agency prescribed information at the prescribed time\n5.1 | 21.2 | Failing to give the Agency prescribed information at the prescribed time\n6 | 24(3) | Failing to give the Agency prescribed information at the prescribed time\n7 | 25(2) | Failing to give the Agency prescribed information at the prescribed time\n8 | 29 | Failing to give the Agency prescribed information in the prescribed manner\n9 | 30 | Failing to notify the Agency without delay of a change to prescribed information given before arrival in Canada\n10 | 32 | Failing to notify the Agency without delay of specified information\nPART 8\nTransportation of Goods Regulations\nItem | Column 1 | Column 2\nDesignated Provision | Short-form Description\n1 | 4(1)(a) | Failing to forthwith report a damaged or broken seal\n2 | 4(1)(b) | Failing to forthwith report removal of goods from a damaged or disabled container or conveyance\n3 | 4(1)(c) | Failing to forthwith report a damaged or disabled conveyance that can no longer be used to transport goods"
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"act_code": "SOR-2002-336",
|
| 232 |
+
"act_short": "Designated Provisions (Customs) Regs",
|
| 233 |
+
"act_name": "Designated Provisions (Customs) Regulations",
|
| 234 |
+
"section": "Schedule 2",
|
| 235 |
+
"marginal_note": "Designated Provisions of the Customs Tariff and Its Regulations",
|
| 236 |
+
"part": "SCHEDULES",
|
| 237 |
+
"division": "",
|
| 238 |
+
"heading": "Schedule 2",
|
| 239 |
+
"history": "",
|
| 240 |
+
"last_amended": "2008-01-31",
|
| 241 |
+
"in_force": "2008-01-31",
|
| 242 |
+
"status": "in force",
|
| 243 |
+
"current_to": "2024-10-30",
|
| 244 |
+
"citation": "Designated Provisions (Customs) Regs, Schedule 2 (part 1 of 3)",
|
| 245 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-336/",
|
| 246 |
+
"id": "SOR-2002-336-sched2-p1",
|
| 247 |
+
"text": "Designated Provisions of the Customs Tariff and Its Regulations — (Section 1 and subsection 2(1))\nPART 1\nCustoms Tariff\nItem | Column 1 | Column 2\nDesignated Provision | Short-form Description\n1 | 114(1) | Failing to pay excess amount of refund or drawback and interest on day it is received\n2 | 118(1)(a) | Failing to report to an officer, within required period, non-compliance with conditions of relief or remission granted\n3 | 118(1)(b) | Failing to pay, within required period, amount of duties in respect of relief or remission granted\n4 | 118(2)(a) | Failing to report diversion of goods to an officer within 90 days\n5 | 118(2)(b) | Failing to pay amount of drawback and interest within 90 days\n6 | 121(1) | Failing to pay amount owing within 90 days after production of a by-product\n7 | 122(1) | Failing to pay amount owing within 90 days after production of merchantable scrap or waste\nPART 2\nCustoms Bonded Warehouses Regulations\nItem | Column 1 | Column 2\nDesignated Provision | Short-form Description\n1 | 11(1)(a) | Failing to provide at a bonded warehouse facilities, equipment and personnel sufficient to control access and to secure storage of goods\n2 | 11(1)(b) | Failing to provide at a bonded warehouse adequate space for the examination of goods by officers\n3 | 11(1)(c) | Failing to provide at a bonded warehouse necessary personnel and equipment to make goods available to an officer\n4 | 11(1)(d) | Failing to provide at a bonded warehouse necessary personnel to furnish information for audit purposes\n5 | 11(2) | Failing to keep bonded warehouse separate from remainder of building on request of chief officer of customs\n6 | 12(1)(a) | Failing to ensure that goods received in a bonded warehouse are stored safely and securely in a designated area"
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"act_code": "SOR-2002-336",
|
| 251 |
+
"act_short": "Designated Provisions (Customs) Regs",
|
| 252 |
+
"act_name": "Designated Provisions (Customs) Regulations",
|
| 253 |
+
"section": "Schedule 2",
|
| 254 |
+
"marginal_note": "Designated Provisions of the Customs Tariff and Its Regulations",
|
| 255 |
+
"part": "SCHEDULES",
|
| 256 |
+
"division": "",
|
| 257 |
+
"heading": "Schedule 2",
|
| 258 |
+
"history": "",
|
| 259 |
+
"last_amended": "2008-01-31",
|
| 260 |
+
"in_force": "2008-01-31",
|
| 261 |
+
"status": "in force",
|
| 262 |
+
"current_to": "2024-10-30",
|
| 263 |
+
"citation": "Designated Provisions (Customs) Regs, Schedule 2 (part 2 of 3)",
|
| 264 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-336/",
|
| 265 |
+
"id": "SOR-2002-336-sched2-p2",
|
| 266 |
+
"text": "7 | 12(1)(b) | Failing to ensure that goods received in a bonded warehouse are identified in specified manner\n8 | 12(2) | Entering a place where goods are stored in a bonded warehouse without written authorization or attendance of an officer\n9 | 13 | Receiving in or transferring from a bonded warehouse intoxicating liquor without provincial approval\n10 | 14(a) | Receiving domestic cigars into a bonded warehouse\n10.1 | 14(b) | Receiving domestic, packaged raw leaf tobacco into a bonded warehouse\n10.2 | 14(c) | Receiving domestic, manufactured tobacco that is not stamped into a bonded warehouse\n10.3 | 14(d) | Receiving domestic, non-duty paid packaged or bulk spirits into a bonded warehouse\n10.4 | 14(e) | Receiving domestic, non-duty paid packaged or bulk wine into a bonded warehouse\n10.5 | 14(f) | Receiving domestic, non-duty paid specially denatured alcohol into a bonded warehouse\n11 | 15 | Receiving into or removing from a bonded warehouse imported tobacco products or imported packaged spirits or wine\n12 | 16(a) | Receiving imported bulk spirits into a bonded warehouse\n13 | 16(b) | Receiving imported bulk wine into a bonded warehouse\n13.1 | 16(c) | Receiving imported specially denatured alcohol into a bonded warehouse\n14 | 17(a) | Failing to acknowledge in prescribed manner receipt of imported goods into a bonded warehouse\n15 | 17(b) | Failing to acknowledge in prescribed manner receipt of goods, other than imported goods, in a bonded warehouse\n16 | 20 | Manipulating, altering or combining goods for a purpose or activity not specified\nPART 3\nShips’ Stores Regulations\nItem | Column 1 | Column 2\nDesignated Provision | Short-form Description"
|
| 267 |
+
},
|
| 268 |
+
{
|
| 269 |
+
"act_code": "SOR-2002-336",
|
| 270 |
+
"act_short": "Designated Provisions (Customs) Regs",
|
| 271 |
+
"act_name": "Designated Provisions (Customs) Regulations",
|
| 272 |
+
"section": "Schedule 2",
|
| 273 |
+
"marginal_note": "Designated Provisions of the Customs Tariff and Its Regulations",
|
| 274 |
+
"part": "SCHEDULES",
|
| 275 |
+
"division": "",
|
| 276 |
+
"heading": "Schedule 2",
|
| 277 |
+
"history": "",
|
| 278 |
+
"last_amended": "2008-01-31",
|
| 279 |
+
"in_force": "2008-01-31",
|
| 280 |
+
"status": "in force",
|
| 281 |
+
"current_to": "2024-10-30",
|
| 282 |
+
"citation": "Designated Provisions (Customs) Regs, Schedule 2 (part 3 of 3)",
|
| 283 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-336/",
|
| 284 |
+
"id": "SOR-2002-336-sched2-p3",
|
| 285 |
+
"text": "1 | 4 | Failing to place alcohol, tobacco and other goods for sale on board a ship under lock or seal when ship arrives at Canadian port and failing to keep them there while ship is in port\n2 | 5(1) | Failing to ensure that bar-boxes on board an international aircraft are sealed when aircraft is on the ground"
|
| 286 |
+
},
|
| 287 |
{
|
| 288 |
"id": "SOR-2002-336-nif-1",
|
| 289 |
"act_code": "SOR-2002-336",
|
data/processed/SOR-2002-359.json
CHANGED
|
@@ -2849,6 +2849,44 @@
|
|
| 2849 |
"text": "93\n(1) Subject to subsections (2) to (4), these Regulations come into force on the later of January 1, 2003 and the expiry of 90 days after the day on which these Regulations are published in the Canada Gazette, Part II.\n(2) Subsections 6(1) and (2) and sections 7, 9, 12 to 24 and 47 come into force\n(a) in respect of a person who produces, packages, imports or exports a Class A precursor, on the later of January 1, 2003 and the expiry of 90 days after the day on which these Regulations are published in the Canada Gazette, Part II; and\n(b) in respect of a person who carries out any other activity pertaining to a Class A precursor, on July 7, 2003.\n(3) Section 8 comes into force on July 7, 2003.\n(4) Sections 55 to 82 come into force on January 1, 2004.",
|
| 2850 |
"citation": "Precursor Control Regs, s. 93"
|
| 2851 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2852 |
{
|
| 2853 |
"id": "SOR-2002-359-nif-1",
|
| 2854 |
"act_code": "SOR-2002-359",
|
|
|
|
| 2849 |
"text": "93\n(1) Subject to subsections (2) to (4), these Regulations come into force on the later of January 1, 2003 and the expiry of 90 days after the day on which these Regulations are published in the Canada Gazette, Part II.\n(2) Subsections 6(1) and (2) and sections 7, 9, 12 to 24 and 47 come into force\n(a) in respect of a person who produces, packages, imports or exports a Class A precursor, on the later of January 1, 2003 and the expiry of 90 days after the day on which these Regulations are published in the Canada Gazette, Part II; and\n(b) in respect of a person who carries out any other activity pertaining to a Class A precursor, on July 7, 2003.\n(3) Section 8 comes into force on July 7, 2003.\n(4) Sections 55 to 82 come into force on January 1, 2004.",
|
| 2850 |
"citation": "Precursor Control Regs, s. 93"
|
| 2851 |
},
|
| 2852 |
+
{
|
| 2853 |
+
"act_code": "SOR-2002-359",
|
| 2854 |
+
"act_short": "Precursor Control Regs",
|
| 2855 |
+
"act_name": "Precursor Control Regulations",
|
| 2856 |
+
"section": "Schedule",
|
| 2857 |
+
"marginal_note": "Schedule",
|
| 2858 |
+
"part": "SCHEDULES",
|
| 2859 |
+
"division": "",
|
| 2860 |
+
"heading": "Schedule",
|
| 2861 |
+
"history": "",
|
| 2862 |
+
"last_amended": "2026-04-12",
|
| 2863 |
+
"in_force": "2017-12-27",
|
| 2864 |
+
"status": "in force",
|
| 2865 |
+
"current_to": "2026-04-28",
|
| 2866 |
+
"citation": "Precursor Control Regs, Schedule (part 1 of 2)",
|
| 2867 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-359/",
|
| 2868 |
+
"id": "SOR-2002-359-sched1-p1",
|
| 2869 |
+
"text": "(Paragraph 5(b), section 8, subsection 9(1.1), section 91.01, subsection 91.3(1), section 91.9, subsection 91.92(1), paragraph 91.96(c) and section 92)\nColumn 1 | Column 2\nItem | Substance | Maximum Quantity (expressed as an absolute amount or per package)\n1 | Acetic anhydride | 1000 kg\n2 | N-Acetylanthranilic acid (2-acetamidobenzoic acid) | 1 kg\n3 | Anthranilic acid (2-aminobenzoic acid) | 1 kg\n4 | Ephedra | 20 g per package\n5 | Ephedrine (erythro-2-(methylamino)-1-phenyl-propan-1-ol) | 0.4 g per package\n6 | Ergometrine (9,10-didehydro-N-(2-hydroxy-1-methylethyl)-6-methylergoline-8-carboxamide) | 0\n7 | Ergotamine (12′-hydroxy-2′-methyl-5′-(phenylmethyl)ergotaman-3′,6′,18-trione) | 0\n8 | Isosafrole (5-(1-propenyl)-1,3-benzodioxole) | 0.5 kg\n9 | Lysergic acid (9,10-didehydro-6-methylergoline-8-carboxylic acid) | 0\n10 | 3,4-Methylenedioxyphenyl-2- propanone (1-(1,3- benzodioxole)-2-propanone), its derivatives and analogues and salts of derivatives and analogues, including:(1)methyl 3-(1,3-benzodioxol-5-yl)-2-methyloxirane-2-carboxylate (MMDMG) | 0\n11 | Norephedrine (Phenylpropanolamine) | 0\n12 | Phenylacetic acid | 1 kg\n13 | 1-Phenyl-2-propanone, its derivatives and analogues and salts of derivatives and analogues, including:(1)methyl 2-methyl-3-phenyloxirane-2-carboxylate (BMK methyl glycidate)(2)3-oxo-2-phenylbutanamide (α- phenylacetoacetamide-APAA) | 0\n14 | Piperidine | 0.5 kg\n15 | Piperonal (1,3-benzodioxole-5-carboxaldehyde) | 0.5 kg\n16 | Potassium permanganate | 50 kg\n17 | Pseudoephedrine (threo-2-(methylamino)-1-phenyl-propan-1-ol) | 3 g per package\n18 | Safrole (5-(2-propenyl)-1,3-benzodioxole) | 0.25 kg\n19 | Gamma-butyrolactone (dihydro-2(3H)- furanone) | 0\n20 | 1,4-butanediol | 0\n21 | Red Phosphorus | 0\n22 | White Phosphorus | 0"
|
| 2870 |
+
},
|
| 2871 |
+
{
|
| 2872 |
+
"act_code": "SOR-2002-359",
|
| 2873 |
+
"act_short": "Precursor Control Regs",
|
| 2874 |
+
"act_name": "Precursor Control Regulations",
|
| 2875 |
+
"section": "Schedule",
|
| 2876 |
+
"marginal_note": "Schedule",
|
| 2877 |
+
"part": "SCHEDULES",
|
| 2878 |
+
"division": "",
|
| 2879 |
+
"heading": "Schedule",
|
| 2880 |
+
"history": "",
|
| 2881 |
+
"last_amended": "2026-04-12",
|
| 2882 |
+
"in_force": "2017-12-27",
|
| 2883 |
+
"status": "in force",
|
| 2884 |
+
"current_to": "2026-04-28",
|
| 2885 |
+
"citation": "Precursor Control Regs, Schedule (part 2 of 2)",
|
| 2886 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-359/",
|
| 2887 |
+
"id": "SOR-2002-359-sched1-p2",
|
| 2888 |
+
"text": "23 | Hypophosphorous acid, its salts and derivatives | 0\n24 | Hydriodic acid | 0\n25 | Alpha-phenylacetoacetonitrile and its salts, isomers and salts of isomers | 0\n26 | Propionyl chloride | 0\n27 | 1-Phenethyl-4-piperidone and its salts | 0\n28 | 4-Piperidone (piperidin-4-one), its salts, derivatives and analogues and salts of derivatives and analogues, including:(1)1-boc-4-piperidone (tert-butyl 4-oxopiperidine-1-carboxylate)(2)3-methyl-4-piperidone (3-methylpiperidin-4-one)(3)1-benzyl-4-piperidone (1-benzylpiperidin-4-one) | 0\n29 | Norfentanyl (N-phenyl-N-piperidin- 4-ylpropanamide), its salts, derivatives and analogues and salts of derivatives and analogues | 0\n30 | 1-Phenethylpiperidin-4-ylidenephenylamine and its salts | 0\n31 | N-Phenyl-4-piperidinamine (N-phenylpiperidin-4-amine), its salts, derivatives and analogues and salts of derivatives and analogues, including:(1)4-anilino-1-boc-piperidine (tert-butyl 4-(phenylamino)piperidine-1-carboxylate)(2)4-fluoro anilino-1-boc-piperidine (tert-butyl 4-((4-fluorophenyl)amino)piperidine-1-carboxylate)(3)N-(4-fluorophenyl)-4-piperidinamine (N-(4-fluorophenyl)piperidin-4-amine)(4)4-bromo anilino-1-boc-piperidine (tert-butyl 4-((4-bromophenyl)amino)piperidine-1-carboxylate) | 0\n32 | N1,N1,N2-trimethylcyclohexane-1,2-diamine and its salts | 0\n33 | Benzylfentanyl (N-(1-benzylpiperidin-4-yl)-N-phenylpropionamide), its salts, derivatives and analogues and salts of derivatives and analogues | 0\n34 | Phenethyl bromide ((2-bromoethyl)benzene) | 0\n35 | Propionic anhydride (propanoic anhydride) | 0\n36 | Phenethyl iodide ((2-iodoethyl)benzene) | 0\n37 | Phenethyl chloride ((2-chloroethyl)benzene) | 0"
|
| 2889 |
+
},
|
| 2890 |
{
|
| 2891 |
"id": "SOR-2002-359-nif-1",
|
| 2892 |
"act_code": "SOR-2002-359",
|
data/processed/SOR-2002-412.json
CHANGED
|
@@ -473,5 +473,81 @@
|
|
| 473 |
"id": "SOR-2002-412-s24",
|
| 474 |
"text": "24\n(1) Subject to subsection (2), these Regulations come into force on January 6, 2003.\n(2) Sections 19 to 23 come into force on the day on which the Presentation of Persons (2003) Regulations come into force.",
|
| 475 |
"citation": "Cross-border Currency Reporting Regs, s. 24"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 476 |
}
|
| 477 |
]
|
|
|
|
| 473 |
"id": "SOR-2002-412-s24",
|
| 474 |
"text": "24\n(1) Subject to subsection (2), these Regulations come into force on January 6, 2003.\n(2) Sections 19 to 23 come into force on the day on which the Presentation of Persons (2003) Regulations come into force.",
|
| 475 |
"citation": "Cross-border Currency Reporting Regs, s. 24"
|
| 476 |
+
},
|
| 477 |
+
{
|
| 478 |
+
"act_code": "SOR-2002-412",
|
| 479 |
+
"act_short": "Cross-border Currency Reporting Regs",
|
| 480 |
+
"act_name": "Cross-border Currency and Monetary Instruments Reporting Regulations",
|
| 481 |
+
"section": "Schedule 1",
|
| 482 |
+
"marginal_note": "Information To Be Given by Person Described in Paragraph 12(3)(a) of Act, if Not Transporting on Behalf of Entity or Other Person",
|
| 483 |
+
"part": "SCHEDULES",
|
| 484 |
+
"division": "",
|
| 485 |
+
"heading": "Schedule 1",
|
| 486 |
+
"history": "",
|
| 487 |
+
"last_amended": "2020-06-01",
|
| 488 |
+
"in_force": "2006-03-22",
|
| 489 |
+
"status": "in force",
|
| 490 |
+
"current_to": "2024-07-23",
|
| 491 |
+
"citation": "Cross-border Currency Reporting Regs, Schedule 1",
|
| 492 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-412/",
|
| 493 |
+
"id": "SOR-2002-412-sched1",
|
| 494 |
+
"text": "Information To Be Given by Person Described in Paragraph 12(3)(a) of Act, if Not Transporting on Behalf of Entity or Other Person — (Subparagraph 3(b)(i), section 3.1 and paragraphs 4(3)(a) and (3.1)(a))\nPART A\n1 Person’s name\n2 Person’s permanent address\n3 Person’s citizenship\n4 Person’s date of birth\n5 Person’s telephone number\n6 Type of document or other information used to identify person and number of document or number associated with information\n7 Jurisdiction and country of issue of document or other information\nPART B\n0.1 Indication of whether it is an importation or exportation\n1 Departure point of person making the report (country, city)\n2 Person’s arrival point (country, city)\n3 Person’s transit points (country, city)\n4 Person’s dates of travel\nPART C\n1 Type of currency\n2 Issuing country or jurisdiction\n3 Amount of currency in the foreign currency and its amount in Canadian dollars and exchange rate used\n4 Purpose of importation or exportation\nPART D\n1 Type of monetary instrument\n2 Amount of monetary instrument in the foreign currency and its amount in Canadian dollars and exchange rate used\n3 Issuer of monetary instrument\n4 Date of issuance of monetary instrument\n5 Serial number or other number that identifies monetary instrument\n6 Purpose of importation or exportation"
|
| 495 |
+
},
|
| 496 |
+
{
|
| 497 |
+
"act_code": "SOR-2002-412",
|
| 498 |
+
"act_short": "Cross-border Currency Reporting Regs",
|
| 499 |
+
"act_name": "Cross-border Currency and Monetary Instruments Reporting Regulations",
|
| 500 |
+
"section": "Schedule 2",
|
| 501 |
+
"marginal_note": "Information To Be Given by Person Described in Paragraph 12(3)(a) of Act (if Transporting on Behalf of Entity or Other Person) or by Person or Entity Described in Paragraph 12(3)(b), (c) or (e) of Act",
|
| 502 |
+
"part": "SCHEDULES",
|
| 503 |
+
"division": "",
|
| 504 |
+
"heading": "Schedule 2",
|
| 505 |
+
"history": "",
|
| 506 |
+
"last_amended": "2020-06-01",
|
| 507 |
+
"in_force": "2006-03-22",
|
| 508 |
+
"status": "in force",
|
| 509 |
+
"current_to": "2024-07-23",
|
| 510 |
+
"citation": "Cross-border Currency Reporting Regs, Schedule 2 (part 1 of 2)",
|
| 511 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-412/",
|
| 512 |
+
"id": "SOR-2002-412-sched2-p1",
|
| 513 |
+
"text": "Information To Be Given by Person Described in Paragraph 12(3)(a) of Act (if Transporting on Behalf of Entity or Other Person) or by Person or Entity Described in Paragraph 12(3)(b), (c) or (e) of Act — (Subparagraphs 3(b)(ii) and (iii), section 3.1 and paragraphs 4(3)(a) and (3.1)(a))\nPART A\n1 Person’s name\n2 Person’s permanent address\n3 Person’s citizenship\n4 Person’s date of birth\n5 Person’s telephone number\n6 Type of document or other information used to identify person and number of document or number associated with information\n7 Jurisdiction and country of issue of document or other information\nPART B\n1 Entity’s name\n2 Entity’s permanent address\n3 Telephone number of entity\n4 Jurisdiction and country of registration or incorporation\n5 Nature of entity’s principal business\n6 Name and title of entity’s contact person\nPART C\n0.1 Indication of whether it is an importation or exportation\n1 Date of shipment\n2 Method of shipment (courier, mail or other)\n3 Name and permanent address of person or entity shipped to and from\n4 Name of courier and names of any intermediaries\n5 Permanent address of courier and permanent addresses of any intermediaries\n6 Courier’s telephone number\n7 Name and title of courier’s contact person\n8 Name and permanent address of the person or entity that is ultimate origin of currency or monetary instrument and, in the case of an entity, the nature of their principal business\n9 Name and permanent address of the person or entity that is ultimate destination of currency or monetary instrument and, in the case of an entity, the nature of their principal business\n10 Departure point of currency or monetary instrument (country, city) and date of departure\n11 Arrival point of currency or monetary instrument (country, city) and date of arrival"
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"act_code": "SOR-2002-412",
|
| 517 |
+
"act_short": "Cross-border Currency Reporting Regs",
|
| 518 |
+
"act_name": "Cross-border Currency and Monetary Instruments Reporting Regulations",
|
| 519 |
+
"section": "Schedule 2",
|
| 520 |
+
"marginal_note": "Information To Be Given by Person Described in Paragraph 12(3)(a) of Act (if Transporting on Behalf of Entity or Other Person) or by Person or Entity Described in Paragraph 12(3)(b), (c) or (e) of Act",
|
| 521 |
+
"part": "SCHEDULES",
|
| 522 |
+
"division": "",
|
| 523 |
+
"heading": "Schedule 2",
|
| 524 |
+
"history": "",
|
| 525 |
+
"last_amended": "2020-06-01",
|
| 526 |
+
"in_force": "2006-03-22",
|
| 527 |
+
"status": "in force",
|
| 528 |
+
"current_to": "2024-07-23",
|
| 529 |
+
"citation": "Cross-border Currency Reporting Regs, Schedule 2 (part 2 of 2)",
|
| 530 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-412/",
|
| 531 |
+
"id": "SOR-2002-412-sched2-p2",
|
| 532 |
+
"text": "12 Transit points of currency or monetary instrument (country, city) and dates of arrival at and departure from each transit point\n13 Points where (country, city) and dates when intermediaries obtain physical possession of currency or monetary instrument\nPART D\n1 Person’s name\n2 Person’s permanent address\n3 Person’s citizenship\n4 Person’s date of birth\n5 Person’s telephone number\n6 Type of document or other information used to identify person and number of document or number associated with information\n7 Jurisdiction and country of issue of document or other information\nPART E\n1 Type of currency\n2 Issuing country or jurisdiction\n3 Amount of currency in the foreign currency and its amount in Canadian dollars and exchange rate used\n4 Purpose of importation or exportation\nPART F\n1 Type of monetary instrument\n2 Amount of monetary instrument in the foreign currency and its amount in Canadian dollars and exchange rate used\n3 Issuer of monetary instrument\n4 Date of issuance of monetary instrument\n5 Serial number or other number that identifies monetary instrument\n6 Purpose of importation or exportation"
|
| 533 |
+
},
|
| 534 |
+
{
|
| 535 |
+
"act_code": "SOR-2002-412",
|
| 536 |
+
"act_short": "Cross-border Currency Reporting Regs",
|
| 537 |
+
"act_name": "Cross-border Currency and Monetary Instruments Reporting Regulations",
|
| 538 |
+
"section": "Schedule 3",
|
| 539 |
+
"marginal_note": "Information To Be Given by Person Described in Paragraph 12(3)(d) of Act",
|
| 540 |
+
"part": "SCHEDULES",
|
| 541 |
+
"division": "",
|
| 542 |
+
"heading": "Schedule 3",
|
| 543 |
+
"history": "",
|
| 544 |
+
"last_amended": "2020-06-01",
|
| 545 |
+
"in_force": "2006-03-22",
|
| 546 |
+
"status": "in force",
|
| 547 |
+
"current_to": "2024-07-23",
|
| 548 |
+
"citation": "Cross-border Currency Reporting Regs, Schedule 3",
|
| 549 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2002-412/",
|
| 550 |
+
"id": "SOR-2002-412-sched3",
|
| 551 |
+
"text": "Information To Be Given by Person Described in Paragraph 12(3)(d) of Act — (Subparagraph 3(b)(iv), section 3.1 and paragraphs 4(3)(a) and (3.1)(a))\nPART A\n1 Person’s name\n2 Person’s permanent address\n3 Person’s citizenship\n4 Person’s date of birth\n5 Person’s telephone number\n6 Type of document or other information used to identify person and number of document or number associated with information\n7 Jurisdiction and country of issue of document or other information\n8 Name of person’s employer\n9 Employer’s business address\n10 Employer’s business telephone number\n11 Name and title of employer’s contact person\nPART B\n0.1 Indication of whether it is an importation or exportation\n1 Name of importer or exporter\n2 Amount, in Canadian dollars, of currency or monetary instrument\n3 Name and permanent address of person or entity shipped to and from\n4 Departure point of currency or monetary instrument (country, city) and date of departure\n5 Arrival point of currency or monetary instrument (country, city) and date of arrival\n6 Transit points of currency or monetary instrument (country, city) and dates of arrival at and departure from each transit point"
|
| 552 |
}
|
| 553 |
]
|
data/processed/SOR-2003-323.json
ADDED
|
@@ -0,0 +1,667 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"act_code": "SOR-2003-323",
|
| 4 |
+
"act_short": "Presentation of Persons Regs",
|
| 5 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 6 |
+
"section": "1",
|
| 7 |
+
"marginal_note": "Definitions",
|
| 8 |
+
"part": "",
|
| 9 |
+
"division": "",
|
| 10 |
+
"heading": "Interpretation",
|
| 11 |
+
"history": "SOR/2005-385, s. 3; SOR/2006-154, s. 1; SOR/2008-24, s. 1; SOR/2015-83, ss. 1, 3, 11",
|
| 12 |
+
"last_amended": "2015-04-01",
|
| 13 |
+
"in_force": "2015-04-01",
|
| 14 |
+
"status": "in force",
|
| 15 |
+
"current_to": "2024-10-02",
|
| 16 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-1.html",
|
| 17 |
+
"id": "SOR-2003-323-s1-p1",
|
| 18 |
+
"text": "1 The following definitions apply in these Regulations.\nAct means the Customs Act. (Loi )\nauthorization means an authorization, issued by the Minister under section 11.1 of the Act, for a person to present themself in an alternative manner. (autorisation)\nauthorized person means a person to whom the Minister has issued an authorization. (personne autorisée)\ncommercial driver means a person who operates a commercial highway conveyance. (routier)\ncommercial goods means goods imported into Canada for sale or for any commercial, industrial, occupational, institutional or other like use. (marchandises commerciales)\ncommercial highway conveyance means a conveyance designed for hauling freight on highways. (moyen de transport routier commercial)\ncommercial passenger conveyance means a conveyance that is used to carry passengers who have paid for passage. (moyen de transport commercial de passagers)\ncommon-law partner means, in relation to a person, an individual who has cohabited with the person in a conjugal relationship for a period of at least one year. (conjoint de fait)\ncorporate aircraft means an aircraft that is used for purposes related to the business affairs of a person, that does not carry passengers who have paid for passage and that has aboard on its arrival in Canada no more than 15 persons, including the crew. (aéronef d’affaires)\ndesignated customs office means a customs office designated under section 5 of the Act as a customs office where a person may present themself pursuant to section 11 of the Act, or in an alternative manner if the person is so authorized. (bureau de douane établi)",
|
| 19 |
+
"citation": "Presentation of Persons Regs, s. 1 (part 1 of 2)"
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"act_code": "SOR-2003-323",
|
| 23 |
+
"act_short": "Presentation of Persons Regs",
|
| 24 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 25 |
+
"section": "1",
|
| 26 |
+
"marginal_note": "Definitions",
|
| 27 |
+
"part": "",
|
| 28 |
+
"division": "",
|
| 29 |
+
"heading": "Interpretation",
|
| 30 |
+
"history": "SOR/2005-385, s. 3; SOR/2006-154, s. 1; SOR/2008-24, s. 1; SOR/2015-83, ss. 1, 3, 11",
|
| 31 |
+
"last_amended": "2015-04-01",
|
| 32 |
+
"in_force": "2015-04-01",
|
| 33 |
+
"status": "in force",
|
| 34 |
+
"current_to": "2024-10-02",
|
| 35 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-1.html",
|
| 36 |
+
"id": "SOR-2003-323-s1-p2",
|
| 37 |
+
"text": "designated holding area means an area designated by the President for the use of persons arriving in Canada who are in transit to another place in Canada or to a place outside Canada. (zone d’attente désignée)\nfamily member means, in relation to a person who is serving as a member of the Canadian or American armed forces in a foreign country or at a Canadian or American diplomatic mission or consular post in a foreign country, a spouse, common-law partner or dependent who is identified as such in the document confirming the mission or post. (membre de la famille)\nmarine pleasure craft means a vessel, however propelled, other than a seaplane or other similar conveyance, that is used exclusively for pleasure and that does not carry passengers who have paid for passage. (embarcation de plaisance)\nnon-commercial passenger conveyance means a conveyance that does not carry passengers who have paid for passage, and includes corporate aircraft, private aircraft and marine pleasure craft. (moyen de transport non commercial de passagers)\nparent in respect of a child, means a parent who, by operation of law, by virtue of a written agreement or under a court order, has custody or parental authority over the child. (parent)\npermanent resident of Canada means a permanent resident within the meaning of the Immigration and Refugee Protection Act. (résident permanent du Canada)\nprivate aircraft means an aircraft other than a corporate aircraft that does not carry passengers who have paid for passage and that has aboard on its arrival in Canada no more than 15 persons, including the crew. (aéronef privé)",
|
| 38 |
+
"citation": "Presentation of Persons Regs, s. 1 (part 2 of 2)"
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"act_code": "SOR-2003-323",
|
| 42 |
+
"act_short": "Presentation of Persons Regs",
|
| 43 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 44 |
+
"section": "2",
|
| 45 |
+
"marginal_note": "Exception",
|
| 46 |
+
"part": "PART 1 - Exceptions",
|
| 47 |
+
"division": "",
|
| 48 |
+
"heading": "Exceptions to Presentation under Subsection 11(1) of the Act",
|
| 49 |
+
"history": "",
|
| 50 |
+
"last_amended": "2006-03-22",
|
| 51 |
+
"in_force": "2006-03-22",
|
| 52 |
+
"status": "in force",
|
| 53 |
+
"current_to": "2024-10-02",
|
| 54 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-2.html",
|
| 55 |
+
"id": "SOR-2003-323-s2-p1",
|
| 56 |
+
"text": "2\n(1) Persons who arrive in Canada aboard a commercial passenger conveyance, who do not disembark in Canada and who have as their destination a place outside Canada are not required to present themselves in accordance with subsection 11(1) of the Act.\n(2) [Circumstances and conditions] The following persons, in the following circumstances and conditions, are not required to present themselves in accordance with subsection 11(1) of the Act:\n(a) persons who arrive in Canada aboard a commercial passenger conveyance if they do not disembark at the place of their arrival and have as their destination another place in Canada at which there is a designated customs office, and on arrival at their destination they present themselves without delay at that customs office or if the designated customs office is not open for business, at the nearest one that is open for business;\n(b) persons who arrive in Canada aboard a commercial passenger conveyance if they are transferred under customs control from a designated holding area to another commercial passenger conveyance for departure\n(i) to a place outside Canada and they do not leave the designated holding area except to board that other commercial passenger conveyance, or\n(ii) to another place in Canada and at which there is a designated customs office, and on arrival at that place they present themselves without delay at that customs office or, if it is not open for business, at the nearest designated customs office that is open for business;",
|
| 57 |
+
"citation": "Presentation of Persons Regs, s. 2 (part 1 of 2)"
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"act_code": "SOR-2003-323",
|
| 61 |
+
"act_short": "Presentation of Persons Regs",
|
| 62 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 63 |
+
"section": "2",
|
| 64 |
+
"marginal_note": "Exception",
|
| 65 |
+
"part": "PART 1 - Exceptions",
|
| 66 |
+
"division": "",
|
| 67 |
+
"heading": "Exceptions to Presentation under Subsection 11(1) of the Act",
|
| 68 |
+
"history": "",
|
| 69 |
+
"last_amended": "2006-03-22",
|
| 70 |
+
"in_force": "2006-03-22",
|
| 71 |
+
"status": "in force",
|
| 72 |
+
"current_to": "2024-10-02",
|
| 73 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-2.html",
|
| 74 |
+
"id": "SOR-2003-323-s2-p2",
|
| 75 |
+
"text": "(c) persons arriving in Canada aboard a non-commercial passenger conveyance at a designated customs office where the person in charge of the conveyance may present themself and their passengers by radio or telephone, and the person informs an officer by radio or telephone of their arrival and, if required to do so by the officer, presents themself and their passengers at the time and place specified by the officer;\n(d) any crew member arriving in Canada aboard a freight train at a designated customs office where presentation may be done by radio or telephone, and the crew member informs an officer by radio or telephone of their arrival and, if required to do so by the officer, presents themself at the time and place specified by the officer; and\n(e) any person entering Canadian waters, including the inland waters, or the airspace over Canada in circumstances in which none of paragraphs (a) to (d) applies, and who has as their destination a place in Canada at which there is a designated customs office, and on arrival at their destination they present themself without delay at that office.\n(3) [Condition — answer questions truthfully] For greater certainty, every person who presents themself in accordance with any of paragraphs (2)(a) to (e) is required to answer truthfully any questions asked by an officer in the performance of the officer’s duties under the Act or any other Act of Parliament.",
|
| 76 |
+
"citation": "Presentation of Persons Regs, s. 2 (part 2 of 2)"
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"act_code": "SOR-2003-323",
|
| 80 |
+
"act_short": "Presentation of Persons Regs",
|
| 81 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 82 |
+
"section": "3",
|
| 83 |
+
"marginal_note": "Commercial passenger conveyances",
|
| 84 |
+
"part": "PART 1 - Exceptions",
|
| 85 |
+
"division": "",
|
| 86 |
+
"heading": "Exception to Subsection 11(3) of the Act",
|
| 87 |
+
"history": "",
|
| 88 |
+
"last_amended": "2006-03-22",
|
| 89 |
+
"in_force": "2006-03-22",
|
| 90 |
+
"status": "in force",
|
| 91 |
+
"current_to": "2024-10-02",
|
| 92 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-3.html",
|
| 93 |
+
"id": "SOR-2003-323-s3-p1",
|
| 94 |
+
"text": "3\n(1) The person in charge of a commercial passenger conveyance arriving in Canada is not required to ensure that the following persons, in the following circumstances and conditions, are forthwith on arrival transported to a customs office as required by subsection 11(3) of the Act:\n(a) passengers and crew who do not disembark in Canada and who have as their destination a place outside Canada, if only passengers or goods that have come from a designated holding area are taken aboard the conveyance while it is in Canada;\n(b) passengers and crew who do not disembark at the place of arrival in Canada and who have as their destination another place in Canada at which there is a designated customs office, if\n(i) only passengers or goods that have come from a designated holding area are taken aboard the conveyance while it is in Canada, and\n(ii) on arrival at their destination the passengers and crew present themselves without delay at that customs office or, if it is not open for business, at the nearest designated customs office that is open for business;\n(c) passengers and crew who are transferred under customs control to another commercial passenger conveyance for departure\n(i) to a place outside Canada and the passengers and crew comply with subparagraph 2(2)(b)(i); or\n(ii) to another place in Canada at which there is a designated customs office, and the passengers and crew comply with subparagraph 2(2)(b)(ii); and\n(d) passengers and crew who arrive at a designated customs office where persons may present themselves by radio or telephone, and the person in charge of the commercial passenger conveyance",
|
| 95 |
+
"citation": "Presentation of Persons Regs, s. 3 (part 1 of 2)"
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"act_code": "SOR-2003-323",
|
| 99 |
+
"act_short": "Presentation of Persons Regs",
|
| 100 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 101 |
+
"section": "3",
|
| 102 |
+
"marginal_note": "Commercial passenger conveyances",
|
| 103 |
+
"part": "PART 1 - Exceptions",
|
| 104 |
+
"division": "",
|
| 105 |
+
"heading": "Exception to Subsection 11(3) of the Act",
|
| 106 |
+
"history": "",
|
| 107 |
+
"last_amended": "2006-03-22",
|
| 108 |
+
"in_force": "2006-03-22",
|
| 109 |
+
"status": "in force",
|
| 110 |
+
"current_to": "2024-10-02",
|
| 111 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-3.html",
|
| 112 |
+
"id": "SOR-2003-323-s3-p2",
|
| 113 |
+
"text": "(i) notifies an officer by radio or telephone of the arrival of the conveyance and advises the officer of the number and names of the passengers and crew who disembark at the place, and\n(ii) if required to do so by an officer, ensures that the passengers and crew who disembark at the place are transported at the time and to the place specified by the officer for the purpose of presenting themselves and answering truthfully any questions asked by an officer in accordance with subsection 11(1) of the Act.\n(2) [Freight trains] On the arrival in Canada of a freight train, the person in charge of it is not required to ensure that the crew members aboard it are forthwith transported to a customs office as is required by subsection 11(3) of the Act if those crew members arrive at a designated customs office where persons may present themselves by radio or telephone, and the person in charge of the freight train\n(a) notifies an officer by radio or telephone of the arrival of the train and advises the officer of the number and names of the crew members who disembark at the place; and\n(b) if required to do so by an officer, ensures that the crew members who disembark at the place are transported at the time and to the place specified by the officer for the purpose of presenting themselves and answering truthfully any questions asked by an officer in accordance with subsection 11(1) of the Act.",
|
| 114 |
+
"citation": "Presentation of Persons Regs, s. 3 (part 2 of 2)"
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"act_code": "SOR-2003-323",
|
| 118 |
+
"act_short": "Presentation of Persons Regs",
|
| 119 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 120 |
+
"section": "4",
|
| 121 |
+
"marginal_note": "Information to be provided — non-commercial passenger conveyance",
|
| 122 |
+
"part": "PART 1 - Exceptions",
|
| 123 |
+
"division": "",
|
| 124 |
+
"heading": "Advance Notification",
|
| 125 |
+
"history": "SOR/2005-385, s. 4; SOR/2006-154, s. 2; SOR/2015-90, s. 25",
|
| 126 |
+
"last_amended": "2015-05-06",
|
| 127 |
+
"in_force": "2015-05-06",
|
| 128 |
+
"status": "in force",
|
| 129 |
+
"current_to": "2024-10-02",
|
| 130 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-4.html",
|
| 131 |
+
"id": "SOR-2003-323-s4",
|
| 132 |
+
"text": "4\n(1) The person in charge of a non-commercial passenger conveyance, other than a marine pleasure craft, that will arrive in Canada who intends to present themselves and all other persons on board the conveyance by telephone to an officer at a designated customs office is required under subsection 12.1(1) of the Act to give the Agency the conveyance’s scheduled time and place of arrival in Canada and, if it is different, the conveyance’s place of final destination in Canada and scheduled time of arrival at that destination.\n(1.1) [Time and manner of providing information] The person in charge of the conveyance shall give the information by telephone to an officer at a designated customs office at least two but no more than 48 hours before the conveyance arrives in Canada.\n(2) [Information] If required by an officer, the person in charge of a non- commercial passenger conveyance shall\n(a) provide any information relating to the other persons aboard the non-commercial passenger conveyance; and\n(b) notify an officer of the arrival of the conveyance in Canada.\n(3) [Change to information] A person in charge of a conveyance who gives information in the circumstances set out in this section shall, before the conveyance arrives in Canada, notify an officer at a designated customs office by telephone of any change to the information given unless there are emergency circumstances, in which case they shall notify an officer at a designated customs office of the change and the circumstances when the conveyance arrives in Canada.",
|
| 133 |
+
"citation": "Presentation of Persons Regs, s. 4"
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"act_code": "SOR-2003-323",
|
| 137 |
+
"act_short": "Presentation of Persons Regs",
|
| 138 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 139 |
+
"section": "5",
|
| 140 |
+
"marginal_note": "CANPASS Air program",
|
| 141 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 142 |
+
"division": "",
|
| 143 |
+
"heading": "Authorizations",
|
| 144 |
+
"history": "SOR/2015-83, ss. 5, 12",
|
| 145 |
+
"last_amended": "2015-04-01",
|
| 146 |
+
"in_force": "2015-04-01",
|
| 147 |
+
"status": "in force",
|
| 148 |
+
"current_to": "2024-10-02",
|
| 149 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-5.html",
|
| 150 |
+
"id": "SOR-2003-323-s5-p1",
|
| 151 |
+
"text": "5\n(1) The Minister may issue an authorization to a person to present themself in an alternative manner described in paragraph 11(a) if the person\n(a) is\n(i) a citizen or permanent resident of Canada,\n(ii) a citizen or permanent resident of the United States, or\n(iii) a citizen of another country and the following conditions are met:\n(A) the person is a member of a program in that country that allows for an alternative manner of presentation to facilitate or expedite entry into that country, and\n(B) Canada has a reciprocal arrangement with that country, entered into under paragraph 13(2)(a) of the Canada Border Services Agency Act, in respect of the alternative manner of presentation;\n(b) is of good character;\n(c) is not inadmissible to Canada under the Immigration and Refugee Protection Act or its regulations;\n(d) provides their consent in writing to the use by the Minister of biometric data concerning the person for the purposes set out in section 6.3;\n(e) has provided true, accurate and complete information in respect of their application for the authorization; and\n(f) subject to subsection (2), has resided only in one or more of the following countries during the three-year period before the day on which the application was received and until the day on which the authorization is issued:\n(i) Canada or the United States,\n(ii) if the person is serving as a member of the American armed forces in a foreign country, that foreign country,\n(iii) if the person is a family member of a person who is a member of the Canadian or American armed forces serving in a foreign country, that foreign country, or\n(iv) if the person is a family member of a person who is serving at a Canadian or American diplomatic mission or consular post in a foreign country, that foreign country.",
|
| 152 |
+
"citation": "Presentation of Persons Regs, s. 5 (part 1 of 2)"
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"act_code": "SOR-2003-323",
|
| 156 |
+
"act_short": "Presentation of Persons Regs",
|
| 157 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 158 |
+
"section": "5",
|
| 159 |
+
"marginal_note": "CANPASS Air program",
|
| 160 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 161 |
+
"division": "",
|
| 162 |
+
"heading": "Authorizations",
|
| 163 |
+
"history": "SOR/2015-83, ss. 5, 12",
|
| 164 |
+
"last_amended": "2015-04-01",
|
| 165 |
+
"in_force": "2015-04-01",
|
| 166 |
+
"status": "in force",
|
| 167 |
+
"current_to": "2024-10-02",
|
| 168 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-5.html",
|
| 169 |
+
"id": "SOR-2003-323-s5-p2",
|
| 170 |
+
"text": "(2) [Exception] Paragraph (1)(f) does not apply to\n(a) a citizen of Canada or the United States;\n(b) a person who is not a citizen of Canada or the United States and who meets the conditions set out in subparagraph (1)(a)(iii); and\n(c) a child who is under 18 years of age and is a permanent resident of the following country and on behalf of whom an application is made by a person who meets the requirement set out in that paragraph:\n(i) Canada and was adopted outside Canada by a citizen or permanent resident of Canada or born outside Canada to a citizen of Canada, or\n(ii) the United States and was adopted outside the United States by a citizen or permanent resident of the United States or born outside the United States to a citizen of the United States.",
|
| 171 |
+
"citation": "Presentation of Persons Regs, s. 5 (part 2 of 2)"
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"act_code": "SOR-2003-323",
|
| 175 |
+
"act_short": "Presentation of Persons Regs",
|
| 176 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 177 |
+
"section": "6",
|
| 178 |
+
"marginal_note": "Other CANPASS programs",
|
| 179 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 180 |
+
"division": "",
|
| 181 |
+
"heading": "Authorizations",
|
| 182 |
+
"history": "SOR/2005-385, ss. 6, 16, 25; SOR/2006-154, s. 3; SOR/2008-27, s. 4; SOR/2015-83, ss. 2, 6, 13",
|
| 183 |
+
"last_amended": "2015-04-01",
|
| 184 |
+
"in_force": "2015-04-01",
|
| 185 |
+
"status": "in force",
|
| 186 |
+
"current_to": "2024-10-02",
|
| 187 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-6.html",
|
| 188 |
+
"id": "SOR-2003-323-s6",
|
| 189 |
+
"text": "6 The Minister may issue an authorization to a person to present themself in an alternative manner described in paragraph 11(b), (c) or (e) if the person\n(a) is\n(i) a citizen or permanent resident of Canada, or\n(ii) a citizen or permanent resident of the United States;\n(iii) [Repealed, SOR/2005-385, s. 6]\n(b) is of good character;\n(c) is not inadmissible to Canada under the Immigration and Refugee Protection Act or its regulations;\n(d) provides their consent in writing to the use by the Minister of biometric data concerning the person for the purposes set out in section 6.3;\n(e) has provided true, accurate and complete information in respect of their application for the authorization; and\n(f) has resided only in one or more of the following countries during the three-year period before the day on which the application was received and until the day on which the authorization is issued:\n(i) Canada or the United States,\n(ii) if the person is serving as a member of the Canadian or American armed forces in a foreign country, that foreign country,\n(iii) if the person is a family member of a member of the Canadian or American armed forces serving in a foreign country, that foreign country,\n(iv) if the person is serving at a Canadian or American diplomatic mission or consular post in a foreign country, that foreign country, or\n(v) if the person is a family member of a person who is serving at a Canadian or American diplomatic mission or consular post in a foreign country, that foreign country.",
|
| 190 |
+
"citation": "Presentation of Persons Regs, s. 6"
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"act_code": "SOR-2003-323",
|
| 194 |
+
"act_short": "Presentation of Persons Regs",
|
| 195 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 196 |
+
"section": "6.1",
|
| 197 |
+
"marginal_note": "NEXUS program (air, land and marine)",
|
| 198 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 199 |
+
"division": "",
|
| 200 |
+
"heading": "Authorizations",
|
| 201 |
+
"history": "SOR/2005-385, ss. 7, 26; SOR/2006-154, s. 4; SOR/2008-27, ss. 1, 5; SOR/2015-83, ss. 4, 7",
|
| 202 |
+
"last_amended": "2015-04-01",
|
| 203 |
+
"in_force": "2015-04-01",
|
| 204 |
+
"status": "in force",
|
| 205 |
+
"current_to": "2024-10-02",
|
| 206 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-6.1.html",
|
| 207 |
+
"id": "SOR-2003-323-s6.1",
|
| 208 |
+
"text": "6.1 The Minister may issue an authorization that is recognized in both Canada and the United States to a person, other than a commercial driver, to present themself in the alternative manners described in paragraph 11(a), subparagraph 11(d)(ii) and paragraph 11(e) if the person\n(a) meets the requirements set out in paragraphs 5(1)(a) to (f), subject to subsection 5(2);\n(a.1) [Repealed, SOR/2015-83, s. 7]\n(b) has their eligibility to obtain an American authorization to present themself on arrival in the United States in the alternative manners described in paragraph 11(a), subparagraph 11(d)(ii) and paragraph 11(e) confirmed by the United States Department of Homeland Security; and\n(c) provides a copy of their fingerprints and consents in writing to their use by the Minister for the purposes of identifying the person and performing background and criminal record checks on them.\n(d) [Repealed, SOR/2006-154, s. 4]",
|
| 209 |
+
"citation": "Presentation of Persons Regs, s. 6.1"
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"act_code": "SOR-2003-323",
|
| 213 |
+
"act_short": "Presentation of Persons Regs",
|
| 214 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 215 |
+
"section": "6.2",
|
| 216 |
+
"marginal_note": "Free and secure trade program (FAST)",
|
| 217 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 218 |
+
"division": "",
|
| 219 |
+
"heading": "Authorizations",
|
| 220 |
+
"history": "SOR/2005-385, ss. 17, 27; SOR/2006-154, s. 5; SOR/2008-27, s. 6",
|
| 221 |
+
"last_amended": "2008-01-31",
|
| 222 |
+
"in_force": "2008-01-31",
|
| 223 |
+
"status": "in force",
|
| 224 |
+
"current_to": "2024-10-02",
|
| 225 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-6.2.html",
|
| 226 |
+
"id": "SOR-2003-323-s6.2",
|
| 227 |
+
"text": "6.2 The Minister may issue an authorization that is recognized in both Canada and the United States to a commercial driver who operates or will be aboard a commercial highway conveyance to present themself at a land border crossing in an alternative manner described in subparagraph 11(d)(iii) at a designated customs office if the commercial driver\n(a) meets the requirements set out in paragraphs 6(a) to (e);\n(b) has their eligibility to obtain a dedicated commuter lane authorization from the United States Department of Homeland Security confirmed by that Department;\n(c) provides a copy of their fingerprints and consents in writing to their use by the Minister for the purposes of identifying the person and performing background and criminal record checks on them;\n(d) is 18 years of age or older; and\n(e) holds a valid driver’s licence.",
|
| 228 |
+
"citation": "Presentation of Persons Regs, s. 6.2"
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"act_code": "SOR-2003-323",
|
| 232 |
+
"act_short": "Presentation of Persons Regs",
|
| 233 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 234 |
+
"section": "6.21",
|
| 235 |
+
"marginal_note": "Commercial Driver Registration Program (CDRP)",
|
| 236 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 237 |
+
"division": "",
|
| 238 |
+
"heading": "Authorizations",
|
| 239 |
+
"history": "SOR/2006-154, s. 6",
|
| 240 |
+
"last_amended": "2006-06-23",
|
| 241 |
+
"in_force": "2006-06-23",
|
| 242 |
+
"status": "in force",
|
| 243 |
+
"current_to": "2024-10-02",
|
| 244 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-6.21.html",
|
| 245 |
+
"id": "SOR-2003-323-s6.21",
|
| 246 |
+
"text": "6.21 The Minister may issue an authorization to a commercial driver who operates or will be aboard a commercial highway conveyance to present themself at a land border crossing in an alternative manner described in subparagraph 11(d)(i) if the commercial driver\n(a) meets the requirements set out in paragraphs 6(a) to (e);\n(b) is 18 years of age or older; and\n(c) holds a valid driver’s licence.",
|
| 247 |
+
"citation": "Presentation of Persons Regs, s. 6.21"
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"act_code": "SOR-2003-323",
|
| 251 |
+
"act_short": "Presentation of Persons Regs",
|
| 252 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 253 |
+
"section": "6.3",
|
| 254 |
+
"marginal_note": "Biometric data",
|
| 255 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 256 |
+
"division": "",
|
| 257 |
+
"heading": "Authorizations",
|
| 258 |
+
"history": "SOR/2005-385, s. 17; SOR/2008-27, s. 7",
|
| 259 |
+
"last_amended": "2008-01-31",
|
| 260 |
+
"in_force": "2008-01-31",
|
| 261 |
+
"status": "in force",
|
| 262 |
+
"current_to": "2024-10-02",
|
| 263 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-6.3.html",
|
| 264 |
+
"id": "SOR-2003-323-s6.3",
|
| 265 |
+
"text": "6.3 The Minister may require the following biometric data from the following persons for the following purposes:\n(a) in the case of a person who applies for an authorization, a photograph of themself for the purposes of identifying them and authenticating the use of their authorization at any border crossing; and\n(b) in the case of a person who applies for an authorization to present themself in an alternative manner described in paragraph 11(a), the image of their irises for the purposes of identifying them and authenticating the use of their authorization at a commercial airport.\n(c) and (d) [Repealed, SOR/2008-27, s. 7]",
|
| 266 |
+
"citation": "Presentation of Persons Regs, s. 6.3"
|
| 267 |
+
},
|
| 268 |
+
{
|
| 269 |
+
"act_code": "SOR-2003-323",
|
| 270 |
+
"act_short": "Presentation of Persons Regs",
|
| 271 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 272 |
+
"section": "7",
|
| 273 |
+
"marginal_note": "Application",
|
| 274 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 275 |
+
"division": "",
|
| 276 |
+
"heading": "Applications for Authorizations",
|
| 277 |
+
"history": "SOR/2005-385, s. 8; SOR/2006-154, s. 7; SOR/2008-27, s. 8; SOR/2015-83, ss. 8, 14",
|
| 278 |
+
"last_amended": "2015-04-01",
|
| 279 |
+
"in_force": "2015-04-01",
|
| 280 |
+
"status": "in force",
|
| 281 |
+
"current_to": "2024-10-02",
|
| 282 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-7.html",
|
| 283 |
+
"id": "SOR-2003-323-s7",
|
| 284 |
+
"text": "7\n(1) An application for the issuance, renewal or amendment of an authorization shall be made to the Minister in the prescribed form and manner and include the applicable fee set out in section 24.\n(2) [Application on behalf of child] A person may apply for an authorization under section 5, 6 or 6.1 on behalf of a child who is under 18 years of age\n(a) with respect to whom they are a parent, if every other parent and every other person who has custody or tutorship of the child under a court order consents to the application; or\n(b) with respect to whom they have custody or tutorship under a court order, if every parent and every other person who has custody or tutorship of the child under a court order consents to the application.\n(2.1) [Application on behalf of adult] A person may apply for an authorization under section 5, 6 or 6.1 on behalf of a person who is 18 years of age or more who has a mental or physical disability if the person who has the disability consents to the application or, if the person has been declared incompetent, a person who is legally authorized to act on the person’s behalf consents to the application.\n(3) [Passengers on corporate aircraft] A person who is not an individual may apply for an authorization on behalf of an employee, contractor, consultant or other business associate of that person if the person conducts business in Canada or the United States and uses corporate aircraft to carry passengers into Canada for purposes related to its business.",
|
| 285 |
+
"citation": "Presentation of Persons Regs, s. 7"
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"act_code": "SOR-2003-323",
|
| 289 |
+
"act_short": "Presentation of Persons Regs",
|
| 290 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 291 |
+
"section": "8",
|
| 292 |
+
"marginal_note": "Exception — corporate aircraft",
|
| 293 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 294 |
+
"division": "",
|
| 295 |
+
"heading": "Applications for Authorizations",
|
| 296 |
+
"history": "SOR/2005-385, s. 28; SOR/2006-154, s. 8",
|
| 297 |
+
"last_amended": "2006-06-23",
|
| 298 |
+
"in_force": "2006-06-23",
|
| 299 |
+
"status": "in force",
|
| 300 |
+
"current_to": "2024-10-02",
|
| 301 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-8.html",
|
| 302 |
+
"id": "SOR-2003-323-s8",
|
| 303 |
+
"text": "8\n(1) A person in charge of a corporate aircraft may apply by telephone to an officer at a designated customs office for the issuance of an authorization on behalf of an individual who is or is expected to be aboard a corporate aircraft that is to arrive in Canada.\n(2) [Application] An application under subsection (1) shall include, if available, the individual’s name, date of birth, citizenship and place of residence.\n(3) [Issue] The Minister may issue an authorization to an individual described in subsection (1) if all of the following conditions are met:\n(a) the individual meets the requirements set out in paragraphs 6(a) to (e);\n(a.1) the individual is an employee, contractor, consultant or other business associate of the corporation that is using the aircraft and is travelling for purposes related to the business of the corporation;\n(b) the person in charge of the corporate aircraft has not applied on behalf of more than four individuals;\n(c) the person in charge of a corporate aircraft confirms to the Minister that the individual on whose behalf the application is made is aboard the aircraft and provided, at that time, the information described in subsection (2) if it had not been given previously; and\n(d) the individual is accompanied on the corporate aircraft by another person who is authorized to present themself by means of the person in charge of the corporate aircraft.\n(4) [No issue after arrival] No authorization may be issued after an aircraft has arrived in Canada.",
|
| 304 |
+
"citation": "Presentation of Persons Regs, s. 8"
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"act_code": "SOR-2003-323",
|
| 308 |
+
"act_short": "Presentation of Persons Regs",
|
| 309 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 310 |
+
"section": "9",
|
| 311 |
+
"marginal_note": "Authorized persons to have authorizations",
|
| 312 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 313 |
+
"division": "",
|
| 314 |
+
"heading": "Applications for Authorizations",
|
| 315 |
+
"history": "",
|
| 316 |
+
"last_amended": "2006-03-22",
|
| 317 |
+
"in_force": "2006-03-22",
|
| 318 |
+
"status": "in force",
|
| 319 |
+
"current_to": "2024-10-02",
|
| 320 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-9.html",
|
| 321 |
+
"id": "SOR-2003-323-s9",
|
| 322 |
+
"text": "9 The Minister shall issue an authorization in writing to every person who has been authorized, other than an individual who receives an authorization under section 8.",
|
| 323 |
+
"citation": "Presentation of Persons Regs, s. 9"
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"act_code": "SOR-2003-323",
|
| 327 |
+
"act_short": "Presentation of Persons Regs",
|
| 328 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 329 |
+
"section": "10",
|
| 330 |
+
"marginal_note": "Duration",
|
| 331 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 332 |
+
"division": "",
|
| 333 |
+
"heading": "Applications for Authorizations",
|
| 334 |
+
"history": "SOR/2005-385, ss. 9, 18, 23; SOR/2006-154, s. 9; SOR/2008-27, ss. 2, 9; SOR/2015-83, s. 9",
|
| 335 |
+
"last_amended": "2015-04-01",
|
| 336 |
+
"in_force": "2015-04-01",
|
| 337 |
+
"status": "in force",
|
| 338 |
+
"current_to": "2024-10-02",
|
| 339 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-10.html",
|
| 340 |
+
"id": "SOR-2003-323-s10",
|
| 341 |
+
"text": "10\n(1) An authorization referred to in section 6 to present oneself in an alternative manner described in paragraph 11(b), (c) or (e) and an authorization referred to in section 6.1 or 6.2 expire five years after the date of their issuance.\n(1.1) [Repealed, SOR/2006-154, s. 9]\n(2) [Issue] An authorization issued under section 8 may be used only once by the individual who is authorized to present themself by means of the person in charge of the corporate aircraft.\n(3) [Duration] An authorization referred to in section 6.21 expires four years after the date of its issuance.\n(4) [Duration] An authorization referred to in section 5 to present oneself in an alternative manner described in paragraph 11(a) expires one year after the date of its issuance.",
|
| 342 |
+
"citation": "Presentation of Persons Regs, s. 10"
|
| 343 |
+
},
|
| 344 |
+
{
|
| 345 |
+
"act_code": "SOR-2003-323",
|
| 346 |
+
"act_short": "Presentation of Persons Regs",
|
| 347 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 348 |
+
"section": "11",
|
| 349 |
+
"marginal_note": "Alternative manners",
|
| 350 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 351 |
+
"division": "",
|
| 352 |
+
"heading": "Alternative Manners of Presentation",
|
| 353 |
+
"history": "SOR/2005-385, ss. 10, 19; SOR/2006-154, s. 10; SOR/2008-24, s. 2",
|
| 354 |
+
"last_amended": "2008-01-31",
|
| 355 |
+
"in_force": "2008-01-31",
|
| 356 |
+
"status": "in force",
|
| 357 |
+
"current_to": "2024-10-02",
|
| 358 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-11.html",
|
| 359 |
+
"id": "SOR-2003-323-s11",
|
| 360 |
+
"text": "11 Persons may present themselves in one of the following alternative manners if they have been authorized to do so:\n(a) on arrival in Canada aboard a commercial aircraft at a commercial airport that is a designated customs office, by means of an electronic device;\n(b) on arrival in Canada aboard a private aircraft at a public airport that is a designated customs office, by means of the person in charge of the aircraft if that person presents themself and those persons aboard by telephone to an officer at a designated customs office and all persons aboard the aircraft are authorized to present themselves in that manner;\n(c) on arrival in Canada aboard a corporate aircraft at a public airport that is a designated customs office, by means of the person in charge of the aircraft, if that person presents themself and those persons aboard by telephone to an officer at a designated customs office and all persons aboard the aircraft are authorized to present themselves in that manner;\n(d) on arrival in Canada at a land border crossing,\n(i) if they are commercial drivers who are operating or aboard a commercial highway conveyance, by means of an electronic device at a designated customs office,\n(ii) if they are operating or aboard a conveyance, by means of an electronic device at a designated customs office if every person aboard the conveyance is authorized to present themself in that manner, or\n(iii) if they are commercial drivers who are operating or aboard a commercial highway conveyance, by means of an electronic device at a designated customs office if every person aboard the conveyance is authorized to present themself in that manner; and\n(e) on arrival in Canada aboard a marine pleasure craft, by means of the person in charge of the marine pleasure craft if that person presents themself and those persons aboard by telephone to an officer at a designated customs office and all persons aboard the marine pleasure craft are authorized to present themselves in that manner.",
|
| 361 |
+
"citation": "Presentation of Persons Regs, s. 11"
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"act_code": "SOR-2003-323",
|
| 365 |
+
"act_short": "Presentation of Persons Regs",
|
| 366 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 367 |
+
"section": "12",
|
| 368 |
+
"marginal_note": "Carrying of Authorization",
|
| 369 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 370 |
+
"division": "",
|
| 371 |
+
"heading": "Alternative Manners of Presentation",
|
| 372 |
+
"history": "",
|
| 373 |
+
"last_amended": "2006-03-22",
|
| 374 |
+
"in_force": "2006-03-22",
|
| 375 |
+
"status": "in force",
|
| 376 |
+
"current_to": "2024-10-02",
|
| 377 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-12.html",
|
| 378 |
+
"id": "SOR-2003-323-s12",
|
| 379 |
+
"text": "12 Every authorized person, other than a person whose authorization was issued under section 8, shall carry their authorization on their person when presenting themself in an alternate manner, and shall show it to an officer if so requested.",
|
| 380 |
+
"citation": "Presentation of Persons Regs, s. 12"
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"act_code": "SOR-2003-323",
|
| 384 |
+
"act_short": "Presentation of Persons Regs",
|
| 385 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 386 |
+
"section": "13",
|
| 387 |
+
"marginal_note": "Conditions of authorizations",
|
| 388 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 389 |
+
"division": "",
|
| 390 |
+
"heading": "Alternative Manners of Presentation",
|
| 391 |
+
"history": "",
|
| 392 |
+
"last_amended": "2006-03-22",
|
| 393 |
+
"in_force": "2006-03-22",
|
| 394 |
+
"status": "in force",
|
| 395 |
+
"current_to": "2024-10-02",
|
| 396 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-13.html",
|
| 397 |
+
"id": "SOR-2003-323-s13",
|
| 398 |
+
"text": "13 No authorized person shall\n(a) transfer or assign their authorization;\n(b) permit another person to use their authorization;\n(c) use or attempt to use their authorization if it is expired, suspended or cancelled; or\n(d) use or attempt to use their authorization to present themself in a manner that is not authorized.",
|
| 399 |
+
"citation": "Presentation of Persons Regs, s. 13"
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"act_code": "SOR-2003-323",
|
| 403 |
+
"act_short": "Presentation of Persons Regs",
|
| 404 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 405 |
+
"section": "14",
|
| 406 |
+
"marginal_note": "Loss or theft",
|
| 407 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 408 |
+
"division": "",
|
| 409 |
+
"heading": "Alternative Manners of Presentation",
|
| 410 |
+
"history": "",
|
| 411 |
+
"last_amended": "2006-03-22",
|
| 412 |
+
"in_force": "2006-03-22",
|
| 413 |
+
"status": "in force",
|
| 414 |
+
"current_to": "2024-10-02",
|
| 415 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-14.html",
|
| 416 |
+
"id": "SOR-2003-323-s14",
|
| 417 |
+
"text": "14 Every authorized person whose authorization is lost or stolen shall, without delay, inform the Minister of the loss or theft.",
|
| 418 |
+
"citation": "Presentation of Persons Regs, s. 14"
|
| 419 |
+
},
|
| 420 |
+
{
|
| 421 |
+
"act_code": "SOR-2003-323",
|
| 422 |
+
"act_short": "Presentation of Persons Regs",
|
| 423 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 424 |
+
"section": "14.1",
|
| 425 |
+
"marginal_note": "Condition — commercial goods belonging to person",
|
| 426 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 427 |
+
"division": "",
|
| 428 |
+
"heading": "Alternative Manners of Presentation",
|
| 429 |
+
"history": "SOR/2008-24, s. 3",
|
| 430 |
+
"last_amended": "2008-01-31",
|
| 431 |
+
"in_force": "2008-01-31",
|
| 432 |
+
"status": "in force",
|
| 433 |
+
"current_to": "2024-10-02",
|
| 434 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-14.1.html",
|
| 435 |
+
"id": "SOR-2003-323-s14.1",
|
| 436 |
+
"text": "14.1\n(1) An authorization issued to a person to present themself in an alternative manner described in paragraph 11(a) or subparagraph 11(d)(i) or (iii) is only valid if, on arrival in Canada, the person does not have any commercial goods in their actual possession or in their baggage.\n(2) [Condition — commercial goods on board a conveyance] An authorization issued to a person to present themself in an alternative manner described in paragraph 11(b) or (c), subparagraph 11(d)(ii) or paragraph 11(e) is only valid if there are no commercial goods on board the conveyance that the person uses to arrive in Canada.",
|
| 437 |
+
"citation": "Presentation of Persons Regs, s. 14.1"
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"act_code": "SOR-2003-323",
|
| 441 |
+
"act_short": "Presentation of Persons Regs",
|
| 442 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 443 |
+
"section": "15",
|
| 444 |
+
"marginal_note": "Information to be provided — aircraft",
|
| 445 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 446 |
+
"division": "",
|
| 447 |
+
"heading": "Advance Notification",
|
| 448 |
+
"history": "SOR/2005-385, s. 11; SOR/2015-90, s. 26",
|
| 449 |
+
"last_amended": "2015-05-06",
|
| 450 |
+
"in_force": "2015-05-06",
|
| 451 |
+
"status": "in force",
|
| 452 |
+
"current_to": "2024-10-02",
|
| 453 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-15.html",
|
| 454 |
+
"id": "SOR-2003-323-s15",
|
| 455 |
+
"text": "15\n(1) The person in charge of a corporate aircraft or private aircraft that will arrive in Canada who intends to present themselves and all other authorized persons on board the aircraft in an alternative manner described in paragraph 11(b) or (c) is required under subsection 12.1(1) of the Act to give the Agency the aircraft’s scheduled time and place of arrival in Canada and, if it is different, the aircraft’s final place of destination in Canada and scheduled time of arrival at that destination.\n(1.1) [Time and manner of providing information] The person in charge of the aircraft shall give the information by telephone to an officer at a designated customs office at least two but no more than 48 hours before the aircraft arrives in Canada.\n(2) [Information] If required by an officer, the person in charge of the corporate aircraft or private aircraft shall\n(a) provide any information relating to the other persons aboard the aircraft; and\n(b) notify an officer of the arrival of the aircraft in Canada.",
|
| 456 |
+
"citation": "Presentation of Persons Regs, s. 15"
|
| 457 |
+
},
|
| 458 |
+
{
|
| 459 |
+
"act_code": "SOR-2003-323",
|
| 460 |
+
"act_short": "Presentation of Persons Regs",
|
| 461 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 462 |
+
"section": "16",
|
| 463 |
+
"marginal_note": "",
|
| 464 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 465 |
+
"division": "",
|
| 466 |
+
"heading": "Advance Notification",
|
| 467 |
+
"history": "",
|
| 468 |
+
"last_amended": "2006-03-22",
|
| 469 |
+
"in_force": "2006-03-22",
|
| 470 |
+
"status": "repealed",
|
| 471 |
+
"current_to": "2024-10-02",
|
| 472 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-16.html",
|
| 473 |
+
"id": "SOR-2003-323-s16",
|
| 474 |
+
"text": "16 [Repealed, SOR/2005-385, s. 12]",
|
| 475 |
+
"citation": "Presentation of Persons Regs, s. 16"
|
| 476 |
+
},
|
| 477 |
+
{
|
| 478 |
+
"act_code": "SOR-2003-323",
|
| 479 |
+
"act_short": "Presentation of Persons Regs",
|
| 480 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 481 |
+
"section": "17",
|
| 482 |
+
"marginal_note": "Information to be provided — marine pleasure craft",
|
| 483 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 484 |
+
"division": "",
|
| 485 |
+
"heading": "Advance Notification",
|
| 486 |
+
"history": "SOR/2008-27, s. 10; SOR/2015-90, s. 27",
|
| 487 |
+
"last_amended": "2015-05-06",
|
| 488 |
+
"in_force": "2015-05-06",
|
| 489 |
+
"status": "in force",
|
| 490 |
+
"current_to": "2024-10-02",
|
| 491 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-17.html",
|
| 492 |
+
"id": "SOR-2003-323-s17",
|
| 493 |
+
"text": "17\n(1) The person in charge of a marine pleasure craft that will arrive in Canada who intends to present themselves and all other authorized persons on board the marine pleasure craft in the alternative manner described in paragraph 11(e) is required under subsection 12.1(1) of the Act to give the Agency the marine pleasure craft’s scheduled time and place of arrival in Canada and, if it is different, the marine pleasure craft’s final place of destination in Canada and scheduled time of arrival at that destination.\n(1.1) [Time and manner of providing information] The person in charge of the marine pleasure craft shall give the information by telephone to an officer at a designated customs office at least 30 minutes but no more than four hours before the marine pleasure craft arrives in Canada.\n(2) [Information] Any information required by an officer relating to any person aboard the marine pleasure craft shall also be provided at that time.",
|
| 494 |
+
"citation": "Presentation of Persons Regs, s. 17"
|
| 495 |
+
},
|
| 496 |
+
{
|
| 497 |
+
"act_code": "SOR-2003-323",
|
| 498 |
+
"act_short": "Presentation of Persons Regs",
|
| 499 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 500 |
+
"section": "18",
|
| 501 |
+
"marginal_note": "Change to information",
|
| 502 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 503 |
+
"division": "",
|
| 504 |
+
"heading": "Advance Notification",
|
| 505 |
+
"history": "SOR/2006-154, s. 11; SOR/2015-90, s. 28",
|
| 506 |
+
"last_amended": "2015-05-06",
|
| 507 |
+
"in_force": "2015-05-06",
|
| 508 |
+
"status": "in force",
|
| 509 |
+
"current_to": "2024-10-02",
|
| 510 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-18.html",
|
| 511 |
+
"id": "SOR-2003-323-s18",
|
| 512 |
+
"text": "18 A person in charge of a conveyance who gives information in the circumstances set out in section 15 or 17 shall, before the conveyance arrives in Canada, notify an officer at a designated customs office by telephone of any change to the information given unless there are emergency circumstances, in which case they shall notify an officer at a designated customs office of the change and the circumstances when the conveyance arrives in Canada.",
|
| 513 |
+
"citation": "Presentation of Persons Regs, s. 18"
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"act_code": "SOR-2003-323",
|
| 517 |
+
"act_short": "Presentation of Persons Regs",
|
| 518 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 519 |
+
"section": "19",
|
| 520 |
+
"marginal_note": "Obligation to wait",
|
| 521 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 522 |
+
"division": "",
|
| 523 |
+
"heading": "Advance Notification",
|
| 524 |
+
"history": "SOR/2006-154, s. 12",
|
| 525 |
+
"last_amended": "2006-06-23",
|
| 526 |
+
"in_force": "2006-06-23",
|
| 527 |
+
"status": "in force",
|
| 528 |
+
"current_to": "2024-10-02",
|
| 529 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-19.html",
|
| 530 |
+
"id": "SOR-2003-323-s19",
|
| 531 |
+
"text": "19 Every authorized person who is aboard a corporate aircraft, a private aircraft or a marine pleasure craft, and who intends to present themself in an alternative manner, shall remain at the place of their arrival in Canada until\n(a) the time of arrival that was stated in their advance notification under section 15, 16 or 17, as the case may be; or\n(b) an earlier time if an officer authorizes them to leave the place of arrival.",
|
| 532 |
+
"citation": "Presentation of Persons Regs, s. 19"
|
| 533 |
+
},
|
| 534 |
+
{
|
| 535 |
+
"act_code": "SOR-2003-323",
|
| 536 |
+
"act_short": "Presentation of Persons Regs",
|
| 537 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 538 |
+
"section": "20",
|
| 539 |
+
"marginal_note": "At request of authorized person",
|
| 540 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 541 |
+
"division": "",
|
| 542 |
+
"heading": "Amendments to Authorizations",
|
| 543 |
+
"history": "SOR/2006-154, s. 13",
|
| 544 |
+
"last_amended": "2006-06-23",
|
| 545 |
+
"in_force": "2006-06-23",
|
| 546 |
+
"status": "in force",
|
| 547 |
+
"current_to": "2024-10-02",
|
| 548 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-20.html",
|
| 549 |
+
"id": "SOR-2003-323-s20",
|
| 550 |
+
"text": "20 On application, the Minister may amend an authorization\n(a) to change the authorized person’s address;\n(b) to change the name of the authorized person;\n(c) to add or remove a conveyance to which the authorization applies; or\n(d) to change the authorized person’s citizenship.",
|
| 551 |
+
"citation": "Presentation of Persons Regs, s. 20"
|
| 552 |
+
},
|
| 553 |
+
{
|
| 554 |
+
"act_code": "SOR-2003-323",
|
| 555 |
+
"act_short": "Presentation of Persons Regs",
|
| 556 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 557 |
+
"section": "21",
|
| 558 |
+
"marginal_note": "By Minister",
|
| 559 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 560 |
+
"division": "",
|
| 561 |
+
"heading": "Renewals",
|
| 562 |
+
"history": "SOR/2005-385, ss. 13, 20; SOR/2006-154, s. 14",
|
| 563 |
+
"last_amended": "2006-06-23",
|
| 564 |
+
"in_force": "2006-06-23",
|
| 565 |
+
"status": "in force",
|
| 566 |
+
"current_to": "2024-10-02",
|
| 567 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-21.html",
|
| 568 |
+
"id": "SOR-2003-323-s21",
|
| 569 |
+
"text": "21 On application, the Minister may renew an authorization if\n(a) at the time of the application, the authorized person meets the requirements for the issuance of the authorization;\n(b) the application is made before the authorization has expired; and\n(c) the applicable fee set out in section 24 is paid.",
|
| 570 |
+
"citation": "Presentation of Persons Regs, s. 21"
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"act_code": "SOR-2003-323",
|
| 574 |
+
"act_short": "Presentation of Persons Regs",
|
| 575 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 576 |
+
"section": "22",
|
| 577 |
+
"marginal_note": "Grounds",
|
| 578 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 579 |
+
"division": "",
|
| 580 |
+
"heading": "Suspensions and Cancellations of Authorizations",
|
| 581 |
+
"history": "SOR/2005-385, ss. 14, 21; SOR/2006-154, s. 15",
|
| 582 |
+
"last_amended": "2006-06-23",
|
| 583 |
+
"in_force": "2006-06-23",
|
| 584 |
+
"status": "in force",
|
| 585 |
+
"current_to": "2024-10-02",
|
| 586 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-22.html",
|
| 587 |
+
"id": "SOR-2003-323-s22",
|
| 588 |
+
"text": "22\n(1) The Minister may suspend or cancel an authorization if the person\n(a) no longer meets the requirements for the issuance of the authorization;\n(b) has contravened the Act, the Customs Tariff, the Export and Import Permits Act or the Special Import Measures Act, or any regulations made under any of those Acts; or\n(c) has provided information that was not true, accurate or complete for the purposes of obtaining an authorization.\n(2) [Repealed, SOR/2006-154, s. 15]\n(3) [Notice of suspension or cancellation] Immediately after cancelling or suspending an authorization of a person, the Minister shall send written notice of, and the reasons for, the cancellation or suspension to the person at their latest known address.\n(4) [Return of authorization] A person whose authorization is cancelled or suspended shall\n(a) on receiving a notice under subsection (3), immediately and in accordance with it, return to the Minister the written authorization and any other thing relevant to the authorization that is specified in the notice; or\n(b) on being advised of the suspension or cancellation in person by an officer, immediately return to the officer the written authorization and any other thing relevant to it that is specified by the officer.\n(5) [Effective date of suspension or cancellation] The suspension or cancellation of an authorization becomes effective on the earlier of the day on which an officer advises in person of the suspension or cancellation and 15 days after the day on which notice of the suspension or cancellation is sent.",
|
| 589 |
+
"citation": "Presentation of Persons Regs, s. 22"
|
| 590 |
+
},
|
| 591 |
+
{
|
| 592 |
+
"act_code": "SOR-2003-323",
|
| 593 |
+
"act_short": "Presentation of Persons Regs",
|
| 594 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 595 |
+
"section": "23",
|
| 596 |
+
"marginal_note": "Review",
|
| 597 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 598 |
+
"division": "",
|
| 599 |
+
"heading": "Suspensions and Cancellations of Authorizations",
|
| 600 |
+
"history": "",
|
| 601 |
+
"last_amended": "2006-03-22",
|
| 602 |
+
"in_force": "2006-03-22",
|
| 603 |
+
"status": "in force",
|
| 604 |
+
"current_to": "2024-10-02",
|
| 605 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-23.html",
|
| 606 |
+
"id": "SOR-2003-323-s23",
|
| 607 |
+
"text": "23 A person whose application for an authorization is rejected or whose authorization is suspended or cancelled may request a review of the decision by sending written notice of their request to the Minister within 30 days after the day on which the application was rejected or the cancellation or suspension becomes effective.",
|
| 608 |
+
"citation": "Presentation of Persons Regs, s. 23"
|
| 609 |
+
},
|
| 610 |
+
{
|
| 611 |
+
"act_code": "SOR-2003-323",
|
| 612 |
+
"act_short": "Presentation of Persons Regs",
|
| 613 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 614 |
+
"section": "24",
|
| 615 |
+
"marginal_note": "NEXUS program",
|
| 616 |
+
"part": "PART 2 - Presentation in Alternative Manners",
|
| 617 |
+
"division": "",
|
| 618 |
+
"heading": "Fees",
|
| 619 |
+
"history": "SOR/2005-385, ss. 15, 22, 24; SOR/2006-154, s. 16; SOR/2008-27, ss. 3, 11; SOR/2015-83, s. 10; SOR/2024-147, s. 1",
|
| 620 |
+
"last_amended": "2024-10-01",
|
| 621 |
+
"in_force": "2015-04-01",
|
| 622 |
+
"status": "in force",
|
| 623 |
+
"current_to": "2024-10-02",
|
| 624 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-24.html",
|
| 625 |
+
"id": "SOR-2003-323-s24",
|
| 626 |
+
"text": "24\n(1) The fee for the issuance or renewal of an authorization referred to in section 6.1 is US$120.\n(1.01) [FAST program] The fee for the issuance or renewal of an authorization referred to in section 6.2 is US$50.\n(1.1) [Certain CANPASS programs] The fee for the issuance or renewal of an authorization referred to in section 6 to present oneself in an alternative manner described in paragraph 11(b), (c) or (e) is $40.\n(2) [CANPASS Air program] The fee for the issuance or renewal of an authorization referred to in section 5 to present oneself in an alternative manner described in paragraph 11(a) is $50.\n(3) [Other authorizations] The fee for the issuance or renewal of any other authorization is $25 per year.\n(4) [Children under 18 years of age] A child who is under 18 years of age on the day on which they make their application for an authorization is not required to pay a fee under this section if\n(a) the application is for an authorization referred to in section 6.1 and any parent of the child, or any other person who has custody or tutorship of the child under a court order, holds or is applying for an authorization referred to in that section; or\n(b) the application is for an authorization other than one referred to in section 6.1.\n(5) [CDRP program] There is no fee for the issuance or renewal of an authorization referred to in section 6.21.",
|
| 627 |
+
"citation": "Presentation of Persons Regs, s. 24"
|
| 628 |
+
},
|
| 629 |
+
{
|
| 630 |
+
"act_code": "SOR-2003-323",
|
| 631 |
+
"act_short": "Presentation of Persons Regs",
|
| 632 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 633 |
+
"section": "26",
|
| 634 |
+
"marginal_note": "",
|
| 635 |
+
"part": "",
|
| 636 |
+
"division": "",
|
| 637 |
+
"heading": "Presentation of Persons (Customs) Regulations",
|
| 638 |
+
"history": "",
|
| 639 |
+
"last_amended": "2006-03-22",
|
| 640 |
+
"in_force": "2006-03-22",
|
| 641 |
+
"status": "in force",
|
| 642 |
+
"current_to": "2024-10-02",
|
| 643 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-26.html",
|
| 644 |
+
"id": "SOR-2003-323-s26",
|
| 645 |
+
"text": "26 [Repeal]",
|
| 646 |
+
"citation": "Presentation of Persons Regs, s. 26"
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"act_code": "SOR-2003-323",
|
| 650 |
+
"act_short": "Presentation of Persons Regs",
|
| 651 |
+
"act_name": "Presentation of Persons (2003) Regulations",
|
| 652 |
+
"section": "27",
|
| 653 |
+
"marginal_note": "Coming into force",
|
| 654 |
+
"part": "",
|
| 655 |
+
"division": "",
|
| 656 |
+
"heading": "Coming into Force",
|
| 657 |
+
"history": "",
|
| 658 |
+
"last_amended": "2006-03-22",
|
| 659 |
+
"in_force": "2006-03-22",
|
| 660 |
+
"status": "in force",
|
| 661 |
+
"current_to": "2024-10-02",
|
| 662 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2003-323/section-27.html",
|
| 663 |
+
"id": "SOR-2003-323-s27",
|
| 664 |
+
"text": "27\n(1) Subject to subsection (2), these Regulations come into force on the day on which they are registered.\n(2) [Retroactive effect — deemed in force] Section 1 — except for the definitions Act, commercial passenger conveyance, designated holding area and non-commercial passenger conveyance — and Part 2 and section 25 are deemed to come into force on December 3, 2001.",
|
| 665 |
+
"citation": "Presentation of Persons Regs, s. 27"
|
| 666 |
+
}
|
| 667 |
+
]
|
data/processed/SOR-2012-256.json
CHANGED
|
@@ -1594,5 +1594,100 @@
|
|
| 1594 |
"id": "SOR-2012-256-s*74",
|
| 1595 |
"text": "*74 These Rules come into force on the day on which section 26 of the Balanced Refugee Reform Act comes into force, but if they are registered after that day, they come into force on the day on which they are registered.\n* [Note: Rules in force December 15, 2012, see SI/2012-96.]",
|
| 1596 |
"citation": "RPD Rules, s. *74"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1597 |
}
|
| 1598 |
]
|
|
|
|
| 1594 |
"id": "SOR-2012-256-s*74",
|
| 1595 |
"text": "*74 These Rules come into force on the day on which section 26 of the Balanced Refugee Reform Act comes into force, but if they are registered after that day, they come into force on the day on which they are registered.\n* [Note: Rules in force December 15, 2012, see SI/2012-96.]",
|
| 1596 |
"citation": "RPD Rules, s. *74"
|
| 1597 |
+
},
|
| 1598 |
+
{
|
| 1599 |
+
"act_code": "SOR-2012-256",
|
| 1600 |
+
"act_short": "RPD Rules",
|
| 1601 |
+
"act_name": "Refugee Protection Division Rules",
|
| 1602 |
+
"section": "Schedule 1",
|
| 1603 |
+
"marginal_note": "Schedule 1",
|
| 1604 |
+
"part": "SCHEDULES",
|
| 1605 |
+
"division": "",
|
| 1606 |
+
"heading": "Schedule 1",
|
| 1607 |
+
"history": "",
|
| 1608 |
+
"last_amended": "2012-12-15",
|
| 1609 |
+
"in_force": "2012-12-15",
|
| 1610 |
+
"status": "in force",
|
| 1611 |
+
"current_to": "2019-06-21",
|
| 1612 |
+
"citation": "RPD Rules, Schedule 1 (part 1 of 3)",
|
| 1613 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2012-256/",
|
| 1614 |
+
"id": "SOR-2012-256-sched1-p1",
|
| 1615 |
+
"text": "(Rule 1)\nClaimant’s Information and Basis of Claim\nItem | Information\n1 | Claimant’s name.\n2 | Claimant’s date of birth.\n3 | Claimant’s gender.\n4 | Claimant’s nationality, ethnic or racial group, or tribe.\n5 | Languages and dialects, if any, that the claimant speaks.\n6 | Claimant’s religion and denomination or sect.\n7 | Whether the claimant believes that they would experience harm, mistreatment or threats if they returned to their country today. If yes, description of what the claimant expects would happen, including who would harm, mistreat or threaten them and what the claimant believes would be the reasons for it.\n8 | Whether the claimant or the claimant’s family have ever experienced harm, mistreatment or threats in the past. If yes, a description of the harm, mistreatment or threats, including when it occurred, who caused it, what the claimant believes are the reasons for it and whether similarly situated persons have experienced such harm, mistreatment or threats.\n9 | Whether the claimant sought protection or help from any authority or organization in their country. If not, an explanation of why not. If yes, the authority or organization from which the claimant sought protection or help and a description of what the claimant did and what happened as a result.\n10 | When the claimant left their country and the reasons for leaving at that time.\n11 | Whether the claimant moved to another part of their country to seek safety. If not, an explanation of why not. If the claimant moved to another part of their country, the reasons for leaving it and an explanation why the claimant could not live there or in another part of their country today."
|
| 1616 |
+
},
|
| 1617 |
+
{
|
| 1618 |
+
"act_code": "SOR-2012-256",
|
| 1619 |
+
"act_short": "RPD Rules",
|
| 1620 |
+
"act_name": "Refugee Protection Division Rules",
|
| 1621 |
+
"section": "Schedule 1",
|
| 1622 |
+
"marginal_note": "Schedule 1",
|
| 1623 |
+
"part": "SCHEDULES",
|
| 1624 |
+
"division": "",
|
| 1625 |
+
"heading": "Schedule 1",
|
| 1626 |
+
"history": "",
|
| 1627 |
+
"last_amended": "2012-12-15",
|
| 1628 |
+
"in_force": "2012-12-15",
|
| 1629 |
+
"status": "in force",
|
| 1630 |
+
"current_to": "2019-06-21",
|
| 1631 |
+
"citation": "RPD Rules, Schedule 1 (part 2 of 3)",
|
| 1632 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2012-256/",
|
| 1633 |
+
"id": "SOR-2012-256-sched1-p2",
|
| 1634 |
+
"text": "12 | Whether the claimant moved to another country to seek safety. If yes, details including the name of the country, when the claimant moved there, length of stay and whether the claimant claimed refugee protection there. If the claimant did not claim refugee protection there, an explanation of why not.\n13 | Whether minors are claiming refugee protection with the claimant. If yes, whether the claimant is the minor’s parent and the other parent is in Canada, or whether the claimant is not the minor’s parent, or whether the claimant is the minor’s parent but the other parent is not in Canada. If the claimant is not the minor’s parent or if the claimant is the minor’s parent but the other parent is not in Canada, details of any legal documents or written consent allowing the claimant to take care of the minor or travel with the minor. If the claimant does not have such documents, an explanation of why not.\n14 | If a child six years old or younger is claiming refugee protection with the claimant, an explanation of why the claimant believes the child would be at risk of being harmed, mistreated or threatened if returned to their country.\n15 | Other details the claimant considers important for the refugee protection claim.\n16 | Country or countries in which the claimant believes they are at risk of serious harm.\n17 | The country or countries in which the claimant is or has been a citizen, including how and when citizenship was acquired and present status.\n18 | Name, date of birth, citizenship and place and country of residence of relatives, living or dead, specifically the claimant’s spouse, common-law partner, children, parents, brothers and sisters."
|
| 1635 |
+
},
|
| 1636 |
+
{
|
| 1637 |
+
"act_code": "SOR-2012-256",
|
| 1638 |
+
"act_short": "RPD Rules",
|
| 1639 |
+
"act_name": "Refugee Protection Division Rules",
|
| 1640 |
+
"section": "Schedule 1",
|
| 1641 |
+
"marginal_note": "Schedule 1",
|
| 1642 |
+
"part": "SCHEDULES",
|
| 1643 |
+
"division": "",
|
| 1644 |
+
"heading": "Schedule 1",
|
| 1645 |
+
"history": "",
|
| 1646 |
+
"last_amended": "2012-12-15",
|
| 1647 |
+
"in_force": "2012-12-15",
|
| 1648 |
+
"status": "in force",
|
| 1649 |
+
"current_to": "2019-06-21",
|
| 1650 |
+
"citation": "RPD Rules, Schedule 1 (part 3 of 3)",
|
| 1651 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2012-256/",
|
| 1652 |
+
"id": "SOR-2012-256-sched1-p3",
|
| 1653 |
+
"text": "19 | If the claimant or the claimant’s spouse, common-law partner, child, parent, brother or sister has claimed refugee protection or asylum in Canada or in any other country — including at a Canadian office abroad or from the United Nations High Commissioner for Refugees — the details of the claim including the name of the person who made the claim, and the date, location, result of the claim and IRB file number or CIC client ID number, if any.\n20 | Whether the claimant applied for a visa to enter Canada. If yes, for what type of visa, the date of the application, at which Canadian office the application was made and whether or not it was accepted. If the visa was issued, the date of issue and the duration of the visa. If the application was refused, the date and reasons of refusal.\n21 | Claimant’s contact information.\n22 | Whether the claimant has counsel and if so, details concerning counsel — including what counsel has been retained to do and counsel’s contact information.\n23 | Claimant’s choice of official language for communications with and proceedings before the Board.\n24 | Whether the claimant needs an interpreter during any proceeding, and the language and dialect, if any, to be interpreted."
|
| 1654 |
+
},
|
| 1655 |
+
{
|
| 1656 |
+
"act_code": "SOR-2012-256",
|
| 1657 |
+
"act_short": "RPD Rules",
|
| 1658 |
+
"act_name": "Refugee Protection Division Rules",
|
| 1659 |
+
"section": "Schedule 2",
|
| 1660 |
+
"marginal_note": "Schedule 2",
|
| 1661 |
+
"part": "SCHEDULES",
|
| 1662 |
+
"division": "",
|
| 1663 |
+
"heading": "Schedule 2",
|
| 1664 |
+
"history": "",
|
| 1665 |
+
"last_amended": "2012-12-15",
|
| 1666 |
+
"in_force": "2012-12-15",
|
| 1667 |
+
"status": "in force",
|
| 1668 |
+
"current_to": "2019-06-21",
|
| 1669 |
+
"citation": "RPD Rules, Schedule 2",
|
| 1670 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2012-256/",
|
| 1671 |
+
"id": "SOR-2012-256-sched2",
|
| 1672 |
+
"text": "(Paragraph 3(5)(d))\nInformation To Be Provided About the Claimant by an Officer\nItem | Information\n1 | Name, gender and date of birth.\n2 | Department of Citizenship and Immigration client identification number.\n3 | If the claimant is detained, the name and address of the place of detention.\n4 | Claimant’s contact information in Canada, if any.\n5 | Contact information of any counsel for the claimant.\n6 | Official language chosen by the claimant as the language of proceedings before the Board.\n7 | Date the claim was referred or deemed to be referred to the Division.\n8 | Section of the Act under which the claim is being referred.\n9 | Officer’s decision about the claim’s eligibility under section 100 of the Act, if a decision has been made.\n10 | The country or countries in which the claimant fears persecution, torture, a risk to their life or a risk of cruel and unusual treatment or punishment.\n11 | Whether the claimant may need a designated representative and the contact information for any proposed designated representative.\n12 | Whether the claimant needs an interpreter, including a sign language interpreter, during any proceeding, and the language and dialect, if any, to be interpreted.\n13 | If a claim of the claimant’s spouse, common-law partner or any relative has been referred to the Division, the name and Department of Citizenship and Immigration client identification numbers of each of those persons.\n14 | When and how the officer notified the claimant of the referral of the claim to the Division.\n15 | Whether the claim was made at a port of entry or inside Canada other than at a port of entry.\n16 | Any other information gathered by the officer about the claimant that is relevant to the claim."
|
| 1673 |
+
},
|
| 1674 |
+
{
|
| 1675 |
+
"act_code": "SOR-2012-256",
|
| 1676 |
+
"act_short": "RPD Rules",
|
| 1677 |
+
"act_name": "Refugee Protection Division Rules",
|
| 1678 |
+
"section": "Schedule 3",
|
| 1679 |
+
"marginal_note": "Schedule 3",
|
| 1680 |
+
"part": "SCHEDULES",
|
| 1681 |
+
"division": "",
|
| 1682 |
+
"heading": "Schedule 3",
|
| 1683 |
+
"history": "",
|
| 1684 |
+
"last_amended": "2012-12-15",
|
| 1685 |
+
"in_force": "2012-12-15",
|
| 1686 |
+
"status": "in force",
|
| 1687 |
+
"current_to": "2019-06-21",
|
| 1688 |
+
"citation": "RPD Rules, Schedule 3",
|
| 1689 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2012-256/",
|
| 1690 |
+
"id": "SOR-2012-256-sched3",
|
| 1691 |
+
"text": "(Rules 5 and 13)\nInformation and Declarations — Counsel Not Representing or Advising for Consideration\nItem | Information\n1 | IRB Division and file number with respect to the claimant or protected person.\n2 | Name of counsel who is representing or advising the claimant or protected person and who is not receiving consideration for those services.\n3 | Name of counsel’s firm or organization, if applicable, and counsel’s postal address, telephone number, fax number and email address, if any.\n4 | If applicable, a declaration, signed by the interpreter, that includes the interpreter’s name, the language and dialect, if any, interpreted and a statement that the interpretation is accurate.\n5 | Declaration signed by the claimant or protected person that the counsel who is representing or advising them is not receiving consideration and the information provided in the form is complete, true and correct.\n6 | Declaration signed by counsel that they are not receiving consideration for representing or advising the claimant or protected person and that the information provided in the form is complete, true and correct."
|
| 1692 |
}
|
| 1693 |
]
|
data/processed/SOR-2012-257.json
CHANGED
|
@@ -1556,5 +1556,24 @@
|
|
| 1556 |
"id": "SOR-2012-257-s*69",
|
| 1557 |
"text": "*69 These Rules come into force on the day on which section 110 of the Immigration and Refugee Protection Act comes into force, but if they are registered after that day, they come into force on the day on which they are registered.\n* [Note: Rules in force December 15, 2012, see SI/2012-94.]",
|
| 1558 |
"citation": "RAD Rules, s. *69"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1559 |
}
|
| 1560 |
]
|
|
|
|
| 1556 |
"id": "SOR-2012-257-s*69",
|
| 1557 |
"text": "*69 These Rules come into force on the day on which section 110 of the Immigration and Refugee Protection Act comes into force, but if they are registered after that day, they come into force on the day on which they are registered.\n* [Note: Rules in force December 15, 2012, see SI/2012-94.]",
|
| 1558 |
"citation": "RAD Rules, s. *69"
|
| 1559 |
+
},
|
| 1560 |
+
{
|
| 1561 |
+
"act_code": "SOR-2012-257",
|
| 1562 |
+
"act_short": "RAD Rules",
|
| 1563 |
+
"act_name": "Refugee Appeal Division Rules",
|
| 1564 |
+
"section": "Schedule",
|
| 1565 |
+
"marginal_note": "Schedule",
|
| 1566 |
+
"part": "SCHEDULES",
|
| 1567 |
+
"division": "",
|
| 1568 |
+
"heading": "Schedule",
|
| 1569 |
+
"history": "",
|
| 1570 |
+
"last_amended": "2012-12-15",
|
| 1571 |
+
"in_force": "2012-12-15",
|
| 1572 |
+
"status": "in force",
|
| 1573 |
+
"current_to": "2019-06-21",
|
| 1574 |
+
"citation": "RAD Rules, Schedule",
|
| 1575 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2012-257/",
|
| 1576 |
+
"id": "SOR-2012-257-sched1",
|
| 1577 |
+
"text": "(Rule 17)\nINFORMATION AND DECLARATIONS — COUNSEL NOT REPRESENTING OR ADVISING FOR CONSIDERATION\nItem | Information\n1 | IRB Division and file number with respect to the person who is the subject of the appeal.\n2 | Name of counsel who is representing or advising the person who is the subject of the appeal and who is not receiving consideration for those services.\n3 | Name of counsel’s firm or organization, if applicable, and counsel’s postal address, telephone number and fax number and email address, if any.\n4 | If applicable, a declaration, signed by the interpreter, that includes the interpreter’s name, the language and dialect, if any, interpreted and a statement that the interpretation is accurate.\n5 | Declaration signed by the person who is the subject of the appeal that the counsel who is representing or advising them is not receiving consideration and that the information provided in the form is complete, true and correct.\n6 | Declaration signed by counsel that they are not receiving consideration for representing or advising the person who is the subject of the appeal and that the information provided in the form is complete, true and correct."
|
| 1578 |
}
|
| 1579 |
]
|
data/processed/SOR-2018-108.json
CHANGED
|
@@ -8016,5 +8016,157 @@
|
|
| 8016 |
"id": "SOR-2018-108-s*412",
|
| 8017 |
"text": "*412 These Regulations come into force on the day on which section 1 of the Safe Food for Canadians Act comes into force, but if they are registered after that day, they come into force on the day on which they are registered.\n* [Note: Regulations in force January 15, 2019, see SI/2018-39.]",
|
| 8018 |
"citation": "Safe Food for Canadians Regs, s. *412"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8019 |
}
|
| 8020 |
]
|
|
|
|
| 8016 |
"id": "SOR-2018-108-s*412",
|
| 8017 |
"text": "*412 These Regulations come into force on the day on which section 1 of the Safe Food for Canadians Act comes into force, but if they are registered after that day, they come into force on the day on which they are registered.\n* [Note: Regulations in force January 15, 2019, see SI/2018-39.]",
|
| 8018 |
"citation": "Safe Food for Canadians Regs, s. *412"
|
| 8019 |
+
},
|
| 8020 |
+
{
|
| 8021 |
+
"act_code": "SOR-2018-108",
|
| 8022 |
+
"act_short": "Safe Food for Canadians Regs",
|
| 8023 |
+
"act_name": "Safe Food for Canadians Regulations",
|
| 8024 |
+
"section": "Schedule 1",
|
| 8025 |
+
"marginal_note": "Exclusions — Foods Used as Grain, Oil, Pulse, Sugar or Beverage",
|
| 8026 |
+
"part": "SCHEDULES",
|
| 8027 |
+
"division": "",
|
| 8028 |
+
"heading": "Schedule 1",
|
| 8029 |
+
"history": "",
|
| 8030 |
+
"last_amended": "2019-01-15",
|
| 8031 |
+
"in_force": "2019-01-15",
|
| 8032 |
+
"status": "in force",
|
| 8033 |
+
"current_to": "2025-09-29",
|
| 8034 |
+
"citation": "Safe Food for Canadians Regs, Schedule 1",
|
| 8035 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2018-108/",
|
| 8036 |
+
"id": "SOR-2018-108-sched1",
|
| 8037 |
+
"text": "Exclusions — Foods Used as Grain, Oil, Pulse, Sugar or Beverage — (paragraph 11(2)(c) and subparagraph 15(1)(a)(ii))\n1 amaranth\n2 barley\n3 buckwheat\n4 camelina\n5 canola\n6 chickpeas\n7 cocoa beans\n8 coffee beans\n9 dry beans\n10 dry faba beans\n11 dry peas\n12 flaxseed\n13 hemp\n14 hops\n15 lentils\n16 maize (corn)\n17 millet\n18 mustard seeds\n19 oats\n20 quinoa\n21 rapeseed\n22 rice\n23 rye\n24 safflower seeds\n25 sorghum\n26 soybeans\n27 sugar beets\n28 sugar cane\n29 sunflower seeds\n30 tea leaves\n31 triticale\n32 wheat\n33 wild rice"
|
| 8038 |
+
},
|
| 8039 |
+
{
|
| 8040 |
+
"act_code": "SOR-2018-108",
|
| 8041 |
+
"act_short": "Safe Food for Canadians Regs",
|
| 8042 |
+
"act_name": "Safe Food for Canadians Regulations",
|
| 8043 |
+
"section": "Schedule 3",
|
| 8044 |
+
"marginal_note": "Schedule 3",
|
| 8045 |
+
"part": "SCHEDULES",
|
| 8046 |
+
"division": "",
|
| 8047 |
+
"heading": "Schedule 3",
|
| 8048 |
+
"history": "",
|
| 8049 |
+
"last_amended": "2022-06-21",
|
| 8050 |
+
"in_force": "2022-06-21",
|
| 8051 |
+
"status": "repealed",
|
| 8052 |
+
"current_to": "2025-09-29",
|
| 8053 |
+
"citation": "Safe Food for Canadians Regs, Schedule 3",
|
| 8054 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2018-108/",
|
| 8055 |
+
"id": "SOR-2018-108-sched3",
|
| 8056 |
+
"text": "[Repealed]"
|
| 8057 |
+
},
|
| 8058 |
+
{
|
| 8059 |
+
"act_code": "SOR-2018-108",
|
| 8060 |
+
"act_short": "Safe Food for Canadians Regs",
|
| 8061 |
+
"act_name": "Safe Food for Canadians Regulations",
|
| 8062 |
+
"section": "Schedule 4",
|
| 8063 |
+
"marginal_note": "Schedule 4",
|
| 8064 |
+
"part": "SCHEDULES",
|
| 8065 |
+
"division": "",
|
| 8066 |
+
"heading": "Schedule 4",
|
| 8067 |
+
"history": "",
|
| 8068 |
+
"last_amended": "2019-01-15",
|
| 8069 |
+
"in_force": "2019-01-15",
|
| 8070 |
+
"status": "in force",
|
| 8071 |
+
"current_to": "2025-09-29",
|
| 8072 |
+
"citation": "Safe Food for Canadians Regs, Schedule 4 (part 1 of 2)",
|
| 8073 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2018-108/",
|
| 8074 |
+
"id": "SOR-2018-108-sched4-p1",
|
| 8075 |
+
"text": "(Subsection 199(5) and paragraphs 200(4)(b) and (c))\nTABLE 1\nTolerances for Net Quantities Declared in Metric Units of Mass for Consumer Prepackaged Catch-Weight Food\nColumn 1 | Column 2 | Column 3\nItem | Declared Net Quantity | Tolerance (%) | Tolerance (g)\n1 | ≤ 60 g | 10 | —\n2 | > 60 g but ≤ 600 g | — | 6\n3 | > 600 g but ≤ 1 kg | 1 | —\n4 | > 1 kg but ≤ 1.5 kg | — | 10\n5 | > 1.5 kg but ≤ 3 kg | 0.66 | —\n6 | > 3 kg but ≤ 4 kg | — | 20\n7 | > 4 kg but ≤ 10 kg | 0.5 | —\n8 | > 10 kg but ≤ 15 kg | — | 50\n9 | > 15 kg but ≤ 250 kg | 0.33 | —\n10 | > 250 kg but ≤ 500 kg | — | 750\n11 | > 500 kg | 0.15 | —\nTABLE 2\nTolerances for Net Quantities Declared in Canadian Units of Mass or Weight for Consumer Prepackaged Catch-Weight Food\nColumn 1 | Column 2 | Column 3\nItem | Declared Net Quantity | Tolerance (%) | Tolerance (ounces)\n1 | ≤ 2 ounces | 10 | —\n2 | > 2 ounces but ≤ 20 ounces | — | 0.2\n3 | > 1.25 lb but ≤ 2.2 lb | 1 | —\n4 | > 2.2 lb but ≤ 3.3 lb | — | 0.35\n5 | > 3.3 lb but ≤ 6.6 lb | 0.66 | —\n6 | > 6.6 lb but ≤ 8.8 lb | — | 0.71\n7 | > 8.8 lb but ≤ 22 lb | 0.5 | —\n8 | > 22 lb but ≤ 33 lb | — | 1.76\n9 | > 33 lb but ≤ 550 lb | 0.33 | —\n10 | > 550 lb but ≤ 1 100 lb | — | 26.4\n11 | > 1 100 lb | 0.15 | —\nTABLE 3\nTolerances for Net Quantities Declared in Metric Units of Mass or Volume for Consumer Prepackaged Food Other Than Catch-Weight Food\nColumn 1 | Column 2 | Column 3\nItem | Declared Net Quantity | Tolerance (%) | Tolerance (g or mL)\n1 | ≤ 50 g or mL | 9 | —\n2 | > 50 g or mL but ≤ 100 g or mL | — | 4.5\n3 | > 100 g or mL but ≤ 200 g or mL | 4.5 | —\n4 | > 200 g or mL but ≤ 300 g or mL | — | 9\n5 | > 300 g or mL but ≤ 500 g or mL | 3 | —\n6 | > 500 g or mL but ≤ 1 kg or L | — | 15\n7 | > 1 kg or L but ≤ 10 kg or L | 1.5 | —\n8 | > 10 kg or L but ≤ 15 kg or L | — | 150"
|
| 8076 |
+
},
|
| 8077 |
+
{
|
| 8078 |
+
"act_code": "SOR-2018-108",
|
| 8079 |
+
"act_short": "Safe Food for Canadians Regs",
|
| 8080 |
+
"act_name": "Safe Food for Canadians Regulations",
|
| 8081 |
+
"section": "Schedule 4",
|
| 8082 |
+
"marginal_note": "Schedule 4",
|
| 8083 |
+
"part": "SCHEDULES",
|
| 8084 |
+
"division": "",
|
| 8085 |
+
"heading": "Schedule 4",
|
| 8086 |
+
"history": "",
|
| 8087 |
+
"last_amended": "2019-01-15",
|
| 8088 |
+
"in_force": "2019-01-15",
|
| 8089 |
+
"status": "in force",
|
| 8090 |
+
"current_to": "2025-09-29",
|
| 8091 |
+
"citation": "Safe Food for Canadians Regs, Schedule 4 (part 2 of 2)",
|
| 8092 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2018-108/",
|
| 8093 |
+
"id": "SOR-2018-108-sched4-p2",
|
| 8094 |
+
"text": "9 | > 15 kg or L | 1 | —\nTABLE 4\nTolerances for Net Quantities Declared in Canadian Units of Mass or Weight for Consumer Prepackaged Food Other Than Catch-Weight Food\nColumn 1 | Column 2 | Column 3\nItem | Declared Net Quantity | Tolerance (%) | Tolerance (ounces)\n1 | ≤ 1.75 ounces | 9 | —\n2 | > 1.75 ounces but ≤ 3.5 ounces | — | 0.16\n3 | > 3.5 ounces but ≤ 7 ounces | 4.5 | —\n4 | > 7 ounces but ≤ 10.6 ounces | — | 0.32\n5 | > 10.6 ounces but ≤ 17.6 ounces | 3 | —\n6 | > 1.1 lb but ≤ 2.2 lb | — | 0.53\n7 | > 2.2 lb but ≤ 22 lb | 1.5 | —\n8 | > 22 lb but ≤ 33 lb | — | 5.28\n9 | > 33 lb | 1 | —\nTABLE 5\nTolerances for Net Quantities Declared in Canadian Units of Volume for Consumer Prepackaged Food Other Than Catch-Weight Food\nColumn 1 | Column 2 | Column 3\nItem | Declared Net Quantity | Tolerance (%) | Tolerance (fluid ounces)\n1 | ≤ 1.75 fluid ounces | 9 | —\n2 | > 1.75 fluid ounces but ≤ 3.5 fluid ounces | — | 0.16\n3 | > 3.5 fluid ounces but ≤ 7 fluid ounces | 4.5 | —\n4 | > 7 fluid ounces but ≤ 10.6 fluid ounces | — | 0.32\n5 | > 10.6 fluid ounces but ≤ 17.6 fluid ounces | 3 | —\n6 | > 17.6 fluid ounces but ≤ 35.2 fluid ounces | — | 0.53\n7 | > 35.2 fluid ounces but ≤ 2.2 gallons | 1.5 | —\n8 | > 2.2 gallons but ≤ 3.3 gallons | — | 5.28\n9 | > 3.3 gallons | 1 | —\nTABLE 6\nTolerances for Net Quantities of Consumer Prepackaged Food Declared by Numerical Count\nColumn 1 | Column 2\nItem | Declared Net Quantity (Numerical Count) | Tolerance\n1 | < 50 | 0\n2 | ≥ 50 but ≤ 100 | 1\n3 | > 100, with an individual weight of ≤ 14 g or ≤ 0.5 ounce | 0.75% of the declared net quantity, rounded up to the next whole number\n4 | > 100, with an individual weight of > 14 g or > 0.5 ounce | 0.5% of the declared net quantity, rounded up to the next whole number"
|
| 8095 |
+
},
|
| 8096 |
+
{
|
| 8097 |
+
"act_code": "SOR-2018-108",
|
| 8098 |
+
"act_short": "Safe Food for Canadians Regs",
|
| 8099 |
+
"act_name": "Safe Food for Canadians Regulations",
|
| 8100 |
+
"section": "Schedule 5",
|
| 8101 |
+
"marginal_note": "Schedule 5",
|
| 8102 |
+
"part": "SCHEDULES",
|
| 8103 |
+
"division": "",
|
| 8104 |
+
"heading": "Schedule 5",
|
| 8105 |
+
"history": "",
|
| 8106 |
+
"last_amended": "2019-01-15",
|
| 8107 |
+
"in_force": "2019-01-15",
|
| 8108 |
+
"status": "in force",
|
| 8109 |
+
"current_to": "2025-09-29",
|
| 8110 |
+
"citation": "Safe Food for Canadians Regs, Schedule 5",
|
| 8111 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2018-108/",
|
| 8112 |
+
"id": "SOR-2018-108-sched5",
|
| 8113 |
+
"text": "(Subsection 200(2) and paragraphs 200(4)(a) and (b))\nPART 1\nColumn 1 | Column 2\nItem | Number of Units in the Lot | Minimum Number of Units in the Sample\n1 | ≥ 2 but ≤ 10 | All the units in the lot\n2 | ≥ 11 but ≤ 128 | 25% of the units in the lot, rounded up to the next whole number, but not less than 10\n3 | ≥ 129 but ≤ 4 000 | 32\n4 | ≥ 4 001 but ≤ 8 000 | 64\n5 | ≥ 8001 but ≤ 12 000 | 96\n6 | > 12 000 | 125\nPART 2\nFor the purposes of paragraph 200(4)(a) of these Regulations, the formula for adjusting the sample mean to determine the weighted average quantity of the units in the sample is as follows:\nis the weighted average quantity of the units in the sample;\nis the sample mean calculated as follows:\nis the sum of the net quantities of all units in the sample;\nis the standard deviation of the sample, calculated as follows:\nis the sum of the squared differences between the sample mean and the net quantity of each unit in the sample;\nis the value determined in accordance with Part 3 for the selected sample size; and\nis the number of units in the sample.\n* The value of (t ÷ √n) may, instead of being calculated in accordance with this Part, be determined using the applicable value set out in Column 3 of the table to Part 3.\nPART 3\nColumn 1 | Column 2 | Column 3\nSample Size | t1 | (t ÷ √n)1\n2 | 63.657 | 45.01\n3 | 9.925 | 5.73\n4 | 5.841 | 2.92\n5 | 4.604 | 2.06\n6 | 4.032 | 1.65\n7 | 3.707 | 1.40\n8 | 3.499 | 1.24\n9 | 3.355 | 1.12\n10 | 3.250 | 1.03\n11 | 3.169 | 0.955\n12 | 3.106 | 0.897\n13 | 3.055 | 0.847\n14 | 3.012 | 0.805\n15 | 2.977 | 0.769\n16 | 2.947 | 0.737\n17 | 2.921 | 0.708\n18 | 2.898 | 0.683\n19 | 2.878 | 0.660\n20 | 2.861 | 0.640\n21 | 2.845 | 0.621\n22 | 2.831 | 0.604\n23 | 2.819 | 0.588\n24 | 2.807 | 0.573\n25 | 2.797 | 0.559\n26 | 2.787 | 0.547\n27 | 2.779 | 0.535\n28 | 2.771 | 0.524\n29 | 2.763 | 0.513\n30 | 2.756 | 0.503\n31 | 2.750 | 0.494\n32 | 2.746 | 0.485\n64 | 2.657 | 0.332\n96 | 2.634 | 0.269\n125 | 2.615 | 0.234\n> 32 but < 125, except 64 or 96 | Value of t to be determined by linear interpolation2 | Value of (t ÷ √n) to be determined in accordance with Part 2\nPART 4\nColumn 1 | Column 2\nItem | Sample Size | Minimum Number of Units1\n1 | ≥ 2 but ≤ 8 | 1\n2 | ≥ 9 but ≤ 20 | 2\n3 | ≥ 21 but ≤ 32 | 3\n4 | ≥ 33 but ≤ 50 | 4\n5 | ≥ 51 but ≤ 65 | 5\n6 | ≥ 66 but ≤ 80 | 6\n7 | ≥ 81 but ≤ 102 | 7\n8 | ≥ 103 but ≤ 125 | 8"
|
| 8114 |
+
},
|
| 8115 |
+
{
|
| 8116 |
+
"act_code": "SOR-2018-108",
|
| 8117 |
+
"act_short": "Safe Food for Canadians Regs",
|
| 8118 |
+
"act_name": "Safe Food for Canadians Regulations",
|
| 8119 |
+
"section": "Schedule 6",
|
| 8120 |
+
"marginal_note": "Minimum Type Size — Principal Display Surface",
|
| 8121 |
+
"part": "SCHEDULES",
|
| 8122 |
+
"division": "",
|
| 8123 |
+
"heading": "Schedule 6",
|
| 8124 |
+
"history": "",
|
| 8125 |
+
"last_amended": "2025-09-19",
|
| 8126 |
+
"in_force": "2019-01-15",
|
| 8127 |
+
"status": "in force",
|
| 8128 |
+
"current_to": "2025-09-29",
|
| 8129 |
+
"citation": "Safe Food for Canadians Regs, Schedule 6",
|
| 8130 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2018-108/",
|
| 8131 |
+
"id": "SOR-2018-108-sched6",
|
| 8132 |
+
"text": "Minimum Type Size — Principal Display Surface — (Section 229, paragraphs 312(1)(b) and 324(a) and section 325)\nColumn 1 | Column 2\nItem | Area of Principal Display Surface (cm2) | Minimum Character Height (mm)\n1 | ≤ 32 | 1.6\n2 | > 32 but ≤ 258 | 3.2\n3 | > 258 but ≤ 645 | 6.4\n4 | > 645 but ≤ 2 580 | 9.5\n5 | > 2 580 | 12.7"
|
| 8133 |
+
},
|
| 8134 |
+
{
|
| 8135 |
+
"act_code": "SOR-2018-108",
|
| 8136 |
+
"act_short": "Safe Food for Canadians Regs",
|
| 8137 |
+
"act_name": "Safe Food for Canadians Regulations",
|
| 8138 |
+
"section": "Schedule 7",
|
| 8139 |
+
"marginal_note": "Schedule 7",
|
| 8140 |
+
"part": "SCHEDULES",
|
| 8141 |
+
"division": "",
|
| 8142 |
+
"heading": "Schedule 7",
|
| 8143 |
+
"history": "",
|
| 8144 |
+
"last_amended": "2022-06-21",
|
| 8145 |
+
"in_force": "2022-06-21",
|
| 8146 |
+
"status": "repealed",
|
| 8147 |
+
"current_to": "2025-09-29",
|
| 8148 |
+
"citation": "Safe Food for Canadians Regs, Schedule 7",
|
| 8149 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2018-108/",
|
| 8150 |
+
"id": "SOR-2018-108-sched7",
|
| 8151 |
+
"text": "[Repealed]"
|
| 8152 |
+
},
|
| 8153 |
+
{
|
| 8154 |
+
"act_code": "SOR-2018-108",
|
| 8155 |
+
"act_short": "Safe Food for Canadians Regs",
|
| 8156 |
+
"act_name": "Safe Food for Canadians Regulations",
|
| 8157 |
+
"section": "Schedule 8",
|
| 8158 |
+
"marginal_note": "Schedule 8",
|
| 8159 |
+
"part": "SCHEDULES",
|
| 8160 |
+
"division": "",
|
| 8161 |
+
"heading": "Schedule 8",
|
| 8162 |
+
"history": "",
|
| 8163 |
+
"last_amended": "2022-06-21",
|
| 8164 |
+
"in_force": "2022-06-21",
|
| 8165 |
+
"status": "repealed",
|
| 8166 |
+
"current_to": "2025-09-29",
|
| 8167 |
+
"citation": "Safe Food for Canadians Regs, Schedule 8",
|
| 8168 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-2018-108/",
|
| 8169 |
+
"id": "SOR-2018-108-sched8",
|
| 8170 |
+
"text": "[Repealed]"
|
| 8171 |
}
|
| 8172 |
]
|
data/processed/SOR-2022-277.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/processed/SOR-86-1062.json
CHANGED
|
@@ -872,5 +872,138 @@
|
|
| 872 |
"id": "SOR-86-1062-s17",
|
| 873 |
"text": "17 [Repealed, SOR/2006-152, s. 19]",
|
| 874 |
"citation": "Accounting for Imported Goods Regs, s. 17"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 875 |
}
|
| 876 |
]
|
|
|
|
| 872 |
"id": "SOR-86-1062-s17",
|
| 873 |
"text": "17 [Repealed, SOR/2006-152, s. 19]",
|
| 874 |
"citation": "Accounting for Imported Goods Regs, s. 17"
|
| 875 |
+
},
|
| 876 |
+
{
|
| 877 |
+
"act_code": "SOR-86-1062",
|
| 878 |
+
"act_short": "Accounting for Imported Goods Regs",
|
| 879 |
+
"act_name": "Accounting for Imported Goods and Payment of Duties Regulations",
|
| 880 |
+
"section": "Schedule 1",
|
| 881 |
+
"marginal_note": "Schedule 1",
|
| 882 |
+
"part": "SCHEDULES",
|
| 883 |
+
"division": "",
|
| 884 |
+
"heading": "Schedule 1",
|
| 885 |
+
"history": "",
|
| 886 |
+
"last_amended": "2006-06-23",
|
| 887 |
+
"in_force": "2006-06-23",
|
| 888 |
+
"status": "repealed",
|
| 889 |
+
"current_to": "2025-05-27",
|
| 890 |
+
"citation": "Accounting for Imported Goods Regs, Schedule 1",
|
| 891 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1062/",
|
| 892 |
+
"id": "SOR-86-1062-sched1",
|
| 893 |
+
"text": "[Repealed]"
|
| 894 |
+
},
|
| 895 |
+
{
|
| 896 |
+
"act_code": "SOR-86-1062",
|
| 897 |
+
"act_short": "Accounting for Imported Goods Regs",
|
| 898 |
+
"act_name": "Accounting for Imported Goods and Payment of Duties Regulations",
|
| 899 |
+
"section": "Schedule 2",
|
| 900 |
+
"marginal_note": "CSA Importer Information",
|
| 901 |
+
"part": "SCHEDULES",
|
| 902 |
+
"division": "",
|
| 903 |
+
"heading": "Schedule 2",
|
| 904 |
+
"history": "",
|
| 905 |
+
"last_amended": "2024-10-21",
|
| 906 |
+
"in_force": "2011-09-30",
|
| 907 |
+
"status": "in force",
|
| 908 |
+
"current_to": "2025-05-27",
|
| 909 |
+
"citation": "Accounting for Imported Goods Regs, Schedule 2 (part 1 of 3)",
|
| 910 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1062/",
|
| 911 |
+
"id": "SOR-86-1062-sched2-p1",
|
| 912 |
+
"text": "CSA Importer Information — (Paragraph 10.5(1)(b))\n1 Name or corporate name, as the case may be\n2 Business number\n3 Operating names, if different from the name provided under item 1\n4 Business address\n5 Mailing address, if different from the business address\n6 Telephone and facsimile numbers\n7 Form of business organization, e.g., corporation, partnership, sole proprietorship or other entity\n8 If importer is a corporation, a chart of its corporate structure showing parent and subsidiary corporations and their business numbers, if any\n9 If importer has a website, its address\n10 North American Industrial Classification Code as assigned by Statistics Canada, if any\n11 Description of the key business activities and products\n12 Name, title, street address, mailing address, e-mail address, telephone number and facsimile number of the importer’s contact person\n13 Number of employees\n14 Names of Canadian divisions that import goods into Canada\n15 For all Canadian divisions, the information required in items 2 to 11\n16 Names of Canadian divisions responsible for purchasing goods\n17 Names of divisions that will use the business number of the importer for accounting and payment of duties on commercial goods released under subsection 32(2) of the Act\n18 Description of internal policies in place to minimize criminal activities\n19 Location of foreign trade zones in the United States or Puerto Rico that are used for goods that are imported into Canada, a description of any processing that takes place in those zones and the country where the goods came from\n20 If importer is using its own conveyances to transport the goods to Canada, the carrier code assigned by the Agency to the importer"
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"act_code": "SOR-86-1062",
|
| 916 |
+
"act_short": "Accounting for Imported Goods Regs",
|
| 917 |
+
"act_name": "Accounting for Imported Goods and Payment of Duties Regulations",
|
| 918 |
+
"section": "Schedule 2",
|
| 919 |
+
"marginal_note": "CSA Importer Information",
|
| 920 |
+
"part": "SCHEDULES",
|
| 921 |
+
"division": "",
|
| 922 |
+
"heading": "Schedule 2",
|
| 923 |
+
"history": "",
|
| 924 |
+
"last_amended": "2024-10-21",
|
| 925 |
+
"in_force": "2011-09-30",
|
| 926 |
+
"status": "in force",
|
| 927 |
+
"current_to": "2025-05-27",
|
| 928 |
+
"citation": "Accounting for Imported Goods Regs, Schedule 2 (part 2 of 3)",
|
| 929 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1062/",
|
| 930 |
+
"id": "SOR-86-1062-sched2-p2",
|
| 931 |
+
"text": "21 Agreements or arrangements with government departments or other agencies to allow goods to enter Canada\n22 Identification number of the security relevant to the application if the security has already been given\n23 Accounting option chosen under section 10.3\n24 Fiscal year\n25 Date that the importer expects to meet the requirements for the CSA authorization\n26 Description (both narrative and flow chart format) and sample documents of business processes, systems, records, and internal controls related to the purchasing, receiving, payment, customs accounting, adjustment, revenue reporting and payment of duties on imported goods for significant import scenarios that may arise\n27 Method to be used at the end of each accounting period to ensure that all goods imported during that period have been accounted for to the Agency\n28 Method to be used to differentiate imported goods from domestic shipments\n29 Method to be used to ensure that adjustments to the accounting information will be made to the Agency\n30 Name or corporate name, as the case may be, and addresses of consignees in Canada that receive direct delivery of the imported goods\n31 For goods imported from the United States or Mexico, the vendor’s name and address, as well as the shipping address where the goods are stored for export from the United-States or Mexico, if that address is different from the vendor’s address\n32 Procedures to electronically transmit adjustments, updates to consignees and vendors and monthly Revenue Summary Forms to the Agency\n33 Description and supporting documentation to demonstrate the audit trails that link business systems, books, records, documents, and accounting to the Agency\n34 [Repealed, SOR/2024-41, s. 31]"
|
| 932 |
+
},
|
| 933 |
+
{
|
| 934 |
+
"act_code": "SOR-86-1062",
|
| 935 |
+
"act_short": "Accounting for Imported Goods Regs",
|
| 936 |
+
"act_name": "Accounting for Imported Goods and Payment of Duties Regulations",
|
| 937 |
+
"section": "Schedule 2",
|
| 938 |
+
"marginal_note": "CSA Importer Information",
|
| 939 |
+
"part": "SCHEDULES",
|
| 940 |
+
"division": "",
|
| 941 |
+
"heading": "Schedule 2",
|
| 942 |
+
"history": "",
|
| 943 |
+
"last_amended": "2024-10-21",
|
| 944 |
+
"in_force": "2011-09-30",
|
| 945 |
+
"status": "in force",
|
| 946 |
+
"current_to": "2025-05-27",
|
| 947 |
+
"citation": "Accounting for Imported Goods Regs, Schedule 2 (part 3 of 3)",
|
| 948 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1062/",
|
| 949 |
+
"id": "SOR-86-1062-sched2-p3",
|
| 950 |
+
"text": "35 Description and supporting documentation to demonstrate the audit trails to the amounts calculated for the purposes of the monthly Revenue Summary Form and to payments made to the Receiver General under the Act\n36 Records to be used to identify the requirement to account for goods to the Agency\n37 Method to be used to determine the date that goods are released under paragraph 32(2)(b) of the Act\n38 Data from a 30-day representative period to permit the Agency to determine the normal amount of time between the reporting of goods and the delivery of the goods at the importer’s place of business"
|
| 951 |
+
},
|
| 952 |
+
{
|
| 953 |
+
"act_code": "SOR-86-1062",
|
| 954 |
+
"act_short": "Accounting for Imported Goods Regs",
|
| 955 |
+
"act_name": "Accounting for Imported Goods and Payment of Duties Regulations",
|
| 956 |
+
"section": "Schedule 3",
|
| 957 |
+
"marginal_note": "CSA Carrier Information",
|
| 958 |
+
"part": "SCHEDULES",
|
| 959 |
+
"division": "",
|
| 960 |
+
"heading": "Schedule 3",
|
| 961 |
+
"history": "",
|
| 962 |
+
"last_amended": "2011-09-30",
|
| 963 |
+
"in_force": "2011-09-30",
|
| 964 |
+
"status": "in force",
|
| 965 |
+
"current_to": "2025-05-27",
|
| 966 |
+
"citation": "Accounting for Imported Goods Regs, Schedule 3 (part 1 of 3)",
|
| 967 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1062/",
|
| 968 |
+
"id": "SOR-86-1062-sched3-p1",
|
| 969 |
+
"text": "CSA Carrier Information — (Paragraph 10.5(1)(c))\n1 Name or corporate name, as the case may be\n2 Business number\n3 Business address\n4 Carrier code assigned by the Agency\n5 Type of transportation business\n6 Number of years transporting goods into Canada\n7 Mailing address, if different from the business address\n8 Form of business organization, e.g., corporation, partnership, sole proprietorship or other entity\n9 Operating names, if different from the name provided under item 1\n10 Year business was founded\n11 Fiscal year\n12 Location of books and records\n13 Types of conveyances used\n14 Principal clients\n15 Directory of employees’ names, job titles and phone numbers\n16 Chart of organizational structure showing key positions\n17 If carrier has a website, its address\n18 Description of the types of service provided\n19 Name, title, street address, mailing address, e-mail address, telephone number and facsimile number of the carrier’s contact person\n20 Number of shipments transported into Canada during the past 24 months\n21 Number of employees\n22 If the carrier has an arrangement to provide a customs office with a summary report of foreign repairs to its conveyances, the name of that customs office\n23 Border crossings normally used\n24 Names of divisions where the imported goods are delivered and corporate names and business numbers of the corporations to which those divisions belong\n25 Every carrier code that is assigned by the Agency and the name of the carrier that is associated with each code\n26 Names and addresses of terminals and warehouses owned or operated by the carrier\n27 Description of internal policies in place to minimize the risk of criminal activity, including security measures for any freight facilities and personnel with access to freight"
|
| 970 |
+
},
|
| 971 |
+
{
|
| 972 |
+
"act_code": "SOR-86-1062",
|
| 973 |
+
"act_short": "Accounting for Imported Goods Regs",
|
| 974 |
+
"act_name": "Accounting for Imported Goods and Payment of Duties Regulations",
|
| 975 |
+
"section": "Schedule 3",
|
| 976 |
+
"marginal_note": "CSA Carrier Information",
|
| 977 |
+
"part": "SCHEDULES",
|
| 978 |
+
"division": "",
|
| 979 |
+
"heading": "Schedule 3",
|
| 980 |
+
"history": "",
|
| 981 |
+
"last_amended": "2011-09-30",
|
| 982 |
+
"in_force": "2011-09-30",
|
| 983 |
+
"status": "in force",
|
| 984 |
+
"current_to": "2025-05-27",
|
| 985 |
+
"citation": "Accounting for Imported Goods Regs, Schedule 3 (part 2 of 3)",
|
| 986 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1062/",
|
| 987 |
+
"id": "SOR-86-1062-sched3-p2",
|
| 988 |
+
"text": "28 For all Canadian and U.S. divisions, their names, business numbers, types of transportation business, carrier codes, and business addresses, and the names and addresses of their terminals and warehouses\n29 In the case of a carrier that operates commercial highway conveyances as defined in section 1 of the Presentation of Persons (2003) Regulations, the number of drivers who are employees\n30 In the case of a carrier that operates commercial highway conveyances as defined in section 1 of the Presentation of Persons (2003) Regulations, the name, address and telephone number of any organization that provides drivers that are independent contractors\n31 Training procedures relating to border-crossing requirements for persons who operate the conveyances, if any\n32 In the case of a carrier that operates commercial highway conveyances as defined in section 1 of the Presentation of Persons (2003) Regulations, the names and addresses of persons who own and operate transportation equipment and who have a written contract to provide their equipment exclusively to the carrier\n33 Identification of separate systems and procedures used for individual clients\n34 Sample of business flow documents, including a description of when and how those documents are generated in the process used\n35 Description of the business processes that demonstrates controls and audit trails relating to control numbers, sales, dispatch, delivery, billing and discrepancies"
|
| 989 |
+
},
|
| 990 |
+
{
|
| 991 |
+
"act_code": "SOR-86-1062",
|
| 992 |
+
"act_short": "Accounting for Imported Goods Regs",
|
| 993 |
+
"act_name": "Accounting for Imported Goods and Payment of Duties Regulations",
|
| 994 |
+
"section": "Schedule 3",
|
| 995 |
+
"marginal_note": "CSA Carrier Information",
|
| 996 |
+
"part": "SCHEDULES",
|
| 997 |
+
"division": "",
|
| 998 |
+
"heading": "Schedule 3",
|
| 999 |
+
"history": "",
|
| 1000 |
+
"last_amended": "2011-09-30",
|
| 1001 |
+
"in_force": "2011-09-30",
|
| 1002 |
+
"status": "in force",
|
| 1003 |
+
"current_to": "2025-05-27",
|
| 1004 |
+
"citation": "Accounting for Imported Goods Regs, Schedule 3 (part 3 of 3)",
|
| 1005 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1062/",
|
| 1006 |
+
"id": "SOR-86-1062-sched3-p3",
|
| 1007 |
+
"text": "36 Description of the system or procedure to produce a list that only contains information on Canada-bound shipments and that includes invoice or freight identification number assigned by the carrier, date of order or pickup, customer name, consignee name, shipper name, pick up location, delivery location, date of delivery, description of goods, weight or piece count and carrier’s unit numbers for its tractors and trailers\n37 Description of the system or procedure to ensure that the correct bar codes will be presented with shipments\n38 Description of the system or procedure to identify a shipment to be released under paragraph 32(2)(b) of the Act\n39 Description of the system or procedure to identify a CSA importer, owner or consignee that receives goods under paragraph 32(2)(b) of the Act\n40 Description of the system or procedure to identify, in respect of commercial goods transported into Canada by a commercial highway conveyance as defined in section 1 of the Presentation of Persons (2003) Regulations, the driver of the conveyance who holds an authorization under those Regulations\n41 Description of the system or procedure to produce, maintain and submit information on terminals, warehouses and persons who own and operate transportation equipment and who have a written contract to provide their equipment exclusively to the carrier\n42 Description of the system or procedure to provide an audit trail and proof of the delivery of a shipment to the CSA importer, owner or consignee who receives goods under paragraph 32(2)(b) of the Act.\n43 Description of the system or procedure that is in place to ensure compliance with section 10.82"
|
| 1008 |
}
|
| 1009 |
]
|
data/processed/SOR-86-1065.json
ADDED
|
@@ -0,0 +1,363 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"act_code": "SOR-86-1065",
|
| 4 |
+
"act_short": "Sufferance Warehouses Regs",
|
| 5 |
+
"act_name": "Customs Sufferance Warehouses Regulations",
|
| 6 |
+
"section": "1",
|
| 7 |
+
"marginal_note": "",
|
| 8 |
+
"part": "",
|
| 9 |
+
"division": "",
|
| 10 |
+
"heading": "",
|
| 11 |
+
"history": "",
|
| 12 |
+
"last_amended": "2024-10-21",
|
| 13 |
+
"in_force": "2024-10-21",
|
| 14 |
+
"status": "repealed",
|
| 15 |
+
"current_to": "2024-10-30",
|
| 16 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1065/section-1.html",
|
| 17 |
+
"id": "SOR-86-1065-s1",
|
| 18 |
+
"text": "1 [Repealed, SOR/2024-41, s. 36]",
|
| 19 |
+
"citation": "Sufferance Warehouses Regs, s. 1"
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"act_code": "SOR-86-1065",
|
| 23 |
+
"act_short": "Sufferance Warehouses Regs",
|
| 24 |
+
"act_name": "Customs Sufferance Warehouses Regulations",
|
| 25 |
+
"section": "2",
|
| 26 |
+
"marginal_note": "",
|
| 27 |
+
"part": "",
|
| 28 |
+
"division": "",
|
| 29 |
+
"heading": "Interpretation",
|
| 30 |
+
"history": "SOR/96-152, s. 1; SOR/2005-211, s. 1",
|
| 31 |
+
"last_amended": "2006-03-22",
|
| 32 |
+
"in_force": "2006-03-22",
|
| 33 |
+
"status": "in force",
|
| 34 |
+
"current_to": "2024-10-30",
|
| 35 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1065/section-2.html",
|
| 36 |
+
"id": "SOR-86-1065-s2",
|
| 37 |
+
"text": "2 In these Regulations,\nAct means the Customs Act; (Loi)\napplicant means a person who applies for a licence; (demandeur)\ncarrier means a person who, pursuant to the Transportation of Goods Regulations, is authorized to transport goods or to cause goods to be transported; (transitaire)\nchief officer of customs, with respect to a sufferance warehouse or a proposed sufferance warehouse, means the manager of the customs office or customs offices that serve the area in which the sufferance warehouse is located or is proposed to be located; (agent en chef des douanes)\nDepartment[Repealed, SOR/2005-211, s. 1]\nexcise warehouse licensee has the same meaning as in section 2 of the Excise Act, 2001; (exploitant agréé d’entrepôt d’accise)\nfirearm has the same meaning as in section 2 of the Criminal Code; (arme à feu)\nlicence means a licence to operate a place as a sufferance warehouse; (agrément)\nlicensee means a person to whom a licence has been issued. (exploitant)\nprohibited ammunition has the same meaning as in subsection 84(1) of the Criminal Code; (munitions prohibées)\nprohibited device has the same meaning as in subsection 84(1) of the Criminal Code; (dispositif prohibé)\nprohibited weapon has the same meaning as in subsection 84(1) of the Criminal Code; (arme prohibée)\nrestricted weapon has the same meaning as in subsection 84(1) of the Criminal Code; (arme à autorisation restreinte)\nspecial container has the same meaning as in section 2 of the Excise Act, 2001; (contenant spécial)",
|
| 38 |
+
"citation": "Sufferance Warehouses Regs, s. 2"
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"act_code": "SOR-86-1065",
|
| 42 |
+
"act_short": "Sufferance Warehouses Regs",
|
| 43 |
+
"act_name": "Customs Sufferance Warehouses Regulations",
|
| 44 |
+
"section": "3",
|
| 45 |
+
"marginal_note": "",
|
| 46 |
+
"part": "PART I - Licensing of Sufferance Warehouses",
|
| 47 |
+
"division": "",
|
| 48 |
+
"heading": "Issuance of Licence",
|
| 49 |
+
"history": "SOR/88-85, s. 1(F); SOR/95-177, s. 1; SOR/96-38, s. 1; SOR/2005-211, s. 6; SOR/2024-41, s. 37",
|
| 50 |
+
"last_amended": "2024-10-21",
|
| 51 |
+
"in_force": "2006-03-22",
|
| 52 |
+
"status": "in force",
|
| 53 |
+
"current_to": "2024-10-30",
|
| 54 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1065/section-3.html",
|
| 55 |
+
"id": "SOR-86-1065-s3",
|
| 56 |
+
"text": "3\n(1) For the purposes of section 24 of the Act and subject to subsection (3), the Minister may issue a licence to any person who makes an application for a licence in accordance with subsection (2) and gives the security required under section 4.\n(2) An application for a licence must be submitted to the Minister in the prescribed form, together with a detailed plan of the proposed sufferance warehouse.\n(2.1) The plan referred to in subsection (2) must indicate\n(a) whether the place proposed to be operated as a sufferance warehouse exists or is to be constructed;\n(b) the type of construction of the place, whether or not it already exists; and\n(c) the area, within the place, that is to be used for the storage of goods.\n(3) The Minister shall not issue a licence to an applicant unless\n(a) the applicant is of good character;\n(b) [Repealed, SOR/95-177, s. 1]\n(c) the applicant has sufficient financial resources to enable him to provide the facilities, equipment, personnel and services required under sections 11 to 13 and to lease or purchase the proposed sufferance warehouse;\n(d) the volume and nature of business in the area in which the applicant proposes to operate a sufferance warehouse is such that a sufferance warehouse is needed to serve the importers in that area;\n(e) the site of the proposed sufferance warehouse is within a reasonable distance from major transportation routes and a customs office;\n(f) the proposed sufferance warehouse contains adequate space for the storage of imported goods;\n(g) the structure of the proposed sufferance warehouse will be suitable for the operation of a sufferance warehouse; and\n(h) the Agency is able to provide customs services with respect to the proposed sufferance warehouse.\n(4) [Repealed, SOR/95-177, s. 1]",
|
| 57 |
+
"citation": "Sufferance Warehouses Regs, s. 3"
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"act_code": "SOR-86-1065",
|
| 61 |
+
"act_short": "Sufferance Warehouses Regs",
|
| 62 |
+
"act_name": "Customs Sufferance Warehouses Regulations",
|
| 63 |
+
"section": "4",
|
| 64 |
+
"marginal_note": "",
|
| 65 |
+
"part": "PART I - Licensing of Sufferance Warehouses",
|
| 66 |
+
"division": "",
|
| 67 |
+
"heading": "Security",
|
| 68 |
+
"history": "SOR/91-274, Part III; SOR/95-177, s. 2; SOR/96-38, s. 2; SOR/2001-197, s. 5; SOR/2024-41, s. 38",
|
| 69 |
+
"last_amended": "2024-10-21",
|
| 70 |
+
"in_force": "2006-03-22",
|
| 71 |
+
"status": "in force",
|
| 72 |
+
"current_to": "2024-10-30",
|
| 73 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1065/section-4.html",
|
| 74 |
+
"id": "SOR-86-1065-s4",
|
| 75 |
+
"text": "4\n(1) An applicant must, before a licence is issued to the applicant, give security in accordance with the requirements of the Financial Security (Electronic Means) Regulations and in an amount determined by the Minister.\n(2) The Minister may at any time require a licensee to increase the amount of security given under subsection (1) to an amount sufficient to ensure the payment of any duties payable in respect of goods stored in the sufferance warehouse.\n(3) [Repealed, SOR/2024-41, s. 38]",
|
| 76 |
+
"citation": "Sufferance Warehouses Regs, s. 4"
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"act_code": "SOR-86-1065",
|
| 80 |
+
"act_short": "Sufferance Warehouses Regs",
|
| 81 |
+
"act_name": "Customs Sufferance Warehouses Regulations",
|
| 82 |
+
"section": "5",
|
| 83 |
+
"marginal_note": "",
|
| 84 |
+
"part": "PART I - Licensing of Sufferance Warehouses",
|
| 85 |
+
"division": "",
|
| 86 |
+
"heading": "Security",
|
| 87 |
+
"history": "",
|
| 88 |
+
"last_amended": "2024-10-21",
|
| 89 |
+
"in_force": "2024-10-21",
|
| 90 |
+
"status": "repealed",
|
| 91 |
+
"current_to": "2024-10-30",
|
| 92 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1065/section-5.html",
|
| 93 |
+
"id": "SOR-86-1065-s5",
|
| 94 |
+
"text": "5 [Repealed, SOR/2024-41, s. 39]",
|
| 95 |
+
"citation": "Sufferance Warehouses Regs, s. 5"
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"act_code": "SOR-86-1065",
|
| 99 |
+
"act_short": "Sufferance Warehouses Regs",
|
| 100 |
+
"act_name": "Customs Sufferance Warehouses Regulations",
|
| 101 |
+
"section": "6",
|
| 102 |
+
"marginal_note": "",
|
| 103 |
+
"part": "PART I - Licensing of Sufferance Warehouses",
|
| 104 |
+
"division": "",
|
| 105 |
+
"heading": "Amendment of Licence",
|
| 106 |
+
"history": "",
|
| 107 |
+
"last_amended": "2006-03-22",
|
| 108 |
+
"in_force": "2006-03-22",
|
| 109 |
+
"status": "in force",
|
| 110 |
+
"current_to": "2024-10-30",
|
| 111 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1065/section-6.html",
|
| 112 |
+
"id": "SOR-86-1065-s6",
|
| 113 |
+
"text": "6\n(1) The Minister may amend a licence only for the following purposes:\n(a) subject to subsection (2),\n(i) to change a restriction specified in the licence regarding the classes of goods that may be received in the sufferance warehouse in respect of which the licence was issued, or to specify such a restriction, and\n(ii) to change the circumstances specified in the licence in which goods may be received in the sufferance warehouse, or to specify such circumstances; or\n(b) to change the name of the licensee, where the name of the licensee is changed.\n(2) The Minister may amend a licence for the purposes set out in subparagraph (1)(a)(i) or (ii) only where he gives to the licensee 90 days notice of the proposed amendment.",
|
| 114 |
+
"citation": "Sufferance Warehouses Regs, s. 6"
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"act_code": "SOR-86-1065",
|
| 118 |
+
"act_short": "Sufferance Warehouses Regs",
|
| 119 |
+
"act_name": "Customs Sufferance Warehouses Regulations",
|
| 120 |
+
"section": "7",
|
| 121 |
+
"marginal_note": "",
|
| 122 |
+
"part": "PART I - Licensing of Sufferance Warehouses",
|
| 123 |
+
"division": "",
|
| 124 |
+
"heading": "Cancellation or Suspension of Licence",
|
| 125 |
+
"history": "",
|
| 126 |
+
"last_amended": "2006-03-22",
|
| 127 |
+
"in_force": "2006-03-22",
|
| 128 |
+
"status": "in force",
|
| 129 |
+
"current_to": "2024-10-30",
|
| 130 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1065/section-7.html",
|
| 131 |
+
"id": "SOR-86-1065-s7",
|
| 132 |
+
"text": "7 The Minister may cancel a licence where the licensee\n(a) no longer owns or leases the place that is licensed as a sufferance warehouse;\n(b) requests the Minister in writing to cancel the licence; or\n(c) is bankrupt.",
|
| 133 |
+
"citation": "Sufferance Warehouses Regs, s. 7"
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"act_code": "SOR-86-1065",
|
| 137 |
+
"act_short": "Sufferance Warehouses Regs",
|
| 138 |
+
"act_name": "Customs Sufferance Warehouses Regulations",
|
| 139 |
+
"section": "8",
|
| 140 |
+
"marginal_note": "",
|
| 141 |
+
"part": "PART I - Licensing of Sufferance Warehouses",
|
| 142 |
+
"division": "",
|
| 143 |
+
"heading": "Cancellation or Suspension of Licence",
|
| 144 |
+
"history": "SOR/95-177, s. 4; SOR/2005-211, s. 6",
|
| 145 |
+
"last_amended": "2006-03-22",
|
| 146 |
+
"in_force": "2006-03-22",
|
| 147 |
+
"status": "in force",
|
| 148 |
+
"current_to": "2024-10-30",
|
| 149 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1065/section-8.html",
|
| 150 |
+
"id": "SOR-86-1065-s8",
|
| 151 |
+
"text": "8\n(1) Subject to section 9, the Minister may suspend or cancel a licence where the licensee\n(a) is the subject of a receivership in respect of his debts;\n(b) fails to comply with any Act of Parliament, or any regulation made pursuant thereto, that prohibits, controls or regulates the importation or exportation of goods;\n(c) [Repealed, SOR/95-177, s. 4]\n(d) has, in the course of his operation of the sufferance warehouse, acted dishonestly in his business dealings with customs brokers, importers, carriers, Her Majesty or servants of Her Majesty; or\n(e) has been incompetent in the operation of the sufferance warehouse.\n(2) Subject to section 9, the Minister may cancel a licence where\n(a) the volume of goods being received in the sufferance warehouse is no longer sufficient to warrant the continued operation;\n(b) there is no longer a need for a sufferance warehouse in the area in which the sufferance warehouse is located; or\n(c) the Agency is no longer able to provide customs services with respect to the sufferance warehouse.",
|
| 152 |
+
"citation": "Sufferance Warehouses Regs, s. 8"
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"act_code": "SOR-86-1065",
|
| 156 |
+
"act_short": "Sufferance Warehouses Regs",
|
| 157 |
+
"act_name": "Customs Sufferance Warehouses Regulations",
|
| 158 |
+
"section": "9",
|
| 159 |
+
"marginal_note": "",
|
| 160 |
+
"part": "PART I - Licensing of Sufferance Warehouses",
|
| 161 |
+
"division": "",
|
| 162 |
+
"heading": "Cancellation or Suspension of Licence",
|
| 163 |
+
"history": "SOR/95-177, s. 5; SOR/96-152, s. 3",
|
| 164 |
+
"last_amended": "2006-03-22",
|
| 165 |
+
"in_force": "2006-03-22",
|
| 166 |
+
"status": "in force",
|
| 167 |
+
"current_to": "2024-10-30",
|
| 168 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1065/section-9.html",
|
| 169 |
+
"id": "SOR-86-1065-s9",
|
| 170 |
+
"text": "9\n(1) The Minister shall, immediately after suspending a licence, give to the licensee a notice confirming the suspension and providing all relevant information concerning the grounds on which the Minister has suspended the licence.\n(2) The licensee may, within 90 days after the day on which the licence is suspended, make representations to the Minister regarding why the licence should be reinstated.\n(3) The Minister shall, before cancelling a licence under section 8, give the licensee 90 days notice of the proposed cancellation and provide the licensee with all relevant information concerning the grounds on which the Minister proposes to cancel the licence.\n(4) The licensee may, within 90 days after the day on which the notice referred to in subsection (3) is given, make representations to the Minister regarding why the licence should not be cancelled.",
|
| 171 |
+
"citation": "Sufferance Warehouses Regs, s. 9"
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"act_code": "SOR-86-1065",
|
| 175 |
+
"act_short": "Sufferance Warehouses Regs",
|
| 176 |
+
"act_name": "Customs Sufferance Warehouses Regulations",
|
| 177 |
+
"section": "10",
|
| 178 |
+
"marginal_note": "",
|
| 179 |
+
"part": "PART I - Licensing of Sufferance Warehouses",
|
| 180 |
+
"division": "",
|
| 181 |
+
"heading": "Reinstatement of Licence",
|
| 182 |
+
"history": "",
|
| 183 |
+
"last_amended": "2006-03-22",
|
| 184 |
+
"in_force": "2006-03-22",
|
| 185 |
+
"status": "in force",
|
| 186 |
+
"current_to": "2024-10-30",
|
| 187 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1065/section-10.html",
|
| 188 |
+
"id": "SOR-86-1065-s10",
|
| 189 |
+
"text": "10 The Minister may reinstate a suspended licence where the Minister is satisfied that the cause for the suspension no longer exists.",
|
| 190 |
+
"citation": "Sufferance Warehouses Regs, s. 10"
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"act_code": "SOR-86-1065",
|
| 194 |
+
"act_short": "Sufferance Warehouses Regs",
|
| 195 |
+
"act_name": "Customs Sufferance Warehouses Regulations",
|
| 196 |
+
"section": "11",
|
| 197 |
+
"marginal_note": "",
|
| 198 |
+
"part": "PART II - Operation of Sufferance Warehouses",
|
| 199 |
+
"division": "",
|
| 200 |
+
"heading": "Facilities, Equipment and Personnel",
|
| 201 |
+
"history": "SOR/95-177, s. 6; SOR/96-38, s. 4",
|
| 202 |
+
"last_amended": "2006-03-22",
|
| 203 |
+
"in_force": "2006-03-22",
|
| 204 |
+
"status": "in force",
|
| 205 |
+
"current_to": "2024-10-30",
|
| 206 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1065/section-11.html",
|
| 207 |
+
"id": "SOR-86-1065-s11",
|
| 208 |
+
"text": "11\n(1) Every licensee shall provide, at the sufferance warehouse in respect of which his licence was issued\n(a) washroom facilities and offices for the use of officers, and the heat, light and cleaning services necessary for those facilities and offices, where so requested by the chief officer of customs;\n(b) adequate space for the examination of imported goods by officers;\n(c) the personnel and equipment necessary to ensure that the goods to be examined by an officer are made available to the officer for examination;\n(d) a detention compound or parking area for the storage of imported goods that are held in a conveyance, where so requested by the chief officer of customs; and\n(e) facilities, equipment and personnel sufficient to control access to the sufferance warehouse and provide secure storage of the goods stored in it, including\n(i) doors and other building components of sturdy construction,\n(ii) secure locks on doors and windows,\n(iii) signs that indicate the security requirements applicable to the premises, and\n(iv) where the sufferance warehouse will be used for the storage of designated goods, such additional facilities and equipment as may be required to ensure the secure storage of those goods.\n(2) Where a sufferance warehouse is restricted by the terms and conditions of its licence to the receipt of goods arriving by motor vehicles used for commercial purposes, the licensee may lease space to any carrier who has requested space for his exclusive use in the operation of a separate sufferance warehouse.",
|
| 209 |
+
"citation": "Sufferance Warehouses Regs, s. 11"
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"act_code": "SOR-86-1065",
|
| 213 |
+
"act_short": "Sufferance Warehouses Regs",
|
| 214 |
+
"act_name": "Customs Sufferance Warehouses Regulations",
|
| 215 |
+
"section": "12",
|
| 216 |
+
"marginal_note": "",
|
| 217 |
+
"part": "PART II - Operation of Sufferance Warehouses",
|
| 218 |
+
"division": "",
|
| 219 |
+
"heading": "Operation and Maintenance Standards",
|
| 220 |
+
"history": "SOR/96-38, s. 5; SOR/2005-211, s. 2(F)",
|
| 221 |
+
"last_amended": "2006-03-22",
|
| 222 |
+
"in_force": "2006-03-22",
|
| 223 |
+
"status": "in force",
|
| 224 |
+
"current_to": "2024-10-30",
|
| 225 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1065/section-12.html",
|
| 226 |
+
"id": "SOR-86-1065-s12",
|
| 227 |
+
"text": "12\n(1) Every licensee shall ensure that the goods received in the sufferance warehouse are stored safely and securely in the area designated for that purpose in the plan referred to in subsection 3(2).\n(2) No person, other than the licensee, an employee of the licensee or an employee of a carrier engaged in the delivery of goods to or the removal of goods from the sufferance warehouse, shall enter any place in it where goods are stored, without the written authorization or the attendance of an officer.\n(3) Every licensee shall have in place\n(a) procedures to maintain the security of, and restrict access to, the sufferance warehouse; and\n(b) procedures to ensure that personnel working in the sufferance warehouse are aware of and follow the procedures referred to in paragraph (a).",
|
| 228 |
+
"citation": "Sufferance Warehouses Regs, s. 12"
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"act_code": "SOR-86-1065",
|
| 232 |
+
"act_short": "Sufferance Warehouses Regs",
|
| 233 |
+
"act_name": "Customs Sufferance Warehouses Regulations",
|
| 234 |
+
"section": "13",
|
| 235 |
+
"marginal_note": "",
|
| 236 |
+
"part": "PART II - Operation of Sufferance Warehouses",
|
| 237 |
+
"division": "",
|
| 238 |
+
"heading": "Operation and Maintenance Standards",
|
| 239 |
+
"history": "SOR/95-177, s. 7",
|
| 240 |
+
"last_amended": "2006-03-22",
|
| 241 |
+
"in_force": "2006-03-22",
|
| 242 |
+
"status": "in force",
|
| 243 |
+
"current_to": "2024-10-30",
|
| 244 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1065/section-13.html",
|
| 245 |
+
"id": "SOR-86-1065-s13",
|
| 246 |
+
"text": "13\n(1) Every licensee shall make a schedule of the charges payable for the services offered by the licensee and shall make the schedule available for examination by any person who requests to see it.\n(2) Any facilities, services, personnel and equipment provided by a licensee to an officer under any of paragraphs 11(1)(a) to (c) shall be provided free of charge.",
|
| 247 |
+
"citation": "Sufferance Warehouses Regs, s. 13"
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"act_code": "SOR-86-1065",
|
| 251 |
+
"act_short": "Sufferance Warehouses Regs",
|
| 252 |
+
"act_name": "Customs Sufferance Warehouses Regulations",
|
| 253 |
+
"section": "14",
|
| 254 |
+
"marginal_note": "",
|
| 255 |
+
"part": "PART II - Operation of Sufferance Warehouses",
|
| 256 |
+
"division": "",
|
| 257 |
+
"heading": "Receipt and Refusal of Goods",
|
| 258 |
+
"history": "SOR/2015-90, s. 21",
|
| 259 |
+
"last_amended": "2015-05-06",
|
| 260 |
+
"in_force": "2015-05-06",
|
| 261 |
+
"status": "in force",
|
| 262 |
+
"current_to": "2024-10-30",
|
| 263 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1065/section-14.html",
|
| 264 |
+
"id": "SOR-86-1065-s14",
|
| 265 |
+
"text": "14\n(1) Every licensee shall acknowledge the receipt of goods in the sufferance warehouse by electronic means.\n(2) However, if the goods were transported to Canada by or on behalf of a courier and will be released under subsection 32(4) of the Act before the accounting required under subsection 32(1) of the Act and the payment of duties, the licensee shall acknowledge the receipt of the goods in the sufferance warehouse by\n(a) endorsing the bill of lading, waybill or similar document presented by the carrier;\n(b) endorsing the customs document on which the goods were reported under the Reporting of Imported Goods Regulations; or\n(c) issuing a transfer document to the carrier.\n(3) For the purposes of subsection (2), courier has the same meaning as in section 2 of the Persons Authorized to Account for Casual Goods Regulations.",
|
| 266 |
+
"citation": "Sufferance Warehouses Regs, s. 14"
|
| 267 |
+
},
|
| 268 |
+
{
|
| 269 |
+
"act_code": "SOR-86-1065",
|
| 270 |
+
"act_short": "Sufferance Warehouses Regs",
|
| 271 |
+
"act_name": "Customs Sufferance Warehouses Regulations",
|
| 272 |
+
"section": "14.1",
|
| 273 |
+
"marginal_note": "",
|
| 274 |
+
"part": "PART II - Operation of Sufferance Warehouses",
|
| 275 |
+
"division": "",
|
| 276 |
+
"heading": "Receipt and Refusal of Goods",
|
| 277 |
+
"history": "SOR/95-519, s. 4",
|
| 278 |
+
"last_amended": "2006-03-22",
|
| 279 |
+
"in_force": "2006-03-22",
|
| 280 |
+
"status": "in force",
|
| 281 |
+
"current_to": "2024-10-30",
|
| 282 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1065/section-14.1.html",
|
| 283 |
+
"id": "SOR-86-1065-s14.1",
|
| 284 |
+
"text": "14.1 A licensee may refuse goods that are brought to the sufferance warehouse for safe-keeping when the storage of the goods is requested by or on behalf of a person who has an unpaid account for storage fees at the sufferance warehouse.",
|
| 285 |
+
"citation": "Sufferance Warehouses Regs, s. 14.1"
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"act_code": "SOR-86-1065",
|
| 289 |
+
"act_short": "Sufferance Warehouses Regs",
|
| 290 |
+
"act_name": "Customs Sufferance Warehouses Regulations",
|
| 291 |
+
"section": "14.2",
|
| 292 |
+
"marginal_note": "",
|
| 293 |
+
"part": "PART II - Operation of Sufferance Warehouses",
|
| 294 |
+
"division": "",
|
| 295 |
+
"heading": "Receipt and Refusal of Goods",
|
| 296 |
+
"history": "",
|
| 297 |
+
"last_amended": "2006-03-22",
|
| 298 |
+
"in_force": "2006-03-22",
|
| 299 |
+
"status": "repealed",
|
| 300 |
+
"current_to": "2024-10-30",
|
| 301 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1065/section-14.2.html",
|
| 302 |
+
"id": "SOR-86-1065-s14.2",
|
| 303 |
+
"text": "14.2 [Repealed, SOR/2005-211, s. 3]",
|
| 304 |
+
"citation": "Sufferance Warehouses Regs, s. 14.2"
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"act_code": "SOR-86-1065",
|
| 308 |
+
"act_short": "Sufferance Warehouses Regs",
|
| 309 |
+
"act_name": "Customs Sufferance Warehouses Regulations",
|
| 310 |
+
"section": "15",
|
| 311 |
+
"marginal_note": "",
|
| 312 |
+
"part": "PART II - Operation of Sufferance Warehouses",
|
| 313 |
+
"division": "",
|
| 314 |
+
"heading": "Time Limits",
|
| 315 |
+
"history": "SOR/95-519, s. 4; SOR/96-38, s. 6; SOR/96-152, s. 4; SOR/2005-211, ss. 4, 7(E); 2022, c. 10, s. 101; SOR/2024-41, s. 40",
|
| 316 |
+
"last_amended": "2024-10-21",
|
| 317 |
+
"in_force": "2006-03-22",
|
| 318 |
+
"status": "in force",
|
| 319 |
+
"current_to": "2024-10-30",
|
| 320 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1065/section-15.html",
|
| 321 |
+
"id": "SOR-86-1065-s15",
|
| 322 |
+
"text": "15\n(1) Subject to subsections (2) to (4.1), if goods in a sufferance warehouse have not been removed from the sufferance warehouse within 40 days after the day on which the goods were reported under section 12 of the Act, the goods may, at the end of that limitation period, be deposited in a place of safe-keeping as provided for in subsection 37(1) of the Act.\n(2) Where perishable goods in a sufferance warehouse have not been removed therefrom within four days after the day on which they were reported under section 12 of the Act, the goods may be deposited in a place of safe-keeping as provided for in subsection 37(1) of the Act.\n(3) If goods in a sufferance warehouse are nuclear substances as defined in section 2 of the Nuclear Safety and Control Act or prescribed equipment as defined in section 1 of the General Nuclear Safety and Control Regulations and have not been removed from that warehouse within 14 days after the day on which the goods are reported under section 12 of the Act, the goods may be deposited in a place of safe-keeping as provided for in subsection 37(1) of the Act.\n(4) For the purposes of subsection 39.1(1) of the Act, firearms, prohibited ammunition, prohibited devices, prohibited or restricted weapons, tobacco products and vaping products are goods of a prescribed class that are forfeit if they are not removed from a sufferance warehouse within 14 days after the day on which they were reported under section 12 of the Act.\n(4.1) For the purposes of subsection 39.1(1) of the Act, spirits are goods of a prescribed class that are forfeit if they are not removed from a sufferance warehouse within 21 days after the day on which they were reported under section 12 of the Act.\n(5) Every licensee shall provide the Agency with a list of all goods not removed from the sufferance warehouse within the time limit prescribed in subsection (1), (2), (3), (4) or (4.1), as the case may be, on the first business day following the end of that period.",
|
| 323 |
+
"citation": "Sufferance Warehouses Regs, s. 15"
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"act_code": "SOR-86-1065",
|
| 327 |
+
"act_short": "Sufferance Warehouses Regs",
|
| 328 |
+
"act_name": "Customs Sufferance Warehouses Regulations",
|
| 329 |
+
"section": "16",
|
| 330 |
+
"marginal_note": "",
|
| 331 |
+
"part": "PART II - Operation of Sufferance Warehouses",
|
| 332 |
+
"division": "",
|
| 333 |
+
"heading": "Time Limits",
|
| 334 |
+
"history": "",
|
| 335 |
+
"last_amended": "2006-03-22",
|
| 336 |
+
"in_force": "2006-03-22",
|
| 337 |
+
"status": "repealed",
|
| 338 |
+
"current_to": "2024-10-30",
|
| 339 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1065/section-16.html",
|
| 340 |
+
"id": "SOR-86-1065-s16",
|
| 341 |
+
"text": "16 [Repealed, SOR/96-38, s. 7]",
|
| 342 |
+
"citation": "Sufferance Warehouses Regs, s. 16"
|
| 343 |
+
},
|
| 344 |
+
{
|
| 345 |
+
"act_code": "SOR-86-1065",
|
| 346 |
+
"act_short": "Sufferance Warehouses Regs",
|
| 347 |
+
"act_name": "Customs Sufferance Warehouses Regulations",
|
| 348 |
+
"section": "17",
|
| 349 |
+
"marginal_note": "",
|
| 350 |
+
"part": "PART II - Operation of Sufferance Warehouses",
|
| 351 |
+
"division": "",
|
| 352 |
+
"heading": "Alteration of Goods",
|
| 353 |
+
"history": "SOR/88-85; SOR/96-152, s. 5; SOR/98-53, s. 9; SOR/2002-131, s. 1; SOR/2005-211, s. 5; 2022, c. 10, s. 102",
|
| 354 |
+
"last_amended": "2022-10-01",
|
| 355 |
+
"in_force": "2006-03-22",
|
| 356 |
+
"status": "in force",
|
| 357 |
+
"current_to": "2024-10-30",
|
| 358 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1065/section-17.html",
|
| 359 |
+
"id": "SOR-86-1065-s17",
|
| 360 |
+
"text": "17 Every licensee shall ensure that goods are manipulated, unpacked, packed, altered or combined with other goods while in a sufferance warehouse only for the purpose of\n(a) stamping the goods, if the goods consist of\n(i) imported raw leaf tobacco or imported tobacco products that are placed in the sufferance warehouse in accordance with section 39 of the Excise Act, 2001, or\n(ii) imported vaping products that are placed in the sufferance warehouse in accordance with section 158.51 of the Excise Act, 2001;\n(b) marking the goods, if the goods consist of special containers of spirits or wine, imported by an excise warehouse licensee, that are placed in the sufferance warehouse in accordance with section 80 or 85 of the Excise Act, 2001; or\n(c) marking the goods, if the goods consist of goods in respect of which any regulations made under paragraph 19(1)(a) of the Customs Tariff apply.",
|
| 361 |
+
"citation": "Sufferance Warehouses Regs, s. 17"
|
| 362 |
+
}
|
| 363 |
+
]
|
data/processed/SOR-86-1072.json
ADDED
|
@@ -0,0 +1,401 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"act_code": "SOR-86-1072",
|
| 4 |
+
"act_short": "Duty Free Shop Regs",
|
| 5 |
+
"act_name": "Duty Free Shop Regulations",
|
| 6 |
+
"section": "1",
|
| 7 |
+
"marginal_note": "",
|
| 8 |
+
"part": "",
|
| 9 |
+
"division": "",
|
| 10 |
+
"heading": "",
|
| 11 |
+
"history": "",
|
| 12 |
+
"last_amended": "2024-10-21",
|
| 13 |
+
"in_force": "2024-10-21",
|
| 14 |
+
"status": "repealed",
|
| 15 |
+
"current_to": "2024-10-30",
|
| 16 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1072/section-1.html",
|
| 17 |
+
"id": "SOR-86-1072-s1",
|
| 18 |
+
"text": "1 [Repealed, SOR/2024-41, s. 53]",
|
| 19 |
+
"citation": "Duty Free Shop Regs, s. 1"
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"act_code": "SOR-86-1072",
|
| 23 |
+
"act_short": "Duty Free Shop Regs",
|
| 24 |
+
"act_name": "Duty Free Shop Regulations",
|
| 25 |
+
"section": "2",
|
| 26 |
+
"marginal_note": "",
|
| 27 |
+
"part": "",
|
| 28 |
+
"division": "",
|
| 29 |
+
"heading": "Interpretation",
|
| 30 |
+
"history": "SOR/96-153, s. 1; SOR/2002-218, s. 1; SOR/2005-212, s. 1",
|
| 31 |
+
"last_amended": "2006-03-22",
|
| 32 |
+
"in_force": "2006-03-22",
|
| 33 |
+
"status": "in force",
|
| 34 |
+
"current_to": "2024-10-30",
|
| 35 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1072/section-2.html",
|
| 36 |
+
"id": "SOR-86-1072-s2",
|
| 37 |
+
"text": "2 In these Regulations,\nAct means the Customs Act; (Loi)\napplicant means a person who applies for a licence; (demandeur)\nbeer means beer or malt liquor as defined in section 4 of the Excise Act; (bière)\nborder crossing point means a place on the international border between Canada and the United States at which there is a customs office; (poste frontalier)\nchief officer of customs, with respect to a duty free shop or a proposed duty free shop, means the manager of the customs office or customs offices that serve the area in which the duty free shop is located or is proposed to be located; (agent en chef des douanes)\nDepartment[Repealed, SOR/2002-218, s. 1]\nexcisable goods means spirits, wine, beer or tobacco products; (marchandises assujetties à l’accise)\nexcise warehouse has the same meaning as in section 2 of the Excise Act, 2001; (entrepôt d’accise)\nintoxicating liquor has the same meaning as in the Importation of Intoxicating Liquors Act; (boisson enivrante)\nlicence means a licence to operate a place as a duty free shop; (agrément)\nlicensee means a person to whom a licence has been issued; (exploitant)\npermanent resident has the same meaning as in the Immigration Act, 1976. (résident permanent)",
|
| 38 |
+
"citation": "Duty Free Shop Regs, s. 2"
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"act_code": "SOR-86-1072",
|
| 42 |
+
"act_short": "Duty Free Shop Regs",
|
| 43 |
+
"act_name": "Duty Free Shop Regulations",
|
| 44 |
+
"section": "3",
|
| 45 |
+
"marginal_note": "",
|
| 46 |
+
"part": "PART I - Licensing of Duty Free Shops",
|
| 47 |
+
"division": "",
|
| 48 |
+
"heading": "Issuance of Licence",
|
| 49 |
+
"history": "SOR/92-189, s. 1; SOR/96-153, s. 2; SOR/2002-218, s. 2; SOR/2005-182, s. 1; SOR/2019-259, s. 1; SOR/2024-41, s. 54",
|
| 50 |
+
"last_amended": "2024-10-21",
|
| 51 |
+
"in_force": "2006-03-22",
|
| 52 |
+
"status": "in force",
|
| 53 |
+
"current_to": "2024-10-30",
|
| 54 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1072/section-3.html",
|
| 55 |
+
"id": "SOR-86-1072-s3-p1",
|
| 56 |
+
"text": "3\n(1) For the purposes of section 24 of the Act and subject to subsection (6), a licence may be issued to any qualified person who makes an application in accordance with subsection (2) and who gives the security required under section 4.\n(2) The person must submit the application for a licence in the prescribed form by means of the electronic system specified by the Minister.\n(3) A corporation is qualified to operate a duty free shop at a border crossing point if\n(a) the corporation is incorporated in Canada;\n(b) all the shares of the corporation are beneficially owned by\n(i) a Canadian citizen or permanent resident,\n(ii) another corporation that is incorporated in Canada all of whose shares are beneficially owned by a Canadian citizen or permanent resident, or\n(iii) both a Canadian citizen or permanent resident and that other corporation; and\n(c) the Canadian citizen or permanent resident referred to in paragraph (b)\n(i) is of good character,\n(ii) maintains their principal residence in Canada, and\n(iii) resided in Canada for at least 183 days of the year before the year in which the corporation makes the application for the licence.\n(4) A person other than a corporation is qualified to operate a duty free shop at a border crossing point if the person\n(a) is a Canadian citizen or a permanent resident;\n(b) is of good character;\n(c) maintains his principal residence in Canada; and\n(d) resided in Canada for at least 183 days of the year preceding the year in which the person makes the application for the licence.\n(5) A person is qualified to operate a duty free shop at an airport or at a border crossing point if the person has been granted a lease or other right to occupy the place proposed as the duty free shop.",
|
| 57 |
+
"citation": "Duty Free Shop Regs, s. 3 (part 1 of 2)"
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"act_code": "SOR-86-1072",
|
| 61 |
+
"act_short": "Duty Free Shop Regs",
|
| 62 |
+
"act_name": "Duty Free Shop Regulations",
|
| 63 |
+
"section": "3",
|
| 64 |
+
"marginal_note": "",
|
| 65 |
+
"part": "PART I - Licensing of Duty Free Shops",
|
| 66 |
+
"division": "",
|
| 67 |
+
"heading": "Issuance of Licence",
|
| 68 |
+
"history": "SOR/92-189, s. 1; SOR/96-153, s. 2; SOR/2002-218, s. 2; SOR/2005-182, s. 1; SOR/2019-259, s. 1; SOR/2024-41, s. 54",
|
| 69 |
+
"last_amended": "2024-10-21",
|
| 70 |
+
"in_force": "2006-03-22",
|
| 71 |
+
"status": "in force",
|
| 72 |
+
"current_to": "2024-10-30",
|
| 73 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1072/section-3.html",
|
| 74 |
+
"id": "SOR-86-1072-s3-p2",
|
| 75 |
+
"text": "(6) The Minister shall not issue a licence to an applicant unless\n(a) the applicant meets the qualifications referred to in subsection (3) or (4) and subsection (5) in the case of a duty free shop at a border crossing point, or subsection (5) in the case of a duty free shop at an airport;\n(b) [Repealed, SOR/96-153, s. 2]\n(c) [Repealed, SOR/2019-259, s. 1]\n(d) [Repealed, SOR/2019-259, s. 1]\n(e) an adequate range of goods is not available in, or adequate service is not provided by, any duty free shop already located in the area in which the proposed duty free shop is to be located;\n(f) the establishment of a duty free shop will not impede the flow of traffic in the vicinity in which the proposed duty free shop is to be located; and\n(g) the Agency is able to provide customs services with respect to the proposed duty free shop.\n(7) [Repealed, SOR/96-153, s. 2]",
|
| 76 |
+
"citation": "Duty Free Shop Regs, s. 3 (part 2 of 2)"
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"act_code": "SOR-86-1072",
|
| 80 |
+
"act_short": "Duty Free Shop Regs",
|
| 81 |
+
"act_name": "Duty Free Shop Regulations",
|
| 82 |
+
"section": "4",
|
| 83 |
+
"marginal_note": "",
|
| 84 |
+
"part": "PART I - Licensing of Duty Free Shops",
|
| 85 |
+
"division": "",
|
| 86 |
+
"heading": "Security",
|
| 87 |
+
"history": "SOR/91-274; SOR/2001-197, s. 7; SOR/2024-41, s. 55",
|
| 88 |
+
"last_amended": "2024-10-21",
|
| 89 |
+
"in_force": "2006-03-22",
|
| 90 |
+
"status": "in force",
|
| 91 |
+
"current_to": "2024-10-30",
|
| 92 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1072/section-4.html",
|
| 93 |
+
"id": "SOR-86-1072-s4",
|
| 94 |
+
"text": "4\n(1) An applicant must, before a licence is issued to them, give security in accordance with the requirements of the Financial Security (Electronic Means) Regulations and in an amount that is determined by the Minister and that is not less than $10,000.\n(2) The Minister may at any time require a licensee to increase the amount of security given under subsection (1) to an amount sufficient to ensure the payment of any duties payable in respect of the goods in the duty free shop.\n(3) [Repealed, SOR/2024-41, s. 55]",
|
| 95 |
+
"citation": "Duty Free Shop Regs, s. 4"
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"act_code": "SOR-86-1072",
|
| 99 |
+
"act_short": "Duty Free Shop Regs",
|
| 100 |
+
"act_name": "Duty Free Shop Regulations",
|
| 101 |
+
"section": "5",
|
| 102 |
+
"marginal_note": "",
|
| 103 |
+
"part": "PART I - Licensing of Duty Free Shops",
|
| 104 |
+
"division": "",
|
| 105 |
+
"heading": "Security",
|
| 106 |
+
"history": "",
|
| 107 |
+
"last_amended": "2006-03-22",
|
| 108 |
+
"in_force": "2006-03-22",
|
| 109 |
+
"status": "repealed",
|
| 110 |
+
"current_to": "2024-10-30",
|
| 111 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1072/section-5.html",
|
| 112 |
+
"id": "SOR-86-1072-s5",
|
| 113 |
+
"text": "5 [Repealed, SOR/2002-218, s. 3]",
|
| 114 |
+
"citation": "Duty Free Shop Regs, s. 5"
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"act_code": "SOR-86-1072",
|
| 118 |
+
"act_short": "Duty Free Shop Regs",
|
| 119 |
+
"act_name": "Duty Free Shop Regulations",
|
| 120 |
+
"section": "6",
|
| 121 |
+
"marginal_note": "",
|
| 122 |
+
"part": "PART I - Licensing of Duty Free Shops",
|
| 123 |
+
"division": "",
|
| 124 |
+
"heading": "Term of Licence",
|
| 125 |
+
"history": "SOR/2019-259, s. 2",
|
| 126 |
+
"last_amended": "2019-06-25",
|
| 127 |
+
"in_force": "2006-03-22",
|
| 128 |
+
"status": "in force",
|
| 129 |
+
"current_to": "2024-10-30",
|
| 130 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1072/section-6.html",
|
| 131 |
+
"id": "SOR-86-1072-s6",
|
| 132 |
+
"text": "6\n(1) Subject to subsection (2), a licence is valid for a period beginning on the date indicated on the licence as being the date on which the licence becomes effective and ending on the date indicated on the licence as being the date on which the licence expires.\n(2) No licence shall be valid for more than 10 years.",
|
| 133 |
+
"citation": "Duty Free Shop Regs, s. 6"
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"act_code": "SOR-86-1072",
|
| 137 |
+
"act_short": "Duty Free Shop Regs",
|
| 138 |
+
"act_name": "Duty Free Shop Regulations",
|
| 139 |
+
"section": "7",
|
| 140 |
+
"marginal_note": "",
|
| 141 |
+
"part": "PART I - Licensing of Duty Free Shops",
|
| 142 |
+
"division": "",
|
| 143 |
+
"heading": "Amendment of Licence",
|
| 144 |
+
"history": "",
|
| 145 |
+
"last_amended": "2006-03-22",
|
| 146 |
+
"in_force": "2006-03-22",
|
| 147 |
+
"status": "in force",
|
| 148 |
+
"current_to": "2024-10-30",
|
| 149 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1072/section-7.html",
|
| 150 |
+
"id": "SOR-86-1072-s7",
|
| 151 |
+
"text": "7\n(1) The Minister may amend a licence only for the following purposes:\n(a) subject to subsection (2),\n(i) to change a restriction specified in the licence as to the classes of goods that may be received in the duty free shop, or to specify such a restriction,\n(ii) to change the circumstances specified in the licence in which goods may be received in the duty free shop, or to specify such circumstances; or\n(b) to change the name of the licensee, where the name of the licensee is changed.\n(2) The Minister may amend a licence for the purposes set out in subparagraph (1)(a)(i) or (ii) only where he has given 90 days notice of the proposed amendment.",
|
| 152 |
+
"citation": "Duty Free Shop Regs, s. 7"
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"act_code": "SOR-86-1072",
|
| 156 |
+
"act_short": "Duty Free Shop Regs",
|
| 157 |
+
"act_name": "Duty Free Shop Regulations",
|
| 158 |
+
"section": "8",
|
| 159 |
+
"marginal_note": "",
|
| 160 |
+
"part": "PART I - Licensing of Duty Free Shops",
|
| 161 |
+
"division": "",
|
| 162 |
+
"heading": "Cancellation or Suspension of Licences",
|
| 163 |
+
"history": "SOR/96-153, s. 3",
|
| 164 |
+
"last_amended": "2006-03-22",
|
| 165 |
+
"in_force": "2006-03-22",
|
| 166 |
+
"status": "in force",
|
| 167 |
+
"current_to": "2024-10-30",
|
| 168 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1072/section-8.html",
|
| 169 |
+
"id": "SOR-86-1072-s8",
|
| 170 |
+
"text": "8 The Minister may cancel a licence where the licensee\n(a) no longer owns or leases the place that is licensed as a duty free shop;\n(b) requests the Minister in writing to cancel the licence; or\n(c) is bankrupt.",
|
| 171 |
+
"citation": "Duty Free Shop Regs, s. 8"
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"act_code": "SOR-86-1072",
|
| 175 |
+
"act_short": "Duty Free Shop Regs",
|
| 176 |
+
"act_name": "Duty Free Shop Regulations",
|
| 177 |
+
"section": "9",
|
| 178 |
+
"marginal_note": "",
|
| 179 |
+
"part": "PART I - Licensing of Duty Free Shops",
|
| 180 |
+
"division": "",
|
| 181 |
+
"heading": "Cancellation or Suspension of Licences",
|
| 182 |
+
"history": "SOR/96-153, s. 4; SOR/2002-218, s. 4; SOR/2005-182, s. 2",
|
| 183 |
+
"last_amended": "2006-03-22",
|
| 184 |
+
"in_force": "2006-03-22",
|
| 185 |
+
"status": "in force",
|
| 186 |
+
"current_to": "2024-10-30",
|
| 187 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1072/section-9.html",
|
| 188 |
+
"id": "SOR-86-1072-s9",
|
| 189 |
+
"text": "9\n(1) Subject to section 10, the Minister may suspend or cancel a licence where the licensee\n(a) is the subject of a receivership in respect of his debts;\n(b) fails to comply with any Act of Parliament, or any regulation made pursuant thereto, that prohibits, controls or regulates the importation or exportation of goods, or that relates to customs and excise;\n(c) [Repealed, SOR/96-153, s. 4]\n(d) has, in the course of his operation of the duty free shop, acted dishonestly in his business dealings with customers, suppliers, customs brokers, carriers, Her Majesty or servants of Her Majesty; or\n(e) has failed to carry out, within a reasonable time and in a reasonable manner, any proposal made in the application for the licence.\n(2) Subject to section 10, the Minister may suspend or cancel a licence where\n(a) the volume of goods sold in the duty free shop is no longer sufficient to warrant the continued operation of the duty free shop;\n(b) there is no longer a need for a duty free shop in the area in which the duty free shop is located;\n(c) the Agency is no longer able to provide customs services with respect to the duty free shop; or\n(d) the licensee has altered the structure of the duty free shop in a manner that\n(i) contravenes a requirement related to the storage or sale of goods set out in the Act or in these Regulations,\n(ii) impedes the flow of traffic in the vicinity in which the duty free shop is located, or\n(iii) detrimentally affects the immediate export of goods.\n(3) Subject to section 10, the Minister may cancel a licence where the licensee\n(a) has made a misrepresentation in the application for the licence; or\n(b) no longer qualifies under these Regulations for a licence.",
|
| 190 |
+
"citation": "Duty Free Shop Regs, s. 9"
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"act_code": "SOR-86-1072",
|
| 194 |
+
"act_short": "Duty Free Shop Regs",
|
| 195 |
+
"act_name": "Duty Free Shop Regulations",
|
| 196 |
+
"section": "10",
|
| 197 |
+
"marginal_note": "",
|
| 198 |
+
"part": "PART I - Licensing of Duty Free Shops",
|
| 199 |
+
"division": "",
|
| 200 |
+
"heading": "Cancellation or Suspension of Licences",
|
| 201 |
+
"history": "SOR/96-153, s. 5",
|
| 202 |
+
"last_amended": "2006-03-22",
|
| 203 |
+
"in_force": "2006-03-22",
|
| 204 |
+
"status": "in force",
|
| 205 |
+
"current_to": "2024-10-30",
|
| 206 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1072/section-10.html",
|
| 207 |
+
"id": "SOR-86-1072-s10",
|
| 208 |
+
"text": "10\n(1) The Minister shall, immediately after suspending a licence, give to the licensee a notice confirming the suspension and providing all relevant information concerning the grounds on which the Minister has suspended the licence.\n(2) The licensee may, within 30 days after the day on which the licence is suspended, make representations to the Minister regarding why the licence should be reinstated.\n(3) The Minister shall, before cancelling a licence under section 9, give the licensee 90 days notice of the proposed cancellation and provide the licensee with all relevant information concerning the grounds on which the Minister proposes to cancel the licence.\n(4) The licensee may, within 90 days after the day on which the notice referred to in subsection (3) is given, make representations to the Minister regarding why the licence should not be cancelled.",
|
| 209 |
+
"citation": "Duty Free Shop Regs, s. 10"
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"act_code": "SOR-86-1072",
|
| 213 |
+
"act_short": "Duty Free Shop Regs",
|
| 214 |
+
"act_name": "Duty Free Shop Regulations",
|
| 215 |
+
"section": "11",
|
| 216 |
+
"marginal_note": "",
|
| 217 |
+
"part": "PART I - Licensing of Duty Free Shops",
|
| 218 |
+
"division": "",
|
| 219 |
+
"heading": "Reinstatement and Renewal of Licences",
|
| 220 |
+
"history": "",
|
| 221 |
+
"last_amended": "2006-03-22",
|
| 222 |
+
"in_force": "2006-03-22",
|
| 223 |
+
"status": "in force",
|
| 224 |
+
"current_to": "2024-10-30",
|
| 225 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1072/section-11.html",
|
| 226 |
+
"id": "SOR-86-1072-s11",
|
| 227 |
+
"text": "11 The Minister may reinstate a suspended licence where the Minister is satisfied that the cause for the suspension no longer exists.",
|
| 228 |
+
"citation": "Duty Free Shop Regs, s. 11"
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"act_code": "SOR-86-1072",
|
| 232 |
+
"act_short": "Duty Free Shop Regs",
|
| 233 |
+
"act_name": "Duty Free Shop Regulations",
|
| 234 |
+
"section": "12",
|
| 235 |
+
"marginal_note": "",
|
| 236 |
+
"part": "PART I - Licensing of Duty Free Shops",
|
| 237 |
+
"division": "",
|
| 238 |
+
"heading": "Reinstatement and Renewal of Licences",
|
| 239 |
+
"history": "SOR/2002-218, s. 5; SOR/2005-182, s. 3",
|
| 240 |
+
"last_amended": "2006-03-22",
|
| 241 |
+
"in_force": "2006-03-22",
|
| 242 |
+
"status": "in force",
|
| 243 |
+
"current_to": "2024-10-30",
|
| 244 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1072/section-12.html",
|
| 245 |
+
"id": "SOR-86-1072-s12",
|
| 246 |
+
"text": "12 The Minister may renew a licence on the expiration of its term on condition that\n(a) in the case of a duty free shop at a border crossing point, the licensee submits an application in the prescribed form to the Commissioner at least 90 days before the date on which the licence is to expire;\n(b) in the case of a duty free shop at an airport, the licensee has been granted a new lease, an extension of the existing lease or a new right to occupy the place operated as a duty free shop; and\n(c) no grounds exist for the Minister to suspend or cancel the licence.",
|
| 247 |
+
"citation": "Duty Free Shop Regs, s. 12"
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"act_code": "SOR-86-1072",
|
| 251 |
+
"act_short": "Duty Free Shop Regs",
|
| 252 |
+
"act_name": "Duty Free Shop Regulations",
|
| 253 |
+
"section": "13",
|
| 254 |
+
"marginal_note": "",
|
| 255 |
+
"part": "PART II - Operation of Duty Free Shops",
|
| 256 |
+
"division": "",
|
| 257 |
+
"heading": "Facilities, Services and Standards",
|
| 258 |
+
"history": "SOR/96-153, s. 6; SOR/2019-259, s. 3",
|
| 259 |
+
"last_amended": "2019-06-25",
|
| 260 |
+
"in_force": "2006-03-22",
|
| 261 |
+
"status": "in force",
|
| 262 |
+
"current_to": "2024-10-30",
|
| 263 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1072/section-13.html",
|
| 264 |
+
"id": "SOR-86-1072-s13",
|
| 265 |
+
"text": "13\n(1) Every licensee shall, at the duty free shop in respect of which his licence was issued,\n(a) [Repealed, SOR/2019-259, s. 3]\n(b) [Repealed, SOR/2019-259, s. 3]\n(c) provide service in English and French if the duty free shop is located in an area in which customs services are provided in English and French; and\n(d) display notices in English and French indicating\n(i) that the goods sold in the duty free shop are for immediate exportation only and must be reported under the Act if they are returned to Canada,\n(ii) the circumstances in which goods imported into the United States by individuals are exempt from duties, and\n(iii) the circumstances in which goods imported into Canada by individuals are exempt from duties.\n(e) and (f) [Repealed, SOR/96-153, s. 6]\n(2) Where a duty free shop forms only part of a building, the licensee shall keep the duty free shop separate from the remainder of the building by a partition or other suitable structure.\n(3) [Repealed, SOR/96-153, s. 6]",
|
| 266 |
+
"citation": "Duty Free Shop Regs, s. 13"
|
| 267 |
+
},
|
| 268 |
+
{
|
| 269 |
+
"act_code": "SOR-86-1072",
|
| 270 |
+
"act_short": "Duty Free Shop Regs",
|
| 271 |
+
"act_name": "Duty Free Shop Regulations",
|
| 272 |
+
"section": "14",
|
| 273 |
+
"marginal_note": "",
|
| 274 |
+
"part": "PART II - Operation of Duty Free Shops",
|
| 275 |
+
"division": "",
|
| 276 |
+
"heading": "Facilities, Services and Standards",
|
| 277 |
+
"history": "SOR/2005-212, s. 2; SOR/2019-259, s. 4",
|
| 278 |
+
"last_amended": "2019-06-25",
|
| 279 |
+
"in_force": "2006-03-22",
|
| 280 |
+
"status": "in force",
|
| 281 |
+
"current_to": "2024-10-30",
|
| 282 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1072/section-14.html",
|
| 283 |
+
"id": "SOR-86-1072-s14",
|
| 284 |
+
"text": "14 Every licensee shall ensure that\n(a) [Repealed, SOR/2019-259, s. 4]\n(b) the goods received in the duty free shop are held in an area designated by the chief officer of customs until, in the case of imported goods, those goods have been accounted for under the Act or, in the case of domestic goods, those goods have been approved by an officer for entry into the licensee’s inventory;\n(c) the duty free shop may be locked and sealed by an officer where the chief officer of customs requests that the duty free shop be locked and sealed, for the purpose of enabling an officer to check the goods therein against the licensee’s records of inventory;\n(d) the duty free shop may be locked and sealed by an officer in the event that the licensee’s licence expires or is cancelled or suspended and may be kept locked and sealed until\n(i) in the case of goods in it other than excisable goods, the duties and taxes payable on the goods have been paid or the goods have been disposed of in accordance with the laws relating to customs and excise, and\n(ii) in the case of goods in it that are excisable goods, the goods have been disposed of in accordance with the laws relating to customs and excise or, in the case of intoxicating liquor, in accordance with the laws relating to intoxicating liquor of the province in which the duty free shop is located; and\n(e) the duty free shop is kept suitable for the safe-keeping of the goods stored in it.",
|
| 285 |
+
"citation": "Duty Free Shop Regs, s. 14"
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"act_code": "SOR-86-1072",
|
| 289 |
+
"act_short": "Duty Free Shop Regs",
|
| 290 |
+
"act_name": "Duty Free Shop Regulations",
|
| 291 |
+
"section": "15",
|
| 292 |
+
"marginal_note": "",
|
| 293 |
+
"part": "PART II - Operation of Duty Free Shops",
|
| 294 |
+
"division": "",
|
| 295 |
+
"heading": "Facilities, Services and Standards",
|
| 296 |
+
"history": "SOR/2005-212, ss. 3, 4(F)",
|
| 297 |
+
"last_amended": "2006-03-22",
|
| 298 |
+
"in_force": "2006-03-22",
|
| 299 |
+
"status": "in force",
|
| 300 |
+
"current_to": "2024-10-30",
|
| 301 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1072/section-15.html",
|
| 302 |
+
"id": "SOR-86-1072-s15",
|
| 303 |
+
"text": "15\n(1) No intoxicating liquor shall be sold in a duty free shop in a province unless the licensee has obtained written approval to sell intoxicating liquor from the board, commission or agency that is authorized by the laws of the province to sell or to authorize the sale of intoxicating liquor in that province.\n(2) Unless a licensee has obtained written approval for the transfer from the board, commission or agency described in subsection (1), an intoxicating liquor shall not be transferred within the same province\n(a) in the case of intoxicating liquors, from a duty free shop to another duty free shop;\n(b) in the case of beer, from a duty free shop to a bonded warehouse; or\n(c) in the case of wine or spirits,\n(i) from a duty free shop to a bonded warehouse or an excise warehouse, or\n(ii) from an excise warehouse to a duty free shop.",
|
| 304 |
+
"citation": "Duty Free Shop Regs, s. 15"
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"act_code": "SOR-86-1072",
|
| 308 |
+
"act_short": "Duty Free Shop Regs",
|
| 309 |
+
"act_name": "Duty Free Shop Regulations",
|
| 310 |
+
"section": "16",
|
| 311 |
+
"marginal_note": "",
|
| 312 |
+
"part": "PART II - Operation of Duty Free Shops",
|
| 313 |
+
"division": "",
|
| 314 |
+
"heading": "Receipt of Goods",
|
| 315 |
+
"history": "SOR/2019-259, s. 5; SOR/2024-41, s. 56",
|
| 316 |
+
"last_amended": "2024-10-21",
|
| 317 |
+
"in_force": "2006-03-22",
|
| 318 |
+
"status": "in force",
|
| 319 |
+
"current_to": "2024-10-30",
|
| 320 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1072/section-16.html",
|
| 321 |
+
"id": "SOR-86-1072-s16",
|
| 322 |
+
"text": "16\n(1) Every licensee shall, on the arrival of goods at the duty free shop in respect of which his licence was issued,\n(a) acknowledge the receipt of the goods by\n(i) endorsing the bill of lading, way-bill or other similar transportation document presented to him by the carrier, or\n(ii) endorsing the document by which the licensee accounts for inventory.\n(b) [Repealed, SOR/2019-259, s. 5]\n(2) Before any goods are taken into a duty free shop, the licensee must provide to the Minister any documents required under the Act or any of its regulations.",
|
| 323 |
+
"citation": "Duty Free Shop Regs, s. 16"
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"act_code": "SOR-86-1072",
|
| 327 |
+
"act_short": "Duty Free Shop Regs",
|
| 328 |
+
"act_name": "Duty Free Shop Regulations",
|
| 329 |
+
"section": "17",
|
| 330 |
+
"marginal_note": "",
|
| 331 |
+
"part": "PART II - Operation of Duty Free Shops",
|
| 332 |
+
"division": "",
|
| 333 |
+
"heading": "Provision of Information",
|
| 334 |
+
"history": "",
|
| 335 |
+
"last_amended": "2019-06-25",
|
| 336 |
+
"in_force": "2019-06-25",
|
| 337 |
+
"status": "repealed",
|
| 338 |
+
"current_to": "2024-10-30",
|
| 339 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1072/section-17.html",
|
| 340 |
+
"id": "SOR-86-1072-s17",
|
| 341 |
+
"text": "17 [Repealed, SOR/2019-259, s. 6]",
|
| 342 |
+
"citation": "Duty Free Shop Regs, s. 17"
|
| 343 |
+
},
|
| 344 |
+
{
|
| 345 |
+
"act_code": "SOR-86-1072",
|
| 346 |
+
"act_short": "Duty Free Shop Regs",
|
| 347 |
+
"act_name": "Duty Free Shop Regulations",
|
| 348 |
+
"section": "17.1",
|
| 349 |
+
"marginal_note": "",
|
| 350 |
+
"part": "PART II - Operation of Duty Free Shops",
|
| 351 |
+
"division": "",
|
| 352 |
+
"heading": "Provision of Information",
|
| 353 |
+
"history": "SOR/2005-182, s. 5; SOR/2024-41, s. 57",
|
| 354 |
+
"last_amended": "2024-10-21",
|
| 355 |
+
"in_force": "2024-10-21",
|
| 356 |
+
"status": "in force",
|
| 357 |
+
"current_to": "2024-10-30",
|
| 358 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1072/section-17.1.html",
|
| 359 |
+
"id": "SOR-86-1072-s17.1",
|
| 360 |
+
"text": "17.1 Every licensee that is a corporation must provide to the Minister, by means of the electronic system specified by the Minister, written notice 90 days before a proposed change in the beneficial ownership of the shares of a corporation referred to in subsection 3(3).",
|
| 361 |
+
"citation": "Duty Free Shop Regs, s. 17.1"
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"act_code": "SOR-86-1072",
|
| 365 |
+
"act_short": "Duty Free Shop Regs",
|
| 366 |
+
"act_name": "Duty Free Shop Regulations",
|
| 367 |
+
"section": "18",
|
| 368 |
+
"marginal_note": "",
|
| 369 |
+
"part": "PART II - Operation of Duty Free Shops",
|
| 370 |
+
"division": "",
|
| 371 |
+
"heading": "Transfer of Ownership of Goods",
|
| 372 |
+
"history": "SOR/96-153, s. 7; SOR/2005-212, s. 4(F)",
|
| 373 |
+
"last_amended": "2006-03-22",
|
| 374 |
+
"in_force": "2006-03-22",
|
| 375 |
+
"status": "in force",
|
| 376 |
+
"current_to": "2024-10-30",
|
| 377 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1072/section-18.html",
|
| 378 |
+
"id": "SOR-86-1072-s18",
|
| 379 |
+
"text": "18\n(1) Subject to subsections (2) to (4), the ownership of goods in a duty free shop may be transferred only by sale to persons who are about to leave Canada.\n(2) The ownership of goods in a duty free shop may be transferred to the person who sold them to the licensee, on condition that the goods are dealt with in accordance with the laws relating to customs and excise.\n(3) The ownership of goods in a duty free shop may be transferred to a person having a licence in respect of another duty free shop, on condition that the goods are dealt with in accordance with any law relating to customs and excise, and, in the case of intoxicating liquor, in accordance with section 15.\n(4) Where a licensee’s licence is about to expire or be cancelled and a new licensee is to be licensed to operate a duty free shop on the same premises as the premises of the licensee, the ownership of the goods in the duty free shop may be transferred to the proposed new licensee.",
|
| 380 |
+
"citation": "Duty Free Shop Regs, s. 18"
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"act_code": "SOR-86-1072",
|
| 384 |
+
"act_short": "Duty Free Shop Regs",
|
| 385 |
+
"act_name": "Duty Free Shop Regulations",
|
| 386 |
+
"section": "19",
|
| 387 |
+
"marginal_note": "",
|
| 388 |
+
"part": "PART II - Operation of Duty Free Shops",
|
| 389 |
+
"division": "",
|
| 390 |
+
"heading": "Transfer of Ownership of Goods",
|
| 391 |
+
"history": "SOR/95-519, s. 5",
|
| 392 |
+
"last_amended": "2006-03-22",
|
| 393 |
+
"in_force": "2006-03-22",
|
| 394 |
+
"status": "in force",
|
| 395 |
+
"current_to": "2024-10-30",
|
| 396 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-1072/section-19.html",
|
| 397 |
+
"id": "SOR-86-1072-s19",
|
| 398 |
+
"text": "19 No licensee shall sell, give or in any other manner convey any tobacco product to a person under the age of eighteen years.",
|
| 399 |
+
"citation": "Duty Free Shop Regs, s. 19"
|
| 400 |
+
}
|
| 401 |
+
]
|
data/processed/SOR-86-873.json
CHANGED
|
@@ -1480,5 +1480,252 @@
|
|
| 1480 |
"id": "SOR-86-873-s36",
|
| 1481 |
"text": "36 For the purposes of subsection 18(2) of the Act, proof that duties have been paid or of any of the events described in paragraphs (a) to (f) thereof shall be given in writing to an officer within 70 days after the date on which the duties are claimed to have been paid or the events are claimed to have happened.",
|
| 1482 |
"citation": "Reporting of Imported Goods Regs, s. 36"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1483 |
}
|
| 1484 |
]
|
|
|
|
| 1480 |
"id": "SOR-86-873-s36",
|
| 1481 |
"text": "36 For the purposes of subsection 18(2) of the Act, proof that duties have been paid or of any of the events described in paragraphs (a) to (f) thereof shall be given in writing to an officer within 70 days after the date on which the duties are claimed to have been paid or the events are claimed to have happened.",
|
| 1482 |
"citation": "Reporting of Imported Goods Regs, s. 36"
|
| 1483 |
+
},
|
| 1484 |
+
{
|
| 1485 |
+
"act_code": "SOR-86-873",
|
| 1486 |
+
"act_short": "Reporting of Imported Goods Regs",
|
| 1487 |
+
"act_name": "Reporting of Imported Goods Regulations",
|
| 1488 |
+
"section": "Schedule 1",
|
| 1489 |
+
"marginal_note": "Conveyance Data",
|
| 1490 |
+
"part": "SCHEDULES",
|
| 1491 |
+
"division": "",
|
| 1492 |
+
"heading": "Schedule 1",
|
| 1493 |
+
"history": "",
|
| 1494 |
+
"last_amended": "2015-05-06",
|
| 1495 |
+
"in_force": "2015-05-06",
|
| 1496 |
+
"status": "in force",
|
| 1497 |
+
"current_to": "2019-06-21",
|
| 1498 |
+
"citation": "Reporting of Imported Goods Regs, Schedule 1 (part 1 of 3)",
|
| 1499 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-873/",
|
| 1500 |
+
"id": "SOR-86-873-sched1-p1",
|
| 1501 |
+
"text": "Conveyance Data — (Paragraph\nPART 1\n1 Numeric code that identifies the movement of the vessel (also known as the “customs procedure, coded” or the “application type” for marine conveyance)*\n2 Conveyance type code assigned by the American National Standards Institute\n3 Conveyance report number (also known as the conveyance reference number)*\n4 Vessel code number assigned by the International Maritime Organization or the Lloyd’s Register\n5 Voyage number*\n6 Vessel name\n7 Vessel registration number assigned by the International Maritime Organization or the Lloyd’s Register and place and date of registration\n8 Carrier code\n9 Number of crew members\n10 Number of passengers\n11 Name and address of the persons who cause the goods to be transported on board the vessel\n12 Number of cargo containers on board the vessel\n13 Weight of containerized cargo and unit of measurement\n14 Weight of non-containerized cargo and unit of measurement\n15 Type and size of cargo containers (also known as equipment) using the classification of the International Organization for Standardization\n16 Whether each cargo container is empty or full (also known as empty or loaded)*\n17 All ports of call (also known as the itinerary route)\n18 Last foreign port of departure\n19 Date and time of departure\n20 Port of arrival in Canada\n21 Arrival terminal in Canada\n22 Estimated date and time of arrival in Canada\n* to be determined in accordance with the specifications that are set out in the Electronic Commerce Client Requirements Document\nPART 2\n1 Numeric code that identifies the movement of the aircraft (also known as the “customs procedure, coded” for air conveyance)*\n2 Conveyance reference number*\n3 Aircraft registration number assigned by the appropriate national aviation transportation administration agency"
|
| 1502 |
+
},
|
| 1503 |
+
{
|
| 1504 |
+
"act_code": "SOR-86-873",
|
| 1505 |
+
"act_short": "Reporting of Imported Goods Regs",
|
| 1506 |
+
"act_name": "Reporting of Imported Goods Regulations",
|
| 1507 |
+
"section": "Schedule 1",
|
| 1508 |
+
"marginal_note": "Conveyance Data",
|
| 1509 |
+
"part": "SCHEDULES",
|
| 1510 |
+
"division": "",
|
| 1511 |
+
"heading": "Schedule 1",
|
| 1512 |
+
"history": "",
|
| 1513 |
+
"last_amended": "2015-05-06",
|
| 1514 |
+
"in_force": "2015-05-06",
|
| 1515 |
+
"status": "in force",
|
| 1516 |
+
"current_to": "2019-06-21",
|
| 1517 |
+
"citation": "Reporting of Imported Goods Regs, Schedule 1 (part 2 of 3)",
|
| 1518 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-873/",
|
| 1519 |
+
"id": "SOR-86-873-sched1-p2",
|
| 1520 |
+
"text": "4 Aircraft type code assigned by the International Air Transport Association or the International Civil Aviation Organization\n5 Carrier code\n6 Flight number\n7 Date and time of departure\n8 Airport of departure (also known as place of departure)\n9 Estimated date and time of arrival in Canada\n10 Flight routing (also known as the itinerary route)\n11 Arrival terminal in Canada\n12 Airport of arrival in Canada*\n* to be determined in accordance with the specifications set out in the Electronic Commerce Client Requirements Document\nPART 3\n1 Conveyance reference number — Number assigned by the carrier, beginning with its carrier code, to identify the trip to Canada by the highway conveyance\n2 Code provided by the Agency to identify the customs office in Canada at which the carrier expects a report to be made under section 12 of the Act with respect to goods transported on board the conveyance*\n3 Estimated date and time of arrival of the conveyance in Canada\n4 Code provided by the Agency to identify the mode of conveyance*\n5 Code provided by the Agency to indicate whether the conveyance is empty or loaded*\n6 Licence plate number of the conveyance and the country and province or state of issue\n7 Licence plate number of each trailer and the country and province or state of issue\n8 Seal numbers, if any, for each cargo container on board the conveyance\n9 Manifest summary list — List of all of the primary cargo control numbers (the number assigned by the carrier, beginning with its carrier code, to a bill of lading, waybill or similar document that is issued by the carrier and that relates to the carriage of specified goods on board the conveyance)\n* to be determined in accordance with the specifications that are set out in the Electronic Commerce Client Requirements Document\nPART 4"
|
| 1521 |
+
},
|
| 1522 |
+
{
|
| 1523 |
+
"act_code": "SOR-86-873",
|
| 1524 |
+
"act_short": "Reporting of Imported Goods Regs",
|
| 1525 |
+
"act_name": "Reporting of Imported Goods Regulations",
|
| 1526 |
+
"section": "Schedule 1",
|
| 1527 |
+
"marginal_note": "Conveyance Data",
|
| 1528 |
+
"part": "SCHEDULES",
|
| 1529 |
+
"division": "",
|
| 1530 |
+
"heading": "Schedule 1",
|
| 1531 |
+
"history": "",
|
| 1532 |
+
"last_amended": "2015-05-06",
|
| 1533 |
+
"in_force": "2015-05-06",
|
| 1534 |
+
"status": "in force",
|
| 1535 |
+
"current_to": "2019-06-21",
|
| 1536 |
+
"citation": "Reporting of Imported Goods Regs, Schedule 1 (part 3 of 3)",
|
| 1537 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-873/",
|
| 1538 |
+
"id": "SOR-86-873-sched1-p3",
|
| 1539 |
+
"text": "1 Conveyance reference number — Number assigned by the carrier, beginning with its carrier code, to identify the trip to Canada by the rail conveyance\n2 Code provided by the Agency to identify the customs office in Canada at which the carrier expects a report to be made under section 12 of the Act with respect to goods transported on board the conveyance*\n3 Estimated date and time of arrival of the conveyance in Canada\n4 Code provided by the Agency to identify the mode of conveyance*\n5 Codes provided by the Agency to indicate whether the conveyance and each rail car that is part of the conveyance are empty or loaded*\n6 Number assigned by the carrier that identifies each locomotive\n7 Number assigned by the carrier that identifies each rail car\n8 Number that identifies each cargo container on board the conveyance\n9 Manifest summary list — List of all of the primary cargo control numbers (the number assigned by the carrier, beginning with its carrier code, to a bill of lading, waybill or similar document that is issued by the carrier and that relates to the carriage of specified goods on board the conveyance)\n* to be determined in accordance with the specifications that are set out in the Electronic Commerce Client Requirements Document"
|
| 1540 |
+
},
|
| 1541 |
+
{
|
| 1542 |
+
"act_code": "SOR-86-873",
|
| 1543 |
+
"act_short": "Reporting of Imported Goods Regs",
|
| 1544 |
+
"act_name": "Reporting of Imported Goods Regulations",
|
| 1545 |
+
"section": "Schedule 2",
|
| 1546 |
+
"marginal_note": "Data Relating to Cargo",
|
| 1547 |
+
"part": "SCHEDULES",
|
| 1548 |
+
"division": "",
|
| 1549 |
+
"heading": "Schedule 2",
|
| 1550 |
+
"history": "",
|
| 1551 |
+
"last_amended": "2015-10-24",
|
| 1552 |
+
"in_force": "2015-10-24",
|
| 1553 |
+
"status": "in force",
|
| 1554 |
+
"current_to": "2019-06-21",
|
| 1555 |
+
"citation": "Reporting of Imported Goods Regs, Schedule 2 (part 1 of 9)",
|
| 1556 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-873/",
|
| 1557 |
+
"id": "SOR-86-873-sched2-p1",
|
| 1558 |
+
"text": "Data Relating to Cargo — (Paragraph\nPART 1\n1 Numeric code that identifies the movement of the goods (also known as the “customs procedure, coded” or the “application type” for marine cargo)*\n2 Report number*\n3 [Repealed, SOR/2015-90, s. 42]\n4 Bill of lading number (also known as the associated transport document number)*\n5 Conveyance report number (also known as the conveyance reference number)*\n6 Cargo control number*\n7 Voyage number*\n8 Number, type and size of each cargo container (also known as equipment)*\n9 Seal number of each cargo container+\n10 Whether each cargo container is empty or full (also known as empty or loaded)*\n11 Vessel name\n12 Carrier code\n13 Name and address of the persons who cause the goods to be transported on board the vessel+\n14 Name and address of ultimate consignee+\n15 Place (country, city and port) where the carrier takes possession of the goods in a foreign country, known as the place of acceptance or place of receipt\n16 Port of loading\n16.1 Estimated date and time of loading\n17 Port of arrival in Canada\n18 Arrival terminal in Canada\n19 Customs office of manifest origin in Canada (also known as the customs office of declaration or port of report)\n20 Customs office of manifest destination in Canada (also known as the customs office port of discharge)\n21 Place of destination (also known as the place of delivery) listing the country, city and port\n22 Delivery address*\n23 Description of the goods*+\n24 Quantity of the goods*+\n25 Weight of the goods and unit of measurement+\n26 Supplementary data required indicator, which indicates if a supplementary report will be sent+\n* to be determined in accordance with the specifications set out in the Electronic Commerce Client Requirements Document"
|
| 1559 |
+
},
|
| 1560 |
+
{
|
| 1561 |
+
"act_code": "SOR-86-873",
|
| 1562 |
+
"act_short": "Reporting of Imported Goods Regs",
|
| 1563 |
+
"act_name": "Reporting of Imported Goods Regulations",
|
| 1564 |
+
"section": "Schedule 2",
|
| 1565 |
+
"marginal_note": "Data Relating to Cargo",
|
| 1566 |
+
"part": "SCHEDULES",
|
| 1567 |
+
"division": "",
|
| 1568 |
+
"heading": "Schedule 2",
|
| 1569 |
+
"history": "",
|
| 1570 |
+
"last_amended": "2015-10-24",
|
| 1571 |
+
"in_force": "2015-10-24",
|
| 1572 |
+
"status": "in force",
|
| 1573 |
+
"current_to": "2019-06-21",
|
| 1574 |
+
"citation": "Reporting of Imported Goods Regs, Schedule 2 (part 2 of 9)",
|
| 1575 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-873/",
|
| 1576 |
+
"id": "SOR-86-873-sched2-p2",
|
| 1577 |
+
"text": "+ item of information not required in relation to empty cargo containers\nPART 1.1\n1 Code provided by the Agency to identify the movement of the shipment*\n2 Primary cargo control number — Number assigned by the carrier that operates the vessel, beginning with its carrier code, to the bill of lading, waybill or similar document that is issued by the carrier and that relates to the carriage of the shipment\n3 Number assigned by the freight forwarder to the bill of lading, waybill or similar document that is issued by the freight forwarder and that relates to the carriage of the shipment\n4 Secondary cargo control number — Number assigned by the freight forwarder, beginning with its carrier code, to identify the shipment\n5 Manifest quantity and qualifier — Number and nature of pieces indicated on the bill of lading, waybill or similar document that is issued by the freight forwarder and that relates to the carriage of the shipment\n6 Code provided by the Agency to identify the mode of conveyance*\n7 If a cargo container contains all or part of the shipment\n(a) the number that identifies the cargo container, and\n(b) the number assigned by the carrier that describes its size and type\n8 Description of the goods in the shipment\n9 The Customs Tariff item number that applies to each good in the shipment\n10 Each UN number listed in column 1 of Schedule 1 to the Transportation of Dangerous Goods Regulations that applies to a good in the shipment\n11 Volume of the shipment and unit of measurement\n12 Weight of the shipment and unit of measurement\n13 Name and address of the shipper of the shipment"
|
| 1578 |
+
},
|
| 1579 |
+
{
|
| 1580 |
+
"act_code": "SOR-86-873",
|
| 1581 |
+
"act_short": "Reporting of Imported Goods Regs",
|
| 1582 |
+
"act_name": "Reporting of Imported Goods Regulations",
|
| 1583 |
+
"section": "Schedule 2",
|
| 1584 |
+
"marginal_note": "Data Relating to Cargo",
|
| 1585 |
+
"part": "SCHEDULES",
|
| 1586 |
+
"division": "",
|
| 1587 |
+
"heading": "Schedule 2",
|
| 1588 |
+
"history": "",
|
| 1589 |
+
"last_amended": "2015-10-24",
|
| 1590 |
+
"in_force": "2015-10-24",
|
| 1591 |
+
"status": "in force",
|
| 1592 |
+
"current_to": "2019-06-21",
|
| 1593 |
+
"citation": "Reporting of Imported Goods Regs, Schedule 2 (part 3 of 9)",
|
| 1594 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-873/",
|
| 1595 |
+
"id": "SOR-86-873-sched2-p3",
|
| 1596 |
+
"text": "14 Name and address of the consignee of the shipment, every delivery address and name of every person to be notified, as indicated on the bill of lading, waybill or similar document that is issued by the freight forwarder and that relates to the carriage of the shipment\n15 Description of all markings on the outer packaging of the shipment, if any\n* to be determined in accordance with the specifications that are set out in the Electronic Commerce Client Requirements Document\nPART 2\n1 Numeric code that identifies the movement of the goods (also known as the “customs procedure, coded” for air cargo)*\n2 Conveyance reference number*\n3 Cargo control number (also known as the master air waybill number)*\n4 Itinerary routing of the cargo using the airport codes (also known as the routing and destination — location) and the airline codes (also known as the routing and destination — carrier) of the International Air Transport Association or the International Civil Aviation Organization\n5 Carrier code\n6 Name and address of the persons who cause the goods to be transported on board the aircraft\n7 Name and address of the ultimate consignee\n8 Part arrival reference number in the case of a split shipment*\n9 Place (country, city and terminal) where the carrier takes possession of the goods in a foreign country (also known as the place of receipt or place of acceptance)\n10 Port of loading\n11 Customs office of declaration in Canada (also known as the port of report)\n12 Place of discharge in Canada\n13 Place of destination (country, city and terminal of destination)*\n14 Delivery destination name and address*\n15 Description of the goods*\n16 Equipment identification number*\n17 Flight number\n18 Manifest quantity and qualifier*"
|
| 1597 |
+
},
|
| 1598 |
+
{
|
| 1599 |
+
"act_code": "SOR-86-873",
|
| 1600 |
+
"act_short": "Reporting of Imported Goods Regs",
|
| 1601 |
+
"act_name": "Reporting of Imported Goods Regulations",
|
| 1602 |
+
"section": "Schedule 2",
|
| 1603 |
+
"marginal_note": "Data Relating to Cargo",
|
| 1604 |
+
"part": "SCHEDULES",
|
| 1605 |
+
"division": "",
|
| 1606 |
+
"heading": "Schedule 2",
|
| 1607 |
+
"history": "",
|
| 1608 |
+
"last_amended": "2015-10-24",
|
| 1609 |
+
"in_force": "2015-10-24",
|
| 1610 |
+
"status": "in force",
|
| 1611 |
+
"current_to": "2019-06-21",
|
| 1612 |
+
"citation": "Reporting of Imported Goods Regs, Schedule 2 (part 4 of 9)",
|
| 1613 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-873/",
|
| 1614 |
+
"id": "SOR-86-873-sched2-p4",
|
| 1615 |
+
"text": "19 Quantity and qualifier of the cargo to be loaded on the aircraft*\n20 In the case of a split shipment, the quantity and qualifier of the cargo loaded on the aircraft*\n21 Volume of goods and unit of measurement\n22 Weight of the goods and unit of measurement\n23 Split shipment indicator, which indicates whether a split shipment report will be sent or whether the report is a split shipment report*\n24 Supplementary data required indicator, which indicates if a supplementary report will be sent\n25 [Repealed, SOR/2015-90, s. 45]\n26 Ramp transfer indicator*\n27 Dangerous goods code*\n* to be determined in accordance with the specifications set out in the Electronic Commerce Client Requirements Document\nPART 2.1\n1 Code provided by the Agency to identify the movement of the shipment*\n2 Primary cargo control number — Number assigned by the carrier that operates the aircraft, beginning with its carrier code, to the bill of lading, waybill or similar document that is issued by the carrier and that relates to the carriage of the shipment\n3 Secondary cargo control number — Number assigned by the freight forwarder, beginning with its carrier code, to identify the shipment\n4 Manifest quantity and qualifier — Number and nature of pieces indicated on the bill of lading, waybill or similar document that is issued by the freight forwarder and that relates to the carriage of the shipment\n5 Code provided by the Agency to identify the mode of conveyance*\n6 Description of the goods in the shipment\n7 The Customs Tariff item number that applies to each good in the shipment\n8 Each UN number listed in column 1 of Schedule 1 to the Transportation of Dangerous Goods Regulations that applies to a good in the shipment\n9 Volume of the shipment and unit of measurement"
|
| 1616 |
+
},
|
| 1617 |
+
{
|
| 1618 |
+
"act_code": "SOR-86-873",
|
| 1619 |
+
"act_short": "Reporting of Imported Goods Regs",
|
| 1620 |
+
"act_name": "Reporting of Imported Goods Regulations",
|
| 1621 |
+
"section": "Schedule 2",
|
| 1622 |
+
"marginal_note": "Data Relating to Cargo",
|
| 1623 |
+
"part": "SCHEDULES",
|
| 1624 |
+
"division": "",
|
| 1625 |
+
"heading": "Schedule 2",
|
| 1626 |
+
"history": "",
|
| 1627 |
+
"last_amended": "2015-10-24",
|
| 1628 |
+
"in_force": "2015-10-24",
|
| 1629 |
+
"status": "in force",
|
| 1630 |
+
"current_to": "2019-06-21",
|
| 1631 |
+
"citation": "Reporting of Imported Goods Regs, Schedule 2 (part 5 of 9)",
|
| 1632 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-873/",
|
| 1633 |
+
"id": "SOR-86-873-sched2-p5",
|
| 1634 |
+
"text": "10 Weight of the shipment and unit of measurement\n11 Name and address of the shipper of the shipment\n12 Name and address of the consignee of the shipment, every delivery address and name of every person to be notified, as indicated on the bill of lading, waybill or similar document that is issued by the freight forwarder and that relates to the carriage of the shipment\n13 Description of all markings on the outer packaging of the shipment, if any\n* to be determined in accordance with the specifications that are set out in the Electronic Commerce Client Requirements Document\nPART 3\n1 Code provided by the Agency to identify the movement of the shipment*\n2 Cargo control number — Number assigned by the carrier, beginning with its carrier code, to identify the shipment\n3 Code provided by the Agency to indicate every condition that applies to the carriage of the shipment and that is listed in the bill of lading, waybill or similar document that is issued by the carrier and that relates to the carriage of the shipment*\n4 Manifest quantity and qualifier — Number and nature of pieces indicated on the bill of lading, waybill or similar document that is issued by the carrier and that relates to the carriage of the shipment\n5 Code provided by the Agency to identify the mode of conveyance*"
|
| 1635 |
+
},
|
| 1636 |
+
{
|
| 1637 |
+
"act_code": "SOR-86-873",
|
| 1638 |
+
"act_short": "Reporting of Imported Goods Regs",
|
| 1639 |
+
"act_name": "Reporting of Imported Goods Regulations",
|
| 1640 |
+
"section": "Schedule 2",
|
| 1641 |
+
"marginal_note": "Data Relating to Cargo",
|
| 1642 |
+
"part": "SCHEDULES",
|
| 1643 |
+
"division": "",
|
| 1644 |
+
"heading": "Schedule 2",
|
| 1645 |
+
"history": "",
|
| 1646 |
+
"last_amended": "2015-10-24",
|
| 1647 |
+
"in_force": "2015-10-24",
|
| 1648 |
+
"status": "in force",
|
| 1649 |
+
"current_to": "2019-06-21",
|
| 1650 |
+
"citation": "Reporting of Imported Goods Regs, Schedule 2 (part 6 of 9)",
|
| 1651 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-873/",
|
| 1652 |
+
"id": "SOR-86-873-sched2-p6",
|
| 1653 |
+
"text": "6 In the case of a shipment that was transported by vessel from a location outside Canada or the United States to a port in the United States and that will then be transported by a highway conveyance or a rail conveyance from the United States to Canada without passing through any other country, the ocean bill of lading number (the number assigned by the carrier that operated the vessel to the bill of lading, waybill or similar document that was issued by that carrier and that relates to the carriage of the shipment on board the vessel)\n7 Estimated date of arrival of the conveyance in Canada\n8 Foreign address where the shipment is transferred to the carrier that will transport it to Canada, if that address is different from the shipper’s address\n9 Foreign address where the shipment is loaded onto the conveyance that will transport it to Canada\n10 If a cargo container contains all or part of the shipment or is an empty cargo container that is for sale,\n(a) the number that identifies the cargo container,\n(b) the number assigned by the carrier that describes its size and type, and\n(c) the seal numbers for it, if any\n11 Consolidation indicator that indicates whether the shipment consists of more than one shipment for which a freight forwarder is responsible*\n12 Description of the goods in the shipment\n13 The Customs Tariff item number that applies to each good in the shipment\n14 Each UN number listed in column 1 of Schedule 1 to the Transportation of Dangerous Goods Regulations that applies to a good in the shipment\n15 Weight of the shipment and unit of measurement\n16 Name and address of the shipper of the shipment"
|
| 1654 |
+
},
|
| 1655 |
+
{
|
| 1656 |
+
"act_code": "SOR-86-873",
|
| 1657 |
+
"act_short": "Reporting of Imported Goods Regs",
|
| 1658 |
+
"act_name": "Reporting of Imported Goods Regulations",
|
| 1659 |
+
"section": "Schedule 2",
|
| 1660 |
+
"marginal_note": "Data Relating to Cargo",
|
| 1661 |
+
"part": "SCHEDULES",
|
| 1662 |
+
"division": "",
|
| 1663 |
+
"heading": "Schedule 2",
|
| 1664 |
+
"history": "",
|
| 1665 |
+
"last_amended": "2015-10-24",
|
| 1666 |
+
"in_force": "2015-10-24",
|
| 1667 |
+
"status": "in force",
|
| 1668 |
+
"current_to": "2019-06-21",
|
| 1669 |
+
"citation": "Reporting of Imported Goods Regs, Schedule 2 (part 7 of 9)",
|
| 1670 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-873/",
|
| 1671 |
+
"id": "SOR-86-873-sched2-p7",
|
| 1672 |
+
"text": "17 Name and address of the consignee of the shipment, every delivery address and name of every person to be notified, as indicated on the bill of lading, waybill or similar document that is issued by the carrier and that relates to the carriage of the shipment\n18 Customs Self-Assessment (CSA) indicator that indicates whether the importer of the shipment has given written instructions to the carrier to submit a request to the Agency under paragraph 32(2)(b) of the Act for its release and, if so, the importer’s business number*\n19 Code provided by the Agency to identify the customs office in Canada at which the carrier expects a report to be made under section 12 of the Act with respect to goods transported on board the conveyance*\n20 Code provided by the Agency to identify the location where the shipment will be unloaded from the conveyance in Canada*\n21 Location where the release of the shipment will be sought\n22 Description of all markings on the outer packaging of the shipment, if any\n* to be determined in accordance with the specifications that are set out in the Electronic Commerce Client Requirements Document\nPART 4\n1 Code provided by the Agency to identify the movement of the shipment*\n2 Primary cargo control number — Number assigned by the carrier that operates the conveyance, beginning with its carrier code, to the bill of lading, waybill or similar document that is issued by the carrier and that relates to the carriage of the shipment\n3 Secondary cargo control number — Number assigned by the freight forwarder, beginning with its carrier code, to identify the shipment\n4 List of all secondary cargo control numbers for shipments for which the freight forwarder is responsible that are to be transported to Canada on board the conveyance"
|
| 1673 |
+
},
|
| 1674 |
+
{
|
| 1675 |
+
"act_code": "SOR-86-873",
|
| 1676 |
+
"act_short": "Reporting of Imported Goods Regs",
|
| 1677 |
+
"act_name": "Reporting of Imported Goods Regulations",
|
| 1678 |
+
"section": "Schedule 2",
|
| 1679 |
+
"marginal_note": "Data Relating to Cargo",
|
| 1680 |
+
"part": "SCHEDULES",
|
| 1681 |
+
"division": "",
|
| 1682 |
+
"heading": "Schedule 2",
|
| 1683 |
+
"history": "",
|
| 1684 |
+
"last_amended": "2015-10-24",
|
| 1685 |
+
"in_force": "2015-10-24",
|
| 1686 |
+
"status": "in force",
|
| 1687 |
+
"current_to": "2019-06-21",
|
| 1688 |
+
"citation": "Reporting of Imported Goods Regs, Schedule 2 (part 8 of 9)",
|
| 1689 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-873/",
|
| 1690 |
+
"id": "SOR-86-873-sched2-p8",
|
| 1691 |
+
"text": "5 Code provided by the Agency to indicate every condition that applies to the carriage of the shipment and that is listed in the bill of lading, waybill or similar document that is issued by the freight forwarder and that relates to the carriage of the shipment*\n6 Manifest quantity and qualifier — Number and nature of pieces indicated on the bill of lading, waybill or similar document that is issued by the freight forwarder and that relates to the carriage of the shipment\n7 Code provided by the Agency to identify the mode of conveyance*\n8 If a cargo container contains all or part of the shipment\n(a) the number that identifies the cargo container,\n(b) the number assigned by the carrier that describes its size and type,\n(c) the seal numbers for it, if any, and\n(d) the name and address of the person who placed the shipment in it\n9 Consolidation indicator that indicates whether, under a bill of lading, waybill or similar document that is issued by the carrier, the shipment is consolidated with other shipments for which another freight forwarder is responsible*\n10 Description of the goods in the shipment\n11 The Customs Tariff item number that applies to each good in the shipment\n12 Each UN number listed in column 1 of Schedule 1 to the Transportation of Dangerous Goods Regulations that applies to a good in the shipment\n13 Weight of the shipment and unit of measurement\n14 Name and address of the shipper of the shipment\n15 Name and address of the consignee of the shipment, every delivery address and name of every person to be notified, as indicated on the bill of lading, waybill or similar document that is issued by the freight forwarder and that relates to the carriage of the shipment"
|
| 1692 |
+
},
|
| 1693 |
+
{
|
| 1694 |
+
"act_code": "SOR-86-873",
|
| 1695 |
+
"act_short": "Reporting of Imported Goods Regs",
|
| 1696 |
+
"act_name": "Reporting of Imported Goods Regulations",
|
| 1697 |
+
"section": "Schedule 2",
|
| 1698 |
+
"marginal_note": "Data Relating to Cargo",
|
| 1699 |
+
"part": "SCHEDULES",
|
| 1700 |
+
"division": "",
|
| 1701 |
+
"heading": "Schedule 2",
|
| 1702 |
+
"history": "",
|
| 1703 |
+
"last_amended": "2015-10-24",
|
| 1704 |
+
"in_force": "2015-10-24",
|
| 1705 |
+
"status": "in force",
|
| 1706 |
+
"current_to": "2019-06-21",
|
| 1707 |
+
"citation": "Reporting of Imported Goods Regs, Schedule 2 (part 9 of 9)",
|
| 1708 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-873/",
|
| 1709 |
+
"id": "SOR-86-873-sched2-p9",
|
| 1710 |
+
"text": "16 Code provided by the Agency to identify the location where the shipment will be unloaded from the conveyance in Canada*\n17 Location where the release of the shipment will be sought\n18 Description of all markings on the outer packaging of the shipment, if any\n19 Carrier code of the carrier\n* to be determined in accordance with the specifications that are set out in the Electronic Commerce Client Requirements Document"
|
| 1711 |
+
},
|
| 1712 |
+
{
|
| 1713 |
+
"act_code": "SOR-86-873",
|
| 1714 |
+
"act_short": "Reporting of Imported Goods Regs",
|
| 1715 |
+
"act_name": "Reporting of Imported Goods Regulations",
|
| 1716 |
+
"section": "Schedule 3",
|
| 1717 |
+
"marginal_note": "Cargo and Stowage Plan — Marine Mode",
|
| 1718 |
+
"part": "SCHEDULES",
|
| 1719 |
+
"division": "",
|
| 1720 |
+
"heading": "Schedule 3",
|
| 1721 |
+
"history": "",
|
| 1722 |
+
"last_amended": "2015-10-24",
|
| 1723 |
+
"in_force": "2015-10-24",
|
| 1724 |
+
"status": "in force",
|
| 1725 |
+
"current_to": "2019-06-21",
|
| 1726 |
+
"citation": "Reporting of Imported Goods Regs, Schedule 3",
|
| 1727 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-86-873/",
|
| 1728 |
+
"id": "SOR-86-873-sched3",
|
| 1729 |
+
"text": "Cargo and Stowage Plan — Marine Mode — (Paragraph 13(1)(c) and section 15.1)\n1 Conveyance reference number — Number assigned by the carrier, beginning with its carrier code, to identify the trip to Canada by the vessel\n2 Reference number assigned by the carrier to a voyage, which includes the voyage to Canada\n3 Vessel name and the International Maritime Organization ship identification number of the vessel\n4 Each foreign address where a cargo container or a fully or partially non-containerized shipment for which the carrier is responsible is loaded onto the vessel for transport to Canada\n5 Last foreign port of departure and time of departure\n6 Estimated date and time of arrival of the vessel at the port of arrival in Canada\n7 Port of arrival in Canada and, if different, each location where a cargo container or a fully or partially non-containerized shipment for which the carrier is responsible will be unloaded from the vessel\n8 Code provided by the Agency for each cargo container to indicate whether it is empty or loaded*\n9 Description of each shipment for which the carrier is responsible\n10 Number that identifies each cargo container\n11 Number assigned by the carrier that describes the size and type of each cargo container\n12 Weight of each cargo container and its contents, if any, and unit of measurement\n13 Dimensions of each non-standard cargo container and unit of measurement\n14 Number that identifies each piece of equipment attached to a cargo container\n15 Code provided by the Agency to identify the size and type of each piece of equipment attached to a cargo container*\n16 Location on board the vessel of each cargo container (by bay, row and tier)\n17 For each shipment for which the carrier is responsible that is fully non-containerized,\n(a) its weight and unit of measurement,\n(b) its dimensions and unit of measurement; and\n(c) if all or part of the shipment is packaged, the form of packaging and number of packages\n18 Each UN number listed in column 1 of Schedule 1 to the Transportation of Dangerous Goods Regulations that applies to a specified good\n19 Temperature, other than the ambient temperature, at which a specified good must be kept, if applicable, and unit of measurement\n* to be determined in accordance with the specifications that are set out in the Electronic Commerce Client Requirements Document"
|
| 1730 |
}
|
| 1731 |
]
|
data/processed/SOR-89-202.json
ADDED
|
@@ -0,0 +1,534 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"act_code": "SOR-89-202",
|
| 4 |
+
"act_short": "Export Control List",
|
| 5 |
+
"act_name": "Export Control List",
|
| 6 |
+
"section": "1",
|
| 7 |
+
"marginal_note": "",
|
| 8 |
+
"part": "",
|
| 9 |
+
"division": "",
|
| 10 |
+
"heading": "Interpretation",
|
| 11 |
+
"history": "SOR/90-440, s. 1; SOR/92-389, s. 1; SOR/93-451, s. 1; SOR/94-530, s. 1; SOR/97-131, s. 1; SOR/2003-52, s. 1; SOR/2006-16, s. 1; SOR/2006-196, s. 1; SOR/2007-45, s. 1; SOR/2009-128, s. 2; SOR/2011-320, s. 1; SOR/2013-12, s. 1; SOR/2014-90, s. 1; SOR/2014-239, s. 1; SOR/2017-139, s. 1; SOR/2019-92, s. 1; SOR/2020-48, s. 1; SOR/2021-121, s. 1",
|
| 12 |
+
"last_amended": "2021-07-23",
|
| 13 |
+
"in_force": "2017-08-11",
|
| 14 |
+
"status": "in force",
|
| 15 |
+
"current_to": "2025-05-05",
|
| 16 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/section-1.html",
|
| 17 |
+
"id": "SOR-89-202-s1",
|
| 18 |
+
"text": "1 The following definitions apply in this List.\nGuide means A Guide to Canada’s Export Control List, published by the Department of Foreign Affairs, Trade and Development, as amended from time to time. (Guide)\nWassenaar Arrangement means the List of Dual-Use Goods and Technologies and Munitions List that was adopted at the Plenary Meeting of the Wassenaar Arrangement on Export Controls for Conventional Arms and Dual-Use Goods and Technologies in Vienna, Austria, held on July 11 and 12, 1996, as amended from time to time. (Accord de Wassenaar)",
|
| 19 |
+
"citation": "Export Control List, s. 1"
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"act_code": "SOR-89-202",
|
| 23 |
+
"act_short": "Export Control List",
|
| 24 |
+
"act_name": "Export Control List",
|
| 25 |
+
"section": "2",
|
| 26 |
+
"marginal_note": "",
|
| 27 |
+
"part": "",
|
| 28 |
+
"division": "",
|
| 29 |
+
"heading": "General",
|
| 30 |
+
"history": "SOR/90-440, s. 2; SOR/91-573, s. 1; SOR/92-389, s. 1; SOR/97-131, s. 1; SOR/98-248, s. 1; SOR/2003-52, s. 2; SOR/2006-16, s. 2; SOR/2009-128, s. 3; SOR/2019-223, s. 1",
|
| 31 |
+
"last_amended": "2019-09-01",
|
| 32 |
+
"in_force": "2009-04-30",
|
| 33 |
+
"status": "in force",
|
| 34 |
+
"current_to": "2025-05-05",
|
| 35 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/section-2.html",
|
| 36 |
+
"id": "SOR-89-202-s2",
|
| 37 |
+
"text": "2 The following goods and technology, when intended for export to the destinations specified, are subject to export control for the purposes set out in section 3 of the Export and Import Permits Act:\n(a) goods and technology referred to in Groups 1, 2, 6, and 7 of the schedule, except for goods and technology set out in items 2-1, 2-2.a. and 2-2.b., 2-3, 2-4.a., 6-1, 6-2, 7-2, 7-3, 7-12 and 7-13 of the Guide, that are intended for export to any destination other than the United States;\n(b) goods and technology referred to in Groups 3, 4 and 9 of the schedule and goods and technology set out in items 2-1, 2-2.a., 2-2.b., 2-3, 2-4.a., 6-1, 6-2, 7-3 and 7-13 of the Guide that are intended for export to any destination;\n(c) goods and technology referred to in Group 5 of the schedule that are intended for export to any destination referred to in the item of the schedule in which the goods or technology is described; and\n(d) goods and technology set out in items 7-2 and 7-12 of the Guide that are intended for export to any destination referred to in the item of the Guide in which the goods or technology is described.",
|
| 38 |
+
"citation": "Export Control List, s. 2"
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"act_code": "SOR-89-202",
|
| 42 |
+
"act_short": "Export Control List",
|
| 43 |
+
"act_name": "Export Control List",
|
| 44 |
+
"section": "Schedule",
|
| 45 |
+
"marginal_note": "Schedule",
|
| 46 |
+
"part": "SCHEDULES",
|
| 47 |
+
"division": "",
|
| 48 |
+
"heading": "Schedule",
|
| 49 |
+
"history": "",
|
| 50 |
+
"last_amended": "2025-04-25",
|
| 51 |
+
"in_force": "2017-09-21",
|
| 52 |
+
"status": "in force",
|
| 53 |
+
"current_to": "2025-05-05",
|
| 54 |
+
"citation": "Export Control List, Schedule (part 1 of 26)",
|
| 55 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 56 |
+
"id": "SOR-89-202-sched1-p1",
|
| 57 |
+
"text": "(Section 2)\nGROUP 1\nGoods and technology, as described in Group 1 of the Guide, the export of which Canada has agreed to control in accordance with the Wassenaar Arrangement.\nGROUP 2\nThe following goods and technology:\n(a) goods and technology, as described in Group 2 of the Guide, the export of which Canada has agreed to control in accordance with the Wassenaar Arrangement, other than antique firearms as defined in subsection 84(1) of the Criminal Code;\n(b) firearms, as defined in section 2 of the Criminal Code, other than antique firearms as defined in subsection 84(1) of the Criminal Code, that are:\n(i) set out in item 1 of Part 1 of the Schedule to the Regulations Prescribing Certain Firearms and other Weapons, Components and Parts of Weapons, Accessories, Cartridge Magazines, Ammunition and Projectiles as Prohibited or Restricted, or\n(ii) designed to discharge a projectile at a muzzle velocity exceeding 152.4 m/s or at a muzzle energy exceeding 5.7 joules; and\n(c) smooth-bore weapons, firearms, automatic weapons, weapons or armaments and projectors, as described in items 2-1 and 2-2.a of the Guide, the export of which Canada has agreed to control in accordance with the Inter-American Convention Against the Illicit Manufacturing of and Trafficking in Firearms, Ammunition, Explosives and other Related Materials, that\n(i) are used for hunting or sporting purposes,\n(ii) are manufactured earlier than 1938 and are not antique firearms as defined in subsection 84(1) of the Criminal Code, or\n(iii) use non-centre fire cased ammunition.\nGROUP 3\n3-01\n(1) Goods and technology, as described in Group 3 of the Guide, the export of which Canada has agreed to control"
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"act_code": "SOR-89-202",
|
| 61 |
+
"act_short": "Export Control List",
|
| 62 |
+
"act_name": "Export Control List",
|
| 63 |
+
"section": "Schedule",
|
| 64 |
+
"marginal_note": "Schedule",
|
| 65 |
+
"part": "SCHEDULES",
|
| 66 |
+
"division": "",
|
| 67 |
+
"heading": "Schedule",
|
| 68 |
+
"history": "",
|
| 69 |
+
"last_amended": "2025-04-25",
|
| 70 |
+
"in_force": "2017-09-21",
|
| 71 |
+
"status": "in force",
|
| 72 |
+
"current_to": "2025-05-05",
|
| 73 |
+
"citation": "Export Control List, Schedule (part 2 of 26)",
|
| 74 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 75 |
+
"id": "SOR-89-202-sched1-p2",
|
| 76 |
+
"text": "(a) under the Treaty on the Non-Proliferation of Nuclear Weapons that was signed by Canada at London and Washington on July 23, 1968 and at Moscow on July 29, 1968 and that came into force for Canada on March 5, 1970; and\n(b) in accordance with the procedures referred to in the Guidelines for Nuclear Transfers (INFCIRC/254/Rev.14/Part 1), issued by the Nuclear Suppliers Group, as amended from time to time.\n(2) Subsection (1) does not include goods and technology described in Group 3 of the Guide that contain\n(a) four grams or less of natural uranium or depleted uranium when contained in a sensing component in instruments;\n(b) alloys containing less than 5% thorium;\n(c) ceramic products containing thorium, which have been manufactured for non-nuclear use;\n(d) medicinal substances containing source material;\n(e) trace amounts of source material or special fissionable material found on contaminated items such as clothing, shielding or packaging;\n(f) source material which the Minister has determined will be used only in civil non-nuclear applications, such as shielding, packaging, ballasts, counter-weights or the production of alloys and ceramics;\n(g) four effective grams or less of special fissionable material when contained in a sensing component in instruments; or\n(h) plutonium 238 that is contained in heart pacemakers.\n(3) For the purpose of paragraph (2)(g), weight in effective grams is equal to\n(a) in the case of plutonium isotopes and uranium-233, the isotope weight in grams;\n(b) in the case of uranium enriched to 1% or greater in the isotope uranium-235, the element weight in grams multiplied by the square of its enrichment expressed as a decimal weight fraction; and"
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"act_code": "SOR-89-202",
|
| 80 |
+
"act_short": "Export Control List",
|
| 81 |
+
"act_name": "Export Control List",
|
| 82 |
+
"section": "Schedule",
|
| 83 |
+
"marginal_note": "Schedule",
|
| 84 |
+
"part": "SCHEDULES",
|
| 85 |
+
"division": "",
|
| 86 |
+
"heading": "Schedule",
|
| 87 |
+
"history": "",
|
| 88 |
+
"last_amended": "2025-04-25",
|
| 89 |
+
"in_force": "2017-09-21",
|
| 90 |
+
"status": "in force",
|
| 91 |
+
"current_to": "2025-05-05",
|
| 92 |
+
"citation": "Export Control List, Schedule (part 3 of 26)",
|
| 93 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 94 |
+
"id": "SOR-89-202-sched1-p3",
|
| 95 |
+
"text": "(c) in the case of uranium enriched to below 1% in the isotope uranium-235, the element weight in grams multiplied by 0.0001.\n(4) For the purposes of paragraphs (2)(d) to (g), source material and special fissionable material have the same meanings as in the Guidelines for Nuclear Transfers referred to in paragraph (1)(b).\n3-02 Deuterium, heavy water (deuterium oxide) and any other deuterium compound in which the ratio of deuterium to hydrogen atoms exceeds 1:5,000 if the Minister has determined that it is destined for use in a nuclear reactor that is capable of operating so as to maintain a controlled self-sustaining fission chain reaction.\nGROUP 4\nGoods and technology, as described in Group 4 of the Guide, the export of which Canada has agreed to control\n(a) under the Treaty on the Non-Proliferation of Nuclear Weapons that was signed by Canada at London and Washington on July 23, 1968 and at Moscow on July 29, 1968 and that came into force for Canada on March 5, 1970; and\n(b) in accordance with the procedures referred to in the Guidelines for Transfers of Nuclear-Related Dual-Use Equipment, Materials, Software, and Related Technology (INFCIRC/254/Rev.11/Part 2), issued by the Nuclear Suppliers Group, as amended from time to time.\nGROUP 5\n5000 [Repealed, SOR/97-19, s. 1]\n5001 [Repealed, SOR/2011-320, s. 4]\n5011 [Repealed, SOR/2011-320, s. 5]\n5101 Logs of all species of wood. (All destinations)\n5102 Pulpwood of all species of wood. (All destinations)\n5103 Blocks, bolts, blanks, boards and any other material or product of red cedar that is suitable for use in the manufacture of shakes or shingles. (All destinations)\n5104"
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"act_code": "SOR-89-202",
|
| 99 |
+
"act_short": "Export Control List",
|
| 100 |
+
"act_name": "Export Control List",
|
| 101 |
+
"section": "Schedule",
|
| 102 |
+
"marginal_note": "Schedule",
|
| 103 |
+
"part": "SCHEDULES",
|
| 104 |
+
"division": "",
|
| 105 |
+
"heading": "Schedule",
|
| 106 |
+
"history": "",
|
| 107 |
+
"last_amended": "2025-04-25",
|
| 108 |
+
"in_force": "2017-09-21",
|
| 109 |
+
"status": "in force",
|
| 110 |
+
"current_to": "2025-05-05",
|
| 111 |
+
"citation": "Export Control List, Schedule (part 4 of 26)",
|
| 112 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 113 |
+
"id": "SOR-89-202-sched1-p4",
|
| 114 |
+
"text": "(1) Softwood lumber products, as described in Annex 1A to the Softwood Lumber Agreement Between the Government of Canada and the Government of the United States of America, signed on September 12, 2006, as it read on October 12, 2015, excluding those that are described in paragraphs 3 to 5 of that Annex 1A. (United States)\n(2) Paragraph 5 of that Annex 1A is to be read without reference to the requirement set out in item (e) of that paragraph.\n(3) The references to the Harmonized Tariff Schedule of the United States (HTSUS) tariff classifications in that Annex 1A are to be read as references to the corresponding Canadian tariff classifications set out in Annex 1B to the agreement referred to in subsection (1).\n(4) The references to “imported”, “importer” and “importation” in that Annex 1A are to be read as “exported”, “exporter” and “exportation”, respectively, and the reference to “importés” in the French version of that Annex 1B is to be read as “exportés”.\n5105 [Repealed, SOR/2007-14, s. 2]\n5200 Skim milk powders that are classified under subheading 0402.10, milk protein concentrates that are classified under subheading 0404.90 and infant formulas containing more than 10% on a dry weight basis of cow’s milk solids that are classified under subheading 1901.10 of the Harmonized Commodity Description and Coding System 2017. (All destinations)\n5201 Peanut butter that is classified under tariff item No. 2008.11.10 in the List of Tariff Provisions set out in the schedule to the Customs Tariff. (United States)\n5202 [Repealed, SOR/2013-12, s. 2]\n5203 Sugar-containing products as follows:"
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"act_code": "SOR-89-202",
|
| 118 |
+
"act_short": "Export Control List",
|
| 119 |
+
"act_name": "Export Control List",
|
| 120 |
+
"section": "Schedule",
|
| 121 |
+
"marginal_note": "Schedule",
|
| 122 |
+
"part": "SCHEDULES",
|
| 123 |
+
"division": "",
|
| 124 |
+
"heading": "Schedule",
|
| 125 |
+
"history": "",
|
| 126 |
+
"last_amended": "2025-04-25",
|
| 127 |
+
"in_force": "2017-09-21",
|
| 128 |
+
"status": "in force",
|
| 129 |
+
"current_to": "2025-05-05",
|
| 130 |
+
"citation": "Export Control List, Schedule (part 5 of 26)",
|
| 131 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 132 |
+
"id": "SOR-89-202-sched1-p5",
|
| 133 |
+
"text": "(a) products classified under subheadings 1701.91.54, 1704.90.74, 1806.20.75, 1806.20.95, 1806.90.55, 1901.10.74, 1901.90.69, 2101.12.54, 2101.20.54, 2106.90.78 and 2106.90.95 of the Harmonized Tariff Schedule of the United States (2020), as amended from time to time (United States), for export to the United States within the share of the in-quota quantity of the sugar-containing products tariff rate quota allocated to Canada by the United States in accordance with subparagraph 2(b) of Article 3.A.5 of Annex 3-A of Chapter 3 of CUSMA; and\n(b) products classified under subheadings 1701.91.48, 1701.91.58, 1702.20.28, 1702.30.28, 1702.40.28, 1702.60.28, 1702.90.58, 1702.90.68, 1704.90.68, 1704.90.78, 1806.10.15, 1806.10.28, 1806.10.38, 1806.10.55, 1806.10.75, 1806.20.73, 1806.20.77, 1806.20.94, 1806.20.98, 1806.90.39, 1806.90.49, 1806.90.59, 1901.10.76, 1901.20.25, 1901.20.35, 1901.20.60, 1901.20.70, 1901.90.68, 1901.90.71, 2101.12.38, 2101.12.48, 2101.12.58, 2101.20.38, 2101.20.48, 2101.20.58, 2103.90.78, 2106.90.46, 2106.90.72, 2106.90.76, 2106.90.80, 2106.90.91, 2106.90.94 and 2106.90.97 of the Harmonized Tariff Schedule of the United States (2020), as amended from time to time (United States), for export to the United States within the Canada-specific tariff rate quota set out in paragraph 15 of Appendix 2: Tariff Schedule of the United States – (Tariff Rate Quotas) to Annex 2-B of Chapter 2 of CUSMA.\n5204 Sugars, syrups and molasses as follows:"
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"act_code": "SOR-89-202",
|
| 137 |
+
"act_short": "Export Control List",
|
| 138 |
+
"act_name": "Export Control List",
|
| 139 |
+
"section": "Schedule",
|
| 140 |
+
"marginal_note": "Schedule",
|
| 141 |
+
"part": "SCHEDULES",
|
| 142 |
+
"division": "",
|
| 143 |
+
"heading": "Schedule",
|
| 144 |
+
"history": "",
|
| 145 |
+
"last_amended": "2025-04-25",
|
| 146 |
+
"in_force": "2017-09-21",
|
| 147 |
+
"status": "in force",
|
| 148 |
+
"current_to": "2025-05-05",
|
| 149 |
+
"citation": "Export Control List, Schedule (part 6 of 26)",
|
| 150 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 151 |
+
"id": "SOR-89-202-sched1-p6",
|
| 152 |
+
"text": "(a) sugars, syrups and molasses classified under subheadings 1701.12.10, 1701.91.10, 1701.99.10, 1702.90.10 and 2106.90.44 of the Harmonized Tariff Schedule of the United States (2020), as amended from time to time (United States), for export to the United States within the share of the in-quota quantity of the refined sugar tariff rate quota allocated to Canada by the United States in accordance with subparagraph 2(a) of Article 3.A.5 of Annex 3-A of Chapter 3 of CUSMA; and\n(b) sugars, syrups and molasses classified under subheadings 1701.12.50, 1701.13.50, 1701.14.50, 1701.91.30, 1701.99.50 and 1702.90.20 of the Harmonized Tariff Schedule of the United States (2020), as amended from time to time (United States), for export to the United States within the Canada-specific tariff rate quota set out in paragraph 14 of Appendix 2: Tariff Schedule of the United States – (Tariff Rate Quotas) to Annex 2-B of Chapter 2 of CUSMA.\n5205 High-sugar-containing products classified under subheadings ex 1302.20, ex 1806.10, ex 1806.20, ex 2101.12, ex 2101.20 and ex 2106.90 of Annex 5-A to Annex 5 of the Protocol on Rules of Origin and Origin Procedures of CETA (Annex 5-A), containing 65 percent or more by net weight of added cane or beet sugar classified under subheadings 1701.91 to 1701.99 of Annex 5-A, for export to an EU country or other CETA beneficiary that\n(a) originate in Canada and comply with the product description and sufficient production criteria referred to in Table A.1 of Annex 5-A;\n(b) contain cane or beet sugar that has been refined exclusively in Canada;\n(c) are not included in another item in this List; and\n(d) are eligible for tariff elimination in accordance with the schedules in Annex 2-A of CETA."
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"act_code": "SOR-89-202",
|
| 156 |
+
"act_short": "Export Control List",
|
| 157 |
+
"act_name": "Export Control List",
|
| 158 |
+
"section": "Schedule",
|
| 159 |
+
"marginal_note": "Schedule",
|
| 160 |
+
"part": "SCHEDULES",
|
| 161 |
+
"division": "",
|
| 162 |
+
"heading": "Schedule",
|
| 163 |
+
"history": "",
|
| 164 |
+
"last_amended": "2025-04-25",
|
| 165 |
+
"in_force": "2017-09-21",
|
| 166 |
+
"status": "in force",
|
| 167 |
+
"current_to": "2025-05-05",
|
| 168 |
+
"citation": "Export Control List, Schedule (part 7 of 26)",
|
| 169 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 170 |
+
"id": "SOR-89-202-sched1-p7",
|
| 171 |
+
"text": "5206 Sugar confectionery and chocolate preparations classified under headings and subheadings 17.04, 1806.31, 1806.32 and 1806.90 of Annex 5-A to Annex 5 of the Protocol on Rules of Origin and Origin Procedures of CETA (Annex 5-A) for export to an EU country or other CETA beneficiary that\n(a) originate in Canada and comply with the product description and sufficient production criteria referred to in Table A.2 of Annex 5-A;\n(b) are not included in another item in this List; and\n(c) are eligible for tariff elimination in accordance with the schedules in Annex 2-A of CETA.\n5207 Processed foods classified under headings and subheadings 19.01, ex 1902.11, ex 1902.19, ex 1902.20, ex 1902.30, 1904.10, 1904.20, 1904.90, 19.05, 2009.81, ex 2009.89, 2103.90, ex 2106.10 and ex 2106.90 of Annex 5-A to Annex 5 of the Protocol on Rules of Origin and Origin Procedures of CETA (Annex 5-A) for export to an EU country or other CETA beneficiary that\n(a) originate in Canada and comply with the product description and sufficient production criteria referred to in Table A.3 of Annex 5-A;\n(b) are not included in another item in this List; and\n(c) are eligible for tariff elimination in accordance with the schedules in Annex 2-A of CETA.\n5208 Dog and cat food classified under subheadings 2309.10 and ex 2309.90 of Annex 5-A to Annex 5 of the Protocol on Rules of Origin and Origin Procedures of CETA (Annex 5-A) for export to an EU country or other CETA beneficiary that\n(a) originates in Canada and complies with the product description and sufficient production criteria referred to in Table A.4 of Annex 5-A;\n(b) is not included in another item in this List; and\n(c) is eligible for tariff elimination in accordance with the schedules in Annex 2-A of CETA."
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"act_code": "SOR-89-202",
|
| 175 |
+
"act_short": "Export Control List",
|
| 176 |
+
"act_name": "Export Control List",
|
| 177 |
+
"section": "Schedule",
|
| 178 |
+
"marginal_note": "Schedule",
|
| 179 |
+
"part": "SCHEDULES",
|
| 180 |
+
"division": "",
|
| 181 |
+
"heading": "Schedule",
|
| 182 |
+
"history": "",
|
| 183 |
+
"last_amended": "2025-04-25",
|
| 184 |
+
"in_force": "2017-09-21",
|
| 185 |
+
"status": "in force",
|
| 186 |
+
"current_to": "2025-05-05",
|
| 187 |
+
"citation": "Export Control List, Schedule (part 8 of 26)",
|
| 188 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 189 |
+
"id": "SOR-89-202-sched1-p8",
|
| 190 |
+
"text": "5209 Apparel goods classified under headings and subheadings 6102.30, 61.04, 6108.92, 61.14, 62.01 and 62.05 of Annex 5-A to Annex 5 of the Protocol on Rules of Origin and Origin Procedures of CETA (Annex 5-A) for export to an EU country or other CETA beneficiary that\n(a) originate in Canada and comply with the product description and sufficient production criteria referred to in Table C.2 of Annex 5-A;\n(b) are not included in another item in this List; and\n(c) are eligible for tariff elimination in accordance with the schedules in Annex 2-A of CETA.\n5210 Vehicles classified under subheadings 8703.21, 8703.22, 8703.23, 8703.24, 8703.31, 8703.32, 8703.33, 8703.40, 8703.50, 8703.60, 8703.70, 8703.80 and 8703.90 of Council Regulation (EEC) No 2658/87 of 23 July 1987 on the tariff and statistical nomenclature and on the Common Customs Tariff, made by the European Union, for export to an EU country or other CETA beneficiary, or of the Tariff of the United Kingdom, established by regulations made under section 8 of the Taxation (Cross-Border Trade) Act 2018, c. 22, of the United Kingdom, for export to a CUKTCA beneficiary, that\n(a) originate in Canada and comply with the product description and sufficient production criteria referred to in Table D.1 of Annex 5-A to Annex 5 of the Protocol on Rules of Origin and Origin Procedures of CETA or incorporated by reference in CUKTCA;\n(b) are not included in another item in this List; and\n(c) are eligible for tariff elimination in accordance with the schedules in Annex 2-A of CETA or Annex 2-A to Annex B of CUKTCA.\n5300 [Repealed, SOR/92-389, s. 3]"
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"act_code": "SOR-89-202",
|
| 194 |
+
"act_short": "Export Control List",
|
| 195 |
+
"act_name": "Export Control List",
|
| 196 |
+
"section": "Schedule",
|
| 197 |
+
"marginal_note": "Schedule",
|
| 198 |
+
"part": "SCHEDULES",
|
| 199 |
+
"division": "",
|
| 200 |
+
"heading": "Schedule",
|
| 201 |
+
"history": "",
|
| 202 |
+
"last_amended": "2025-04-25",
|
| 203 |
+
"in_force": "2017-09-21",
|
| 204 |
+
"status": "in force",
|
| 205 |
+
"current_to": "2025-05-05",
|
| 206 |
+
"citation": "Export Control List, Schedule (part 9 of 26)",
|
| 207 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 208 |
+
"id": "SOR-89-202-sched1-p9",
|
| 209 |
+
"text": "5400 All goods and technology of United States origin, unless they are included elsewhere in this List, whether in bond or cleared by the Canada Border Services Agency, other than goods or technology that have been further processed or manufactured outside the United States so as to result in a substantial change in value, form or use of the goods or technology or in the production of new goods or technology. (All destinations other than the United States)\n5401 All goods and technology that originate outside Canada that are included in this List, whether in bond or cleared by the Canada Border Services Agency, other than goods or technology that are in transit on a through journey on a billing that originates outside Canada if the billing\n(a) indicates that the ultimate destination of the goods or technology is a country other than Canada; (All destinations other than the United States) and\n(b) in the case of goods or technology that are shipped from the United States, is accompanied by a certified true copy of the United States Shipper’s Export Declaration, and that Declaration does not contain terms that conflict with those of the billing and is presented to the Canada Border Services Agency. (All destinations other than the United States)\n5500 [Repealed, SOR/2006-16, s. 8]\n5501 Laser weapons that are specifically designed, as their sole combat function or as one of their combat functions, to cause permanent blindness to the naked eye or the eye with corrective eyesight devices. (All destinations)\n5502\n(1) Subject to subitem (2), systems, equipment, material, components, software and technology for use in research, development, design, testing, demonstration or training related to nuclear fusion or the construction and operation of a nuclear fusion reactor, including"
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"act_code": "SOR-89-202",
|
| 213 |
+
"act_short": "Export Control List",
|
| 214 |
+
"act_name": "Export Control List",
|
| 215 |
+
"section": "Schedule",
|
| 216 |
+
"marginal_note": "Schedule",
|
| 217 |
+
"part": "SCHEDULES",
|
| 218 |
+
"division": "",
|
| 219 |
+
"heading": "Schedule",
|
| 220 |
+
"history": "",
|
| 221 |
+
"last_amended": "2025-04-25",
|
| 222 |
+
"in_force": "2017-09-21",
|
| 223 |
+
"status": "in force",
|
| 224 |
+
"current_to": "2025-05-05",
|
| 225 |
+
"citation": "Export Control List, Schedule (part 10 of 26)",
|
| 226 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 227 |
+
"id": "SOR-89-202-sched1-p10",
|
| 228 |
+
"text": "(a) reactor assemblies incorporating toroidal and poloidal field coils; (All destinations)\n(b) independent electrical and magnet power supply systems; (All destinations)\n(c) high-power microwave radio frequency systems; (All destinations) and\n(d) feedback, control and data acquisition systems. (All destinations)\n(2) This item does not apply to data\n(a) that is contained in published books or periodicals or that is otherwise available to the public; or\n(b) that has been made available without restrictions on its further dissemination.\n5503 Anti-personnel mines as defined in section 2 of the Anti-Personnel Mines Convention Implementation Act. (All destinations)\n5504\n(1) In this item, development, production, software, spacecraft, technology and use have the same meaning as in the provision of the Guide entitled “Definitions of Terms Used in Groups 1 and 2”.\n(2) Strategic goods and technology as follows:\n(a) goods and technology referred to in Group 1 of the Guide as follows,\n(i) global navigation satellite systems receiving equipment referred to in item 1-7.A.5. of the Guide, the associated software referred to in item 1-7.D. of the Guide, and the associated technology referred to in item 1-7.E. of the Guide (All destinations other than the United States), and\n(ii) propulsion and space-related equipment referred to in items 1-9.A.4. to 1-9.A.11. of the Guide, the associated software referred to in item 1-9.D. of the Guide, and the associated technology referred to in item 1-9.E. of the Guide; (All destinations other than the United States)\n(b) software that is specially designed or modified for the development or use of the goods or technology referred to in paragraphs (d) to (i); (All destinations other than the United States)"
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"act_code": "SOR-89-202",
|
| 232 |
+
"act_short": "Export Control List",
|
| 233 |
+
"act_name": "Export Control List",
|
| 234 |
+
"section": "Schedule",
|
| 235 |
+
"marginal_note": "Schedule",
|
| 236 |
+
"part": "SCHEDULES",
|
| 237 |
+
"division": "",
|
| 238 |
+
"heading": "Schedule",
|
| 239 |
+
"history": "",
|
| 240 |
+
"last_amended": "2025-04-25",
|
| 241 |
+
"in_force": "2017-09-21",
|
| 242 |
+
"status": "in force",
|
| 243 |
+
"current_to": "2025-05-05",
|
| 244 |
+
"citation": "Export Control List, Schedule (part 11 of 26)",
|
| 245 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 246 |
+
"id": "SOR-89-202-sched1-p11",
|
| 247 |
+
"text": "(c) technology that is specially designed or modified for the development or production of the goods or technology referred to in paragraphs (d) to (i); (All destinations other than the United States)\n(d) payloads specially designed or modified for spacecraft, and specially designed components therefor, other than payloads or components that are referred to in Group 1 of the Guide; (All destinations other than the United States)\n(e) ground control stations for telemetry and tracking and control of space launch vehicles or spacecraft, and specially designed components therefor; (All destinations other than the United States)\n(f) chemiluminescent compounds specially designed or modified for military use, and specially designed components therefor; (All destinations other than the United States)\n(g) radiation-hardened microelectronic circuits that meet or exceed all of the following, and specially designed components therefor, namely:\n(i) a total dose of 5 × 105 Rads (SI),\n(ii) a dose rate upset of 5 × 108 Rads (SI)/sec,\n(iii) a neutron dose of 1 × 1014 N/cm2,\n(iv) a single event upset of 1 × 10-7 or less error/bit/day, and\n(v) single event latch-up free and having a dose rate latch-up of 5 × 108 Rads (SI)/sec or greater; (All destinations other than the United States)\n(h) nuclear weapons design and test equipment, namely:\n(i) any article, material, equipment or device which is specially designed or modified for use in the design, development or fabrication of nuclear weapons or nuclear explosive devices, (All destinations)\n(ii) any article, material, equipment or device which is specially designed or modified for use in the devising, carrying out or evaluating of nuclear weapons tests or other nuclear explosions; (All destinations) and"
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"act_code": "SOR-89-202",
|
| 251 |
+
"act_short": "Export Control List",
|
| 252 |
+
"act_name": "Export Control List",
|
| 253 |
+
"section": "Schedule",
|
| 254 |
+
"marginal_note": "Schedule",
|
| 255 |
+
"part": "SCHEDULES",
|
| 256 |
+
"division": "",
|
| 257 |
+
"heading": "Schedule",
|
| 258 |
+
"history": "",
|
| 259 |
+
"last_amended": "2025-04-25",
|
| 260 |
+
"in_force": "2017-09-21",
|
| 261 |
+
"status": "in force",
|
| 262 |
+
"current_to": "2025-05-05",
|
| 263 |
+
"citation": "Export Control List, Schedule (part 12 of 26)",
|
| 264 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 265 |
+
"id": "SOR-89-202-sched1-p12",
|
| 266 |
+
"text": "(i) any other articles not specifically set out in paragraphs (a) to (h) or in Group 2 or Group 6 that are United States origin goods or technology, which have been determined under Parts 120 to 130 of Title 22 of the International Traffic in Arms Regulations of the Code of Federal Regulations (United States) as having substantial military applicability, and which have been specially designed or modified for military purposes. (All destinations other than in the United States)\n5505\n(1) Goods and technology whether or not included elsewhere on the List if their properties and any information made known to the exporter by any intermediary or final consignee or from any other source would lead a reasonable person to suspect that they will be used\n(a) in the development, production, handling, operation, maintenance, storage, detection, identification or dissemination of\n(i) chemical or biological weapons,\n(ii) nuclear explosive or radiological dispersal devices, or\n(iii) materials or equipment that could be used in such weapons or devices;\n(b) in the development, production, handling, operation, maintenance or storage of\n(i) missiles or other systems capable of delivering chemical or biological weapons or nuclear explosive or radiological dispersal devices, or\n(ii) materials or equipment that could be used in such missiles or systems; or\n(c) in any facility used for any of the activities described in paragraphs (a) and (b)."
|
| 267 |
+
},
|
| 268 |
+
{
|
| 269 |
+
"act_code": "SOR-89-202",
|
| 270 |
+
"act_short": "Export Control List",
|
| 271 |
+
"act_name": "Export Control List",
|
| 272 |
+
"section": "Schedule",
|
| 273 |
+
"marginal_note": "Schedule",
|
| 274 |
+
"part": "SCHEDULES",
|
| 275 |
+
"division": "",
|
| 276 |
+
"heading": "Schedule",
|
| 277 |
+
"history": "",
|
| 278 |
+
"last_amended": "2025-04-25",
|
| 279 |
+
"in_force": "2017-09-21",
|
| 280 |
+
"status": "in force",
|
| 281 |
+
"current_to": "2025-05-05",
|
| 282 |
+
"citation": "Export Control List, Schedule (part 13 of 26)",
|
| 283 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 284 |
+
"id": "SOR-89-202-sched1-p13",
|
| 285 |
+
"text": "(2) Goods and technology whether or not included elsewhere on the List if the Minister has determined, on the basis of their properties and any additional information relating to such matters as their intended end-use or the identity or conduct of their intermediary or final consignees, that they are likely to be used in the activities or facilities referred to in subitem (1).\n(3) Subitem (1) applies to goods and technology intended for export to all destinations unless\n(a) they are intended for end-use in Argentina, Australia, Austria, Belgium, Bulgaria, the Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Ireland, Italy, Japan, Luxembourg, the Netherlands, New Zealand, Norway, Poland, Portugal, the Republic of Korea, Spain, Sweden, Switzerland, Turkey, Ukraine, the United Kingdom or the United States;\n(b) their intermediary consignees, if any, are located in those countries; and\n(c) their final consignee is located in one of those countries.\n(4) Subitem (2) applies to goods and technology intended for export to all destinations.\n5506\n(1) In this item, composite, development, electronic assembly, Gate-All-Around Field-Effect Transistor (GAAFET), laser, matrix, production, software, substrate, substrate blanks, technology and use have the same meaning as in the Guide under the heading “Definitions of Terms Used in Groups 1 and 2”.\n(2) Other strategic goods and technology as follows:\n(a) subject to the “General Software Note” in Group 1 of the Guide, software, other than that referred to in Group 1 of the Guide, as follows:\n(i) software specially designed or modified for the development or production of items specified in clause (c)(ii)(B) or (C), or any of subparagraphs (c)(iii) and (d)(iii), (iv) and (vi) to (viii),"
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"act_code": "SOR-89-202",
|
| 289 |
+
"act_short": "Export Control List",
|
| 290 |
+
"act_name": "Export Control List",
|
| 291 |
+
"section": "Schedule",
|
| 292 |
+
"marginal_note": "Schedule",
|
| 293 |
+
"part": "SCHEDULES",
|
| 294 |
+
"division": "",
|
| 295 |
+
"heading": "Schedule",
|
| 296 |
+
"history": "",
|
| 297 |
+
"last_amended": "2025-04-25",
|
| 298 |
+
"in_force": "2017-09-21",
|
| 299 |
+
"status": "in force",
|
| 300 |
+
"current_to": "2025-05-05",
|
| 301 |
+
"citation": "Export Control List, Schedule (part 14 of 26)",
|
| 302 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 303 |
+
"id": "SOR-89-202-sched1-p14",
|
| 304 |
+
"text": "(ii) software specially designed for the use of items specified in subparagraph (d)(iii),\n(iii) software designed to extract Graphic Design System II (GDSII) or equivalent standard layout data and perform layer-to-layer alignment from Scanning Electron Microscope (SEM) images, and to generate multi-layer GDSII data or the circuit netlist, and\nNOTE\nIn subparagraph (iii), Graphic Design System II (GDSII) means a database file format for the data exchange of integrated circuit artwork or integrated circuit layout artwork.\n(iv) software specially designed or modified for the development or production of items specified in subparagraph (d)(v);\n(b) subject to the “General Technology Note” in Group 1 of the Guide, technology, other than that are referred to in Group 1 of the Guide, as follows:\n(i) technology specially designed or modified for the development or production of items specified in clause (c)(ii)(B) or (C), subparagraph (c)(iii) or (iv), any of subparagraphs (d)(iii) to (viii) or paragraph (e),\n(ii) technology specially designed or modified for the development or production of integrated circuits or of devices, using Gate-All-Around Field-Effect Transistor (GAAFET) structures,\nNOTE\n1 Subparagraph (ii) includes process recipes. Process recipe means a set of conditions and parameters for a particular process step.\n2 Subparagraph (ii) does not apply to technology used for tool qualification or maintenance.\n(iii) technology for the development or production of coating systems that are designed to protect ceramic matrix composite materials specified in item 1-1.C.7 of the Guide from corrosion, and to operate at temperatures exceeding 1,373.15 K (1,100℃), and\nNOTE"
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"act_code": "SOR-89-202",
|
| 308 |
+
"act_short": "Export Control List",
|
| 309 |
+
"act_name": "Export Control List",
|
| 310 |
+
"section": "Schedule",
|
| 311 |
+
"marginal_note": "Schedule",
|
| 312 |
+
"part": "SCHEDULES",
|
| 313 |
+
"division": "",
|
| 314 |
+
"heading": "Schedule",
|
| 315 |
+
"history": "",
|
| 316 |
+
"last_amended": "2025-04-25",
|
| 317 |
+
"in_force": "2017-09-21",
|
| 318 |
+
"status": "in force",
|
| 319 |
+
"current_to": "2025-05-05",
|
| 320 |
+
"citation": "Export Control List, Schedule (part 15 of 26)",
|
| 321 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 322 |
+
"id": "SOR-89-202-sched1-p15",
|
| 323 |
+
"text": "In subparagraph (iii), coating system means a coating consisting of materials in one or more layers – for example, bond, interlayer, top coat – deposited on a substrate.\n(iv) technology for the development of software specified in subparagraph (a)(iv);\n(c) systems, equipment and components, other than those referred to in Group 1 of the Guide, as follows:\n(i) Complementary Metal Oxide Semiconductor (CMOS) integrated circuits designed to operate at an ambient temperature equal to or less (better) than 4.5 K (-268.65°C),\nNOTE\nFor the purposes of subparagraph (i), Complementary Metal Oxide Semiconductor (CMOS) integrated circuits can also be referred to as cryogenic CMOS or cryoCMOS.\n(ii) quantum computers and related electronic assemblies and components therefor, as follows:\n(A) quantum computers, as follows:\n(I) quantum computers supporting 34 or more, but fewer than 100, fully controlled, connected and working physical qubits, and having a C-NOT error of less than or equal to 10-4,\n(II) quantum computers supporting 100 or more, but fewer than 200, fully controlled, connected and working physical qubits, and having a C-NOT error of less than or equal to 10-3,\n(III) quantum computers supporting 200 or more, but fewer than 350, fully controlled, connected and working physical qubits, and having a C-NOT error of less than or equal to 2 x 10-3,\n(IV) quantum computers supporting 350 or more, but fewer than 500, fully controlled, connected and working physical qubits, and having a C-NOT error of less than or equal to 3 x 10-3,\n(V) quantum computers supporting 500 or more, but fewer than 700, fully controlled, connected and working physical qubits, and having a C-NOT error of less than or equal to 4 x 10-3,"
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"act_code": "SOR-89-202",
|
| 327 |
+
"act_short": "Export Control List",
|
| 328 |
+
"act_name": "Export Control List",
|
| 329 |
+
"section": "Schedule",
|
| 330 |
+
"marginal_note": "Schedule",
|
| 331 |
+
"part": "SCHEDULES",
|
| 332 |
+
"division": "",
|
| 333 |
+
"heading": "Schedule",
|
| 334 |
+
"history": "",
|
| 335 |
+
"last_amended": "2025-04-25",
|
| 336 |
+
"in_force": "2017-09-21",
|
| 337 |
+
"status": "in force",
|
| 338 |
+
"current_to": "2025-05-05",
|
| 339 |
+
"citation": "Export Control List, Schedule (part 16 of 26)",
|
| 340 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 341 |
+
"id": "SOR-89-202-sched1-p16",
|
| 342 |
+
"text": "(VI) quantum computers supporting 700 or more, but fewer than 1,100, fully controlled, connected and working physical qubits, and having a C-NOT error of less than or equal to 5 x 10-3,\n(VII) quantum computers supporting 1,100 or more, but fewer than 2,000, fully controlled, connected and working physical qubits, and having a C-NOT error of less than or equal to 6 x 10-3, and\n(VIII) quantum computers supporting 2,000 or more fully controlled, connected and working physical qubits,\n(B) qubit devices and qubit circuits, containing or supporting arrays of physical qubits, and specially designed for items specified in clause (A), and\n(C) quantum control components and quantum measurement devices specially designed for items specified in clause (A),\nNOTE\n1 Items in clause (B) include semiconductor, superconducting and photonic qubit chips and chip arrays, surface ion trap arrays, other qubit confinement technology, and coherent interconnects between such items.\n2 Clause (C) applies to items designed for calibrating, initializing, manipulating or measuring the resident qubits of a quantum computer.\n3 Subparagraph (ii) applies to circuit model (or gate-based) and one-way (or measurement-based) quantum computers but does not apply to adiabatic (or annealing) quantum computers.\n4 Items specified in subparagraph (ii) may not necessarily physically contain any qubits. For example, quantum computers based on photonic schemes do not permanently contain a physical item that can be identified as a qubit. Instead, photonic qubits are generated while the computer is operating and then later discarded."
|
| 343 |
+
},
|
| 344 |
+
{
|
| 345 |
+
"act_code": "SOR-89-202",
|
| 346 |
+
"act_short": "Export Control List",
|
| 347 |
+
"act_name": "Export Control List",
|
| 348 |
+
"section": "Schedule",
|
| 349 |
+
"marginal_note": "Schedule",
|
| 350 |
+
"part": "SCHEDULES",
|
| 351 |
+
"division": "",
|
| 352 |
+
"heading": "Schedule",
|
| 353 |
+
"history": "",
|
| 354 |
+
"last_amended": "2025-04-25",
|
| 355 |
+
"in_force": "2017-09-21",
|
| 356 |
+
"status": "in force",
|
| 357 |
+
"current_to": "2025-05-05",
|
| 358 |
+
"citation": "Export Control List, Schedule (part 17 of 26)",
|
| 359 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 360 |
+
"id": "SOR-89-202-sched1-p17",
|
| 361 |
+
"text": "5 In subparagraph (ii), physical qubit means a two-level quantum system used to represent the elementary unit of quantum logic by means of manipulations and measurements that are not error-corrected. Physical qubits are distinguished from logical qubits, in that logical qubits are error-corrected qubits composed of many physical qubits.\n6 In clause (A), supporting 34 or more fully controlled, connected, working physical qubits refers to the capability of a quantum computer to confine, control, measure and process the quantum information embodied in 34 or more physical qubits.\n7 In clause (A), fully controlled means that the physical qubit can be calibrated, initialized, gated and read out, as necessary.\n8 In clause (A), connected means that two-qubit gate operations can be performed between any arbitrary pair of the available working physical qubits. This does not necessarily entail all-to-all connectivity.\n9 In clause (A), working means that the physical qubit performs universal quantum computational work according to the system specifications for qubit operational fidelity.\n10 In clause (A), C-NOT error means the average physical gate error for the nearest-neighbour two-physical qubit Controlled-NOT (C-NOT) gates.\n(iii) parametric signal amplifiers designed to operate at an ambient temperature below 1 K (-272.15 ℃) and at a frequency from 2 GHz to 15 GHz, and having a noise figure of less than 0.015 dB when operating at that temperature and frequency,\nNOTE\nIn subparagraph (iii), parametric signal amplifier, or Quantum-Limited Amplifier (QLA), includes a Travelling Wave Parametric Amplifier (TWPA).\n(iv) cryogenic cooling systems and components, as follows:"
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"act_code": "SOR-89-202",
|
| 365 |
+
"act_short": "Export Control List",
|
| 366 |
+
"act_name": "Export Control List",
|
| 367 |
+
"section": "Schedule",
|
| 368 |
+
"marginal_note": "Schedule",
|
| 369 |
+
"part": "SCHEDULES",
|
| 370 |
+
"division": "",
|
| 371 |
+
"heading": "Schedule",
|
| 372 |
+
"history": "",
|
| 373 |
+
"last_amended": "2025-04-25",
|
| 374 |
+
"in_force": "2017-09-21",
|
| 375 |
+
"status": "in force",
|
| 376 |
+
"current_to": "2025-05-05",
|
| 377 |
+
"citation": "Export Control List, Schedule (part 18 of 26)",
|
| 378 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 379 |
+
"id": "SOR-89-202-sched1-p18",
|
| 380 |
+
"text": "(A) systems rated to provide a cooling power of 600 µW or more at a temperature of 0.1 K (-273.05°C) or lower for more than 48 hours, and\n(B) two-stage pulse tube cryocoolers rated to maintain a temperature lower than 4 K (-269.15°C) and to provide a cooling power of 1.5 W or more at a temperature of 4.2 K (-268.95°C) or lower;\n(d) test, inspection and production equipment, other than that referred to in Group 1 of the Guide, as follows:\n(i) masks and reticles designed for integrated circuits specified in subparagraph (c)(i),\n(ii) imprint lithography templates designed for integrated circuits specified in subparagraph (c)(i),\n(iii) equipment designed for dry etching, as follows:\n(A) equipment designed or modified for isotropic dry etching and having a largest silicon-germanium to silicon (SiGe:Si) etch selectivity greater than or equal to 100:1, or\nNOTE\nFor the purposes of clause (A), silicon-germanium to silicon (SiGe:Si) etch selectivity is measured for a germanium (Ge) concentration of greater than or equal to 30% (Si0.70Ge0.30).\n(B) equipment designed or modified for anisotropic dry etching, and having all of the following:\n(I) one or more Radio Frequency (RF) power sources with at least one pulsed Radio Frequency (RF) output,\n(II) one or more fast gas switching valves with a switching time of less than 300 ms,\n(III) an electrostatic chuck with 20 or more individually controllable variable temperature elements, and\nNOTE\n1 Clause (B) includes etching using Radio Frequency (RF) pulse excited plasma, pulsed duty cycle excited plasma, pulsed voltage on electrodes modified plasma, or cyclic injection and purging of gases combined with a plasma; plasma atomic layer etching; and plasma quasi-atomic layer etching."
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"act_code": "SOR-89-202",
|
| 384 |
+
"act_short": "Export Control List",
|
| 385 |
+
"act_name": "Export Control List",
|
| 386 |
+
"section": "Schedule",
|
| 387 |
+
"marginal_note": "Schedule",
|
| 388 |
+
"part": "SCHEDULES",
|
| 389 |
+
"division": "",
|
| 390 |
+
"heading": "Schedule",
|
| 391 |
+
"history": "",
|
| 392 |
+
"last_amended": "2025-04-25",
|
| 393 |
+
"in_force": "2017-09-21",
|
| 394 |
+
"status": "in force",
|
| 395 |
+
"current_to": "2025-05-05",
|
| 396 |
+
"citation": "Export Control List, Schedule (part 19 of 26)",
|
| 397 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 398 |
+
"id": "SOR-89-202-sched1-p19",
|
| 399 |
+
"text": "2 Subparagraph (iii) includes etching by radicals, ions, sequential reactions, or non-sequential reaction.\n3 In note 2, radical means an atom, molecule, or ion that has an unpaired electron in an open electron shell configuration.\n(iv) Scanning Electron Microscope (SEM) equipment designed for imaging semiconductor devices or integrated circuits, and having all of the following:\n(A) a stage placement accuracy less (better) than 30 nm,\n(B) a stage positioning measurement performed using laser interferometry,\n(C) a position calibration within a Field-of-View (FOV) based on laser interferometer length-scale measurement,\n(D) a collection and storage of images with more than 2 x 108 pixels,\n(E) a Field-of-View (FOV) overlap of less than 5% in vertical and horizontal directions,\n(F) a Field-of-View (FOV) stitching overlap of less than 50 nm, and\n(G) an accelerating voltage of more than 21 kV,\nNOTE\n1 Subparagraph (iv) includes Scanning Electron Microscope (SEM) equipment designed for chip design recovery.\n2 Subparagraph (iv) does not apply to Scanning Electron Microscope (SEM) equipment designed to accept a Semiconductor Equipment and Materials International (SEMI) standard wafer carrier, such as a 200 mm or larger Front Opening Unified Pod (FOUP).\n(v) additive manufacturing machines designed to produce metal or metal alloy components and having the following characteristics, and specially designed components for those machines:\n(A) the consolidation source is one or more of the following :\n(I) a laser,\n(II) an electron beam, or\n(III) an electric arc,\n(B) during manufacturing, the controlled process atmosphere consists of:\n(I) an inert gas, or\n(II) a vacuum (pressure equal to or less than 100 Pa),"
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"act_code": "SOR-89-202",
|
| 403 |
+
"act_short": "Export Control List",
|
| 404 |
+
"act_name": "Export Control List",
|
| 405 |
+
"section": "Schedule",
|
| 406 |
+
"marginal_note": "Schedule",
|
| 407 |
+
"part": "SCHEDULES",
|
| 408 |
+
"division": "",
|
| 409 |
+
"heading": "Schedule",
|
| 410 |
+
"history": "",
|
| 411 |
+
"last_amended": "2025-04-25",
|
| 412 |
+
"in_force": "2017-09-21",
|
| 413 |
+
"status": "in force",
|
| 414 |
+
"current_to": "2025-05-05",
|
| 415 |
+
"citation": "Export Control List, Schedule (part 20 of 26)",
|
| 416 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 417 |
+
"id": "SOR-89-202-sched1-p20",
|
| 418 |
+
"text": "(C) the in-process monitoring equipment in a coaxial or paraxial configuration has any of the following:\n(I) an imaging camera with a peak response at a wavelength that is greater than 380 nm and less than or equal to 14,000 nm,\n(II) a pyrometer designed to measure temperatures greater than 1,273.15K (1,000°C), or\n(III) a radiometer or spectrometer with a peak response at a wavelength that is greater than 380 nm and less than or equal to 3,000 nm, and\n(D) the closed-loop control systems are designed to modify the consolidation source parameters, build paths, or equipment settings during the build cycle in response to feedback from in-process monitoring equipment specified in clause (C),\nNOTE\n1 In clauses (C) and (D), in-process monitoring, also known as in-situ process monitoring, means the observation and measurement of the additive manufacturing process including the measurement of electromagnetic or thermal emissions from the melt pool.\n2 In clause (C), coaxial configuration, also known as on-axis or inline configuration, means a configuration in which one or more sensors are mounted in an optical path shared by the laser consolidation source.\n3 In clause (C), paraxial configuration means a configuration in which one or more sensors are mounted onto or integrated into the laser, electron beam, or electric arc consolidation source component.\n4 In clause (C), for both coaxial configuration and paraxial configuration, the field of view of the sensors is fixed to the moving reference frame of the consolidation source and moves in the same scan trajectory throughout the build process."
|
| 419 |
+
},
|
| 420 |
+
{
|
| 421 |
+
"act_code": "SOR-89-202",
|
| 422 |
+
"act_short": "Export Control List",
|
| 423 |
+
"act_name": "Export Control List",
|
| 424 |
+
"section": "Schedule",
|
| 425 |
+
"marginal_note": "Schedule",
|
| 426 |
+
"part": "SCHEDULES",
|
| 427 |
+
"division": "",
|
| 428 |
+
"heading": "Schedule",
|
| 429 |
+
"history": "",
|
| 430 |
+
"last_amended": "2025-04-25",
|
| 431 |
+
"in_force": "2017-09-21",
|
| 432 |
+
"status": "in force",
|
| 433 |
+
"current_to": "2025-05-05",
|
| 434 |
+
"citation": "Export Control List, Schedule (part 21 of 26)",
|
| 435 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 436 |
+
"id": "SOR-89-202-sched1-p21",
|
| 437 |
+
"text": "(vi) Extreme Ultraviolet (EUV) lithography masks and EUV lithography reticles, designed for integrated circuits, and having mask substrate blanks specified in paragraph 1-3.B.1.j of the Guide,\nNOTE\nSubparagraph (vi) also applies to masks and reticles with a mounted pellicle.\n(vii) pellicles specially designed for EUV lithography, and\nNOTE\n1 In subparagraphs (vi) and (vii), pellicle means a membrane that is integrated with a frame and that is designed to protect a mask or reticle from particle contamination.\n2 In subparagraphs (vi) and (vii), Extreme Ultraviolet means electromagnetic spectrum wavelengths greater than 5 nm and less than 124 nm.\n(viii) cryogenic wafer probing equipment designed to test devices at a temperature less than or equal to 4.5 K (-268.65°C), and to accommodate wafer diameters greater than or equal to 100 mm;\n(e) materials, other than those referred to in Group 1 of the Guide, as follows:\n(i) epitaxial materials consisting of a substrate having at least one epitaxially grown layer of any of the following:\n(A) silicon having an isotopic impurity of less than 0.08% of silicon isotopes other than silicon-28 or silicon-30, or\n(B) germanium having an isotopic impurity of less than 0.08% of germanium isotopes other than germanium-70, germanium-72, germanium-74, or germanium-76,\n(ii) fluorides, hydrides, or chlorides, of silicon or germanium, containing any of the following:\n(A) silicon having an isotopic impurity of less than 0.08% of silicon isotopes other than silicon-28 or silicon-30, or\n(B) germanium having an isotopic impurity of less than 0.08% of germanium isotopes other than germanium-70, germanium-72, germanium-74, or germanium-76, and\n(iii) silicon, silicon oxides, germanium or germanium oxides, containing any of the following:"
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"act_code": "SOR-89-202",
|
| 441 |
+
"act_short": "Export Control List",
|
| 442 |
+
"act_name": "Export Control List",
|
| 443 |
+
"section": "Schedule",
|
| 444 |
+
"marginal_note": "Schedule",
|
| 445 |
+
"part": "SCHEDULES",
|
| 446 |
+
"division": "",
|
| 447 |
+
"heading": "Schedule",
|
| 448 |
+
"history": "",
|
| 449 |
+
"last_amended": "2025-04-25",
|
| 450 |
+
"in_force": "2017-09-21",
|
| 451 |
+
"status": "in force",
|
| 452 |
+
"current_to": "2025-05-05",
|
| 453 |
+
"citation": "Export Control List, Schedule (part 22 of 26)",
|
| 454 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 455 |
+
"id": "SOR-89-202-sched1-p22",
|
| 456 |
+
"text": "(A) silicon having an isotopic impurity of less than 0.08% of silicon isotopes other than silicon-28 or silicon-30, or\n(B) germanium having an isotopic impurity of less than 0.08% of germanium isotopes other than germanium-70, germanium-72, germanium-74, or germanium-76.\nNOTE\nSubparagraph (iii) includes substrates, lumps, ingots, boules and preforms of those materials.\nGROUP 6\nGoods and technology, as described in Group 6 of the Guide, the export of which Canada has agreed to control under bilateral arrangements concluded on April 7, 1987, in accordance with the Guidelines for Sensitive Missile-Relevant Transfers, issued by the Missile Technology Control Regime to control the export of missile equipment and technology referred to in the MTCR/TEM/2019/Annex of October 11, 2019, as amended from time to time.\nGROUP 7\nGoods and technology, as described in Group 7 of the Guide, the export of which Canada has agreed to control\n(a) in accordance with the Guidelines for Transfers of Sensitive Chemical or Biological Items and the Common Control Lists, as amended from time to time, that are issued by the Australia Group to control the export of chemical and biological weapons; and\n(b) under the Convention on the Prohibition of the Development, Production, Stockpiling and Use of Chemical Weapons and on Their Destruction, signed at Paris, France, on January 13, 1993, as amended from time to time.\nGROUP 8\n8000 [Repealed, SOR/2006-16, s. 11]\nGROUP 9\nThe goods referred to in items 9-1 to 9-9, whether or not included elsewhere in this List, the export of which Canada has agreed to control in accordance with its obligations under the Arms Trade Treaty."
|
| 457 |
+
},
|
| 458 |
+
{
|
| 459 |
+
"act_code": "SOR-89-202",
|
| 460 |
+
"act_short": "Export Control List",
|
| 461 |
+
"act_name": "Export Control List",
|
| 462 |
+
"section": "Schedule",
|
| 463 |
+
"marginal_note": "Schedule",
|
| 464 |
+
"part": "SCHEDULES",
|
| 465 |
+
"division": "",
|
| 466 |
+
"heading": "Schedule",
|
| 467 |
+
"history": "",
|
| 468 |
+
"last_amended": "2025-04-25",
|
| 469 |
+
"in_force": "2017-09-21",
|
| 470 |
+
"status": "in force",
|
| 471 |
+
"current_to": "2025-05-05",
|
| 472 |
+
"citation": "Export Control List, Schedule (part 23 of 26)",
|
| 473 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 474 |
+
"id": "SOR-89-202-sched1-p23",
|
| 475 |
+
"text": "9-1 Battle tanks that are tracked or wheeled self-propelled armoured fighting vehicles weighing at least 16.5 t unladen, with a direct fire main gun of at least 75 mm calibre.\n9-2 Armoured combat vehicles as follows:\n(a) tracked, semi-tracked or wheeled self-propelled vehicles with armoured protection and cross-country capability having any of the following characteristics:\n(i) designed or modified and equipped to transport a squad of four or more infantry soldiers,\n(ii) armed with an integral or organic weapon of at least 12.5 mm calibre,\n(iii) equipped with a missile launcher,\n(iv) equipped with organic technical means for observation, reconnaissance and target indication and designed to perform reconnaissance missions,\n(v) equipped with integral or organic technical means for command of troops,\n(vi) equipped with integral or organic electronic and technical means designed for electronic warfare; and\n(b) armoured bridge-launching vehicles.\n9-3 Large-calibre artillery systems as follows:\n(a) guns, howitzers, mortars – and artillery pieces that combine the characteristics of a gun or howitzer – that are capable of engaging surface targets by delivering indirect fire and have\n(i) a calibre of at least 75 mm but not greater than 155 mm, or\n(ii) a calibre greater than 155 mm;\n(b) multiple-launch rocket systems that are capable of engaging surface targets by delivering indirect fire and have a calibre of at least 75 mm; and\n(c) gun carriers specially designed for towing artillery.\n9-4 Military aircraft and related systems as follows:\n(a) manned fixed-wing or variable-geometry wing aircraft that are designed, equipped or modified to\n(i) engage targets by employing guided missiles, unguided rockets, bombs, guns, cannons or other weapons of destruction, or"
|
| 476 |
+
},
|
| 477 |
+
{
|
| 478 |
+
"act_code": "SOR-89-202",
|
| 479 |
+
"act_short": "Export Control List",
|
| 480 |
+
"act_name": "Export Control List",
|
| 481 |
+
"section": "Schedule",
|
| 482 |
+
"marginal_note": "Schedule",
|
| 483 |
+
"part": "SCHEDULES",
|
| 484 |
+
"division": "",
|
| 485 |
+
"heading": "Schedule",
|
| 486 |
+
"history": "",
|
| 487 |
+
"last_amended": "2025-04-25",
|
| 488 |
+
"in_force": "2017-09-21",
|
| 489 |
+
"status": "in force",
|
| 490 |
+
"current_to": "2025-05-05",
|
| 491 |
+
"citation": "Export Control List, Schedule (part 24 of 26)",
|
| 492 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 493 |
+
"id": "SOR-89-202-sched1-p24",
|
| 494 |
+
"text": "(ii) perform reconnaissance, command-of-troops, electronic warfare, suppression of air-defence systems, refuelling or airdrop missions;\n(b) unmanned fixed-wing or variable-geometry wing aircraft that are designed, equipped or modified to\n(i) engage targets by employing guided missiles, unguided rockets, bombs, guns, cannons or other weapons of destruction, or\n(ii) perform reconnaissance, electronic warfare or suppression of air-defence systems missions; and\n(c) systems for the control and receiving of information from the unmanned aircraft referred to in paragraph (b).\n9-5 Military helicopters and related systems as follows:\n(a) manned rotary-wing aircraft that are designed, equipped or modified to\n(i) engage targets by employing guided or unguided anti-armour, air-to-surface, air-to-subsurface or air-to-air weapons for which the aircraft are equipped with an integrated fire control and aiming system, or\n(ii) perform reconnaissance, electronic warfare, target acquisition (including anti-submarine warfare), communications, command-of-troops or minelaying missions;\n(b) unmanned rotary-wing aircraft that are designed, equipped or modified to\n(i) engage targets by employing guided or unguided anti-armour, air-to-surface, air-to-subsurface or air-to-air weapons for which the aircraft are equipped with an integrated fire control and aiming system, or\n(ii) perform reconnaissance, electronic warfare or suppression of air-defence systems missions; and\n(c) systems for the control and receiving of information from the unmanned aircraft referred to in paragraph (b).\n9-6 Vessels and submarines that are armed and equipped for military use and that\n(a) have a standard displacement equal to or greater than 150 t; or"
|
| 495 |
+
},
|
| 496 |
+
{
|
| 497 |
+
"act_code": "SOR-89-202",
|
| 498 |
+
"act_short": "Export Control List",
|
| 499 |
+
"act_name": "Export Control List",
|
| 500 |
+
"section": "Schedule",
|
| 501 |
+
"marginal_note": "Schedule",
|
| 502 |
+
"part": "SCHEDULES",
|
| 503 |
+
"division": "",
|
| 504 |
+
"heading": "Schedule",
|
| 505 |
+
"history": "",
|
| 506 |
+
"last_amended": "2025-04-25",
|
| 507 |
+
"in_force": "2017-09-21",
|
| 508 |
+
"status": "in force",
|
| 509 |
+
"current_to": "2025-05-05",
|
| 510 |
+
"citation": "Export Control List, Schedule (part 25 of 26)",
|
| 511 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 512 |
+
"id": "SOR-89-202-sched1-p25",
|
| 513 |
+
"text": "(b) have a standard displacement of less than 150 t and are equipped for launching missiles or torpedoes with a range of 25 km or greater.\n9-7\n(1) Missiles and missile launchers, as follows:\n(a) guided or unguided rockets and ballistic or cruise missiles that are capable of delivering a warhead or weapon of destruction to a range of 25 km or greater;\n(b) launchers that are specially designed or modified for launching the missiles or rockets referred to in paragraph (a), if not included in any of items 9-1 to 9-6; and\n(c) man-portable air-defense systems (MANPADS).\n(2) Paragraph (1)(a) includes remotely piloted vehicles that have the characteristics of the missiles or rockets described in that subsection.\n9-8\n(1) Small arms that are destined for police or military end-use by individual members, as follows:\n(a) handguns that\n(i) are automatic or converted automatic in function,\n(ii) are semi-automatic in function, or\n(iii) are revolvers;\n(b) rifles other than those specified in paragraph (d);\n(c) submachine guns that are automatic or converted automatic in function;\n(d) assault rifles that are automatic or converted automatic in function; and\n(e) light machine guns that\n(i) are automatic or converted automatic in function, and\n(ii) have a calibre of 12.7mm or less,\n(2) Subsection (1) does not include\n(a) firearms that are specially designed for dummy or blank ammunition and are incapable of discharging a projectile or marking cartridges;\n(b) firearms that are specially designed for marking or for force-on-force type training ammunition;\n(c) firearms that are specially designed to launch tethered projectiles having no high-explosive charge or communications link to a range of 500 m or less; or\n(d) antique firearms as defined in subsection 84(1) of the Criminal Code.\n9-9"
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"act_code": "SOR-89-202",
|
| 517 |
+
"act_short": "Export Control List",
|
| 518 |
+
"act_name": "Export Control List",
|
| 519 |
+
"section": "Schedule",
|
| 520 |
+
"marginal_note": "Schedule",
|
| 521 |
+
"part": "SCHEDULES",
|
| 522 |
+
"division": "",
|
| 523 |
+
"heading": "Schedule",
|
| 524 |
+
"history": "",
|
| 525 |
+
"last_amended": "2025-04-25",
|
| 526 |
+
"in_force": "2017-09-21",
|
| 527 |
+
"status": "in force",
|
| 528 |
+
"current_to": "2025-05-05",
|
| 529 |
+
"citation": "Export Control List, Schedule (part 26 of 26)",
|
| 530 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-89-202/",
|
| 531 |
+
"id": "SOR-89-202-sched1-p26",
|
| 532 |
+
"text": "(1) Light weapons destined for use by individual members of armed or security forces or by several members serving as a crew and delivering primarily direct fire as follows:\n(a) heavy machine guns, other than the grenade launchers specified in paragraph (b), that\n(i) are automatic or converted automatic in function, and\n(ii) have a calibre greater than 12.7 mm;\n(b) hand-held grenade launchers, under-barrel-mounted grenade launchers and mounted grenade launchers;\n(c) portable anti-tank guns;\n(d) recoilless rifles;\n(e) portable anti-tank missile launchers and rocket systems; and\n(f) mortars that have a calibre less than 75 mm.\n(2) Subsection (1) does not include antique firearms, as defined in subsection 84(1) of the Criminal Code."
|
| 533 |
+
}
|
| 534 |
+
]
|
data/processed/SOR-95-212.json
CHANGED
|
@@ -1271,5 +1271,43 @@
|
|
| 1271 |
"id": "SOR-95-212-s60",
|
| 1272 |
"text": "60 Where the Minister or an inspector believes on reasonable grounds that a conveyance or a facility used for any activity undertaken in respect of any thing that requires a Canadian Phytosanitary Certificate, a Canadian Phytosanitary Certificate for Re-export or any other phytosanitary document is or could be infested or constitutes or could constitute a biological obstacle to the control of a pest, any inspector may require the owner or person having the possession, care or control of the conveyance or facility\n(a) to treat or clean the conveyance or the facility; and\n(b) to treat, move or dispose of any thing found on or in the conveyance or in the facility.",
|
| 1273 |
"citation": "Plant Protection Regs, s. 60"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1274 |
}
|
| 1275 |
]
|
|
|
|
| 1271 |
"id": "SOR-95-212-s60",
|
| 1272 |
"text": "60 Where the Minister or an inspector believes on reasonable grounds that a conveyance or a facility used for any activity undertaken in respect of any thing that requires a Canadian Phytosanitary Certificate, a Canadian Phytosanitary Certificate for Re-export or any other phytosanitary document is or could be infested or constitutes or could constitute a biological obstacle to the control of a pest, any inspector may require the owner or person having the possession, care or control of the conveyance or facility\n(a) to treat or clean the conveyance or the facility; and\n(b) to treat, move or dispose of any thing found on or in the conveyance or in the facility.",
|
| 1273 |
"citation": "Plant Protection Regs, s. 60"
|
| 1274 |
+
},
|
| 1275 |
+
{
|
| 1276 |
+
"act_code": "SOR-95-212",
|
| 1277 |
+
"act_short": "Plant Protection Regs",
|
| 1278 |
+
"act_name": "Plant Protection Regulations",
|
| 1279 |
+
"section": "Schedule I",
|
| 1280 |
+
"marginal_note": "Schedule I",
|
| 1281 |
+
"part": "SCHEDULES",
|
| 1282 |
+
"division": "",
|
| 1283 |
+
"heading": "Schedule I",
|
| 1284 |
+
"history": "",
|
| 1285 |
+
"last_amended": "2025-11-21",
|
| 1286 |
+
"in_force": "2025-11-21",
|
| 1287 |
+
"status": "repealed",
|
| 1288 |
+
"current_to": "2025-11-27",
|
| 1289 |
+
"citation": "Plant Protection Regs, Schedule I",
|
| 1290 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-95-212/",
|
| 1291 |
+
"id": "SOR-95-212-sched1",
|
| 1292 |
+
"text": "[Repealed]"
|
| 1293 |
+
},
|
| 1294 |
+
{
|
| 1295 |
+
"act_code": "SOR-95-212",
|
| 1296 |
+
"act_short": "Plant Protection Regs",
|
| 1297 |
+
"act_name": "Plant Protection Regulations",
|
| 1298 |
+
"section": "Schedule Ii",
|
| 1299 |
+
"marginal_note": "Schedule Ii",
|
| 1300 |
+
"part": "SCHEDULES",
|
| 1301 |
+
"division": "",
|
| 1302 |
+
"heading": "Schedule Ii",
|
| 1303 |
+
"history": "",
|
| 1304 |
+
"last_amended": "2025-11-21",
|
| 1305 |
+
"in_force": "2025-11-21",
|
| 1306 |
+
"status": "repealed",
|
| 1307 |
+
"current_to": "2025-11-27",
|
| 1308 |
+
"citation": "Plant Protection Regs, Schedule Ii",
|
| 1309 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-95-212/",
|
| 1310 |
+
"id": "SOR-95-212-sched2",
|
| 1311 |
+
"text": "[Repealed]"
|
| 1312 |
}
|
| 1313 |
]
|
data/processed/SOR-96-263.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/processed/SOR-96-46.json
CHANGED
|
@@ -435,5 +435,24 @@
|
|
| 435 |
"id": "SOR-96-46-s22",
|
| 436 |
"text": "22 Where the importer or owner of goods stored in a bonded warehouse wants the goods removed from the bonded warehouse in smaller units than those described under subsection 19(2) of the Customs Act, the importer or owner shall submit to the chief officer of customs\n(a) where the goods are to be released, an amended accounting in the prescribed form; or\n(b) where the goods are not to be released, an amended description in the prescribed form.",
|
| 437 |
"citation": "Customs Bonded Warehouses Regs, s. 22"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 438 |
}
|
| 439 |
]
|
|
|
|
| 435 |
"id": "SOR-96-46-s22",
|
| 436 |
"text": "22 Where the importer or owner of goods stored in a bonded warehouse wants the goods removed from the bonded warehouse in smaller units than those described under subsection 19(2) of the Customs Act, the importer or owner shall submit to the chief officer of customs\n(a) where the goods are to be released, an amended accounting in the prescribed form; or\n(b) where the goods are not to be released, an amended description in the prescribed form.",
|
| 437 |
"citation": "Customs Bonded Warehouses Regs, s. 22"
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"act_code": "SOR-96-46",
|
| 441 |
+
"act_short": "Customs Bonded Warehouses Regs",
|
| 442 |
+
"act_name": "Customs Bonded Warehouses Regulations",
|
| 443 |
+
"section": "Schedule",
|
| 444 |
+
"marginal_note": "Schedule",
|
| 445 |
+
"part": "SCHEDULES",
|
| 446 |
+
"division": "",
|
| 447 |
+
"heading": "Schedule",
|
| 448 |
+
"history": "",
|
| 449 |
+
"last_amended": "2006-03-22",
|
| 450 |
+
"in_force": "2006-03-22",
|
| 451 |
+
"status": "in force",
|
| 452 |
+
"current_to": "2024-10-30",
|
| 453 |
+
"citation": "Customs Bonded Warehouses Regs, Schedule",
|
| 454 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-96-46/",
|
| 455 |
+
"id": "SOR-96-46-sched1",
|
| 456 |
+
"text": "(Section 19)\nColumn I | Column II\nItem | Warehouse Goods | Time Limits\n1 | Spare parts for aircraft or vessels, oceanic cable, oil-drilling supplies and related parts and equipment, not intended for domestic consumption | 15 years\n2 | Beer and wine | 5 years\n3 | Goods placed in a bonded warehouse for marking in accordance with the Marking of Imported Goods Regulations or for display at conventions, exhibitions or trade shows | 90 days\n4 | Any other goods | 4 years"
|
| 457 |
}
|
| 458 |
]
|
data/processed/SOR-97-229.json
CHANGED
|
@@ -56,6 +56,44 @@
|
|
| 56 |
"text": "*4 These Regulations come into force on the day which the Controlled Drugs and Substances Act, chapter 19 of the Statutes of Canada, 1996, comes into force.\n* [Note: Regulations in force May 14, 1997, see SI/97-47.]",
|
| 57 |
"citation": "Precursor & Substance Exemption Regs, s. *4"
|
| 58 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
{
|
| 60 |
"id": "SOR-97-229-nif-1",
|
| 61 |
"act_code": "SOR-97-229",
|
|
|
|
| 56 |
"text": "*4 These Regulations come into force on the day which the Controlled Drugs and Substances Act, chapter 19 of the Statutes of Canada, 1996, comes into force.\n* [Note: Regulations in force May 14, 1997, see SI/97-47.]",
|
| 57 |
"citation": "Precursor & Substance Exemption Regs, s. *4"
|
| 58 |
},
|
| 59 |
+
{
|
| 60 |
+
"act_code": "SOR-97-229",
|
| 61 |
+
"act_short": "Precursor & Substance Exemption Regs",
|
| 62 |
+
"act_name": "Regulations Exempting Certain Precursors and Controlled Substances from the Application of the Controlled Drugs and Substances Act",
|
| 63 |
+
"section": "Schedule I",
|
| 64 |
+
"marginal_note": "Schedule I",
|
| 65 |
+
"part": "SCHEDULES",
|
| 66 |
+
"division": "",
|
| 67 |
+
"heading": "Schedule I",
|
| 68 |
+
"history": "",
|
| 69 |
+
"last_amended": "2006-03-22",
|
| 70 |
+
"in_force": "2006-03-22",
|
| 71 |
+
"status": "in force",
|
| 72 |
+
"current_to": "2025-12-02",
|
| 73 |
+
"citation": "Precursor & Substance Exemption Regs, Schedule I",
|
| 74 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-97-229/",
|
| 75 |
+
"id": "SOR-97-229-sched1",
|
| 76 |
+
"text": "(Section 1)\n1 Bezitramide (1-(3-cyano-3,3-diphenyl-propyl)-4-(2-oxo-3- propionyl-1-benzimidazolinyl)-piperidine)\n2 Piritramide (1-(3-cyano-3,3-diphenylpropyl)-4-(1-piperidino)piperidine-4-carboxylic acid amide), its salts, derivatives and salts of derivatives\n3. to 5 [Repealed, SOR/2003-35, s. 1]\n6 [Repealed, SOR/2000-218, s. 1]\n7 [Repealed, SOR/2003-35, s. 2]\n8. to 17 [Repealed, SOR/2000-218, s. 2]\n18 [Repealed, SOR/2002-360, s. 1]\n19 Propylhexedrine (1-cyclohexyl-2-methylaminopropane) and any salt thereof\n20 [Repealed, SOR/2003-35, s. 3]\n21. to 26 [Repealed, SOR/2002-360, s. 2]"
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"act_code": "SOR-97-229",
|
| 80 |
+
"act_short": "Precursor & Substance Exemption Regs",
|
| 81 |
+
"act_name": "Regulations Exempting Certain Precursors and Controlled Substances from the Application of the Controlled Drugs and Substances Act",
|
| 82 |
+
"section": "Schedule Ii",
|
| 83 |
+
"marginal_note": "Schedule Ii",
|
| 84 |
+
"part": "SCHEDULES",
|
| 85 |
+
"division": "",
|
| 86 |
+
"heading": "Schedule Ii",
|
| 87 |
+
"history": "",
|
| 88 |
+
"last_amended": "2006-03-22",
|
| 89 |
+
"in_force": "2006-03-22",
|
| 90 |
+
"status": "repealed",
|
| 91 |
+
"current_to": "2025-12-02",
|
| 92 |
+
"citation": "Precursor & Substance Exemption Regs, Schedule Ii",
|
| 93 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/regulations/SOR-97-229/",
|
| 94 |
+
"id": "SOR-97-229-sched2",
|
| 95 |
+
"text": "[Repealed]"
|
| 96 |
+
},
|
| 97 |
{
|
| 98 |
"id": "SOR-97-229-nif-1",
|
| 99 |
"act_code": "SOR-97-229",
|
data/processed/SOR-98-462.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/processed/amps.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/processed/caselaw.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f64b399c2d461d8016af792160c868187afa2da17dce23cfb81196eeb6ed8954
|
| 3 |
+
size 11504314
|
data/processed/charter.json
ADDED
|
@@ -0,0 +1,762 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"id": "CONST-1867-s91",
|
| 4 |
+
"doc_type": "legislation",
|
| 5 |
+
"act_code": "CONST-1867",
|
| 6 |
+
"act_short": "Constitution Act, 1867",
|
| 7 |
+
"act_name": "Constitution Act, 1867",
|
| 8 |
+
"section": "91",
|
| 9 |
+
"marginal_note": "Legislative Authority of Parliament of Canada",
|
| 10 |
+
"part": "",
|
| 11 |
+
"division": "",
|
| 12 |
+
"heading": "",
|
| 13 |
+
"text": "91 It shall be lawful for the Queen, by and with the Advice and Consent of the Senate and House of Commons, to make Laws for the Peace, Order, and good Government of Canada, in relation to all Matters not coming within the Classes of Subjects by this Act assigned exclusively to the Legislatures of the Provinces; and for greater Certainty, but not so as to restrict the Generality of the foregoing Terms of this Section, it is hereby declared that (notwithstanding anything in this Act) the exclusive Legislative Authority of the Parliament of Canada extends to all Matters coming within the Classes of Subjects next hereinafter enumerated; that is to say,\n1. Repealed. End note (44)\n1A. The Public Debt and Property. End note (45)\n2. The Regulation of Trade and Commerce.\n2A. Unemployment insurance. End note (46)\n3. The raising of Money by any Mode or System of Taxation.\n4. The borrowing of Money on the Public Credit.\n5. Postal Service.\n6. The Census and Statistics.\n7. Militia, Military and Naval Service, and Defence.\n8. The fixing of and providing for the Salaries and Allowances of Civil and other Officers of the Government of Canada.\n9. Beacons, Buoys, Lighthouses, and Sable Island.\n10. Navigation and Shipping.\n11. Quarantine and the Establishment and Maintenance of Marine Hospitals.\n12. Sea Coast and Inland Fisheries.\n13. Ferries between a Province and any British or Foreign Country or between Two Provinces.\n14. Currency and Coinage.\n15. Banking, Incorporation of Banks, and the Issue of Paper Money.\n16. Savings Banks.\n17. Weights and Measures.\n18. Bills of Exchange and Promissory Notes.\n19. Interest.\n20. Legal Tender.\n21. Bankruptcy and Insolvency.\n22. Patents of Invention and Discovery.\n23. Copyrights.\n24. Indians, and Lands reserved for the Indians.\n25. Naturalization and Aliens.\n26. Marriage and Divorce.\n27. The Criminal Law, except the Constitution of Courts of Criminal Jurisdiction, but including the Procedure in Criminal Matters.\n28. The Establishment, Maintenance, and Management of Penitentiaries.\n29. Such Classes of Subjects as are expressly excepted in the Enumeration of the Classes of Subjects by this Act assigned exclusively to the Legislatures of the Provinces.\nAnd any Matter coming within any of the Classes of Subjects enumerated in this Section shall not be deemed to come within the Class of Matters of a local or private Nature comprised in the Enumeration of the Classes of Subjects by this Act assigned exclusively to the Legislatures of the Provinces. End note (47)\nExclusive Powers of Provincial Legislatures",
|
| 14 |
+
"history": "",
|
| 15 |
+
"last_amended": "",
|
| 16 |
+
"in_force": "",
|
| 17 |
+
"status": "in force",
|
| 18 |
+
"current_to": "",
|
| 19 |
+
"citation": "Constitution Act, 1867, s. 91",
|
| 20 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"id": "CONST-1867-s92",
|
| 24 |
+
"doc_type": "legislation",
|
| 25 |
+
"act_code": "CONST-1867",
|
| 26 |
+
"act_short": "Constitution Act, 1867",
|
| 27 |
+
"act_name": "Constitution Act, 1867",
|
| 28 |
+
"section": "92",
|
| 29 |
+
"marginal_note": "Subjects of exclusive Provincial Legislation",
|
| 30 |
+
"part": "",
|
| 31 |
+
"division": "",
|
| 32 |
+
"heading": "",
|
| 33 |
+
"text": "92 In each Province the Legislature may exclusively make Laws in relation to Matters coming within the Classes of Subjects next hereinafter enumerated; that is to say,\n1. Repealed. End note (48)\n2. Direct Taxation within the Province in order to the raising of a Revenue for Provincial Purposes.\n3. The borrowing of Money on the sole Credit of the Province.\n4. The Establishment and Tenure of Provincial Offices and the Appointment and Payment of Provincial Officers.\n5. The Management and Sale of the Public Lands belonging to the Province and of the Timber and Wood thereon.\n6. The Establishment, Maintenance, and Management of Public and Reformatory Prisons in and for the Province.\n7. The Establishment, Maintenance, and Management of Hospitals, Asylums, Charities, and Eleemosynary Institutions in and for the Province, other than Marine Hospitals.\n8. Municipal Institutions in the Province.\n9. Shop, Saloon, Tavern, Auctioneer, and other Licences in order to the raising of a Revenue for Provincial, Local, or Municipal Purposes.\n10. Local Works and Undertakings other than such as are of the following Classes: (a) Lines of Steam or other Ships, Railways, Canals, Telegraphs, and other Works and Undertakings connecting the Province with any other or others of the Provinces, or extending beyond the Limits of the Province:\n(b) Lines of Steam Ships between the Province and any British or Foreign Country:\n(c) Such Works as, although wholly situate within the Province, are before or after their Execution declared by the Parliament of Canada to be for the general Advantage of Canada or for the Advantage of Two or more of the Provinces.\n11. The Incorporation of Companies with Provincial Objects.\n12. The Solemnization of Marriage in the Province.\n13. Property and Civil Rights in the Province.\n14. The Administration of Justice in the Province, including the Constitution, Maintenance, and Organization of Provincial Courts, both of Civil and of Criminal Jurisdiction, and including Procedure in Civil Matters in those Courts.\n15. The Imposition of Punishment by Fine, Penalty, or Imprisonment for enforcing any Law of the Province made in relation to any Matter coming within any of the Classes of Subjects enumerated in this Section.\n16. Generally all Matters of a merely local or private Nature in the Province.\nNon-Renewable Natural Resources, Forestry Resources and Electrical Energy",
|
| 34 |
+
"history": "",
|
| 35 |
+
"last_amended": "",
|
| 36 |
+
"in_force": "",
|
| 37 |
+
"status": "in force",
|
| 38 |
+
"current_to": "",
|
| 39 |
+
"citation": "Constitution Act, 1867, s. 92",
|
| 40 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"id": "CONST-1982-s1",
|
| 44 |
+
"doc_type": "legislation",
|
| 45 |
+
"act_code": "CONST-1982",
|
| 46 |
+
"act_short": "Charter",
|
| 47 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 48 |
+
"section": "1",
|
| 49 |
+
"marginal_note": "Rights and freedoms in Canada",
|
| 50 |
+
"part": "",
|
| 51 |
+
"division": "",
|
| 52 |
+
"heading": "",
|
| 53 |
+
"text": "1 The Canadian Charter of Rights and Freedoms guarantees the rights and freedoms set out in it subject only to such reasonable limits prescribed by law as can be demonstrably justified in a free and democratic society.\nFundamental Freedoms",
|
| 54 |
+
"history": "",
|
| 55 |
+
"last_amended": "",
|
| 56 |
+
"in_force": "",
|
| 57 |
+
"status": "in force",
|
| 58 |
+
"current_to": "",
|
| 59 |
+
"citation": "Charter, s. 1",
|
| 60 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"id": "CONST-1982-s2",
|
| 64 |
+
"doc_type": "legislation",
|
| 65 |
+
"act_code": "CONST-1982",
|
| 66 |
+
"act_short": "Charter",
|
| 67 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 68 |
+
"section": "2",
|
| 69 |
+
"marginal_note": "Fundamental freedoms",
|
| 70 |
+
"part": "",
|
| 71 |
+
"division": "",
|
| 72 |
+
"heading": "",
|
| 73 |
+
"text": "2 Everyone has the following fundamental freedoms:\n(a) freedom of conscience and religion;\n(b) freedom of thought, belief, opinion and expression, including freedom of the press and other media of communication;\n(c) freedom of peaceful assembly; and\n(d) freedom of association.\nDemocratic Rights",
|
| 74 |
+
"history": "",
|
| 75 |
+
"last_amended": "",
|
| 76 |
+
"in_force": "",
|
| 77 |
+
"status": "in force",
|
| 78 |
+
"current_to": "",
|
| 79 |
+
"citation": "Charter, s. 2",
|
| 80 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"id": "CONST-1982-s3",
|
| 84 |
+
"doc_type": "legislation",
|
| 85 |
+
"act_code": "CONST-1982",
|
| 86 |
+
"act_short": "Charter",
|
| 87 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 88 |
+
"section": "3",
|
| 89 |
+
"marginal_note": "Democratic rights of citizens",
|
| 90 |
+
"part": "",
|
| 91 |
+
"division": "",
|
| 92 |
+
"heading": "",
|
| 93 |
+
"text": "3 Every citizen of Canada has the right to vote in an election of members of the House of Commons or of a legislative assembly and to be qualified for membership therein.",
|
| 94 |
+
"history": "",
|
| 95 |
+
"last_amended": "",
|
| 96 |
+
"in_force": "",
|
| 97 |
+
"status": "in force",
|
| 98 |
+
"current_to": "",
|
| 99 |
+
"citation": "Charter, s. 3",
|
| 100 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"id": "CONST-1982-s4",
|
| 104 |
+
"doc_type": "legislation",
|
| 105 |
+
"act_code": "CONST-1982",
|
| 106 |
+
"act_short": "Charter",
|
| 107 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 108 |
+
"section": "4",
|
| 109 |
+
"marginal_note": "Maximum duration of legislative bodies",
|
| 110 |
+
"part": "",
|
| 111 |
+
"division": "",
|
| 112 |
+
"heading": "",
|
| 113 |
+
"text": "4 (1) No House of Commons and no legislative assembly shall continue for longer than five years from the date fixed for the return of the writs of a general election of its members. End note (82)",
|
| 114 |
+
"history": "",
|
| 115 |
+
"last_amended": "",
|
| 116 |
+
"in_force": "",
|
| 117 |
+
"status": "in force",
|
| 118 |
+
"current_to": "",
|
| 119 |
+
"citation": "Charter, s. 4",
|
| 120 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"id": "CONST-1982-s5",
|
| 124 |
+
"doc_type": "legislation",
|
| 125 |
+
"act_code": "CONST-1982",
|
| 126 |
+
"act_short": "Charter",
|
| 127 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 128 |
+
"section": "5",
|
| 129 |
+
"marginal_note": "Annual sitting of legislative bodies",
|
| 130 |
+
"part": "",
|
| 131 |
+
"division": "",
|
| 132 |
+
"heading": "",
|
| 133 |
+
"text": "5 There shall be a sitting of Parliament and of each legislature at least once every twelve months. End note (84)\nMobility Rights",
|
| 134 |
+
"history": "",
|
| 135 |
+
"last_amended": "",
|
| 136 |
+
"in_force": "",
|
| 137 |
+
"status": "in force",
|
| 138 |
+
"current_to": "",
|
| 139 |
+
"citation": "Charter, s. 5",
|
| 140 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"id": "CONST-1982-s6",
|
| 144 |
+
"doc_type": "legislation",
|
| 145 |
+
"act_code": "CONST-1982",
|
| 146 |
+
"act_short": "Charter",
|
| 147 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 148 |
+
"section": "6",
|
| 149 |
+
"marginal_note": "Mobility of citizens",
|
| 150 |
+
"part": "",
|
| 151 |
+
"division": "",
|
| 152 |
+
"heading": "",
|
| 153 |
+
"text": "6 (1) Every citizen of Canada has the right to enter, remain in and leave Canada.",
|
| 154 |
+
"history": "",
|
| 155 |
+
"last_amended": "",
|
| 156 |
+
"in_force": "",
|
| 157 |
+
"status": "in force",
|
| 158 |
+
"current_to": "",
|
| 159 |
+
"citation": "Charter, s. 6",
|
| 160 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"id": "CONST-1982-s7",
|
| 164 |
+
"doc_type": "legislation",
|
| 165 |
+
"act_code": "CONST-1982",
|
| 166 |
+
"act_short": "Charter",
|
| 167 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 168 |
+
"section": "7",
|
| 169 |
+
"marginal_note": "Life, liberty and security of person",
|
| 170 |
+
"part": "",
|
| 171 |
+
"division": "",
|
| 172 |
+
"heading": "",
|
| 173 |
+
"text": "7 Everyone has the right to life, liberty and security of the person and the right not to be deprived thereof except in accordance with the principles of fundamental justice.",
|
| 174 |
+
"history": "",
|
| 175 |
+
"last_amended": "",
|
| 176 |
+
"in_force": "",
|
| 177 |
+
"status": "in force",
|
| 178 |
+
"current_to": "",
|
| 179 |
+
"citation": "Charter, s. 7",
|
| 180 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"id": "CONST-1982-s8",
|
| 184 |
+
"doc_type": "legislation",
|
| 185 |
+
"act_code": "CONST-1982",
|
| 186 |
+
"act_short": "Charter",
|
| 187 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 188 |
+
"section": "8",
|
| 189 |
+
"marginal_note": "Search or seizure",
|
| 190 |
+
"part": "",
|
| 191 |
+
"division": "",
|
| 192 |
+
"heading": "",
|
| 193 |
+
"text": "8 Everyone has the right to be secure against unreasonable search or seizure.",
|
| 194 |
+
"history": "",
|
| 195 |
+
"last_amended": "",
|
| 196 |
+
"in_force": "",
|
| 197 |
+
"status": "in force",
|
| 198 |
+
"current_to": "",
|
| 199 |
+
"citation": "Charter, s. 8",
|
| 200 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"id": "CONST-1982-s9",
|
| 204 |
+
"doc_type": "legislation",
|
| 205 |
+
"act_code": "CONST-1982",
|
| 206 |
+
"act_short": "Charter",
|
| 207 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 208 |
+
"section": "9",
|
| 209 |
+
"marginal_note": "Detention or imprisonment",
|
| 210 |
+
"part": "",
|
| 211 |
+
"division": "",
|
| 212 |
+
"heading": "",
|
| 213 |
+
"text": "9 Everyone has the right not to be arbitrarily detained or imprisoned.",
|
| 214 |
+
"history": "",
|
| 215 |
+
"last_amended": "",
|
| 216 |
+
"in_force": "",
|
| 217 |
+
"status": "in force",
|
| 218 |
+
"current_to": "",
|
| 219 |
+
"citation": "Charter, s. 9",
|
| 220 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"id": "CONST-1982-s10",
|
| 224 |
+
"doc_type": "legislation",
|
| 225 |
+
"act_code": "CONST-1982",
|
| 226 |
+
"act_short": "Charter",
|
| 227 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 228 |
+
"section": "10",
|
| 229 |
+
"marginal_note": "Arrest or detention",
|
| 230 |
+
"part": "",
|
| 231 |
+
"division": "",
|
| 232 |
+
"heading": "",
|
| 233 |
+
"text": "10 Everyone has the right on arrest or detention\n(a) to be informed promptly of the reasons therefor;\n(b) to retain and instruct counsel without delay and to be informed of that right; and\n(c) to have the validity of the detention determined by way of habeas corpus and to be released if the detention is not lawful.",
|
| 234 |
+
"history": "",
|
| 235 |
+
"last_amended": "",
|
| 236 |
+
"in_force": "",
|
| 237 |
+
"status": "in force",
|
| 238 |
+
"current_to": "",
|
| 239 |
+
"citation": "Charter, s. 10",
|
| 240 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"id": "CONST-1982-s11",
|
| 244 |
+
"doc_type": "legislation",
|
| 245 |
+
"act_code": "CONST-1982",
|
| 246 |
+
"act_short": "Charter",
|
| 247 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 248 |
+
"section": "11",
|
| 249 |
+
"marginal_note": "Proceedings in criminal and penal matters",
|
| 250 |
+
"part": "",
|
| 251 |
+
"division": "",
|
| 252 |
+
"heading": "",
|
| 253 |
+
"text": "11 Any person charged with an offence has the right\n(a) to be informed without unreasonable delay of the specific offence;\n(b) to be tried within a reasonable time;\n(c) not to be compelled to be a witness in proceedings against that person in respect of the offence;\n(d) to be presumed innocent until proven guilty according to law in a fair and public hearing by an independent and impartial tribunal;\n(e) not to be denied reasonable bail without just cause;\n(f) except in the case of an offence under military law tried before a military tribunal, to the benefit of trial by jury where the maximum punishment for the offence is imprisonment for five years or a more severe punishment;\n(g) not to be found guilty on account of any act or omission unless, at the time of the act or omission, it constituted an offence under Canadian or international law or was criminal according to the general principles of law recognized by the community of nations;\n(h) if finally acquitted of the offence, not to be tried for it again and, if finally found guilty and punished for the offence, not to be tried or punished for it again; and\n(i) if found guilty of the offence and if the punishment for the offence has been varied between the time of commission and the time of sentencing, to the benefit of the lesser punishment.",
|
| 254 |
+
"history": "",
|
| 255 |
+
"last_amended": "",
|
| 256 |
+
"in_force": "",
|
| 257 |
+
"status": "in force",
|
| 258 |
+
"current_to": "",
|
| 259 |
+
"citation": "Charter, s. 11",
|
| 260 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"id": "CONST-1982-s12",
|
| 264 |
+
"doc_type": "legislation",
|
| 265 |
+
"act_code": "CONST-1982",
|
| 266 |
+
"act_short": "Charter",
|
| 267 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 268 |
+
"section": "12",
|
| 269 |
+
"marginal_note": "Treatment or punishment",
|
| 270 |
+
"part": "",
|
| 271 |
+
"division": "",
|
| 272 |
+
"heading": "",
|
| 273 |
+
"text": "12 Everyone has the right not to be subjected to any cruel and unusual treatment or punishment.",
|
| 274 |
+
"history": "",
|
| 275 |
+
"last_amended": "",
|
| 276 |
+
"in_force": "",
|
| 277 |
+
"status": "in force",
|
| 278 |
+
"current_to": "",
|
| 279 |
+
"citation": "Charter, s. 12",
|
| 280 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"id": "CONST-1982-s13",
|
| 284 |
+
"doc_type": "legislation",
|
| 285 |
+
"act_code": "CONST-1982",
|
| 286 |
+
"act_short": "Charter",
|
| 287 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 288 |
+
"section": "13",
|
| 289 |
+
"marginal_note": "Self-crimination",
|
| 290 |
+
"part": "",
|
| 291 |
+
"division": "",
|
| 292 |
+
"heading": "",
|
| 293 |
+
"text": "13 A witness who testifies in any proceedings has the right not to have any incriminating evidence so given used to incriminate that witness in any other proceedings, except in a prosecution for perjury or for the giving of contradictory evidence.",
|
| 294 |
+
"history": "",
|
| 295 |
+
"last_amended": "",
|
| 296 |
+
"in_force": "",
|
| 297 |
+
"status": "in force",
|
| 298 |
+
"current_to": "",
|
| 299 |
+
"citation": "Charter, s. 13",
|
| 300 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"id": "CONST-1982-s14",
|
| 304 |
+
"doc_type": "legislation",
|
| 305 |
+
"act_code": "CONST-1982",
|
| 306 |
+
"act_short": "Charter",
|
| 307 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 308 |
+
"section": "14",
|
| 309 |
+
"marginal_note": "Interpreter",
|
| 310 |
+
"part": "",
|
| 311 |
+
"division": "",
|
| 312 |
+
"heading": "",
|
| 313 |
+
"text": "14 A party or witness in any proceedings who does not understand or speak the language in which the proceedings are conducted or who is deaf has the right to the assistance of an interpreter.\nEquality Rights",
|
| 314 |
+
"history": "",
|
| 315 |
+
"last_amended": "",
|
| 316 |
+
"in_force": "",
|
| 317 |
+
"status": "in force",
|
| 318 |
+
"current_to": "",
|
| 319 |
+
"citation": "Charter, s. 14",
|
| 320 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 321 |
+
},
|
| 322 |
+
{
|
| 323 |
+
"id": "CONST-1982-s15",
|
| 324 |
+
"doc_type": "legislation",
|
| 325 |
+
"act_code": "CONST-1982",
|
| 326 |
+
"act_short": "Charter",
|
| 327 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 328 |
+
"section": "15",
|
| 329 |
+
"marginal_note": "Equality before and under law and equal protection and benefit of law",
|
| 330 |
+
"part": "",
|
| 331 |
+
"division": "",
|
| 332 |
+
"heading": "",
|
| 333 |
+
"text": "15 (1) Every individual is equal before and under the law and has the right to the equal protection and equal benefit of the law without discrimination and, in particular, without discrimination based on race, national or ethnic origin, colour, religion, sex, age or mental or physical disability.",
|
| 334 |
+
"history": "",
|
| 335 |
+
"last_amended": "",
|
| 336 |
+
"in_force": "",
|
| 337 |
+
"status": "in force",
|
| 338 |
+
"current_to": "",
|
| 339 |
+
"citation": "Charter, s. 15",
|
| 340 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 341 |
+
},
|
| 342 |
+
{
|
| 343 |
+
"id": "CONST-1982-s16",
|
| 344 |
+
"doc_type": "legislation",
|
| 345 |
+
"act_code": "CONST-1982",
|
| 346 |
+
"act_short": "Charter",
|
| 347 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 348 |
+
"section": "16",
|
| 349 |
+
"marginal_note": "Official languages of Canada",
|
| 350 |
+
"part": "",
|
| 351 |
+
"division": "",
|
| 352 |
+
"heading": "",
|
| 353 |
+
"text": "16 (1) English and French are the official languages of Canada and have equality of status and equal rights and privileges as to their use in all institutions of the Parliament and government of Canada.",
|
| 354 |
+
"history": "",
|
| 355 |
+
"last_amended": "",
|
| 356 |
+
"in_force": "",
|
| 357 |
+
"status": "in force",
|
| 358 |
+
"current_to": "",
|
| 359 |
+
"citation": "Charter, s. 16",
|
| 360 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"id": "CONST-1982-s17",
|
| 364 |
+
"doc_type": "legislation",
|
| 365 |
+
"act_code": "CONST-1982",
|
| 366 |
+
"act_short": "Charter",
|
| 367 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 368 |
+
"section": "17",
|
| 369 |
+
"marginal_note": "Proceedings of Parliament",
|
| 370 |
+
"part": "",
|
| 371 |
+
"division": "",
|
| 372 |
+
"heading": "",
|
| 373 |
+
"text": "17 (1) Everyone has the right to use English or French in any debates and other proceedings of Parliament. End note (87)",
|
| 374 |
+
"history": "",
|
| 375 |
+
"last_amended": "",
|
| 376 |
+
"in_force": "",
|
| 377 |
+
"status": "in force",
|
| 378 |
+
"current_to": "",
|
| 379 |
+
"citation": "Charter, s. 17",
|
| 380 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"id": "CONST-1982-s18",
|
| 384 |
+
"doc_type": "legislation",
|
| 385 |
+
"act_code": "CONST-1982",
|
| 386 |
+
"act_short": "Charter",
|
| 387 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 388 |
+
"section": "18",
|
| 389 |
+
"marginal_note": "Parliamentary statutes and records",
|
| 390 |
+
"part": "",
|
| 391 |
+
"division": "",
|
| 392 |
+
"heading": "",
|
| 393 |
+
"text": "18 (1) The statutes, records and journals of Parliament shall be printed and published in English and French and both language versions are equally authoritative. End note (89)",
|
| 394 |
+
"history": "",
|
| 395 |
+
"last_amended": "",
|
| 396 |
+
"in_force": "",
|
| 397 |
+
"status": "in force",
|
| 398 |
+
"current_to": "",
|
| 399 |
+
"citation": "Charter, s. 18",
|
| 400 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"id": "CONST-1982-s19",
|
| 404 |
+
"doc_type": "legislation",
|
| 405 |
+
"act_code": "CONST-1982",
|
| 406 |
+
"act_short": "Charter",
|
| 407 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 408 |
+
"section": "19",
|
| 409 |
+
"marginal_note": "Proceedings in courts established by Parliament",
|
| 410 |
+
"part": "",
|
| 411 |
+
"division": "",
|
| 412 |
+
"heading": "",
|
| 413 |
+
"text": "19 (1) Either English or French may be used by any person in, or in any pleading in or process issuing from, any court established by Parliament. End note (91)",
|
| 414 |
+
"history": "",
|
| 415 |
+
"last_amended": "",
|
| 416 |
+
"in_force": "",
|
| 417 |
+
"status": "in force",
|
| 418 |
+
"current_to": "",
|
| 419 |
+
"citation": "Charter, s. 19",
|
| 420 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 421 |
+
},
|
| 422 |
+
{
|
| 423 |
+
"id": "CONST-1982-s20",
|
| 424 |
+
"doc_type": "legislation",
|
| 425 |
+
"act_code": "CONST-1982",
|
| 426 |
+
"act_short": "Charter",
|
| 427 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 428 |
+
"section": "20",
|
| 429 |
+
"marginal_note": "Communications by public with federal institutions",
|
| 430 |
+
"part": "",
|
| 431 |
+
"division": "",
|
| 432 |
+
"heading": "",
|
| 433 |
+
"text": "20 (1) Any member of the public in Canada has the right to communicate with, and to receive available services from, any head or central office of an institution of the Parliament or government of Canada in English or French, and has the same right with respect to any other office of any such institution where\n(a) there is a significant demand for communications with and services from that office in such language; or\n(b) due to the nature of the office, it is reasonable that communications with and services from that office be available in both English and French.",
|
| 434 |
+
"history": "",
|
| 435 |
+
"last_amended": "",
|
| 436 |
+
"in_force": "",
|
| 437 |
+
"status": "in force",
|
| 438 |
+
"current_to": "",
|
| 439 |
+
"citation": "Charter, s. 20",
|
| 440 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"id": "CONST-1982-s21",
|
| 444 |
+
"doc_type": "legislation",
|
| 445 |
+
"act_code": "CONST-1982",
|
| 446 |
+
"act_short": "Charter",
|
| 447 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 448 |
+
"section": "21",
|
| 449 |
+
"marginal_note": "Continuation of existing constitutional provisions",
|
| 450 |
+
"part": "",
|
| 451 |
+
"division": "",
|
| 452 |
+
"heading": "",
|
| 453 |
+
"text": "21 Nothing in sections 16 to 20 abrogates or derogates from any right, privilege or obligation with respect to the English and French languages, or either of them, that exists or is continued by virtue of any other provision of the Constitution of Canada. End note (93)",
|
| 454 |
+
"history": "",
|
| 455 |
+
"last_amended": "",
|
| 456 |
+
"in_force": "",
|
| 457 |
+
"status": "in force",
|
| 458 |
+
"current_to": "",
|
| 459 |
+
"citation": "Charter, s. 21",
|
| 460 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"id": "CONST-1982-s22",
|
| 464 |
+
"doc_type": "legislation",
|
| 465 |
+
"act_code": "CONST-1982",
|
| 466 |
+
"act_short": "Charter",
|
| 467 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 468 |
+
"section": "22",
|
| 469 |
+
"marginal_note": "Rights and privileges preserved",
|
| 470 |
+
"part": "",
|
| 471 |
+
"division": "",
|
| 472 |
+
"heading": "",
|
| 473 |
+
"text": "22 Nothing in sections 16 to 20 abrogates or derogates from any legal or customary right or privilege acquired or enjoyed either before or after the coming into force of this Charter with respect to any language that is not English or French.\nMinority Language Educational Rights",
|
| 474 |
+
"history": "",
|
| 475 |
+
"last_amended": "",
|
| 476 |
+
"in_force": "",
|
| 477 |
+
"status": "in force",
|
| 478 |
+
"current_to": "",
|
| 479 |
+
"citation": "Charter, s. 22",
|
| 480 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"id": "CONST-1982-s23",
|
| 484 |
+
"doc_type": "legislation",
|
| 485 |
+
"act_code": "CONST-1982",
|
| 486 |
+
"act_short": "Charter",
|
| 487 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 488 |
+
"section": "23",
|
| 489 |
+
"marginal_note": "Language of instruction",
|
| 490 |
+
"part": "",
|
| 491 |
+
"division": "",
|
| 492 |
+
"heading": "",
|
| 493 |
+
"text": "23 (1) Citizens of Canada\n(a) whose first language learned and still understood is that of the English or French linguistic minority population of the province in which they reside, or\n(b) who have received their primary school instruction in Canada in English or French and reside in a province where the language in which they received that instruction is the language of the English or French linguistic minority population of the province,\nhave the right to have their children receive primary and secondary school instruction in that language in that province. End note (94)",
|
| 494 |
+
"history": "",
|
| 495 |
+
"last_amended": "",
|
| 496 |
+
"in_force": "",
|
| 497 |
+
"status": "in force",
|
| 498 |
+
"current_to": "",
|
| 499 |
+
"citation": "Charter, s. 23",
|
| 500 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"id": "CONST-1982-s24",
|
| 504 |
+
"doc_type": "legislation",
|
| 505 |
+
"act_code": "CONST-1982",
|
| 506 |
+
"act_short": "Charter",
|
| 507 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 508 |
+
"section": "24",
|
| 509 |
+
"marginal_note": "Enforcement of guaranteed rights and freedoms",
|
| 510 |
+
"part": "",
|
| 511 |
+
"division": "",
|
| 512 |
+
"heading": "",
|
| 513 |
+
"text": "24 (1) Anyone whose rights or freedoms, as guaranteed by this Charter, have been infringed or denied may apply to a court of competent jurisdiction to obtain such remedy as the court considers appropriate and just in the circumstances.",
|
| 514 |
+
"history": "",
|
| 515 |
+
"last_amended": "",
|
| 516 |
+
"in_force": "",
|
| 517 |
+
"status": "in force",
|
| 518 |
+
"current_to": "",
|
| 519 |
+
"citation": "Charter, s. 24",
|
| 520 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"id": "CONST-1982-s25",
|
| 524 |
+
"doc_type": "legislation",
|
| 525 |
+
"act_code": "CONST-1982",
|
| 526 |
+
"act_short": "Charter",
|
| 527 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 528 |
+
"section": "25",
|
| 529 |
+
"marginal_note": "Aboriginal rights and freedoms not affected by Charter",
|
| 530 |
+
"part": "",
|
| 531 |
+
"division": "",
|
| 532 |
+
"heading": "",
|
| 533 |
+
"text": "25 The guarantee in this Charter of certain rights and freedoms shall not be construed so as to abrogate or derogate from any aboriginal, treaty or other rights or freedoms that pertain to the aboriginal peoples of Canada including\n(a) any rights or freedoms that have been recognized by the Royal Proclamation of October 7, 1763; and\n(b) any rights or freedoms that now exist by way of land claims agreements or may be so acquired. End note (95)",
|
| 534 |
+
"history": "",
|
| 535 |
+
"last_amended": "",
|
| 536 |
+
"in_force": "",
|
| 537 |
+
"status": "in force",
|
| 538 |
+
"current_to": "",
|
| 539 |
+
"citation": "Charter, s. 25",
|
| 540 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 541 |
+
},
|
| 542 |
+
{
|
| 543 |
+
"id": "CONST-1982-s26",
|
| 544 |
+
"doc_type": "legislation",
|
| 545 |
+
"act_code": "CONST-1982",
|
| 546 |
+
"act_short": "Charter",
|
| 547 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 548 |
+
"section": "26",
|
| 549 |
+
"marginal_note": "Other rights and freedoms not affected by Charter",
|
| 550 |
+
"part": "",
|
| 551 |
+
"division": "",
|
| 552 |
+
"heading": "",
|
| 553 |
+
"text": "26 The guarantee in this Charter of certain rights and freedoms shall not be construed as denying the existence of any other rights or freedoms that exist in Canada.",
|
| 554 |
+
"history": "",
|
| 555 |
+
"last_amended": "",
|
| 556 |
+
"in_force": "",
|
| 557 |
+
"status": "in force",
|
| 558 |
+
"current_to": "",
|
| 559 |
+
"citation": "Charter, s. 26",
|
| 560 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 561 |
+
},
|
| 562 |
+
{
|
| 563 |
+
"id": "CONST-1982-s27",
|
| 564 |
+
"doc_type": "legislation",
|
| 565 |
+
"act_code": "CONST-1982",
|
| 566 |
+
"act_short": "Charter",
|
| 567 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 568 |
+
"section": "27",
|
| 569 |
+
"marginal_note": "Multicultural heritage",
|
| 570 |
+
"part": "",
|
| 571 |
+
"division": "",
|
| 572 |
+
"heading": "",
|
| 573 |
+
"text": "27 This Charter shall be interpreted in a manner consistent with the preservation and enhancement of the multicultural heritage of Canadians.",
|
| 574 |
+
"history": "",
|
| 575 |
+
"last_amended": "",
|
| 576 |
+
"in_force": "",
|
| 577 |
+
"status": "in force",
|
| 578 |
+
"current_to": "",
|
| 579 |
+
"citation": "Charter, s. 27",
|
| 580 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 581 |
+
},
|
| 582 |
+
{
|
| 583 |
+
"id": "CONST-1982-s28",
|
| 584 |
+
"doc_type": "legislation",
|
| 585 |
+
"act_code": "CONST-1982",
|
| 586 |
+
"act_short": "Charter",
|
| 587 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 588 |
+
"section": "28",
|
| 589 |
+
"marginal_note": "Rights guaranteed equally to both sexes",
|
| 590 |
+
"part": "",
|
| 591 |
+
"division": "",
|
| 592 |
+
"heading": "",
|
| 593 |
+
"text": "28 Notwithstanding anything in this Charter, the rights and freedoms referred to in it are guaranteed equally to male and female persons.",
|
| 594 |
+
"history": "",
|
| 595 |
+
"last_amended": "",
|
| 596 |
+
"in_force": "",
|
| 597 |
+
"status": "in force",
|
| 598 |
+
"current_to": "",
|
| 599 |
+
"citation": "Charter, s. 28",
|
| 600 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 601 |
+
},
|
| 602 |
+
{
|
| 603 |
+
"id": "CONST-1982-s29",
|
| 604 |
+
"doc_type": "legislation",
|
| 605 |
+
"act_code": "CONST-1982",
|
| 606 |
+
"act_short": "Charter",
|
| 607 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 608 |
+
"section": "29",
|
| 609 |
+
"marginal_note": "Rights respecting certain schools preserved",
|
| 610 |
+
"part": "",
|
| 611 |
+
"division": "",
|
| 612 |
+
"heading": "",
|
| 613 |
+
"text": "29 Nothing in this Charter abrogates or derogates from any rights or privileges guaranteed by or under the Constitution of Canada in respect of denominational, separate or dissentient schools. End note (96)",
|
| 614 |
+
"history": "",
|
| 615 |
+
"last_amended": "",
|
| 616 |
+
"in_force": "",
|
| 617 |
+
"status": "in force",
|
| 618 |
+
"current_to": "",
|
| 619 |
+
"citation": "Charter, s. 29",
|
| 620 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 621 |
+
},
|
| 622 |
+
{
|
| 623 |
+
"id": "CONST-1982-s30",
|
| 624 |
+
"doc_type": "legislation",
|
| 625 |
+
"act_code": "CONST-1982",
|
| 626 |
+
"act_short": "Charter",
|
| 627 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 628 |
+
"section": "30",
|
| 629 |
+
"marginal_note": "Application to territories and territorial authorities",
|
| 630 |
+
"part": "",
|
| 631 |
+
"division": "",
|
| 632 |
+
"heading": "",
|
| 633 |
+
"text": "30 A reference in this Charter to a province or to the legislative assembly or legislature of a province shall be deemed to include a reference to the Yukon Territory and the Northwest Territories, or to the appropriate legislative authority thereof, as the case may be.",
|
| 634 |
+
"history": "",
|
| 635 |
+
"last_amended": "",
|
| 636 |
+
"in_force": "",
|
| 637 |
+
"status": "in force",
|
| 638 |
+
"current_to": "",
|
| 639 |
+
"citation": "Charter, s. 30",
|
| 640 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"id": "CONST-1982-s31",
|
| 644 |
+
"doc_type": "legislation",
|
| 645 |
+
"act_code": "CONST-1982",
|
| 646 |
+
"act_short": "Charter",
|
| 647 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 648 |
+
"section": "31",
|
| 649 |
+
"marginal_note": "Legislative powers not extended",
|
| 650 |
+
"part": "",
|
| 651 |
+
"division": "",
|
| 652 |
+
"heading": "",
|
| 653 |
+
"text": "31 Nothing in this Charter extends the legislative powers of any body or authority.\nApplication of Charter",
|
| 654 |
+
"history": "",
|
| 655 |
+
"last_amended": "",
|
| 656 |
+
"in_force": "",
|
| 657 |
+
"status": "in force",
|
| 658 |
+
"current_to": "",
|
| 659 |
+
"citation": "Charter, s. 31",
|
| 660 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"id": "CONST-1982-s32",
|
| 664 |
+
"doc_type": "legislation",
|
| 665 |
+
"act_code": "CONST-1982",
|
| 666 |
+
"act_short": "Charter",
|
| 667 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 668 |
+
"section": "32",
|
| 669 |
+
"marginal_note": "Application of Charter",
|
| 670 |
+
"part": "",
|
| 671 |
+
"division": "",
|
| 672 |
+
"heading": "",
|
| 673 |
+
"text": "32 (1) This Charter applies\n(a) to the Parliament and government of Canada in respect of all matters within the authority of Parliament including all matters relating to the Yukon Territory and Northwest Territories; and\n(b) to the legislature and government of each province in respect of all matters within the authority of the legislature of each province.",
|
| 674 |
+
"history": "",
|
| 675 |
+
"last_amended": "",
|
| 676 |
+
"in_force": "",
|
| 677 |
+
"status": "in force",
|
| 678 |
+
"current_to": "",
|
| 679 |
+
"citation": "Charter, s. 32",
|
| 680 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 681 |
+
},
|
| 682 |
+
{
|
| 683 |
+
"id": "CONST-1982-s33",
|
| 684 |
+
"doc_type": "legislation",
|
| 685 |
+
"act_code": "CONST-1982",
|
| 686 |
+
"act_short": "Charter",
|
| 687 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 688 |
+
"section": "33",
|
| 689 |
+
"marginal_note": "Exception where express declaration",
|
| 690 |
+
"part": "",
|
| 691 |
+
"division": "",
|
| 692 |
+
"heading": "",
|
| 693 |
+
"text": "33 (1) Parliament or the legislature of a province may expressly declare in an Act of Parliament or of the legislature, as the case may be, that the Act or a provision thereof shall operate notwithstanding a provision included in section 2 or sections 7 to 15 of this Charter.",
|
| 694 |
+
"history": "",
|
| 695 |
+
"last_amended": "",
|
| 696 |
+
"in_force": "",
|
| 697 |
+
"status": "in force",
|
| 698 |
+
"current_to": "",
|
| 699 |
+
"citation": "Charter, s. 33",
|
| 700 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 701 |
+
},
|
| 702 |
+
{
|
| 703 |
+
"id": "CONST-1982-s34",
|
| 704 |
+
"doc_type": "legislation",
|
| 705 |
+
"act_code": "CONST-1982",
|
| 706 |
+
"act_short": "Charter",
|
| 707 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 708 |
+
"section": "34",
|
| 709 |
+
"marginal_note": "Citation",
|
| 710 |
+
"part": "",
|
| 711 |
+
"division": "",
|
| 712 |
+
"heading": "",
|
| 713 |
+
"text": "34 This Part may be cited as the Canadian Charter of Rights and Freedoms .\nPART II Rights of the Aboriginal Peoples of Canada",
|
| 714 |
+
"history": "",
|
| 715 |
+
"last_amended": "",
|
| 716 |
+
"in_force": "",
|
| 717 |
+
"status": "in force",
|
| 718 |
+
"current_to": "",
|
| 719 |
+
"citation": "Charter, s. 34",
|
| 720 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 721 |
+
},
|
| 722 |
+
{
|
| 723 |
+
"id": "CONST-1982-s35",
|
| 724 |
+
"doc_type": "legislation",
|
| 725 |
+
"act_code": "CONST-1982",
|
| 726 |
+
"act_short": "Charter",
|
| 727 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 728 |
+
"section": "35",
|
| 729 |
+
"marginal_note": "Recognition of existing aboriginal and treaty rights",
|
| 730 |
+
"part": "",
|
| 731 |
+
"division": "",
|
| 732 |
+
"heading": "",
|
| 733 |
+
"text": "35 (1) The existing aboriginal and treaty rights of the aboriginal peoples of Canada are hereby recognized and affirmed.\nDefinition of aboriginal peoples of Canada\n(2) In this Act, aboriginal peoples of Canada includes the Indian, Inuit and Métis peoples of Canada.",
|
| 734 |
+
"history": "",
|
| 735 |
+
"last_amended": "",
|
| 736 |
+
"in_force": "",
|
| 737 |
+
"status": "in force",
|
| 738 |
+
"current_to": "",
|
| 739 |
+
"citation": "Charter, s. 35",
|
| 740 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 741 |
+
},
|
| 742 |
+
{
|
| 743 |
+
"id": "CONST-1982-s52",
|
| 744 |
+
"doc_type": "legislation",
|
| 745 |
+
"act_code": "CONST-1982",
|
| 746 |
+
"act_short": "Charter",
|
| 747 |
+
"act_name": "Constitution Act, 1982 (incl. the Canadian Charter of Rights and Freedoms)",
|
| 748 |
+
"section": "52",
|
| 749 |
+
"marginal_note": "Primacy of Constitution of Canada",
|
| 750 |
+
"part": "",
|
| 751 |
+
"division": "",
|
| 752 |
+
"heading": "",
|
| 753 |
+
"text": "52 (1) The Constitution of Canada is the supreme law of Canada, and any law that is inconsistent with the provisions of the Constitution is, to the extent of the inconsistency, of no force or effect.",
|
| 754 |
+
"history": "",
|
| 755 |
+
"last_amended": "",
|
| 756 |
+
"in_force": "",
|
| 757 |
+
"status": "in force",
|
| 758 |
+
"current_to": "",
|
| 759 |
+
"citation": "Charter, s. 52",
|
| 760 |
+
"source_url": "https://laws-lois.justice.gc.ca/eng/const/FullText.html"
|
| 761 |
+
}
|
| 762 |
+
]
|
data/processed/embeddings.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f294b58f4c0f1f1dec6b6c103b38cda132f3aa5e855361a9ad70cb20fdddd12f
|
| 3 |
+
size 44410370
|
data/processed/enf.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|