From 88681bdaefc9f94d7b6c68f6649ede02b745ef94 Mon Sep 17 00:00:00 2001 From: JD Bothma Date: Wed, 13 Sep 2023 11:05:52 +0200 Subject: [PATCH 1/2] Add topics needed to descrive Position entities as PEP positions commonly are done --- followthemoney/types/topic.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/followthemoney/types/topic.py b/followthemoney/types/topic.py index 098b5fb46..349557ccc 100644 --- a/followthemoney/types/topic.py +++ b/followthemoney/types/topic.py @@ -42,6 +42,13 @@ class TopicType(EnumType): "gov.muni": _("Municipal government"), "gov.soe": _("State-owned enterprise"), "gov.igo": _("Intergovernmental organization"), + "gov.head": _("Head of government or state"), + "gov.executive": _("Executive branch of government"), + "gov.legislative": _("Legislative branch of government"), + "gov.judicial": _("Judicial branch of government"), + "gov.security": _("Security services including intelligence"), + "gov.bank": _("Central bank"), + "fin": _("Financial services"), "fin.bank": _("Bank"), "fin.fund": _("Fund"), From f5d92715f79a153a47750c018e9dce3b517d294a Mon Sep 17 00:00:00 2001 From: JD Bothma Date: Wed, 13 Sep 2023 11:10:57 +0200 Subject: [PATCH 2/2] Expand gov.bank to capture central financial institutions generally --- followthemoney/types/topic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/followthemoney/types/topic.py b/followthemoney/types/topic.py index 349557ccc..9daa40b65 100644 --- a/followthemoney/types/topic.py +++ b/followthemoney/types/topic.py @@ -47,7 +47,7 @@ class TopicType(EnumType): "gov.legislative": _("Legislative branch of government"), "gov.judicial": _("Judicial branch of government"), "gov.security": _("Security services including intelligence"), - "gov.bank": _("Central bank"), + "gov.financial": _("Central banking and financial integrity"), "fin": _("Financial services"), "fin.bank": _("Bank"),