diff --git a/followthemoney/schema/Organization.yaml b/followthemoney/schema/Organization.yaml index 824e636c3..c366afc94 100644 --- a/followthemoney/schema/Organization.yaml +++ b/followthemoney/schema/Organization.yaml @@ -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 diff --git a/js/src/defaultModel.json b/js/src/defaultModel.json index 11b8806ba..abdf1a646 100644 --- a/js/src/defaultModel.json +++ b/js/src/defaultModel.json @@ -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,