@taxbit/react-sdk 3.2.1-beta.0 → 3.3.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 +4 -0
- package/dist/src/contexts/TaxDocumentation/TaxbitQuestionnaireProvider.d.ts +1 -1
- package/dist/src/contexts/TaxDocumentation/useTaxDocumentation.d.ts +3 -2
- package/dist/src/contexts/TaxDocumentation/useTaxDocumentationContext.d.ts +2 -2
- package/dist/src/hooks/useTaxbit/useTaxbit.d.ts +5 -2
- package/dist/src/hooks/useTaxbit/useTaxbitStatus.d.ts +2 -1
- package/dist/src/hooks/useUsTinVerification/useUsTinValidation.d.ts +2 -1
- package/dist/src/i18n/json/enDPS.d.ts +1 -0
- package/dist/src/i18n/locales/bg.d.ts +2 -1
- package/dist/src/i18n/locales/cs.d.ts +2 -1
- package/dist/src/i18n/locales/da.d.ts +2 -1
- package/dist/src/i18n/locales/de-at.d.ts +2 -1
- package/dist/src/i18n/locales/de-de.d.ts +2 -2
- package/dist/src/i18n/locales/de.d.ts +2 -2
- package/dist/src/i18n/locales/el-cy.d.ts +2 -1
- package/dist/src/i18n/locales/el-el.d.ts +2 -1
- package/dist/src/i18n/locales/el.d.ts +2 -1
- package/dist/src/i18n/locales/en-dps.d.ts +2 -2
- package/dist/src/i18n/locales/en-gb.d.ts +2 -1
- package/dist/src/i18n/locales/en-nz.d.ts +2 -1
- package/dist/src/i18n/locales/en-us.d.ts +2 -1
- package/dist/src/i18n/locales/en.d.ts +2 -2
- package/dist/src/i18n/locales/es-es.d.ts +2 -496
- package/dist/src/i18n/locales/es-mx.d.ts +2 -1
- package/dist/src/i18n/locales/es.d.ts +2 -2
- package/dist/src/i18n/locales/et.d.ts +2 -1
- package/dist/src/i18n/locales/fi.d.ts +2 -1
- package/dist/src/i18n/locales/fr-ca.d.ts +2 -1
- package/dist/src/i18n/locales/fr-fr.d.ts +2 -496
- package/dist/src/i18n/locales/fr-lu.d.ts +2 -1
- package/dist/src/i18n/locales/fr.d.ts +2 -2
- package/dist/src/i18n/locales/ga.d.ts +2 -1
- package/dist/src/i18n/locales/hr.d.ts +2 -1
- package/dist/src/i18n/locales/hu.d.ts +2 -1
- package/dist/src/i18n/locales/id.d.ts +2 -2
- package/dist/src/i18n/locales/it.d.ts +2 -2
- package/dist/src/i18n/locales/ja.d.ts +2 -2
- package/dist/src/i18n/locales/ko.d.ts +2 -2
- package/dist/src/i18n/locales/lt.d.ts +2 -1
- package/dist/src/i18n/locales/lv.d.ts +2 -1
- package/dist/src/i18n/locales/mergeLanguages.d.ts +7 -0
- package/dist/src/i18n/locales/ms.d.ts +2 -2
- package/dist/src/i18n/locales/mt.d.ts +2 -1
- package/dist/src/i18n/locales/nl-be.d.ts +2 -1
- package/dist/src/i18n/locales/nl-nl.d.ts +2 -1
- package/dist/src/i18n/locales/nl.d.ts +2 -2
- package/dist/src/i18n/locales/no.d.ts +2 -1
- package/dist/src/i18n/locales/pl.d.ts +2 -2
- package/dist/src/i18n/locales/pt-br.d.ts +2 -1
- package/dist/src/i18n/locales/pt-pt.d.ts +2 -496
- package/dist/src/i18n/locales/pt.d.ts +2 -2
- package/dist/src/i18n/locales/ro.d.ts +2 -2
- package/dist/src/i18n/locales/ru.d.ts +2 -2
- package/dist/src/i18n/locales/sk.d.ts +2 -1
- package/dist/src/i18n/locales/sl.d.ts +2 -1
- package/dist/src/i18n/locales/sv.d.ts +2 -1
- package/dist/src/i18n/locales/th.d.ts +2 -2
- package/dist/src/i18n/locales/tr.d.ts +2 -2
- package/dist/src/i18n/locales/translation-missing.d.ts +2 -2
- package/dist/src/i18n/locales/uk.d.ts +2 -1
- package/dist/src/i18n/locales/vi.d.ts +2 -496
- package/dist/src/i18n/locales/zh-cn.d.ts +2 -496
- package/dist/src/i18n/locales/zh-tw.d.ts +2 -496
- package/dist/src/i18n/locales/zh.d.ts +2 -496
- package/dist/src/i18n/localizationFileMap.d.ts +2 -2
- package/dist/src/i18n/types/Language.d.ts +60 -0
- package/dist/src/types/TaxDocumentation.d.ts +1 -1
- package/dist/src/types/props.d.ts +5 -0
- package/dist/src/utils/getDataFields.d.ts +1 -1
- package/dist/src/utils/getHeaders.d.ts +3 -1
- package/dist/src/utils/normalizeHeaders.d.ts +1 -0
- package/dist/src/utils/transformInbound/transformInboundControllingPersons.d.ts +1 -1
- package/dist/src/validations/invalidFields/invalidFieldRules.d.ts +2 -2
- package/dist/src/widgets/TaxbitQuestionnaire/TaxbitQuestionnaire.d.ts +7 -3
- package/dist/src/widgets/TaxbitQuestionnairePersist/TaxbitQuestionnairePersist.d.ts +1 -1
- package/dist/src/widgets/TaxbitQuestionnairePersist/useTaxbitPersist.d.ts +2 -1
- package/dist/src/wizard/LanguageSelector/LanguageSelector.d.ts +1 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/TaxbitQuestionnaireUI.d.ts +1 -1
- package/dist/taxbit-react-sdk.js +5542 -5385
- package/dist/taxbit-react-sdk.umd.cjs +1 -1
- package/package.json +2 -2
- package/style/basic.css +5 -5
- package/style/inline.css +6 -6
- package/dist/src/i18n/locales/mergePropertyFiles.d.ts +0 -7
- package/dist/src/i18n/types/PropertyFile.d.ts +0 -63
|
@@ -1,496 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
validTin: string;
|
|
4
|
-
invalidTin: string;
|
|
5
|
-
pendingTin: string;
|
|
6
|
-
};
|
|
7
|
-
button: {
|
|
8
|
-
back: string;
|
|
9
|
-
cancel: string;
|
|
10
|
-
edit: string;
|
|
11
|
-
hide: string;
|
|
12
|
-
next: string;
|
|
13
|
-
reset: string;
|
|
14
|
-
show: string;
|
|
15
|
-
submit: string;
|
|
16
|
-
};
|
|
17
|
-
prompt: {
|
|
18
|
-
eligibleForTreatyClaim: string;
|
|
19
|
-
treatyCountry: string;
|
|
20
|
-
typeOfIncome: string;
|
|
21
|
-
withholdingRateArticleParagraph: string;
|
|
22
|
-
iMeetRequiredTermsOfTreaty: string;
|
|
23
|
-
limitationOnBenefitsProvisions: string;
|
|
24
|
-
limitationOnBenefitsSpecifyArticleParagraph: string;
|
|
25
|
-
iCertifyBeneficialOwnerIsResident: string;
|
|
26
|
-
iCertifyBeneficialOwnerMeetsRequirements: string;
|
|
27
|
-
financialInstitutionType: string;
|
|
28
|
-
activeNonFinancialEntityType: string;
|
|
29
|
-
accountHolderAccountOwnerType: string;
|
|
30
|
-
accountHolderIntermediaryAccountType: string;
|
|
31
|
-
accountHolderEntityAccountType: string;
|
|
32
|
-
addAdditionalResidence: string;
|
|
33
|
-
addControllingPerson: string;
|
|
34
|
-
removeResidence: string;
|
|
35
|
-
removeControllingPerson: string;
|
|
36
|
-
address: string;
|
|
37
|
-
businessRegistrationNumber: string;
|
|
38
|
-
businessRegistrationCountry: string;
|
|
39
|
-
city: string;
|
|
40
|
-
country: string;
|
|
41
|
-
dateOfBirth: string;
|
|
42
|
-
day: string;
|
|
43
|
-
dbaName: string;
|
|
44
|
-
passiveEntityType: string;
|
|
45
|
-
managedEntityType: string;
|
|
46
|
-
exemptFatcaCode: string;
|
|
47
|
-
exemptPayeeCode: string;
|
|
48
|
-
foreignAccountType: string;
|
|
49
|
-
foreignTin: string;
|
|
50
|
-
foreignTinIsNotRequired: string;
|
|
51
|
-
investmentEntityManaged: string;
|
|
52
|
-
isIndividual: string;
|
|
53
|
-
mailingAddress: string;
|
|
54
|
-
mailingAddressIsDifferent: string;
|
|
55
|
-
name: string;
|
|
56
|
-
phoneNumber: string;
|
|
57
|
-
phoneNumberCode: string;
|
|
58
|
-
phoneNumberNumber: string;
|
|
59
|
-
emailAddress: string;
|
|
60
|
-
nameOfDisregardedEntity: string;
|
|
61
|
-
nameOfEntity: string;
|
|
62
|
-
nameOfCCorporation: string;
|
|
63
|
-
nameOfCorporation: string;
|
|
64
|
-
nameOfIndividual: string;
|
|
65
|
-
nameOfIndividualSoleProprietor: string;
|
|
66
|
-
nameOfQualifiedIntermediary: string;
|
|
67
|
-
nameOfNonqualifiedIntermediary: string;
|
|
68
|
-
nameOfTerritoryFinancialInstitution: string;
|
|
69
|
-
nameOfUsBranch: string;
|
|
70
|
-
nameOfWithholdingForeignPartnership: string;
|
|
71
|
-
nameOfWithholdingForeignTrust: string;
|
|
72
|
-
nameOfNonwithholdingForeignPartnership: string;
|
|
73
|
-
nameOfNonwithholdingForeignSimpleTrust: string;
|
|
74
|
-
nameOfNonwithholdingForeignGrantorTrust: string;
|
|
75
|
-
nameOfComplexTrust: string;
|
|
76
|
-
nameOfTaxExemptOrganization: string;
|
|
77
|
-
nameOfPrivateFoundation: string;
|
|
78
|
-
nameOfInternationalOrganization: string;
|
|
79
|
-
nameOfCentralBankOfIssue: string;
|
|
80
|
-
nameOfForeignGovernmentControlledEntity: string;
|
|
81
|
-
nameOfForeignGovernmentIntegralPart: string;
|
|
82
|
-
nameOfEstate: string;
|
|
83
|
-
nameOfLlc: string;
|
|
84
|
-
nameOfOrganization: string;
|
|
85
|
-
nameOfPartnership: string;
|
|
86
|
-
nameOfSCorporation: string;
|
|
87
|
-
nameOfSmllc: string;
|
|
88
|
-
nameOfSmllcOwner: string;
|
|
89
|
-
nameOfSoleProprietor: string;
|
|
90
|
-
nameOfTrustEstate: string;
|
|
91
|
-
otherRole: string;
|
|
92
|
-
otherEquivalentRole: string;
|
|
93
|
-
ownershipPercentage: string;
|
|
94
|
-
cityOfBirth: string;
|
|
95
|
-
countryOfBirth: string;
|
|
96
|
-
month: string;
|
|
97
|
-
province: string;
|
|
98
|
-
referenceNumbers: string;
|
|
99
|
-
regardedOwnerUsPerson: string;
|
|
100
|
-
regardedOwnerAccountType: string;
|
|
101
|
-
regardedOwnerEntityAccountType: string;
|
|
102
|
-
regardedOwnerIntermediaryAccountType: string;
|
|
103
|
-
relatedCorporation: string;
|
|
104
|
-
role: string;
|
|
105
|
-
securitiesMarket: string;
|
|
106
|
-
signature: string;
|
|
107
|
-
signatureCapacity: string;
|
|
108
|
-
signatureCapacityOther: string;
|
|
109
|
-
smllcElection: string;
|
|
110
|
-
smllcOwnerAccountType: string;
|
|
111
|
-
smllcOwnerUsPerson: string;
|
|
112
|
-
stateProvince: string;
|
|
113
|
-
countyRegion: string;
|
|
114
|
-
street: string;
|
|
115
|
-
street2: string;
|
|
116
|
-
taxIdNumber: string;
|
|
117
|
-
taxIdNumberIsNotRequired: string;
|
|
118
|
-
taxIdNumberIsNotRequiredReason: string;
|
|
119
|
-
taxIdNumberIsNotRequiredReasonOther: string;
|
|
120
|
-
tin: string;
|
|
121
|
-
tinUkEntity: string;
|
|
122
|
-
tinUkIndividual: string;
|
|
123
|
-
tinAuAbn: string;
|
|
124
|
-
type: string;
|
|
125
|
-
usAccountType: string;
|
|
126
|
-
usEin: string;
|
|
127
|
-
usLlcClassification: string;
|
|
128
|
-
usOtherClassification: string;
|
|
129
|
-
usPerson: string;
|
|
130
|
-
usSsn: string;
|
|
131
|
-
usTin: string;
|
|
132
|
-
usTinIsValid: string;
|
|
133
|
-
usTinMatchVerification: string;
|
|
134
|
-
usTrustEstateEin: string;
|
|
135
|
-
usSoleProprietorEin: string;
|
|
136
|
-
vatIdentificationNumber: string;
|
|
137
|
-
vatIsNotRequired: string;
|
|
138
|
-
vatCountry: string;
|
|
139
|
-
year: string;
|
|
140
|
-
zip: string;
|
|
141
|
-
assumesChapters3And4Responsibility: string;
|
|
142
|
-
assumes1099Responsibility: string;
|
|
143
|
-
usPersonElection: string;
|
|
144
|
-
providesAdditionalDocumentation: string;
|
|
145
|
-
isQiCertified: string;
|
|
146
|
-
assumesChapters3And4ResponsibilityCertified: string;
|
|
147
|
-
assumes1099ResponsibilityCertified: string;
|
|
148
|
-
notAssume1099ResponsibilityCertified: string;
|
|
149
|
-
meetsQiRegulationsRequirementsCertified: string;
|
|
150
|
-
obtainsDocumentationCertified: string;
|
|
151
|
-
notActingAsQiCertified: string;
|
|
152
|
-
transmitsNqiDocumentationCertified: string;
|
|
153
|
-
representsWithholdingStatementsCertified: string;
|
|
154
|
-
isFinancialInstitutionCertified: string;
|
|
155
|
-
tfiUsPersonElectionCertified: string;
|
|
156
|
-
transmitsTfiDocumentationCertified: string;
|
|
157
|
-
usbPaymentsCertified: string;
|
|
158
|
-
usbUsPersonElectionCertified: string;
|
|
159
|
-
transmitsUsbDocumentationCertified: string;
|
|
160
|
-
isCompliantCertified: string;
|
|
161
|
-
entityPaymentsCertified: string;
|
|
162
|
-
providesWithholdingStatementCertified: string;
|
|
163
|
-
iWillResubmitIfIncorrect: string;
|
|
164
|
-
iAmExemptFromFatcaReporting: string;
|
|
165
|
-
iAmNotSubjectToBackupWithholding: string;
|
|
166
|
-
residenceByInvestmentConfirmed: string;
|
|
167
|
-
giin: string;
|
|
168
|
-
iAmACitizenOfTheUs: string;
|
|
169
|
-
iAuthorizeWithholdingAgent: string;
|
|
170
|
-
iConfirmIncomeIsNonUs: string;
|
|
171
|
-
iConfirmTheEntityIsTheBeneficialOwner: string;
|
|
172
|
-
iConfirmTheEntityIsNotAUsPerson: string;
|
|
173
|
-
iConfirmTheIndividualIsTheBeneficialOwner: string;
|
|
174
|
-
iConfirmTheIndividualIsNotAUsPerson: string;
|
|
175
|
-
iConfirmTheIndividualIsResidentOfTreatyCountry: string;
|
|
176
|
-
iConfirmTheBeneficialOwnerIsExempt: string;
|
|
177
|
-
iConfirmTheTaxIdIsCorrect: string;
|
|
178
|
-
iUnderstandTheInformationIsCovered: string;
|
|
179
|
-
iAcknowledgeTheInformationMayBeProvided: string;
|
|
180
|
-
iCertifyIAmAccountHolder: string;
|
|
181
|
-
iCertifyIAmAuthorizedToSignForAccountHolder: string;
|
|
182
|
-
iDeclareStatementsAreCorrect: string;
|
|
183
|
-
iWillNotifyChangeInCircumstance: string;
|
|
184
|
-
iConfirmNoOtherResidencies: string;
|
|
185
|
-
};
|
|
186
|
-
subPrompt: {
|
|
187
|
-
eligibleForTreatyClaim: string;
|
|
188
|
-
withholdingRateArticleParagraph: string;
|
|
189
|
-
iMeetRequiredTermsOfTreaty: string;
|
|
190
|
-
limitationOnBenefitsProvisions: string;
|
|
191
|
-
isQiCertified: string;
|
|
192
|
-
transmitsTfiDocumentationCertified: string;
|
|
193
|
-
transmitsUsbDocumentationCertified: string;
|
|
194
|
-
entityPaymentsCertified: string;
|
|
195
|
-
enterAbnWithResidency: string;
|
|
196
|
-
accountHolderTaxResidences: string;
|
|
197
|
-
accountHolderPhoneAndEmail: string;
|
|
198
|
-
smllcElection: string;
|
|
199
|
-
iAmNotSubjectToBackupWithholding: string;
|
|
200
|
-
residenceByInvestmentConfirmed: string;
|
|
201
|
-
iConfirmIncomeIsNonUs: string;
|
|
202
|
-
isIndividual: string;
|
|
203
|
-
financialInstitutionType: string;
|
|
204
|
-
vatIdentificationNumber: string;
|
|
205
|
-
placeOfBirth: string;
|
|
206
|
-
referenceNumbers: string;
|
|
207
|
-
relatedCorporation: string;
|
|
208
|
-
role: string;
|
|
209
|
-
securitiesMarket: string;
|
|
210
|
-
signature: string;
|
|
211
|
-
signatureCapacityOther: string;
|
|
212
|
-
streetIsPermanent: string;
|
|
213
|
-
usPerson: string;
|
|
214
|
-
usTin: string;
|
|
215
|
-
usTinMatchVerification: string;
|
|
216
|
-
};
|
|
217
|
-
title: {
|
|
218
|
-
accountHolder: string;
|
|
219
|
-
accountHolderCertifications: string;
|
|
220
|
-
accountHolderClassification: string;
|
|
221
|
-
accountHolderContactInformation: string;
|
|
222
|
-
accountHolderTaxInformation: string;
|
|
223
|
-
accountHolderTaxResidenciesConfirmation: string;
|
|
224
|
-
accountHolderAdditionalInfo: string;
|
|
225
|
-
accountTypeCertifications: string;
|
|
226
|
-
address: string;
|
|
227
|
-
additionalConditions: string;
|
|
228
|
-
acknowledge: string;
|
|
229
|
-
reviewAndSubmit: string;
|
|
230
|
-
certify: string;
|
|
231
|
-
carfClassificationDetails: string;
|
|
232
|
-
certificationStatements: string;
|
|
233
|
-
confirmation: string;
|
|
234
|
-
controllingPersonDetails: string;
|
|
235
|
-
controllingPerson1TaxResidenciesConfirmation: string;
|
|
236
|
-
controllingPerson2TaxResidenciesConfirmation: string;
|
|
237
|
-
controllingPerson3TaxResidenciesConfirmation: string;
|
|
238
|
-
controllingPerson4TaxResidenciesConfirmation: string;
|
|
239
|
-
controllingPerson5TaxResidenciesConfirmation: string;
|
|
240
|
-
controllingPersons: string;
|
|
241
|
-
controllingPerson1: string;
|
|
242
|
-
controllingPerson2: string;
|
|
243
|
-
controllingPerson3: string;
|
|
244
|
-
controllingPerson4: string;
|
|
245
|
-
controllingPerson5: string;
|
|
246
|
-
countryOfCitizenship: string;
|
|
247
|
-
countryOfIncorporation: string;
|
|
248
|
-
exemptions: string;
|
|
249
|
-
mailingAddress: string;
|
|
250
|
-
primaryAddress: string;
|
|
251
|
-
permanentAddress: string;
|
|
252
|
-
placeOfBirth: string;
|
|
253
|
-
regardedOwner: string;
|
|
254
|
-
regardedOwnerCertifications: string;
|
|
255
|
-
regardedOwnerClassification: string;
|
|
256
|
-
regardedOwnerContactInformation: string;
|
|
257
|
-
regardedOwnerTaxInformation: string;
|
|
258
|
-
signature: string;
|
|
259
|
-
summary: string;
|
|
260
|
-
taxResidences: string;
|
|
261
|
-
taxResidence1: string;
|
|
262
|
-
taxResidence2: string;
|
|
263
|
-
taxResidence3: string;
|
|
264
|
-
taxResidence4: string;
|
|
265
|
-
taxResidence5: string;
|
|
266
|
-
accountHolderTreatyClaims: string;
|
|
267
|
-
regardedOwnerTreatyClaims: string;
|
|
268
|
-
accountHolderUsTinValidation: string;
|
|
269
|
-
regardedOwnerUsTinValidation: string;
|
|
270
|
-
};
|
|
271
|
-
subTitle: {
|
|
272
|
-
taxResidences: string;
|
|
273
|
-
permanentAddress: string;
|
|
274
|
-
taxInformationTreatyClaims: string;
|
|
275
|
-
controllingPersonDetails: string;
|
|
276
|
-
};
|
|
277
|
-
text: {
|
|
278
|
-
subjectToBackupWithholding: string;
|
|
279
|
-
irsRequiresBackupWithholdingConsent: string;
|
|
280
|
-
iCertifyIsCorrectAndHaveCapacity: string;
|
|
281
|
-
iCertifyHaveCapacity: string;
|
|
282
|
-
iCertifyIsCorrect: string;
|
|
283
|
-
eSignActReference: string;
|
|
284
|
-
mailingAddressIsSame: string;
|
|
285
|
-
notRequired: string;
|
|
286
|
-
notRequiredOrNotIssued: string;
|
|
287
|
-
interviewIsComplete: string;
|
|
288
|
-
penaltyOfPerjury: string;
|
|
289
|
-
penaltiesOfPerjury: string;
|
|
290
|
-
penaltiesOfPerjuryIAcknowledge: string;
|
|
291
|
-
retrievingInterviewStatus: string;
|
|
292
|
-
taxDocumentationSaved: string;
|
|
293
|
-
};
|
|
294
|
-
status: {
|
|
295
|
-
countryMustBeAResidenceCountry: string;
|
|
296
|
-
formHasErrors: string;
|
|
297
|
-
doesNotMatchExpectedFormat: string;
|
|
298
|
-
matchesExpectedFormat: string;
|
|
299
|
-
countryDoesNotRestrictTinDisclosure: string;
|
|
300
|
-
countryDoesNotRequireTinDisclosure: string;
|
|
301
|
-
countryDoesNotIssueTin: string;
|
|
302
|
-
invalid: string;
|
|
303
|
-
invalidDate: string;
|
|
304
|
-
invalidVat: string;
|
|
305
|
-
mustBeABNFormat: string;
|
|
306
|
-
mustBeFiveOrNineDigits: string;
|
|
307
|
-
mustBeInDateFormat: string;
|
|
308
|
-
mustBeNineDigits: string;
|
|
309
|
-
mustBeNinoFormat: string;
|
|
310
|
-
mustBeCaPostalCodeFormat: string;
|
|
311
|
-
mustBeInVatinFormat: string;
|
|
312
|
-
mustBeValidBirthDate: string;
|
|
313
|
-
mustBeAtLeast18: string;
|
|
314
|
-
mustMatchName: string;
|
|
315
|
-
checkFormatIndividualGB: string;
|
|
316
|
-
checkFormatEntityGB: string;
|
|
317
|
-
checkFormatIndividualDE: string;
|
|
318
|
-
checkFormatEntityDE: string;
|
|
319
|
-
checkFormatIndividualFR: string;
|
|
320
|
-
checkFormatEntityFR: string;
|
|
321
|
-
checkFormatIndividualIT: string;
|
|
322
|
-
checkFormatEntityIT: string;
|
|
323
|
-
checkFormatIndividualES: string;
|
|
324
|
-
checkFormatEntityES: string;
|
|
325
|
-
checkFormatIndividualNL: string;
|
|
326
|
-
checkFormatEntityNL: string;
|
|
327
|
-
checkFormatIndividualIE: string;
|
|
328
|
-
checkFormatEntityIE: string;
|
|
329
|
-
checkFormatIndividualCA: string;
|
|
330
|
-
checkFormatEntityCA: string;
|
|
331
|
-
checkFormatIndividualAU: string;
|
|
332
|
-
checkFormatEntityAU: string;
|
|
333
|
-
checkFormatIndividualSG: string;
|
|
334
|
-
checkFormatEntitySG: string;
|
|
335
|
-
required: string;
|
|
336
|
-
residencesMustIncludeVatCountry: string;
|
|
337
|
-
residencesMustIncludeAddressCountry: string;
|
|
338
|
-
residencesMustIncludeAnEUCountry: string;
|
|
339
|
-
residencesMustIncludeBusinessRegistrationCountry: string;
|
|
340
|
-
tooLong: string;
|
|
341
|
-
tooShort: string;
|
|
342
|
-
usTinDoesNotMatchName: string;
|
|
343
|
-
};
|
|
344
|
-
option: {
|
|
345
|
-
eligibleForTreatyClaim_yes: string;
|
|
346
|
-
eligibleForTreatyClaim_no: string;
|
|
347
|
-
BUSINESS_PROFITS: string;
|
|
348
|
-
ROYALTIES_OTHER: string;
|
|
349
|
-
SERVICES: string;
|
|
350
|
-
GOVERNMENT: string;
|
|
351
|
-
TAX_EXEMPT_PENSION: string;
|
|
352
|
-
OTHER_TAX_EXEMPT_ORGANIZATION: string;
|
|
353
|
-
PUBLICLY_TRADED_CORPORATION: string;
|
|
354
|
-
SUBSIDIARY: string;
|
|
355
|
-
COMPANY_MEETS_EROSION_TEST: string;
|
|
356
|
-
COMPANY_MEETS_DERIVATIVE_TEST: string;
|
|
357
|
-
COMPANY_MEETS_BUSINESS_TEST: string;
|
|
358
|
-
FAVORABLE_DETERMINATION: string;
|
|
359
|
-
NO_LOB_ARTICLE: string;
|
|
360
|
-
OTHER_ARTICLE_PARAGRAPH: string;
|
|
361
|
-
usTrustEstateEin_yes: string;
|
|
362
|
-
usTrustEstateEin_no: string;
|
|
363
|
-
usSoleProprietorEin_yes: string;
|
|
364
|
-
usSoleProprietorEin_no: string;
|
|
365
|
-
accountHolderUsPerson_yes: string;
|
|
366
|
-
accountHolderUsPerson_no: string;
|
|
367
|
-
regardedOwnerUsPerson_yes: string;
|
|
368
|
-
regardedOwnerUsPerson_no: string;
|
|
369
|
-
smllcOwnerUsPerson_yes: string;
|
|
370
|
-
smllcOwnerUsPerson_no: string;
|
|
371
|
-
smllcElection_yes: string;
|
|
372
|
-
smllcElection_no: string;
|
|
373
|
-
isIndividual_yes: string;
|
|
374
|
-
isIndividual_no: string;
|
|
375
|
-
investmentEntityManaged_yes: string;
|
|
376
|
-
investmentEntityManaged_no: string;
|
|
377
|
-
fatca_A: string;
|
|
378
|
-
fatca_B: string;
|
|
379
|
-
fatca_C: string;
|
|
380
|
-
fatca_D: string;
|
|
381
|
-
fatca_E: string;
|
|
382
|
-
fatca_F: string;
|
|
383
|
-
fatca_G: string;
|
|
384
|
-
fatca_H: string;
|
|
385
|
-
fatca_I: string;
|
|
386
|
-
fatca_J: string;
|
|
387
|
-
fatca_K: string;
|
|
388
|
-
fatca_L: string;
|
|
389
|
-
fatca_M: string;
|
|
390
|
-
payee_1: string;
|
|
391
|
-
payee_2: string;
|
|
392
|
-
payee_3: string;
|
|
393
|
-
payee_4: string;
|
|
394
|
-
payee_5: string;
|
|
395
|
-
payee_6: string;
|
|
396
|
-
payee_7: string;
|
|
397
|
-
payee_8: string;
|
|
398
|
-
payee_9: string;
|
|
399
|
-
payee_10: string;
|
|
400
|
-
payee_11: string;
|
|
401
|
-
payee_12: string;
|
|
402
|
-
payee_13: string;
|
|
403
|
-
no: string;
|
|
404
|
-
yes: string;
|
|
405
|
-
no_not_applicable: string;
|
|
406
|
-
ACTIVE_NON_FINANCIAL_ENTITY: string;
|
|
407
|
-
PASSIVE_NON_FINANCIAL_ENTITY: string;
|
|
408
|
-
FINANCIAL_INSTITUTION: string;
|
|
409
|
-
C_CORPORATION: string;
|
|
410
|
-
CENTRAL_BANK_OF_ISSUE: string;
|
|
411
|
-
COMPLEX_TRUST: string;
|
|
412
|
-
CORPORATION: string;
|
|
413
|
-
CUSTODIAL_INSTITUTION: string;
|
|
414
|
-
DEPOSITORY_INSTITUTION: string;
|
|
415
|
-
NON_REPORTING_FINANCIAL_INSTITUTION: string;
|
|
416
|
-
DISREGARDED_ENTITY: string;
|
|
417
|
-
ESTATE: string;
|
|
418
|
-
ENTITY: string;
|
|
419
|
-
INTERMEDIARY: string;
|
|
420
|
-
QUALIFIED_INTERMEDIARY: string;
|
|
421
|
-
NONQUALIFIED_INTERMEDIARY: string;
|
|
422
|
-
TERRITORY_FINANCIAL_INSTITUTION: string;
|
|
423
|
-
US_BRANCH: string;
|
|
424
|
-
WITHHOLDING_FOREIGN_PARTNERSHIP: string;
|
|
425
|
-
WITHHOLDING_FOREIGN_TRUST: string;
|
|
426
|
-
NONWITHHOLDING_FOREIGN_PARTNERSHIP: string;
|
|
427
|
-
NONWITHHOLDING_FOREIGN_SIMPLE_TRUST: string;
|
|
428
|
-
NONWITHHOLDING_FOREIGN_GRANTOR_TRUST: string;
|
|
429
|
-
FOREIGN_GOVERNMENT_CONTROLLED_ENTITY: string;
|
|
430
|
-
FOREIGN_GOVERNMENT_INTEGRAL_PART: string;
|
|
431
|
-
accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY: string;
|
|
432
|
-
GRANTOR_TRUST: string;
|
|
433
|
-
INDIVIDUAL: string;
|
|
434
|
-
INSURANCE_COMPANY: string;
|
|
435
|
-
accountHolderActiveNonFinancialEntityType_INTERNATIONAL_ORGANIZATION: string;
|
|
436
|
-
INTERNATIONAL_ORGANIZATION: string;
|
|
437
|
-
INVESTMENT_ENTITY: string;
|
|
438
|
-
LLC: string;
|
|
439
|
-
OTHER: string;
|
|
440
|
-
accountHolderActiveNonFinancialEntityType_OTHER: string;
|
|
441
|
-
PARTNERSHIP: string;
|
|
442
|
-
PRIVATE_FOUNDATION: string;
|
|
443
|
-
S_CORPORATION: string;
|
|
444
|
-
entityType_TRUST: string;
|
|
445
|
-
entityType_SIMILAR_TO_TRUST: string;
|
|
446
|
-
entityType_OTHER: string;
|
|
447
|
-
accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION: string;
|
|
448
|
-
SIMPLE_TRUST: string;
|
|
449
|
-
SM_LLC: string;
|
|
450
|
-
SOLE_PROPRIETOR: string;
|
|
451
|
-
TAX_EXEMPT_ORGANIZATION: string;
|
|
452
|
-
TRUST: string;
|
|
453
|
-
TRUST_ESTATE: string;
|
|
454
|
-
controllingPersonRole_SETTLOR: string;
|
|
455
|
-
controllingPersonRole_TRUSTEE: string;
|
|
456
|
-
controllingPersonRole_PROTECTOR: string;
|
|
457
|
-
controllingPersonRole_BENEFICIARY: string;
|
|
458
|
-
controllingPersonRole_OTHER: string;
|
|
459
|
-
controllingPersonRole_BENEFICIARY_EQUIVALENT: string;
|
|
460
|
-
controllingPersonRole_OTHER_EQUIVALENT: string;
|
|
461
|
-
controllingPersonRole_PROTECTOR_EQUIVALENT: string;
|
|
462
|
-
controllingPersonRole_SETTLOR_EQUIVALENT: string;
|
|
463
|
-
controllingPersonRole_TRUSTEE_EQUIVALENT: string;
|
|
464
|
-
controllingPersonRole_OWNER: string;
|
|
465
|
-
controllingPersonRole_OTHER_MEANS: string;
|
|
466
|
-
controllingPersonRole_SENIOR_MANAGING_OFFICIAL: string;
|
|
467
|
-
signatureCapacity_EXECUTOR: string;
|
|
468
|
-
signatureCapacity_OFFICER: string;
|
|
469
|
-
signatureCapacity_OTHER_CAPACITY: string;
|
|
470
|
-
missingTinNotRequiredReason_NOT_ISSUED: string;
|
|
471
|
-
missingTinNotRequiredReason_OTHER: string;
|
|
472
|
-
missingTinNotRequiredReason_NOT_REQUIRED: string;
|
|
473
|
-
assumesChapters3And4Responsibility_yes: string;
|
|
474
|
-
assumesChapters3And4Responsibility_no: string;
|
|
475
|
-
assumes1099Responsibility_yes: string;
|
|
476
|
-
assumes1099Responsibility_no: string;
|
|
477
|
-
usPersonElection_yes: string;
|
|
478
|
-
usPersonElection_no: string;
|
|
479
|
-
providesAdditionalDocumentation_yes: string;
|
|
480
|
-
providesAdditionalDocumentation_no: string;
|
|
481
|
-
};
|
|
482
|
-
subOption: {
|
|
483
|
-
accountHolderUsAccountType_SOLE_PROPRIETOR: string;
|
|
484
|
-
accountHolderUsAccountType_SM_LLC: string;
|
|
485
|
-
accountHolderUsAccountType_DISREGARDED_ENTITY: string;
|
|
486
|
-
accountHolderActiveNonFinancialEntityType_OTHER: string;
|
|
487
|
-
accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION: string;
|
|
488
|
-
accountHolderSelfCertificationAccountType_FINANCIAL_INSTITUTION: string;
|
|
489
|
-
accountHolderSelfCertificationAccountType_ACTIVE_NON_FINANCIAL_ENTITY: string;
|
|
490
|
-
accountHolderSelfCertificationAccountType_PASSIVE_NON_FINANCIAL_ENTITY: string;
|
|
491
|
-
accountHolderAccountOwnerType_ENTITY: string;
|
|
492
|
-
accountHolderAccountOwnerType_INTERMEDIARY: string;
|
|
493
|
-
regardedOwnerAccountOwnerType_ENTITY: string;
|
|
494
|
-
regardedOwnerAccountOwnerType_INTERMEDIARY: string;
|
|
495
|
-
};
|
|
496
|
-
};
|
|
1
|
+
import { LanguageWithProperties } from '../types/Language';
|
|
2
|
+
export declare const zhTw: LanguageWithProperties;
|