fetch¶
Fetch sanctions lists from their official sources and load them into the in-memory index.
Synopsis¶
sieve fetch [-hV] [-l=<list>]
Options¶
Option |
Description |
|---|---|
|
Specific list to fetch (e.g., |
|
Show help message and exit |
|
Print version info and exit |
Examples¶
Fetch all enabled lists:
java -jar sieve-cli.jar fetch
Fetch a specific list:
java -jar sieve-cli.jar fetch --list=ofac-sdn
Sample output:
Fetching sanctions lists...
✓ OFAC SDN — SUCCESS (12,847 entities, 3200ms)
⊘ EU Consolidated — SKIPPED (0 entities, 0ms)
⊘ UN Consolidated — SKIPPED (0 entities, 0ms)
⊘ UK HMT — SKIPPED (0 entities, 0ms)
Total: 12,847 entities loaded in 3200ms