From 81faf21e2a63207d0be0a30080caa6512d995e32 Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Thu, 2 Nov 2023 13:02:37 +0100 Subject: [PATCH] Add three topics, fixes #1282 --- followthemoney/types/topic.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/followthemoney/types/topic.py b/followthemoney/types/topic.py index a41abf8ad..36f7e4090 100644 --- a/followthemoney/types/topic.py +++ b/followthemoney/types/topic.py @@ -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"), @@ -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"), @@ -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"), }