Skip to content

Commit

Permalink
Merge pull request #1424 from alephdata/pudo/april-topics
Browse files Browse the repository at this point in the history
introduce new topics, overly specific
  • Loading branch information
pudo committed May 8, 2024
2 parents e3fb599 + 3dbf6dc commit cb481ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion followthemoney/types/topic.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ class TopicType(EnumType):
"fin.bank": _("Bank"),
"fin.fund": _("Fund"),
"fin.adivsor": _("Financial advisor"),
"role.pep": _("Political"),
"reg.action": _("Regulator action"),
"reg.warn": _("Regulator warning"),
"role.pep": _("Politican"),
"role.pol": _("Non-PEP"),
"role.rca": _("Close Associate"),
"role.judge": _("Judge"),
"role.civil": _("Civil servant"),
Expand All @@ -74,6 +77,7 @@ class TopicType(EnumType):
"asset.frozen": _("Frozen asset"),
"sanction": _("Sanctioned entity"),
"sanction.linked": _("Sanction-linked entity"),
"sanction.counter": _("Counter-sanctioned entity"),
"export.control": _("Export controlled"),
"debarment": _("Debarred entity"),
"poi": _("Person of interest"),
Expand Down
6 changes: 5 additions & 1 deletion js/src/defaultModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -6943,6 +6943,8 @@
"poi": "Person of interest",
"pol.party": "Political party",
"pol.union": "Union",
"reg.action": "Regulator action",
"reg.warn": "Regulator warning",
"rel": "Religion",
"role.acct": "Accountant",
"role.act": "Activist",
Expand All @@ -6952,10 +6954,12 @@
"role.judge": "Judge",
"role.lawyer": "Lawyer",
"role.oligarch": "Oligarch",
"role.pep": "Political",
"role.pep": "Politican",
"role.pol": "Non-PEP",
"role.rca": "Close Associate",
"role.spy": "Spy",
"sanction": "Sanctioned entity",
"sanction.counter": "Counter-sanctioned entity",
"sanction.linked": "Sanction-linked entity"
}
},
Expand Down

0 comments on commit cb481ca

Please sign in to comment.