diff --git a/followthemoney/schema/Company.yaml b/followthemoney/schema/Company.yaml index 0efd47bf0..0adefa206 100644 --- a/followthemoney/schema/Company.yaml +++ b/followthemoney/schema/Company.yaml @@ -104,11 +104,6 @@ Company: ticker: label: Stock ticker symbol type: identifier - permId: - label: PermID - description: LSEG/Refinitiv code for a company - type: identifier - maxLength: 16 ricCode: label: Reuters Instrument Code type: identifier diff --git a/followthemoney/schema/Organization.yaml b/followthemoney/schema/Organization.yaml index a58aa7395..cb9f85574 100644 --- a/followthemoney/schema/Organization.yaml +++ b/followthemoney/schema/Organization.yaml @@ -22,3 +22,8 @@ Organization: label: CAGE description: Commercial and Government Entity Code (CAGE) type: identifier + permId: + label: PermID + description: LSEG/Refinitiv code for a company + type: identifier + maxLength: 16 diff --git a/followthemoney/types/country.py b/followthemoney/types/country.py index 25a091cc3..18f3f92be 100644 --- a/followthemoney/types/country.py +++ b/followthemoney/types/country.py @@ -51,6 +51,7 @@ def _locale_names(self, locale: Locale) -> EnumValues: "gb-sct": gettext("Scotland"), "gb-nir": gettext("Northern Ireland"), "md-pmr": gettext("Transnistria (PMR)"), + "pk-km": gettext("Kashmir"), } for code, label in locale.territories.items(): code = code.lower()