Skip to content

Commit

Permalink
Merge pull request #1300 from alephdata/pudo/topics-admin
Browse files Browse the repository at this point in the history
Add three topics, fixes #1282
  • Loading branch information
pudo authored Nov 2, 2023
2 parents b21f5e2 + 81faf21 commit e667407
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions followthemoney/types/topic.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class TopicType(EnumType):
"crime.fraud": _("Fraud"),
"crime.cyber": _("Cybercrime"),
"crime.fin": _("Financial crime"),
"crime.env": _("Environmental violations"),
"crime.theft": _("Theft"),
"crime.war": _("War crimes"),
"crime.boss": _("Criminal leadership"),
Expand All @@ -43,6 +44,7 @@ class TopicType(EnumType):
"gov.soe": _("State-owned enterprise"),
"gov.igo": _("Intergovernmental organization"),
"gov.head": _("Head of government or state"),
"gov.admin": _("Civil service"),
"gov.executive": _("Executive branch of government"),
"gov.legislative": _("Legislative branch of government"),
"gov.judicial": _("Judicial branch of government"),
Expand Down Expand Up @@ -70,6 +72,7 @@ class TopicType(EnumType):
"asset.frozen": _("Frozen asset"),
"sanction": _("Sanctioned entity"),
"sanction.linked": _("Sanction-linked entity"),
"export.control": _("Export controlled"),
"debarment": _("Debarred entity"),
"poi": _("Person of interest"),
}
Expand Down

0 comments on commit e667407

Please sign in to comment.