Skip to content

Commit

Permalink
IRS GIIN ID (#1589)
Browse files Browse the repository at this point in the history
* add IRS FII code

* re-generate
  • Loading branch information
pudo authored Nov 22, 2024
1 parent e02c997 commit 53f71a3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions followthemoney/schema/Organization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ Organization:
label: IMO Number
type: identifier
maxLength: 16
giiNumber:
# cf. https://www.irs.gov/businesses/corporations/fatca-registration-and-ffi-list-giin-composition-information
label: Global Intermediary Identification Number
type: identifier
maxLength: 20
8 changes: 8 additions & 0 deletions js/src/defaultModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4367,6 +4367,14 @@
"stub": true,
"type": "entity"
},
"giiNumber": {
"label": "Global Intermediary Identification Number",
"matchable": true,
"maxLength": 20,
"name": "giiNumber",
"qname": "Organization:giiNumber",
"type": "identifier"
},
"imoNumber": {
"label": "IMO Number",
"matchable": true,
Expand Down

0 comments on commit 53f71a3

Please sign in to comment.