Skip to content

Commit

Permalink
Merge pull request #1242 from jbothma/add-pep-topics
Browse files Browse the repository at this point in the history
Add topics needed to descrive Position entities as PEP positions comm…
  • Loading branch information
pudo authored Sep 13, 2023
2 parents b483e56 + f5d9271 commit a8b912c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions followthemoney/types/topic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.financial": _("Central banking and financial integrity"),

"fin": _("Financial services"),
"fin.bank": _("Bank"),
"fin.fund": _("Fund"),
Expand Down

0 comments on commit a8b912c

Please sign in to comment.