@taxbit/react-sdk 3.4.0-beta.0 → 3.6.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/src/contexts/QuestionnaireStep/getLocal.d.ts +1 -0
- package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStep.d.ts +1 -2
- package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStepContext.d.ts +2 -2
- package/dist/src/i18n/json/bg.json.d.ts +15 -8
- package/dist/src/i18n/json/cs.json.d.ts +15 -8
- package/dist/src/i18n/json/da.json.d.ts +15 -8
- package/dist/src/i18n/json/de-AT.json.d.ts +7 -1
- package/dist/src/i18n/json/de.json.d.ts +352 -345
- package/dist/src/i18n/json/el-CY.json.d.ts +7 -1
- package/dist/src/i18n/json/el.json.d.ts +15 -8
- package/dist/src/i18n/json/en-GB.json.d.ts +4 -6
- package/dist/src/i18n/json/en-NZ.json.d.ts +3 -7
- package/dist/src/i18n/json/en.json.d.ts +13 -6
- package/dist/src/i18n/json/es-MX.json.d.ts +492 -5
- package/dist/src/i18n/json/es.json.d.ts +10 -3
- package/dist/src/i18n/json/et.json.d.ts +15 -8
- package/dist/src/i18n/json/fi.json.d.ts +15 -8
- package/dist/src/i18n/json/fr-CA.json.d.ts +490 -4
- package/dist/src/i18n/json/fr-LU.json.d.ts +7 -1
- package/dist/src/i18n/json/fr.json.d.ts +10 -3
- package/dist/src/i18n/json/ga.json.d.ts +15 -8
- package/dist/src/i18n/json/hr.json.d.ts +15 -8
- package/dist/src/i18n/json/hu.json.d.ts +15 -8
- package/dist/src/i18n/json/id.json.d.ts +330 -323
- package/dist/src/i18n/json/index.d.ts +2 -2
- package/dist/src/i18n/json/it.json.d.ts +384 -377
- package/dist/src/i18n/json/ja.json.d.ts +375 -368
- package/dist/src/i18n/json/ko.json.d.ts +388 -381
- package/dist/src/i18n/json/lt.json.d.ts +15 -8
- package/dist/src/i18n/json/lv.json.d.ts +15 -8
- package/dist/src/i18n/json/ms.json.d.ts +349 -342
- package/dist/src/i18n/json/mt.json.d.ts +15 -8
- package/dist/src/i18n/json/nl-BE.json.d.ts +4 -9
- package/dist/src/i18n/json/nl.json.d.ts +375 -368
- package/dist/src/i18n/json/no.json.d.ts +15 -8
- package/dist/src/i18n/json/pl.json.d.ts +363 -356
- package/dist/src/i18n/json/pt-BR.json.d.ts +498 -1
- package/dist/src/i18n/json/pt.json.d.ts +15 -8
- package/dist/src/i18n/json/ro.json.d.ts +408 -401
- package/dist/src/i18n/json/ru.json.d.ts +342 -335
- package/dist/src/i18n/json/sk.json.d.ts +15 -8
- package/dist/src/i18n/json/sl.json.d.ts +15 -8
- package/dist/src/i18n/json/sv.json.d.ts +15 -8
- package/dist/src/i18n/json/th.json.d.ts +392 -385
- package/dist/src/i18n/json/tr.json.d.ts +354 -347
- package/dist/src/i18n/json/uk.json.d.ts +141 -134
- package/dist/src/i18n/json/vi.json.d.ts +424 -417
- package/dist/src/i18n/json/zh-CN.json.d.ts +507 -0
- package/dist/src/i18n/json/zh-TW.json.d.ts +383 -376
- package/dist/src/i18n/locales/{el-el.d.ts → el-gr.d.ts} +1 -1
- package/dist/src/i18n/locales/en-dps.d.ts +1 -2
- package/dist/src/i18n/locales/index.d.ts +1 -1
- package/dist/src/i18n/types/Language.d.ts +2 -1
- package/dist/src/i18n/types/LocalizationKey.d.ts +2 -2
- package/dist/src/lookups/activeNonFinancialEntityTypeOptions.d.ts +1 -1
- package/dist/src/types/Locale.d.ts +1 -1
- package/dist/src/types/QuestionnaireProp.d.ts +0 -1
- package/dist/src/types/client/ClientTaxDocumentationStatus.d.ts +1 -0
- package/dist/src/types/server/TaxDocumentationStatus.d.ts +1 -0
- package/dist/src/ui/CheckBox/CheckBox.d.ts +1 -3
- package/dist/src/utils/index.d.ts +1 -0
- package/dist/src/utils/required.d.ts +1 -0
- package/dist/src/validations/settableFields/getSettableFields.d.ts +4 -0
- package/dist/src/validations/settableFields/index.d.ts +0 -0
- package/dist/src/wizard/ResidenceInput/ResidenceInput.d.ts +2 -1
- package/dist/src/wizard/Residencies/Residencies.d.ts +2 -1
- package/dist/src/wizard/RowInput/CheckBoxRow/CheckBoxRow.d.ts +1 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.LanguageStrings.test.d.ts +0 -0
- package/dist/taxbit-react-sdk.js +4773 -4641
- package/dist/taxbit-react-sdk.umd.cjs +2 -1
- package/package.json +3 -3
- package/dist/src/i18n/json/enDPS.d.ts +0 -1
- package/dist/src/i18n/json/zh.json.d.ts +0 -500
- /package/dist/src/i18n/__tests__/{JsxFromString.test.d.ts → validHtml.test.d.ts} +0 -0
- /package/dist/src/{contexts/QuestionnaireStep → validations/settableFields}/shiftControllingPerson.d.ts +0 -0
- /package/dist/src/{contexts/QuestionnaireStep → validations/settableFields}/shiftResidence.d.ts +0 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
"$schema": "schemas/i18n-subset-partial.schema.json",
|
|
2
3
|
"prompt": {
|
|
3
4
|
"businessRegistrationNumber": "Αριθμός εγγραφής επιχείρησης",
|
|
4
5
|
"businessRegistrationCountry": "Χώρα εγγραφής επιχείρησης",
|
|
@@ -23,10 +24,15 @@ declare const _default: {
|
|
|
23
24
|
"status": {
|
|
24
25
|
"matchesExpectedFormat": "✓ Ταιριάζει με την αναμενόμενη μορφή",
|
|
25
26
|
"mustBeFiveOrNineDigits": "Πρέπει να αποτελείται από πέντε ή εννέα ψηφία",
|
|
27
|
+
"mustBeFourDigits": "Πρέπει να είναι τέσσερα ψηφία",
|
|
26
28
|
"mustBeInDateFormat": "Πρέπει να επιλέξετε μήνα, ημέρα και έτος",
|
|
27
29
|
"mustBeNineDigits": "Πρέπει να αποτελείται από εννέα ψηφία",
|
|
28
30
|
"mustBeCaPostalCodeFormat": "Πρέπει να αποτελείται από έξι χαρακτήρες",
|
|
29
|
-
"
|
|
31
|
+
"mustContainAlphabeticCharacter": "Πρέπει να περιέχει τουλάχιστον ένα γράμμα",
|
|
32
|
+
"mustNotContainNumericCharacters": "Δεν πρέπει να περιέχει αριθμούς",
|
|
33
|
+
"mustNotContainAuStateCode": "Δεν πρέπει να περιέχει κωδικό αυστραλιανής πολιτείας",
|
|
34
|
+
"required": "Υποχρεωτικό",
|
|
35
|
+
"mustNotStartWithATitle": "Δεν πρέπει να ξεκινά με τίτλο (Mr, Mrs, Ms, Miss)"
|
|
30
36
|
},
|
|
31
37
|
"option": {
|
|
32
38
|
"isIndividual_yes": "Ναι, είμαι φυσικό πρόσωπο",
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
"$schema": "schemas/i18n-subset.schema.json",
|
|
2
3
|
"button": {
|
|
3
4
|
"back": "Πίσω",
|
|
4
5
|
"cancel": "Άκυρο",
|
|
@@ -41,7 +42,7 @@ declare const _default: {
|
|
|
41
42
|
"taxIdNumberIsNotRequired": "Ο ΑΦΜ δεν απαιτείται ή δεν έχει εκδοθεί",
|
|
42
43
|
"tin": "Αριθμός φορολογικού μητρώου",
|
|
43
44
|
"tinUkEntity": "Αριθμός φορολογικού μητρώου",
|
|
44
|
-
"tinUkIndividual": "Αριθμός
|
|
45
|
+
"tinUkIndividual": "Αριθμός εθνικής ασφάλισης",
|
|
45
46
|
"tinAuAbn": "Αριθμός φορολογικού μητρώου",
|
|
46
47
|
"usTin": "Αριθμός φορολογικού μητρώου των ΗΠΑ",
|
|
47
48
|
"vatIdentificationNumber": "Αριθμός μητρώου ΦΠΑ",
|
|
@@ -124,11 +125,11 @@ declare const _default: {
|
|
|
124
125
|
"taxResidence4": "Φορολογική κατοικία 4",
|
|
125
126
|
"taxResidence5": "Φορολογική κατοικία 5",
|
|
126
127
|
"carfClassificationDetails": "Λεπτομέρειες ταξινόμησης CARF",
|
|
127
|
-
"controllingPerson1TaxResidenciesConfirmation": "
|
|
128
|
-
"controllingPerson2TaxResidenciesConfirmation": "
|
|
129
|
-
"controllingPerson3TaxResidenciesConfirmation": "
|
|
130
|
-
"controllingPerson4TaxResidenciesConfirmation": "
|
|
131
|
-
"controllingPerson5TaxResidenciesConfirmation": "
|
|
128
|
+
"controllingPerson1TaxResidenciesConfirmation": "Επιβεβαίωση φορολογικών κατοικιών ελέγχοντος προσώπου 1",
|
|
129
|
+
"controllingPerson2TaxResidenciesConfirmation": "Επιβεβαίωση φορολογικών κατοικιών ελέγχοντος προσώπου 2",
|
|
130
|
+
"controllingPerson3TaxResidenciesConfirmation": "Επιβεβαίωση φορολογικών κατοικιών ελέγχοντος προσώπου 3",
|
|
131
|
+
"controllingPerson4TaxResidenciesConfirmation": "Επιβεβαίωση φορολογικών κατοικιών ελέγχοντος προσώπου 4",
|
|
132
|
+
"controllingPerson5TaxResidenciesConfirmation": "Επιβεβαίωση φορολογικών κατοικιών ελέγχοντος προσώπου 5",
|
|
132
133
|
"controllingPersonDetails": "Λεπτομέρειες ελέγχοντος προσώπου",
|
|
133
134
|
"controllingPersons": "Ελέγχοντα πρόσωπα",
|
|
134
135
|
"controllingPerson1": "Ελέγχον πρόσωπο 1",
|
|
@@ -162,11 +163,15 @@ declare const _default: {
|
|
|
162
163
|
"invalidVat": "Ogiltigt momsregistreringsnummer",
|
|
163
164
|
"mustBeABNFormat": "Πρέπει να είναι 11 ψηφία",
|
|
164
165
|
"mustBeFiveOrNineDigits": "Πρέπει να περιέχει πέντε ή εννέα ψηφία",
|
|
166
|
+
"mustBeFourDigits": "Πρέπει να είναι τέσσερα ψηφία",
|
|
165
167
|
"mustBeInDateFormat": "Πρέπει να επιλέξετε ένα μήνα, μια ημέρα και ένα έτος",
|
|
166
168
|
"mustBeInVatinFormat": "Πρέπει να είναι μεταξύ οκτώ και 14 χαρακτήρων",
|
|
167
169
|
"mustBeNineDigits": "Πρέπει να περιέχει εννέα ψηφία",
|
|
168
|
-
"mustBeNinoFormat": "
|
|
170
|
+
"mustBeNinoFormat": "Ο αριθμός εθνικής ασφάλισης (NINO) πρέπει να είναι στη σωστή μορφή (AB999999A)",
|
|
169
171
|
"mustBeCaPostalCodeFormat": "Πρέπει να περιέχει έξι χαρακτήρες",
|
|
172
|
+
"mustContainAlphabeticCharacter": "Πρέπει να περιέχει τουλάχιστον ένα γράμμα",
|
|
173
|
+
"mustNotContainNumericCharacters": "Δεν πρέπει να περιέχει αριθμούς",
|
|
174
|
+
"mustNotContainAuStateCode": "Δεν πρέπει να περιέχει κωδικό αυστραλιανής πολιτείας",
|
|
170
175
|
"mustBeValidBirthDate": "Μη έγκυρη ημερομηνία γέννησης",
|
|
171
176
|
"mustBeAtLeast18": "Πρέπει να είστε τουλάχιστον 18 ετών",
|
|
172
177
|
"residencesMustIncludeVatCountry": "Η χώρα ΦΠΑ πρέπει να παρέχεται ως φορολογική κατοικία παρακάτω",
|
|
@@ -195,7 +200,8 @@ declare const _default: {
|
|
|
195
200
|
"checkFormatEntitySG": "Ελέγξτε τη μορφή. Ένας Unique Entity Number (UEN) είναι συνήθως μια αλφαριθμητική συμβολοσειρά 9 ή 10 χαρακτήρων.",
|
|
196
201
|
"required": "Απαιτείται",
|
|
197
202
|
"tooLong": "Πολύ μεγάλο",
|
|
198
|
-
"tooShort": "Πολύ μικρό"
|
|
203
|
+
"tooShort": "Πολύ μικρό",
|
|
204
|
+
"mustNotStartWithATitle": "Δεν πρέπει να ξεκινά με τίτλο (Mr, Mrs, Ms, Miss)"
|
|
199
205
|
},
|
|
200
206
|
"option": {
|
|
201
207
|
"isIndividual_yes": "Ναι, είμαι ιδιώτης",
|
|
@@ -211,6 +217,7 @@ declare const _default: {
|
|
|
211
217
|
"DEPOSITORY_INSTITUTION": "Καταθετικό ίδρυμα",
|
|
212
218
|
"NON_REPORTING_FINANCIAL_INSTITUTION": "Μη Δηλούν Χρηματοπιστωτικό Ίδρυμα",
|
|
213
219
|
"accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Κυβερνητική οντότητα",
|
|
220
|
+
"accountHolderActiveNonFinancialEntityType_CENTRAL_BANK": "Κεντρική Τράπεζα",
|
|
214
221
|
"INSURANCE_COMPANY": "Ασφαλιστική εταιρεία",
|
|
215
222
|
"INVESTMENT_ENTITY": "Επενδυτική οντότητα",
|
|
216
223
|
"entityType_TRUST": "Καταπίστευμα",
|
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
"$schema": "schemas/i18n-full-partial.schema.json",
|
|
2
3
|
"prompt": {
|
|
3
4
|
"taxIdNumber": "Tax ID Number",
|
|
4
5
|
"taxIdNumberIsNotRequired": "Tax ID Number is not required",
|
|
5
6
|
"tin": "Tax Identification Number",
|
|
6
7
|
"vatIsNotRequired": "VAT Number is not required",
|
|
7
|
-
"zip": "Postcode"
|
|
8
|
-
"emailAddress": "Email Address",
|
|
9
|
-
"phoneNumber": "Phone Number",
|
|
10
|
-
"phoneNumberCode": "Country Code",
|
|
11
|
-
"phoneNumberNumber": "Phone Number"
|
|
8
|
+
"zip": "Postcode"
|
|
12
9
|
},
|
|
13
10
|
"status": {
|
|
14
|
-
"matchesExpectedFormat": "✓ Matches expected format"
|
|
11
|
+
"matchesExpectedFormat": "✓ Matches expected format",
|
|
12
|
+
"mustNotStartWithATitle": "Must not start with a title (Mr, Mrs, Ms, Miss)"
|
|
15
13
|
}
|
|
16
14
|
}
|
|
17
15
|
;
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"
|
|
3
|
-
"emailAddress": "Email Address",
|
|
4
|
-
"phoneNumber": "Phone Number",
|
|
5
|
-
"phoneNumberCode": "Country Code",
|
|
6
|
-
"phoneNumberNumber": "Phone Number"
|
|
7
|
-
},
|
|
2
|
+
"$schema": "schemas/i18n-full-partial.schema.json",
|
|
8
3
|
"status": {
|
|
9
|
-
"matchesExpectedFormat": "✓ Matches expected format"
|
|
4
|
+
"matchesExpectedFormat": "✓ Matches expected format",
|
|
5
|
+
"mustNotStartWithATitle": "Must not start with a title (Mr, Mrs, Ms, Miss)"
|
|
10
6
|
}
|
|
11
7
|
}
|
|
12
8
|
;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
"$schema": "schemas/i18n-full.schema.json",
|
|
2
3
|
"badge": {
|
|
3
4
|
"validTin": "Valid TIN Match",
|
|
4
5
|
"invalidTin": "Invalid TIN Match",
|
|
@@ -121,7 +122,7 @@ declare const _default: {
|
|
|
121
122
|
"taxIdNumberIsNotRequiredReasonOther": "Please explain why you are unable to obtain a TIN in this country/jurisdiction",
|
|
122
123
|
"tin": "TIN",
|
|
123
124
|
"tinUkEntity": "Tax Identification Number",
|
|
124
|
-
"tinUkIndividual": "
|
|
125
|
+
"tinUkIndividual": "National Insurance Number",
|
|
125
126
|
"tinAuAbn": "Tax Identification Number",
|
|
126
127
|
"type": "Type",
|
|
127
128
|
"usAccountType": "Which of the following best represents your account type?",
|
|
@@ -200,7 +201,7 @@ declare const _default: {
|
|
|
200
201
|
"smllcElection": "<p>An 8832 election is for an eligible entity to be treated as a C-Corporation or Partnership for U.S. tax purposes.</p><p>A 2553 election is for an eligible entity to be treated as an S-Corporation for U.S. tax purposes.</p>",
|
|
201
202
|
"iAmNotSubjectToBackupWithholding": "<ol type=\"a\"><li>I am exempt from backup withholding, or</li><li>I have not been notified by the Internal Revenue Service (IRS) that I am subject to backup withholding as a result of a failure to report all interest or dividends, or </li><li>the IRS has notified me that I am no longer subject to backup withholding.</li></ol>",
|
|
202
203
|
"residenceByInvestmentConfirmed": "<ol type=\"a\"><li>The tax residence countries provided represent all countries in which I am considered a tax resident, including any residence rights obtained under a CBI/RBI scheme.</li><li>I have not spent more than 90 days in any other jurisdiction during the previous year.</li><li>I have not filed personal income tax returns in any jurisdiction other than those already listed.</li></ol>",
|
|
203
|
-
"iConfirmIncomeIsNonUs": "<ol type
|
|
204
|
+
"iConfirmIncomeIsNonUs": "<ol type=\"a\"><li>income not effectively connected with the conduct of a trade or business in the United States;</li><li>income effectively connected with the conduct of a trade or business in the United States but is not subject to tax under an applicable income tax treaty;</li><li>the partner's share of a partnership's effectively connected taxable income; or</li><li>the partner's amount realized from the transfer of a partnership interest subject to withholding under section 1446(f);</li></ol>",
|
|
204
205
|
"isIndividual": "Select 'Yes' if the account is for an individual. Select 'No' if you are representing a business, organization, or other entity.",
|
|
205
206
|
"financialInstitutionType": "Which type of Financial Institution best represents your account type?",
|
|
206
207
|
"vatIdentificationNumber": "Unique identifier for VAT-registered businesses or individuals.",
|
|
@@ -305,10 +306,14 @@ declare const _default: {
|
|
|
305
306
|
"invalidVat": "Invalid VAT Number",
|
|
306
307
|
"mustBeABNFormat": "Must be 11 digits",
|
|
307
308
|
"mustBeFiveOrNineDigits": "Must be five or nine digits",
|
|
309
|
+
"mustBeFourDigits": "Must be four digits",
|
|
308
310
|
"mustBeInDateFormat": "Must select a month, day, and year",
|
|
309
311
|
"mustBeNineDigits": "Must be nine digits",
|
|
310
|
-
"mustBeNinoFormat": "NINO must be in the correct format (AB999999A)",
|
|
312
|
+
"mustBeNinoFormat": "National Insurance Number (NINO) must be in the correct format (AB999999A)",
|
|
311
313
|
"mustBeCaPostalCodeFormat": "Must be in the correct format (ANA NAN)",
|
|
314
|
+
"mustContainAlphabeticCharacter": "Must contain at least one alphabetical character",
|
|
315
|
+
"mustNotContainNumericCharacters": "Must not contain numbers",
|
|
316
|
+
"mustNotContainAuStateCode": "Must not contain Australian state code",
|
|
312
317
|
"mustBeInVatinFormat": "VAT Number must be in the correct format (Between 8 and 14 characters)",
|
|
313
318
|
"mustBeValidBirthDate": "Not a valid Birth Date",
|
|
314
319
|
"mustBeAtLeast18": "Must be at least 18 years old",
|
|
@@ -340,7 +345,8 @@ declare const _default: {
|
|
|
340
345
|
"residencesMustIncludeBusinessRegistrationCountry": "Business Registration Country must be provided as a Tax Residency below",
|
|
341
346
|
"tooLong": "Too Long",
|
|
342
347
|
"tooShort": "Too Short",
|
|
343
|
-
"usTinDoesNotMatchName": "The information you entered still doesn't match IRS records. Please either correct the information or confirm that the information provided is correct."
|
|
348
|
+
"usTinDoesNotMatchName": "The information you entered still doesn't match IRS records. Please either correct the information or confirm that the information provided is correct.",
|
|
349
|
+
"mustNotStartWithATitle": "Must not start with a title (Mr, Mrs, Ms, Miss)"
|
|
344
350
|
},
|
|
345
351
|
"option": {
|
|
346
352
|
"eligibleForTreatyClaim_yes": "Yes, I am eligible to claim treaty benefits",
|
|
@@ -379,7 +385,7 @@ declare const _default: {
|
|
|
379
385
|
"fatca_B": "B – The United States or any of its agencies or instrumentalities.",
|
|
380
386
|
"fatca_C": "C – A state, the District of Columbia, a U.S. commonwealth or territory, or any of their political subdivisions or instrumentalities.",
|
|
381
387
|
"fatca_D": "D – A corporation the stock of which is regularly traded on one or more established securities markets, as described in Regulations section 1.1472-1(c)(1)(i).",
|
|
382
|
-
"fatca_E": "E – A corporation that is a member of the same expanded affiliated group as a corporation described in Regulations section 1.1472-1(c)(1)(i)
|
|
388
|
+
"fatca_E": "E – A corporation that is a member of the same expanded affiliated group as a corporation described in Regulations section 1.1472-1(c)(1)(i).",
|
|
383
389
|
"fatca_F": "F – A dealer in securities, commodities, or derivative financial instruments (including notional principal contracts, futures, forwards, and options) that is registered as such under the laws of the United States or any state.",
|
|
384
390
|
"fatca_G": "G – A real estate investment trust.",
|
|
385
391
|
"fatca_H": "H – A regulated investment company as defined in section 851 or an entity registered at all times during the tax year under the Investment Company Act of 1940.",
|
|
@@ -429,7 +435,8 @@ declare const _default: {
|
|
|
429
435
|
"NONWITHHOLDING_FOREIGN_GRANTOR_TRUST": "Nonwithholding Foreign Grantor Trust",
|
|
430
436
|
"FOREIGN_GOVERNMENT_CONTROLLED_ENTITY": "Foreign Government Controlled Entity",
|
|
431
437
|
"FOREIGN_GOVERNMENT_INTEGRAL_PART": "Foreign Government Integral Part",
|
|
432
|
-
"accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Government Entity
|
|
438
|
+
"accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Government Entity",
|
|
439
|
+
"accountHolderActiveNonFinancialEntityType_CENTRAL_BANK": "Central Bank",
|
|
433
440
|
"GRANTOR_TRUST": "Grantor Trust",
|
|
434
441
|
"INDIVIDUAL": "Individual",
|
|
435
442
|
"INSURANCE_COMPANY": "Insurance Company",
|