Skip to content

Commit

Permalink
Permid and kashmir (#1542)
Browse files Browse the repository at this point in the history
* Move permId up to Organization so that it can be used by PublicBody

Signed-off-by: JD Bothma <jbothma@gmail.com>

* Add code for Kashmir area covering India, Pakistan and China-administered areas

Signed-off-by: JD Bothma <jbothma@gmail.com>

---------

Signed-off-by: JD Bothma <jbothma@gmail.com>
  • Loading branch information
jbothma authored Oct 2, 2024
1 parent 42b4776 commit 1a2b3f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions followthemoney/schema/Company.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions followthemoney/schema/Organization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions followthemoney/types/country.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1a2b3f8

Please sign in to comment.