Beemer commited on
Commit
4305228
·
1 Parent(s): bf89be4

Add PCMLTFA cross-border currency forfeiture case law (6 Federal Courts decisions)

Browse files
Files changed (2) hide show
  1. canlex/caselaw.py +27 -3
  2. data/processed/caselaw.json +0 -0
canlex/caselaw.py CHANGED
@@ -42,7 +42,8 @@ _CHUNK_CHARS = 1800 # target characters per chunk
42
 
43
  # Marks the post-reasons apparatus (appended legislation, solicitors list),
44
  # which is not part of the judgment's reasons.
45
- _APPARATUS = re.compile(r"^\s*(APPENDIX\b|Solicitors?\s+for\b)", re.I)
 
46
 
47
  # Curated leading cases on Canadian border / immigration / customs / Charter
48
  # law. 'court' selects a database in COURTS; 'id' is the verified Lexum item ID;
@@ -159,8 +160,8 @@ CASES = [
159
  "topic": "Customs; judicial review of the Canada Border Services "
160
  "Agency's exercise of discretion"},
161
  {"court": "fca", "id": 419470, "short": "Hociung",
162
- "topic": "Customs Act seizure and forfeiture; the meaning of imported "
163
- "goods and their valuation"},
164
 
165
  # --- Federal Court ---
166
  {"court": "fc", "id": 64594, "short": "Goburdhun",
@@ -175,6 +176,29 @@ CASES = [
175
  {"court": "fc", "id": 56900, "short": "Nguyen",
176
  "topic": "Customs Act; judicial review of the amount set for a penalty "
177
  "or ascertained forfeiture"},
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
178
  ]
179
 
180
 
 
42
 
43
  # Marks the post-reasons apparatus (appended legislation, solicitors list),
44
  # which is not part of the judgment's reasons.
45
+ _APPARATUS = re.compile(
46
+ r"^\s*(APPENDIX\b|Solicitors?\s+for\b|NAMES\s+OF\s+COUNSEL\b)", re.I)
47
 
48
  # Curated leading cases on Canadian border / immigration / customs / Charter
49
  # law. 'court' selects a database in COURTS; 'id' is the verified Lexum item ID;
 
160
  "topic": "Customs; judicial review of the Canada Border Services "
161
  "Agency's exercise of discretion"},
162
  {"court": "fca", "id": 419470, "short": "Hociung",
163
+ "topic": "Whether gold coins are currency or monetary instruments that "
164
+ "must be reported on import under the PCMLTFA cross-border regime"},
165
 
166
  # --- Federal Court ---
167
  {"court": "fc", "id": 64594, "short": "Goburdhun",
 
176
  {"court": "fc", "id": 56900, "short": "Nguyen",
177
  "topic": "Customs Act; judicial review of the amount set for a penalty "
178
  "or ascertained forfeiture"},
179
+
180
+ # --- Federal courts: PCMLTFA cross-border currency forfeiture ---
181
+ {"court": "fca", "id": 36092, "short": "Sellathurai",
182
+ "topic": "PCMLTFA cross-border currency forfeiture; on a s. 30 appeal the "
183
+ "issue is whether the s. 12 reporting duty was contravened, and "
184
+ "the claimant must satisfy the Minister that the seized funds "
185
+ "are of legitimate origin"},
186
+ {"court": "fca", "id": 35921, "short": "Dag",
187
+ "topic": "PCMLTFA currency forfeiture; the limited scope of review of "
188
+ "the Minister's decision and the privative clause"},
189
+ {"court": "fca", "id": 35595, "short": "Tourki",
190
+ "topic": "PCMLTFA; the structure of the s. 30 appeal to the Federal "
191
+ "Court against the forfeiture of seized currency"},
192
+ {"court": "fca", "id": 304112, "short": "Williams",
193
+ "topic": "PCMLTFA; the s. 13 exception -- electing not to proceed with "
194
+ "the importation or exportation relieves the duty to report "
195
+ "currency"},
196
+ {"court": "fc", "id": 37898, "short": "Dokaj",
197
+ "topic": "PCMLTFA; the Federal Court's jurisdiction on a s. 30 appeal is "
198
+ "limited to whether the s. 12 reporting duty was contravened"},
199
+ {"court": "fc", "id": 62413, "short": "Da Huang",
200
+ "topic": "PCMLTFA currency forfeiture; partial return of seized funds "
201
+ "where only part is shown to be of legitimate origin"},
202
  ]
203
 
204
 
data/processed/caselaw.json CHANGED
The diff for this file is too large to render. See raw diff