proofaml commited on
Commit
0dc7b6d
·
verified ·
1 Parent(s): 2d44cd1

Update dataset card

Browse files
Files changed (1) hide show
  1. README.md +97 -0
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: "ProofAML Sanctions & PEP Watchlist Snapshot"
4
+ tags:
5
+ - sanctions
6
+ - pep
7
+ - politically-exposed-persons
8
+ - watchlist
9
+ - aml
10
+ - anti-money-laundering
11
+ - kyc
12
+ - compliance
13
+ - ofac
14
+ - osint
15
+ - sanctions-screening
16
+ - entity-resolution
17
+ task_categories:
18
+ - text-retrieval
19
+ - other
20
+ size_categories:
21
+ - 100K<n<1M
22
+ ---
23
+
24
+ # ProofAML Sanctions & PEP Watchlist Snapshot
25
+
26
+ **Research snapshot — not current data; production sanctions screening requires a live, monitored feed.**
27
+
28
+ A resolved, deduplicated snapshot of global sanctions, PEP (politically exposed
29
+ persons), and watchlist entities, compiled by [ProofAML](https://proofaml.com)
30
+ from government and intergovernmental publishers — OFAC, UN, EU, UK OFSI,
31
+ national parliaments, company registries, and more.
32
+
33
+ - **69 datasets, 120,886 entity records** (version `2026-08-24`)
34
+ - Cross-source entity resolution and deduplication applied by ProofAML
35
+ - One gzipped JSONL file per source dataset, plus a `manifest.json` listing
36
+ every included dataset's authority, source URL, license, entity count, and
37
+ checksum
38
+
39
+ ## Scope and what's excluded
40
+
41
+ This snapshot only includes sources whose license was confirmed, at build
42
+ time, to permit public redistribution. Sources that couldn't clear that bar
43
+ are deliberately left out and listed transparently in `manifest.json`'s
44
+ `excluded` array — for example a share-alike-licensed source (ODbL/CC BY-SA)
45
+ and a source with no confirmed redistributable snapshot artifact yet. This is
46
+ a licensing safeguard, not an oversight: the compilation is fail-closed by
47
+ design.
48
+
49
+ ## License
50
+
51
+ This dataset's license is **layered** — read both parts before redistributing
52
+ anything:
53
+
54
+ 1. **The compilation/resolution layer** (selection, arrangement,
55
+ cross-source entity matching, and deduplication) is licensed by ProofAML
56
+ under **CC BY 4.0**:
57
+ <https://creativecommons.org/licenses/by/4.0/legalcode>
58
+
59
+ 2. **Every individual record** remains governed by its **own originating
60
+ publisher's license** — this is *not* relicensed by ProofAML. The mix
61
+ includes US public domain (17 U.S.C. §105), UK Open Government Licence
62
+ v3.0, EU Commission Decision 2011/833/EU, UN CC BY 3.0 IGO, France
63
+ Licence Ouverte / Etalab, CC0, Nordic NLOD, and others, varying by
64
+ source. See the `NOTICE` file included in this repo for the full
65
+ per-source breakdown and required attributions before redistributing any
66
+ individual record in isolation.
67
+
68
+ ## Disclaimer
69
+
70
+ > Research snapshot — not current data; production sanctions screening
71
+ > requires a live, monitored feed.
72
+
73
+ This snapshot is a point-in-time export. It is **not** suitable as the sole
74
+ basis for a production AML/KYC sanctions-screening control — use it for
75
+ research, prototyping, and evaluation only.
76
+
77
+ ## Citation
78
+
79
+ ```
80
+ ProofAML — https://proofaml.com — "ProofAML Sanctions Snapshot 2026-08-24"
81
+ ```
82
+
83
+ ## Files
84
+
85
+ - `data/<id>.snapshot.jsonl.gz` — one gzipped JSONL file per included
86
+ dataset, one resolved entity record per line.
87
+ - `manifest.json` — dataset list with entity counts, checksums, and the
88
+ license/authority/source-url for every included dataset, plus the
89
+ `excluded` list (with reasons).
90
+ - `LICENSE` — CC BY 4.0, scoped to the compilation/resolution layer.
91
+ - `NOTICE` — per-upstream license and attribution requirements. Read this
92
+ before redistributing any individual record.
93
+
94
+ ## More information
95
+
96
+ Full per-source license map and the live (continuously updated) corpus:
97
+ <https://proofaml.com/sources/>