@taxbit/react-sdk 1.2.0-beta.8 → 2.0.0-beta.1
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 +18 -5
- package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStep.d.ts +1 -0
- package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStepContext.d.ts +2 -0
- package/dist/src/contexts/TaxDocumentation/TaxbitQuestionnaireProvider.d.ts +1 -1
- package/dist/src/contexts/TaxDocumentation/useTaxDocumentation.d.ts +6 -3
- package/dist/src/contexts/TaxDocumentation/useTaxDocumentationContext.d.ts +6 -4
- package/dist/src/hooks/useTaxbit/types/comprehensive.d.ts +1 -0
- package/dist/src/hooks/useTaxbit/types/v2.d.ts +136 -0
- package/dist/src/hooks/useTaxbit/types/w8.d.ts +3 -2
- package/dist/src/hooks/useTaxbit/types/w9.d.ts +2 -1
- package/dist/src/i18n/json/bg.json.d.ts +214 -0
- package/dist/src/i18n/json/cs.json.d.ts +214 -0
- package/dist/src/i18n/json/da.json.d.ts +214 -0
- package/dist/src/i18n/json/de-AT.json.d.ts +61 -0
- package/dist/src/i18n/json/de.json.d.ts +214 -0
- package/dist/src/i18n/json/el-CY.json.d.ts +40 -0
- package/dist/src/i18n/json/el.json.d.ts +214 -0
- package/dist/src/i18n/json/en-GB.json.d.ts +18 -0
- package/dist/src/i18n/json/en-NZ.json.d.ts +4 -0
- package/dist/src/i18n/json/en.json.d.ts +420 -0
- package/dist/src/i18n/json/es-MX.json.d.ts +4 -0
- package/dist/src/i18n/json/es.json.d.ts +420 -0
- package/dist/src/i18n/json/et.json.d.ts +214 -0
- package/dist/src/i18n/json/fi.json.d.ts +214 -0
- package/dist/src/i18n/json/fr-CA.json.d.ts +7 -0
- package/dist/src/i18n/json/fr-LU.json.d.ts +57 -0
- package/dist/src/i18n/json/fr.json.d.ts +420 -0
- package/dist/src/i18n/json/ga.json.d.ts +214 -0
- package/dist/src/i18n/json/hr.json.d.ts +214 -0
- package/dist/src/i18n/json/hu.json.d.ts +214 -0
- package/dist/src/i18n/json/it.json.d.ts +214 -0
- package/dist/src/i18n/json/lt.json.d.ts +214 -0
- package/dist/src/i18n/json/lv.json.d.ts +214 -0
- package/dist/src/i18n/json/mt.json.d.ts +214 -0
- package/dist/src/i18n/json/nl.json.d.ts +214 -0
- package/dist/src/i18n/json/no.json.d.ts +214 -0
- package/dist/src/i18n/json/pl.json.d.ts +214 -0
- package/dist/src/i18n/json/pt.json.d.ts +214 -0
- package/dist/src/i18n/json/ro.json.d.ts +214 -0
- package/dist/src/i18n/json/sk.json.d.ts +214 -0
- package/dist/src/i18n/json/sl.json.d.ts +214 -0
- package/dist/src/i18n/json/sv.json.d.ts +214 -0
- package/dist/src/i18n/locales/bg.d.ts +3 -1
- package/dist/src/i18n/locales/cs.d.ts +1 -1
- package/dist/src/i18n/locales/da.d.ts +1 -1
- package/dist/src/i18n/locales/de-at.d.ts +1 -1
- package/dist/src/i18n/locales/de.d.ts +1 -4
- package/dist/src/i18n/locales/el-cy.d.ts +1 -4
- package/dist/src/i18n/locales/el.d.ts +1 -4
- package/dist/src/i18n/locales/en-gb.d.ts +1 -1
- package/dist/src/i18n/locales/en-nz.d.ts +1 -1
- package/dist/src/i18n/locales/en-us.d.ts +1 -1
- package/dist/src/i18n/locales/en.d.ts +1 -1
- package/dist/src/i18n/locales/es-mx.d.ts +3 -0
- package/dist/src/i18n/locales/es.d.ts +1 -1
- package/dist/src/i18n/locales/et.d.ts +1 -1
- package/dist/src/i18n/locales/fi.d.ts +1 -1
- package/dist/src/i18n/locales/fr-ca.d.ts +1 -1
- package/dist/src/i18n/locales/fr-lu.d.ts +1 -1
- package/dist/src/i18n/locales/fr.d.ts +1 -1
- package/dist/src/i18n/locales/ga.d.ts +1 -1
- package/dist/src/i18n/locales/hr.d.ts +1 -1
- package/dist/src/i18n/locales/hu.d.ts +1 -1
- package/dist/src/i18n/locales/index.d.ts +1 -0
- package/dist/src/i18n/locales/it.d.ts +1 -1
- package/dist/src/i18n/locales/lt.d.ts +1 -4
- package/dist/src/i18n/locales/lv.d.ts +1 -1
- package/dist/src/i18n/locales/mt.d.ts +1 -1
- package/dist/src/i18n/locales/nl-be.d.ts +1 -4
- package/dist/src/i18n/locales/nl.d.ts +1 -1
- package/dist/src/i18n/locales/no.d.ts +1 -1
- package/dist/src/i18n/locales/pl.d.ts +1 -4
- package/dist/src/i18n/locales/pt.d.ts +1 -1
- package/dist/src/i18n/locales/ro.d.ts +1 -1
- package/dist/src/i18n/locales/sk.d.ts +1 -1
- package/dist/src/i18n/locales/sl.d.ts +1 -1
- package/dist/src/i18n/locales/sv.d.ts +1 -1
- package/dist/src/i18n/localizationFileMap.d.ts +1 -1
- package/dist/src/i18n/types/LocalizationKey.d.ts +9 -9
- package/dist/src/i18n/types/PropertyFile.d.ts +2 -2
- package/dist/src/i18n/utils/getText.d.ts +10 -10
- package/dist/src/lookups/accountHolderEntityAccountTypeOptions.d.ts +3 -0
- package/dist/src/lookups/accountOwnerTypeOptions.d.ts +3 -0
- package/dist/src/lookups/index.d.ts +4 -3
- package/dist/src/lookups/intermediaryAccountTypeOptions.d.ts +3 -0
- package/dist/src/lookups/regardedOwnerEntityAccountTypeOptions.d.ts +3 -0
- package/dist/src/test/utils/helpers.d.ts +5 -0
- package/dist/src/types/InputStep.d.ts +1 -1
- package/dist/src/types/Locale.d.ts +1 -1
- package/dist/src/types/StepId.d.ts +1 -1
- package/dist/src/types/TaxDocumentation.d.ts +56 -8
- package/dist/src/ui/DateOfBirthInput/__tests__/DateOfBirthInput.test.d.ts +1 -0
- package/dist/src/ui/index.d.ts +0 -1
- package/dist/src/utils/getFieldsState.d.ts +13 -1
- package/dist/src/utils/getKeysByValue.d.ts +1 -0
- package/dist/src/utils/index.d.ts +0 -2
- package/dist/src/utils/transformForClient/transformCertifications.d.ts +22 -0
- package/dist/src/utils/transformInbound/getAccountOwnerType.d.ts +3 -0
- package/dist/src/utils/transformInbound/getEntityAccountType.d.ts +4 -0
- package/dist/src/utils/transformInbound/getIntermediaryAccountType.d.ts +3 -0
- package/dist/src/utils/transformInbound/index.d.ts +3 -3
- package/dist/src/utils/transformInbound/transformInboundControllingPersons.d.ts +50 -6
- package/dist/src/validations/getSteps.d.ts +1 -1
- package/dist/src/validations/supportedFields/__tests__/generateStrings.d.ts +3 -6
- package/dist/src/validations/utils.d.ts +3 -0
- package/dist/src/validations/visibleFields/__tests__/utils.d.ts +3 -0
- package/dist/src/widgets/TaxbitQuestionnaire/TaxbitQuestionnaire.d.ts +2 -1
- package/dist/src/widgets/TaxbitQuestionnairePersist/TaxbitQuestionnairePersist.d.ts +1 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderCertifications/AccountHolderCertifications.d.ts +3 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderCertifications/index.d.ts +1 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerCertifications/RegardedOwnerCertifications.d.ts +3 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerCertifications/index.d.ts +1 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderForeignClassificationSummary.d.ts +3 -3
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/RegardedOwner/RegardedOwnerForeignClassificationSummary.d.ts +3 -3
- package/dist/src/wizard/TaxbitQuestionnaireUI/TaxbitQuestionnaireUI.d.ts +1 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.DPS.test.d.ts +1 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.SelfCert.test.d.ts +1 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.W8.test.d.ts +1 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.W9.test.d.ts +1 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/steps.d.ts +2 -1
- package/dist/taxbit-react-sdk.js +10817 -8961
- package/dist/taxbit-react-sdk.umd.cjs +1 -1
- package/package.json +2 -2
- package/style/basic.css +2 -1
- package/style/inline.css +2 -1
- package/dist/src/lookups/foreignAccountHolderAccountTypeOptions.d.ts +0 -3
- package/dist/src/lookups/foreignOtherClassificationOptions.d.ts +0 -3
- package/dist/src/lookups/foreignTrustClassificationOptions.d.ts +0 -3
- package/dist/src/ui/ActionButton/ActionButton.d.ts +0 -8
- package/dist/src/ui/ActionButton/index.d.ts +0 -1
- package/dist/src/utils/camelCaseKeys.d.ts +0 -4
- package/dist/src/utils/snakeCaseKeys.d.ts +0 -1
- package/dist/src/utils/transformInbound/getForeignAccountType.d.ts +0 -4
- package/dist/src/utils/transformInbound/getForeignOtherClassification.d.ts +0 -3
- package/dist/src/utils/transformInbound/getForeignTrustClassification.d.ts +0 -3
- package/dist/src/wizard/TaxbitQuestionnaireUI/W8imyInstructions/W8imyInstructions.d.ts +0 -3
- package/dist/src/wizard/TaxbitQuestionnaireUI/W8imyInstructions/index.d.ts +0 -1
|
@@ -26,8 +26,13 @@ export declare const clickRemoveResidence: (index: 1 | 2 | 3 | 4 | 5) => void;
|
|
|
26
26
|
export declare const clickAddControllingPerson: () => void;
|
|
27
27
|
export declare const clickRemoveControllingPerson: (index: 1 | 2 | 3 | 4 | 5) => void;
|
|
28
28
|
export declare const setBusinessNameAndAddress: (prefix?: string) => void;
|
|
29
|
+
export declare const setAddress: (prefix: string, location: "US" | "AT") => void;
|
|
29
30
|
export declare const setIndividualNameAndAddress: (prefix?: string) => void;
|
|
30
31
|
export declare const setUSIndividualNameAndAddress: (prefix?: string) => void;
|
|
31
32
|
export declare const setIndividualNameAndAddressAndBirthDate: (prefix?: string) => void;
|
|
32
33
|
export declare const setUSIndividualNameAndAddressAndBirthDate: (prefix?: string) => void;
|
|
33
34
|
export declare const setIndividualCountryNameAndAddressAndBirthDate: (prefix?: string) => void;
|
|
35
|
+
export declare const setBirthDateAndCitizenship: (prefix?: string) => void;
|
|
36
|
+
export declare const setBirthDate: (prefix?: string) => void;
|
|
37
|
+
export declare const setControllingPersonDetails: (prefix: string) => void;
|
|
38
|
+
export declare const expectNoErrors: () => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const inputSteps: readonly ["AccountHolderClassification", "AccountHolderContact", "AccountHolderTax", "AccountHolderTaxClarification", "AccountHolderTreatyClaims", "ControllingPersonDetails1", "ControllingPersonDetails2", "ControllingPersonDetails3", "ControllingPersonDetails4", "ControllingPersonDetails5", "Exemptions", "RegardedOwnerContact", "RegardedOwnerTax", "RegardedOwnerTreatyClaims", "Summary"
|
|
1
|
+
declare const inputSteps: readonly ["AccountHolderCertifications", "AccountHolderClassification", "AccountHolderContact", "AccountHolderTax", "AccountHolderTaxClarification", "AccountHolderTreatyClaims", "ControllingPersonDetails1", "ControllingPersonDetails2", "ControllingPersonDetails3", "ControllingPersonDetails4", "ControllingPersonDetails5", "Exemptions", "RegardedOwnerCertifications", "RegardedOwnerContact", "RegardedOwnerTax", "RegardedOwnerTreatyClaims", "Summary"];
|
|
2
2
|
export type InputStep = (typeof inputSteps)[number];
|
|
3
3
|
export declare const isInputStep: (step: string) => step is InputStep;
|
|
4
4
|
export declare const confirmInputStep: (step: string) => InputStep;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type Locale = 'bg' | 'cs' | 'da' | 'de' | 'de-at' | 'el' | 'el-cy' | 'en' | 'en-gb' | 'en-nz' | 'en-us' | 'es' | 'et' | 'fi' | 'fr' | 'fr-ca' | 'fr-lu' | 'ga' | 'hr' | 'hu' | 'it' | 'lt' | 'lv' | 'mt' | 'nl' | 'nl-be' | 'no' | 'pl' | 'pt' | 'ro' | 'sk' | 'sl' | 'sv';
|
|
1
|
+
export type Locale = 'bg' | 'cs' | 'da' | 'de' | 'de-at' | 'el' | 'el-cy' | 'en' | 'en-gb' | 'en-nz' | 'en-us' | 'es' | 'es-mx' | 'et' | 'fi' | 'fr' | 'fr-ca' | 'fr-lu' | 'ga' | 'hr' | 'hu' | 'it' | 'lt' | 'lv' | 'mt' | 'nl' | 'nl-be' | 'no' | 'pl' | 'pt' | 'ro' | 'sk' | 'sl' | 'sv';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type StepId = 'accountHolderContactInformation' | 'accountHolderTaxInformation' | 'accountHolderClassification' | 'accountHolderTaxClarification' | 'accountHolderTreatyClaims' | 'confirmation' | 'controllingPersonDetails1' | 'controllingPersonDetails2' | 'controllingPersonDetails3' | 'controllingPersonDetails4' | 'controllingPersonDetails5' | 'exemptions' | '
|
|
1
|
+
export type StepId = 'accountHolderCertifications' | 'accountHolderContactInformation' | 'accountHolderTaxInformation' | 'accountHolderClassification' | 'accountHolderTaxClarification' | 'accountHolderTreatyClaims' | 'confirmation' | 'controllingPersonDetails1' | 'controllingPersonDetails2' | 'controllingPersonDetails3' | 'controllingPersonDetails4' | 'controllingPersonDetails5' | 'exemptions' | 'regardedOwnerCertifications' | 'regardedOwnerContactInformation' | 'regardedOwnerTaxInformation' | 'regardedOwnerTreatyClaims' | 'summary';
|
|
@@ -1,19 +1,43 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AccountOwnerType, ActiveNonFinancialEntityType, EntityAccountHolderAccountType, EntityRegardedOwnerAccountType, EntityType, FinancialInstitutionType, IntermediaryAccountType, SelfCertificationAccountType, UsAccountHolderAccountType, UsLLCAccountType, UsRegardedOwnerAccountType } from '@taxbit/utilities';
|
|
2
2
|
import { Yes } from './Yes';
|
|
3
3
|
import { YesNo } from './YesNo';
|
|
4
4
|
|
|
5
5
|
export type AccountHolderClassificationData = {
|
|
6
6
|
accountHolderIsIndividual?: YesNo;
|
|
7
7
|
accountHolderUsPerson?: YesNo;
|
|
8
|
+
accountHolderAccountOwnerType?: AccountOwnerType;
|
|
8
9
|
accountHolderUsAccountType?: UsAccountHolderAccountType;
|
|
9
10
|
accountHolderUsSmllcElection?: YesNo;
|
|
10
11
|
accountHolderUsLlcClassification?: UsLLCAccountType;
|
|
11
12
|
accountHolderUsOtherClassification?: string;
|
|
12
13
|
accountHolderUsTrustEstateEin?: YesNo;
|
|
13
14
|
accountHolderUsSoleProprietorEin?: YesNo;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
accountHolderEntityAccountType?: EntityAccountHolderAccountType;
|
|
16
|
+
accountHolderIntermediaryAccountType?: IntermediaryAccountType;
|
|
17
|
+
};
|
|
18
|
+
export type AccountHolderCertifications = {
|
|
19
|
+
accountHolderAssumesChapters3And4Responsibility?: YesNo;
|
|
20
|
+
accountHolderAssumes1099Responsibility?: YesNo;
|
|
21
|
+
accountHolderUsPersonElection?: YesNo;
|
|
22
|
+
accountHolderProvidesAdditionalDocumentation?: YesNo;
|
|
23
|
+
accountHolderIsQiCertified?: Yes;
|
|
24
|
+
accountHolderAssumesChapters3And4ResponsibilityCertified?: Yes;
|
|
25
|
+
accountHolderAssumes1099ResponsibilityCertified?: Yes;
|
|
26
|
+
accountHolderNotAssume1099ResponsibilityCertified?: Yes;
|
|
27
|
+
accountHolderMeetsQiRegulationsRequirementsCertified?: Yes;
|
|
28
|
+
accountHolderObtainsDocumentationCertified?: Yes;
|
|
29
|
+
accountHolderNotActingAsQiCertified?: Yes;
|
|
30
|
+
accountHolderTransmitsNqiDocumentationCertified?: Yes;
|
|
31
|
+
accountHolderRepresentsWithholdingStatementsCertified?: Yes;
|
|
32
|
+
accountHolderIsFinancialInstitutionCertified?: Yes;
|
|
33
|
+
accountHolderTfiUsPersonElectionCertified?: Yes;
|
|
34
|
+
accountHolderTransmitsTfiDocumentationCertified?: Yes;
|
|
35
|
+
accountHolderUsbPaymentsCertified?: Yes;
|
|
36
|
+
accountHolderUsbUsPersonElectionCertified?: Yes;
|
|
37
|
+
accountHolderTransmitsUsbDocumentationCertified?: Yes;
|
|
38
|
+
accountHolderIsCompliantCertified?: Yes;
|
|
39
|
+
accountHolderEntityPaymentsCertified?: Yes;
|
|
40
|
+
accountHolderProvidesWithholdingStatementCertified?: Yes;
|
|
17
41
|
};
|
|
18
42
|
type Address<Prefix extends string> = {
|
|
19
43
|
[key in `${Prefix}Address`]?: string;
|
|
@@ -135,9 +159,33 @@ export type RegardedOwnerClassificationData = {
|
|
|
135
159
|
regardedOwnerUsAccountType?: UsRegardedOwnerAccountType;
|
|
136
160
|
regardedOwnerUsLlcClassification?: UsLLCAccountType;
|
|
137
161
|
regardedOwnerUsOtherClassification?: string;
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
162
|
+
regardedOwnerAccountOwnerType?: AccountOwnerType;
|
|
163
|
+
regardedOwnerIntermediaryAccountType?: IntermediaryAccountType;
|
|
164
|
+
regardedOwnerEntityAccountType?: EntityRegardedOwnerAccountType;
|
|
165
|
+
};
|
|
166
|
+
export type RegardedOwnerCertifications = {
|
|
167
|
+
regardedOwnerAssumesChapters3And4Responsibility?: YesNo;
|
|
168
|
+
regardedOwnerAssumes1099Responsibility?: YesNo;
|
|
169
|
+
regardedOwnerUsPersonElection?: YesNo;
|
|
170
|
+
regardedOwnerProvidesAdditionalDocumentation?: YesNo;
|
|
171
|
+
regardedOwnerIsQiCertified?: Yes;
|
|
172
|
+
regardedOwnerAssumesChapters3And4ResponsibilityCertified?: Yes;
|
|
173
|
+
regardedOwnerAssumes1099ResponsibilityCertified?: Yes;
|
|
174
|
+
regardedOwnerNotAssume1099ResponsibilityCertified?: Yes;
|
|
175
|
+
regardedOwnerMeetsQiRegulationsRequirementsCertified?: Yes;
|
|
176
|
+
regardedOwnerObtainsDocumentationCertified?: Yes;
|
|
177
|
+
regardedOwnerNotActingAsQiCertified?: Yes;
|
|
178
|
+
regardedOwnerTransmitsNqiDocumentationCertified?: Yes;
|
|
179
|
+
regardedOwnerRepresentsWithholdingStatementsCertified?: Yes;
|
|
180
|
+
regardedOwnerIsFinancialInstitutionCertified?: Yes;
|
|
181
|
+
regardedOwnerTfiUsPersonElectionCertified?: Yes;
|
|
182
|
+
regardedOwnerTransmitsTfiDocumentationCertified?: Yes;
|
|
183
|
+
regardedOwnerUsbPaymentsCertified?: Yes;
|
|
184
|
+
regardedOwnerUsbUsPersonElectionCertified?: Yes;
|
|
185
|
+
regardedOwnerTransmitsUsbDocumentationCertified?: Yes;
|
|
186
|
+
regardedOwnerIsCompliantCertified?: Yes;
|
|
187
|
+
regardedOwnerEntityPaymentsCertified?: Yes;
|
|
188
|
+
regardedOwnerProvidesWithholdingStatementCertified?: Yes;
|
|
141
189
|
};
|
|
142
190
|
export type RegardedOwnerContactData = {
|
|
143
191
|
regardedOwnerCountryOfCitizenship?: string;
|
|
@@ -187,6 +235,6 @@ export type CalculatedData = {
|
|
|
187
235
|
regardedOwnerAddress?: string;
|
|
188
236
|
regardedOwnerMailingAddress?: string;
|
|
189
237
|
};
|
|
190
|
-
export type TaxDocumentation = AccountHolderContactData & AccountHolderTaxData & AccountHolderClassificationData & RegardedOwnerContactData & RegardedOwnerClassificationData & RegardedOwnerTaxData & SummaryData & CalculatedData & AccountHolderTreatyClaimData & RegardedOwnerTreatyClaimData & ControllingPersonClassificationData;
|
|
238
|
+
export type TaxDocumentation = AccountHolderContactData & AccountHolderCertifications & AccountHolderTaxData & AccountHolderClassificationData & RegardedOwnerCertifications & RegardedOwnerContactData & RegardedOwnerClassificationData & RegardedOwnerTaxData & SummaryData & CalculatedData & AccountHolderTreatyClaimData & RegardedOwnerTreatyClaimData & ControllingPersonClassificationData;
|
|
191
239
|
export type TaxDocumentationKey = keyof TaxDocumentation;
|
|
192
240
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/src/ui/index.d.ts
CHANGED
|
@@ -9,15 +9,27 @@ export declare const getFieldsState: (fields: TaxDocumentation) => {
|
|
|
9
9
|
hasControllingPerson4: boolean;
|
|
10
10
|
hasControllingPerson5: boolean;
|
|
11
11
|
requiresControllingPersons: boolean;
|
|
12
|
+
isAccountOwnerEntity: boolean;
|
|
12
13
|
isBuildingW9: boolean;
|
|
13
14
|
isBuildingW8: boolean;
|
|
14
15
|
isBuildingW8Ben: boolean;
|
|
15
16
|
isBuildingW8BenE: boolean;
|
|
16
17
|
isBuildingWForm: boolean;
|
|
18
|
+
isBuildingW8IMY: boolean;
|
|
19
|
+
w8ImyIntermediary: {
|
|
20
|
+
isQualifiedIntermediary: boolean;
|
|
21
|
+
isNonQualifiedIntermediary: boolean;
|
|
22
|
+
isTerritoryFinancialInstitution: boolean;
|
|
23
|
+
isUsBranch: boolean;
|
|
24
|
+
isWithholdingForeignPartnership: boolean;
|
|
25
|
+
isWithholdingForeignTrust: boolean;
|
|
26
|
+
isNonwithholdingForeignPartnership: boolean;
|
|
27
|
+
isNonwithholdingForeignSimpleTrust: boolean;
|
|
28
|
+
isNonwithholdingForeignGrantorTrust: boolean;
|
|
29
|
+
};
|
|
17
30
|
isDre: boolean;
|
|
18
31
|
isIndividual: boolean;
|
|
19
32
|
isMakingTreatyClaim: boolean;
|
|
20
|
-
isPartnership: boolean;
|
|
21
33
|
residenceCountryCodes: string[];
|
|
22
34
|
getResidences: (prefix: "accountHolder" | "controllingPerson1" | "controllingPerson2" | "controllingPerson3" | "controllingPerson4" | "controllingPerson5") => {
|
|
23
35
|
country: string | undefined;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getKeysByValue: (obj: object, testFn?: (key: string | number) => boolean) => string[];
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export * from './bearerTokenIsRequiredError';
|
|
2
|
-
export * from './camelCaseKeys';
|
|
3
2
|
export * from './cx';
|
|
4
3
|
export * from './formatUsTin';
|
|
5
4
|
export * from './getFieldsState';
|
|
@@ -14,7 +13,6 @@ export * from './isBlank';
|
|
|
14
13
|
export * from './kebabCase';
|
|
15
14
|
export * from './mergeClientTaxDocumentationData';
|
|
16
15
|
export * from './promptKeyMapping/getPromptKeyMap.ts';
|
|
17
|
-
export * from './snakeCaseKeys';
|
|
18
16
|
export * from './transformForClient';
|
|
19
17
|
export * from './transformInbound';
|
|
20
18
|
export * from './uppercase';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { TaxDocumentation } from '../../types';
|
|
2
|
+
|
|
3
|
+
export declare const transformCertifications: (data: TaxDocumentation) => {
|
|
4
|
+
isQiCertified: boolean | undefined;
|
|
5
|
+
assumesChapters3And4ResponsibilityCertified: boolean | undefined;
|
|
6
|
+
assumes1099ResponsibilityCertified: boolean | undefined;
|
|
7
|
+
notAssume1099ResponsibilityCertified: boolean | undefined;
|
|
8
|
+
meetsQiRegulationsRequirementsCertified: boolean | undefined;
|
|
9
|
+
obtainsDocumentationCertified: boolean | undefined;
|
|
10
|
+
notActingAsQiCertified: boolean | undefined;
|
|
11
|
+
transmitsNqiDocumentationCertified: boolean | undefined;
|
|
12
|
+
representsWithholdingStatementsCertified: boolean | undefined;
|
|
13
|
+
isFinancialInstitutionCertified: boolean | undefined;
|
|
14
|
+
tfiUsPersonElectionCertified: boolean | undefined;
|
|
15
|
+
transmitsTfiDocumentationCertified: boolean | undefined;
|
|
16
|
+
usbPaymentsCertified: boolean | undefined;
|
|
17
|
+
usbUsPersonElectionCertified: boolean | undefined;
|
|
18
|
+
transmitsUsbDocumentationCertified: boolean | undefined;
|
|
19
|
+
isCompliantCertified: boolean | undefined;
|
|
20
|
+
entityPaymentsCertified: boolean | undefined;
|
|
21
|
+
providesWithholdingStatementCertified: boolean | undefined;
|
|
22
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { EntityRegardedOwnerAccountType, EntityAccountHolderAccountType } from '@taxbit/utilities';
|
|
2
|
+
|
|
3
|
+
export declare const getAccountHolderEntityAccountType: (accountType: string | undefined) => EntityAccountHolderAccountType | undefined;
|
|
4
|
+
export declare const getRegardedOwnerEntityAccountType: (accountType: string | undefined) => EntityRegardedOwnerAccountType | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
1
|
+
export * from './getAccountOwnerType';
|
|
2
|
+
export * from './getEntityAccountType';
|
|
3
|
+
export * from './getIntermediaryAccountType';
|
|
4
4
|
export * from './getLLCClassification';
|
|
5
5
|
export * from './getUsAccountType';
|
|
6
6
|
export * from './transformInbound';
|
|
@@ -24,6 +24,28 @@ export declare const transformInboundControllingPersons: (controllingPersons: Ar
|
|
|
24
24
|
accountHolderDbaName?: string;
|
|
25
25
|
accountHolderMailingAddressIsDifferent?: import('../../types/Yes.ts').Yes;
|
|
26
26
|
accountHolderName?: string;
|
|
27
|
+
accountHolderAssumesChapters3And4Responsibility?: import('../../types/YesNo.ts').YesNo;
|
|
28
|
+
accountHolderAssumes1099Responsibility?: import('../../types/YesNo.ts').YesNo;
|
|
29
|
+
accountHolderUsPersonElection?: import('../../types/YesNo.ts').YesNo;
|
|
30
|
+
accountHolderProvidesAdditionalDocumentation?: import('../../types/YesNo.ts').YesNo;
|
|
31
|
+
accountHolderIsQiCertified?: import('../../types/Yes.ts').Yes;
|
|
32
|
+
accountHolderAssumesChapters3And4ResponsibilityCertified?: import('../../types/Yes.ts').Yes;
|
|
33
|
+
accountHolderAssumes1099ResponsibilityCertified?: import('../../types/Yes.ts').Yes;
|
|
34
|
+
accountHolderNotAssume1099ResponsibilityCertified?: import('../../types/Yes.ts').Yes;
|
|
35
|
+
accountHolderMeetsQiRegulationsRequirementsCertified?: import('../../types/Yes.ts').Yes;
|
|
36
|
+
accountHolderObtainsDocumentationCertified?: import('../../types/Yes.ts').Yes;
|
|
37
|
+
accountHolderNotActingAsQiCertified?: import('../../types/Yes.ts').Yes;
|
|
38
|
+
accountHolderTransmitsNqiDocumentationCertified?: import('../../types/Yes.ts').Yes;
|
|
39
|
+
accountHolderRepresentsWithholdingStatementsCertified?: import('../../types/Yes.ts').Yes;
|
|
40
|
+
accountHolderIsFinancialInstitutionCertified?: import('../../types/Yes.ts').Yes;
|
|
41
|
+
accountHolderTfiUsPersonElectionCertified?: import('../../types/Yes.ts').Yes;
|
|
42
|
+
accountHolderTransmitsTfiDocumentationCertified?: import('../../types/Yes.ts').Yes;
|
|
43
|
+
accountHolderUsbPaymentsCertified?: import('../../types/Yes.ts').Yes;
|
|
44
|
+
accountHolderUsbUsPersonElectionCertified?: import('../../types/Yes.ts').Yes;
|
|
45
|
+
accountHolderTransmitsUsbDocumentationCertified?: import('../../types/Yes.ts').Yes;
|
|
46
|
+
accountHolderIsCompliantCertified?: import('../../types/Yes.ts').Yes;
|
|
47
|
+
accountHolderEntityPaymentsCertified?: import('../../types/Yes.ts').Yes;
|
|
48
|
+
accountHolderProvidesWithholdingStatementCertified?: import('../../types/Yes.ts').Yes;
|
|
27
49
|
accountHolderTaxResidences?: import('../../types/YesNo.ts').YesNo;
|
|
28
50
|
accountHolderTaxResidenceCountry1?: string | undefined;
|
|
29
51
|
accountHolderTaxResidenceCountry2?: string | undefined;
|
|
@@ -74,15 +96,37 @@ export declare const transformInboundControllingPersons: (controllingPersons: Ar
|
|
|
74
96
|
accountHolderRelatedCorporation?: string;
|
|
75
97
|
accountHolderIsIndividual?: import('../../types/YesNo.ts').YesNo;
|
|
76
98
|
accountHolderUsPerson?: import('../../types/YesNo.ts').YesNo;
|
|
99
|
+
accountHolderAccountOwnerType?: import('@taxbit/utilities').AccountOwnerType;
|
|
77
100
|
accountHolderUsAccountType?: import('@taxbit/utilities').UsAccountHolderAccountType;
|
|
78
101
|
accountHolderUsSmllcElection?: import('../../types/YesNo.ts').YesNo;
|
|
79
102
|
accountHolderUsLlcClassification?: import('@taxbit/utilities').UsLLCAccountType;
|
|
80
103
|
accountHolderUsOtherClassification?: string;
|
|
81
104
|
accountHolderUsTrustEstateEin?: import('../../types/YesNo.ts').YesNo;
|
|
82
105
|
accountHolderUsSoleProprietorEin?: import('../../types/YesNo.ts').YesNo;
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
106
|
+
accountHolderEntityAccountType?: import('@taxbit/utilities').EntityAccountHolderAccountType;
|
|
107
|
+
accountHolderIntermediaryAccountType?: import('@taxbit/utilities').IntermediaryAccountType;
|
|
108
|
+
regardedOwnerAssumesChapters3And4Responsibility?: import('../../types/YesNo.ts').YesNo;
|
|
109
|
+
regardedOwnerAssumes1099Responsibility?: import('../../types/YesNo.ts').YesNo;
|
|
110
|
+
regardedOwnerUsPersonElection?: import('../../types/YesNo.ts').YesNo;
|
|
111
|
+
regardedOwnerProvidesAdditionalDocumentation?: import('../../types/YesNo.ts').YesNo;
|
|
112
|
+
regardedOwnerIsQiCertified?: import('../../types/Yes.ts').Yes;
|
|
113
|
+
regardedOwnerAssumesChapters3And4ResponsibilityCertified?: import('../../types/Yes.ts').Yes;
|
|
114
|
+
regardedOwnerAssumes1099ResponsibilityCertified?: import('../../types/Yes.ts').Yes;
|
|
115
|
+
regardedOwnerNotAssume1099ResponsibilityCertified?: import('../../types/Yes.ts').Yes;
|
|
116
|
+
regardedOwnerMeetsQiRegulationsRequirementsCertified?: import('../../types/Yes.ts').Yes;
|
|
117
|
+
regardedOwnerObtainsDocumentationCertified?: import('../../types/Yes.ts').Yes;
|
|
118
|
+
regardedOwnerNotActingAsQiCertified?: import('../../types/Yes.ts').Yes;
|
|
119
|
+
regardedOwnerTransmitsNqiDocumentationCertified?: import('../../types/Yes.ts').Yes;
|
|
120
|
+
regardedOwnerRepresentsWithholdingStatementsCertified?: import('../../types/Yes.ts').Yes;
|
|
121
|
+
regardedOwnerIsFinancialInstitutionCertified?: import('../../types/Yes.ts').Yes;
|
|
122
|
+
regardedOwnerTfiUsPersonElectionCertified?: import('../../types/Yes.ts').Yes;
|
|
123
|
+
regardedOwnerTransmitsTfiDocumentationCertified?: import('../../types/Yes.ts').Yes;
|
|
124
|
+
regardedOwnerUsbPaymentsCertified?: import('../../types/Yes.ts').Yes;
|
|
125
|
+
regardedOwnerUsbUsPersonElectionCertified?: import('../../types/Yes.ts').Yes;
|
|
126
|
+
regardedOwnerTransmitsUsbDocumentationCertified?: import('../../types/Yes.ts').Yes;
|
|
127
|
+
regardedOwnerIsCompliantCertified?: import('../../types/Yes.ts').Yes;
|
|
128
|
+
regardedOwnerEntityPaymentsCertified?: import('../../types/Yes.ts').Yes;
|
|
129
|
+
regardedOwnerProvidesWithholdingStatementCertified?: import('../../types/Yes.ts').Yes;
|
|
86
130
|
regardedOwnerCountryOfCitizenship?: string;
|
|
87
131
|
regardedOwnerDateOfBirth?: string;
|
|
88
132
|
regardedOwnerDbaName?: string;
|
|
@@ -106,9 +150,9 @@ export declare const transformInboundControllingPersons: (controllingPersons: Ar
|
|
|
106
150
|
regardedOwnerUsAccountType?: import('@taxbit/utilities').UsRegardedOwnerAccountType;
|
|
107
151
|
regardedOwnerUsLlcClassification?: import('@taxbit/utilities').UsLLCAccountType;
|
|
108
152
|
regardedOwnerUsOtherClassification?: string;
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
153
|
+
regardedOwnerAccountOwnerType?: import('@taxbit/utilities').AccountOwnerType;
|
|
154
|
+
regardedOwnerIntermediaryAccountType?: import('@taxbit/utilities').IntermediaryAccountType;
|
|
155
|
+
regardedOwnerEntityAccountType?: import('@taxbit/utilities').EntityRegardedOwnerAccountType;
|
|
112
156
|
regardedOwnerForeignTin?: string;
|
|
113
157
|
regardedOwnerForeignTinIsNotRequired?: import('../../types/Yes.ts').Yes;
|
|
114
158
|
regardedOwnerUsTin?: string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { QuestionnaireProp, TaxDocumentation } from '../types';
|
|
2
2
|
|
|
3
|
-
export declare const getSteps: (data: TaxDocumentation, treatyClaims: boolean | undefined, questionnaire: QuestionnaireProp) => ("AccountHolderClassification" | "AccountHolderContact" | "AccountHolderTax" | "AccountHolderTaxClarification" | "AccountHolderTreatyClaims" | "ControllingPersonDetails1" | "ControllingPersonDetails2" | "ControllingPersonDetails3" | "ControllingPersonDetails4" | "ControllingPersonDetails5" | "Exemptions" | "
|
|
3
|
+
export declare const getSteps: (data: TaxDocumentation, treatyClaims: boolean | undefined, questionnaire: QuestionnaireProp) => ("AccountHolderCertifications" | "AccountHolderClassification" | "AccountHolderContact" | "AccountHolderTax" | "AccountHolderTaxClarification" | "AccountHolderTreatyClaims" | "ControllingPersonDetails1" | "ControllingPersonDetails2" | "ControllingPersonDetails3" | "ControllingPersonDetails4" | "ControllingPersonDetails5" | "Exemptions" | "RegardedOwnerCertifications" | "RegardedOwnerContact" | "RegardedOwnerTax" | "RegardedOwnerTreatyClaims" | "Summary")[];
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
type Index = '1' | '2' | '3' | '4' | '5';
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const getTaxResidencesFields: (prefix: "accountHolder" | "controllingPerson1" | "controllingPerson2" | "controllingPerson3" | "controllingPerson4" | "controllingPerson5", index: "1" | "2" | "3" | "4" | "5", expanded?: boolean) => readonly ["accountHolderShowTaxResidence1" | "accountHolderShowTaxResidence2" | "accountHolderShowTaxResidence3" | "accountHolderShowTaxResidence4" | "accountHolderShowTaxResidence5" | "controllingPerson1ShowTaxResidence1" | "controllingPerson2ShowTaxResidence1" | "controllingPerson3ShowTaxResidence1" | "controllingPerson4ShowTaxResidence1" | "controllingPerson5ShowTaxResidence1" | "controllingPerson1ShowTaxResidence2" | "controllingPerson2ShowTaxResidence2" | "controllingPerson3ShowTaxResidence2" | "controllingPerson4ShowTaxResidence2" | "controllingPerson5ShowTaxResidence2" | "controllingPerson1ShowTaxResidence3" | "controllingPerson2ShowTaxResidence3" | "controllingPerson3ShowTaxResidence3" | "controllingPerson4ShowTaxResidence3" | "controllingPerson5ShowTaxResidence3" | "controllingPerson1ShowTaxResidence4" | "controllingPerson2ShowTaxResidence4" | "controllingPerson3ShowTaxResidence4" | "controllingPerson4ShowTaxResidence4" | "controllingPerson5ShowTaxResidence4" | "controllingPerson1ShowTaxResidence5" | "controllingPerson2ShowTaxResidence5" | "controllingPerson3ShowTaxResidence5" | "controllingPerson4ShowTaxResidence5" | "controllingPerson5ShowTaxResidence5", "accountHolderTaxResidenceCountry1" | "accountHolderTaxResidenceCountry2" | "accountHolderTaxResidenceCountry3" | "accountHolderTaxResidenceCountry4" | "accountHolderTaxResidenceCountry5" | "controllingPerson1TaxResidenceCountry1" | "controllingPerson2TaxResidenceCountry1" | "controllingPerson3TaxResidenceCountry1" | "controllingPerson4TaxResidenceCountry1" | "controllingPerson5TaxResidenceCountry1" | "controllingPerson1TaxResidenceCountry2" | "controllingPerson2TaxResidenceCountry2" | "controllingPerson3TaxResidenceCountry2" | "controllingPerson4TaxResidenceCountry2" | "controllingPerson5TaxResidenceCountry2" | "controllingPerson1TaxResidenceCountry3" | "controllingPerson2TaxResidenceCountry3" | "controllingPerson3TaxResidenceCountry3" | "controllingPerson4TaxResidenceCountry3" | "controllingPerson5TaxResidenceCountry3" | "controllingPerson1TaxResidenceCountry4" | "controllingPerson2TaxResidenceCountry4" | "controllingPerson3TaxResidenceCountry4" | "controllingPerson4TaxResidenceCountry4" | "controllingPerson5TaxResidenceCountry4" | "controllingPerson1TaxResidenceCountry5" | "controllingPerson2TaxResidenceCountry5" | "controllingPerson3TaxResidenceCountry5" | "controllingPerson4TaxResidenceCountry5" | "controllingPerson5TaxResidenceCountry5", "accountHolderTaxResidenceTin1" | "accountHolderTaxResidenceTin2" | "accountHolderTaxResidenceTin3" | "accountHolderTaxResidenceTin4" | "accountHolderTaxResidenceTin5" | "controllingPerson1TaxResidenceTin1" | "controllingPerson2TaxResidenceTin1" | "controllingPerson3TaxResidenceTin1" | "controllingPerson4TaxResidenceTin1" | "controllingPerson5TaxResidenceTin1" | "controllingPerson1TaxResidenceTin2" | "controllingPerson2TaxResidenceTin2" | "controllingPerson3TaxResidenceTin2" | "controllingPerson4TaxResidenceTin2" | "controllingPerson5TaxResidenceTin2" | "controllingPerson1TaxResidenceTin3" | "controllingPerson2TaxResidenceTin3" | "controllingPerson3TaxResidenceTin3" | "controllingPerson4TaxResidenceTin3" | "controllingPerson5TaxResidenceTin3" | "controllingPerson1TaxResidenceTin4" | "controllingPerson2TaxResidenceTin4" | "controllingPerson3TaxResidenceTin4" | "controllingPerson4TaxResidenceTin4" | "controllingPerson5TaxResidenceTin4" | "controllingPerson1TaxResidenceTin5" | "controllingPerson2TaxResidenceTin5" | "controllingPerson3TaxResidenceTin5" | "controllingPerson4TaxResidenceTin5" | "controllingPerson5TaxResidenceTin5", "accountHolderTaxResidenceTinIsNotRequired1" | "accountHolderTaxResidenceTinIsNotRequired2" | "accountHolderTaxResidenceTinIsNotRequired3" | "accountHolderTaxResidenceTinIsNotRequired4" | "accountHolderTaxResidenceTinIsNotRequired5" | "controllingPerson1TaxResidenceTinIsNotRequired1" | "controllingPerson2TaxResidenceTinIsNotRequired1" | "controllingPerson3TaxResidenceTinIsNotRequired1" | "controllingPerson4TaxResidenceTinIsNotRequired1" | "controllingPerson5TaxResidenceTinIsNotRequired1" | "controllingPerson1TaxResidenceTinIsNotRequired2" | "controllingPerson2TaxResidenceTinIsNotRequired2" | "controllingPerson3TaxResidenceTinIsNotRequired2" | "controllingPerson4TaxResidenceTinIsNotRequired2" | "controllingPerson5TaxResidenceTinIsNotRequired2" | "controllingPerson1TaxResidenceTinIsNotRequired3" | "controllingPerson2TaxResidenceTinIsNotRequired3" | "controllingPerson3TaxResidenceTinIsNotRequired3" | "controllingPerson4TaxResidenceTinIsNotRequired3" | "controllingPerson5TaxResidenceTinIsNotRequired3" | "controllingPerson1TaxResidenceTinIsNotRequired4" | "controllingPerson2TaxResidenceTinIsNotRequired4" | "controllingPerson3TaxResidenceTinIsNotRequired4" | "controllingPerson4TaxResidenceTinIsNotRequired4" | "controllingPerson5TaxResidenceTinIsNotRequired4" | "controllingPerson1TaxResidenceTinIsNotRequired5" | "controllingPerson2TaxResidenceTinIsNotRequired5" | "controllingPerson3TaxResidenceTinIsNotRequired5" | "controllingPerson4TaxResidenceTinIsNotRequired5" | "controllingPerson5TaxResidenceTinIsNotRequired5", "accountHolderTaxResidenceTinIsNotRequiredReason1" | "accountHolderTaxResidenceTinIsNotRequiredReason2" | "accountHolderTaxResidenceTinIsNotRequiredReason3" | "accountHolderTaxResidenceTinIsNotRequiredReason4" | "accountHolderTaxResidenceTinIsNotRequiredReason5" | "controllingPerson1TaxResidenceTinIsNotRequiredReason1" | "controllingPerson2TaxResidenceTinIsNotRequiredReason1" | "controllingPerson3TaxResidenceTinIsNotRequiredReason1" | "controllingPerson4TaxResidenceTinIsNotRequiredReason1" | "controllingPerson5TaxResidenceTinIsNotRequiredReason1" | "controllingPerson1TaxResidenceTinIsNotRequiredReason2" | "controllingPerson2TaxResidenceTinIsNotRequiredReason2" | "controllingPerson3TaxResidenceTinIsNotRequiredReason2" | "controllingPerson4TaxResidenceTinIsNotRequiredReason2" | "controllingPerson5TaxResidenceTinIsNotRequiredReason2" | "controllingPerson1TaxResidenceTinIsNotRequiredReason3" | "controllingPerson2TaxResidenceTinIsNotRequiredReason3" | "controllingPerson3TaxResidenceTinIsNotRequiredReason3" | "controllingPerson4TaxResidenceTinIsNotRequiredReason3" | "controllingPerson5TaxResidenceTinIsNotRequiredReason3" | "controllingPerson1TaxResidenceTinIsNotRequiredReason4" | "controllingPerson2TaxResidenceTinIsNotRequiredReason4" | "controllingPerson3TaxResidenceTinIsNotRequiredReason4" | "controllingPerson4TaxResidenceTinIsNotRequiredReason4" | "controllingPerson5TaxResidenceTinIsNotRequiredReason4" | "controllingPerson1TaxResidenceTinIsNotRequiredReason5" | "controllingPerson2TaxResidenceTinIsNotRequiredReason5" | "controllingPerson3TaxResidenceTinIsNotRequiredReason5" | "controllingPerson4TaxResidenceTinIsNotRequiredReason5" | "controllingPerson5TaxResidenceTinIsNotRequiredReason5", "accountHolderTaxResidenceTinIsNotRequiredReasonOther1" | "accountHolderTaxResidenceTinIsNotRequiredReasonOther2" | "accountHolderTaxResidenceTinIsNotRequiredReasonOther3" | "accountHolderTaxResidenceTinIsNotRequiredReasonOther4" | "accountHolderTaxResidenceTinIsNotRequiredReasonOther5" | "controllingPerson1TaxResidenceTinIsNotRequiredReasonOther1" | "controllingPerson2TaxResidenceTinIsNotRequiredReasonOther1" | "controllingPerson3TaxResidenceTinIsNotRequiredReasonOther1" | "controllingPerson4TaxResidenceTinIsNotRequiredReasonOther1" | "controllingPerson5TaxResidenceTinIsNotRequiredReasonOther1" | "controllingPerson1TaxResidenceTinIsNotRequiredReasonOther2" | "controllingPerson2TaxResidenceTinIsNotRequiredReasonOther2" | "controllingPerson3TaxResidenceTinIsNotRequiredReasonOther2" | "controllingPerson4TaxResidenceTinIsNotRequiredReasonOther2" | "controllingPerson5TaxResidenceTinIsNotRequiredReasonOther2" | "controllingPerson1TaxResidenceTinIsNotRequiredReasonOther3" | "controllingPerson2TaxResidenceTinIsNotRequiredReasonOther3" | "controllingPerson3TaxResidenceTinIsNotRequiredReasonOther3" | "controllingPerson4TaxResidenceTinIsNotRequiredReasonOther3" | "controllingPerson5TaxResidenceTinIsNotRequiredReasonOther3" | "controllingPerson1TaxResidenceTinIsNotRequiredReasonOther4" | "controllingPerson2TaxResidenceTinIsNotRequiredReasonOther4" | "controllingPerson3TaxResidenceTinIsNotRequiredReasonOther4" | "controllingPerson4TaxResidenceTinIsNotRequiredReasonOther4" | "controllingPerson5TaxResidenceTinIsNotRequiredReasonOther4" | "controllingPerson1TaxResidenceTinIsNotRequiredReasonOther5" | "controllingPerson2TaxResidenceTinIsNotRequiredReasonOther5" | "controllingPerson3TaxResidenceTinIsNotRequiredReasonOther5" | "controllingPerson4TaxResidenceTinIsNotRequiredReasonOther5" | "controllingPerson5TaxResidenceTinIsNotRequiredReasonOther5"] | readonly ["accountHolderShowTaxResidence1" | "accountHolderShowTaxResidence2" | "accountHolderShowTaxResidence3" | "accountHolderShowTaxResidence4" | "accountHolderShowTaxResidence5" | "controllingPerson1ShowTaxResidence1" | "controllingPerson2ShowTaxResidence1" | "controllingPerson3ShowTaxResidence1" | "controllingPerson4ShowTaxResidence1" | "controllingPerson5ShowTaxResidence1" | "controllingPerson1ShowTaxResidence2" | "controllingPerson2ShowTaxResidence2" | "controllingPerson3ShowTaxResidence2" | "controllingPerson4ShowTaxResidence2" | "controllingPerson5ShowTaxResidence2" | "controllingPerson1ShowTaxResidence3" | "controllingPerson2ShowTaxResidence3" | "controllingPerson3ShowTaxResidence3" | "controllingPerson4ShowTaxResidence3" | "controllingPerson5ShowTaxResidence3" | "controllingPerson1ShowTaxResidence4" | "controllingPerson2ShowTaxResidence4" | "controllingPerson3ShowTaxResidence4" | "controllingPerson4ShowTaxResidence4" | "controllingPerson5ShowTaxResidence4" | "controllingPerson1ShowTaxResidence5" | "controllingPerson2ShowTaxResidence5" | "controllingPerson3ShowTaxResidence5" | "controllingPerson4ShowTaxResidence5" | "controllingPerson5ShowTaxResidence5", "accountHolderTaxResidenceCountry1" | "accountHolderTaxResidenceCountry2" | "accountHolderTaxResidenceCountry3" | "accountHolderTaxResidenceCountry4" | "accountHolderTaxResidenceCountry5" | "controllingPerson1TaxResidenceCountry1" | "controllingPerson2TaxResidenceCountry1" | "controllingPerson3TaxResidenceCountry1" | "controllingPerson4TaxResidenceCountry1" | "controllingPerson5TaxResidenceCountry1" | "controllingPerson1TaxResidenceCountry2" | "controllingPerson2TaxResidenceCountry2" | "controllingPerson3TaxResidenceCountry2" | "controllingPerson4TaxResidenceCountry2" | "controllingPerson5TaxResidenceCountry2" | "controllingPerson1TaxResidenceCountry3" | "controllingPerson2TaxResidenceCountry3" | "controllingPerson3TaxResidenceCountry3" | "controllingPerson4TaxResidenceCountry3" | "controllingPerson5TaxResidenceCountry3" | "controllingPerson1TaxResidenceCountry4" | "controllingPerson2TaxResidenceCountry4" | "controllingPerson3TaxResidenceCountry4" | "controllingPerson4TaxResidenceCountry4" | "controllingPerson5TaxResidenceCountry4" | "controllingPerson1TaxResidenceCountry5" | "controllingPerson2TaxResidenceCountry5" | "controllingPerson3TaxResidenceCountry5" | "controllingPerson4TaxResidenceCountry5" | "controllingPerson5TaxResidenceCountry5", "accountHolderTaxResidenceTin1" | "accountHolderTaxResidenceTin2" | "accountHolderTaxResidenceTin3" | "accountHolderTaxResidenceTin4" | "accountHolderTaxResidenceTin5" | "controllingPerson1TaxResidenceTin1" | "controllingPerson2TaxResidenceTin1" | "controllingPerson3TaxResidenceTin1" | "controllingPerson4TaxResidenceTin1" | "controllingPerson5TaxResidenceTin1" | "controllingPerson1TaxResidenceTin2" | "controllingPerson2TaxResidenceTin2" | "controllingPerson3TaxResidenceTin2" | "controllingPerson4TaxResidenceTin2" | "controllingPerson5TaxResidenceTin2" | "controllingPerson1TaxResidenceTin3" | "controllingPerson2TaxResidenceTin3" | "controllingPerson3TaxResidenceTin3" | "controllingPerson4TaxResidenceTin3" | "controllingPerson5TaxResidenceTin3" | "controllingPerson1TaxResidenceTin4" | "controllingPerson2TaxResidenceTin4" | "controllingPerson3TaxResidenceTin4" | "controllingPerson4TaxResidenceTin4" | "controllingPerson5TaxResidenceTin4" | "controllingPerson1TaxResidenceTin5" | "controllingPerson2TaxResidenceTin5" | "controllingPerson3TaxResidenceTin5" | "controllingPerson4TaxResidenceTin5" | "controllingPerson5TaxResidenceTin5", "accountHolderTaxResidenceTinIsNotRequired1" | "accountHolderTaxResidenceTinIsNotRequired2" | "accountHolderTaxResidenceTinIsNotRequired3" | "accountHolderTaxResidenceTinIsNotRequired4" | "accountHolderTaxResidenceTinIsNotRequired5" | "controllingPerson1TaxResidenceTinIsNotRequired1" | "controllingPerson2TaxResidenceTinIsNotRequired1" | "controllingPerson3TaxResidenceTinIsNotRequired1" | "controllingPerson4TaxResidenceTinIsNotRequired1" | "controllingPerson5TaxResidenceTinIsNotRequired1" | "controllingPerson1TaxResidenceTinIsNotRequired2" | "controllingPerson2TaxResidenceTinIsNotRequired2" | "controllingPerson3TaxResidenceTinIsNotRequired2" | "controllingPerson4TaxResidenceTinIsNotRequired2" | "controllingPerson5TaxResidenceTinIsNotRequired2" | "controllingPerson1TaxResidenceTinIsNotRequired3" | "controllingPerson2TaxResidenceTinIsNotRequired3" | "controllingPerson3TaxResidenceTinIsNotRequired3" | "controllingPerson4TaxResidenceTinIsNotRequired3" | "controllingPerson5TaxResidenceTinIsNotRequired3" | "controllingPerson1TaxResidenceTinIsNotRequired4" | "controllingPerson2TaxResidenceTinIsNotRequired4" | "controllingPerson3TaxResidenceTinIsNotRequired4" | "controllingPerson4TaxResidenceTinIsNotRequired4" | "controllingPerson5TaxResidenceTinIsNotRequired4" | "controllingPerson1TaxResidenceTinIsNotRequired5" | "controllingPerson2TaxResidenceTinIsNotRequired5" | "controllingPerson3TaxResidenceTinIsNotRequired5" | "controllingPerson4TaxResidenceTinIsNotRequired5" | "controllingPerson5TaxResidenceTinIsNotRequired5"];
|
|
6
|
-
export declare const getAddressFields: (prefix: "accountHolder" | "regardedOwner" | "controllingPerson1" | "controllingPerson2" | "controllingPerson3" | "controllingPerson4" | "controllingPerson5") => readonly ["accountHolderAddress" | "controllingPerson1Address" | "controllingPerson2Address" | "controllingPerson3Address" | "controllingPerson4Address" | "controllingPerson5Address" | "regardedOwnerAddress", "accountHolderAddressCity" | "controllingPerson1AddressCity" | "controllingPerson2AddressCity" | "controllingPerson3AddressCity" | "controllingPerson4AddressCity" | "controllingPerson5AddressCity" | "regardedOwnerAddressCity", "accountHolderAddressCountry" | "controllingPerson1AddressCountry" | "controllingPerson2AddressCountry" | "controllingPerson3AddressCountry" | "controllingPerson4AddressCountry" | "controllingPerson5AddressCountry" | "regardedOwnerAddressCountry", "accountHolderAddressState" | "controllingPerson1AddressState" | "controllingPerson2AddressState" | "controllingPerson3AddressState" | "controllingPerson4AddressState" | "controllingPerson5AddressState" | "regardedOwnerAddressState", "accountHolderAddressStreet" | "controllingPerson1AddressStreet" | "controllingPerson2AddressStreet" | "controllingPerson3AddressStreet" | "controllingPerson4AddressStreet" | "controllingPerson5AddressStreet" | "regardedOwnerAddressStreet", "accountHolderAddressStreet2" | "controllingPerson1AddressStreet2" | "controllingPerson2AddressStreet2" | "controllingPerson3AddressStreet2" | "controllingPerson4AddressStreet2" | "controllingPerson5AddressStreet2" | "regardedOwnerAddressStreet2", "accountHolderAddressZip" | "controllingPerson1AddressZip" | "controllingPerson2AddressZip" | "controllingPerson3AddressZip" | "controllingPerson4AddressZip" | "controllingPerson5AddressZip" | "regardedOwnerAddressZip", "controllingPerson1MailingAddressIsDifferent" | "controllingPerson2MailingAddressIsDifferent" | "controllingPerson3MailingAddressIsDifferent" | "controllingPerson4MailingAddressIsDifferent" | "controllingPerson5MailingAddressIsDifferent" | "accountHolderMailingAddressIsDifferent" | "regardedOwnerMailingAddressIsDifferent", "accountHolderMailingAddress" | "controllingPerson1MailingAddress" | "controllingPerson2MailingAddress" | "controllingPerson3MailingAddress" | "controllingPerson4MailingAddress" | "controllingPerson5MailingAddress" | "regardedOwnerMailingAddress", "accountHolderMailingAddressCity" | "controllingPerson1MailingAddressCity" | "controllingPerson2MailingAddressCity" | "controllingPerson3MailingAddressCity" | "controllingPerson4MailingAddressCity" | "controllingPerson5MailingAddressCity" | "regardedOwnerMailingAddressCity", "accountHolderMailingAddressCountry" | "controllingPerson1MailingAddressCountry" | "controllingPerson2MailingAddressCountry" | "controllingPerson3MailingAddressCountry" | "controllingPerson4MailingAddressCountry" | "controllingPerson5MailingAddressCountry" | "regardedOwnerMailingAddressCountry", "accountHolderMailingAddressState" | "controllingPerson1MailingAddressState" | "controllingPerson2MailingAddressState" | "controllingPerson3MailingAddressState" | "controllingPerson4MailingAddressState" | "controllingPerson5MailingAddressState" | "regardedOwnerMailingAddressState", "accountHolderMailingAddressStreet" | "controllingPerson1MailingAddressStreet" | "controllingPerson2MailingAddressStreet" | "controllingPerson3MailingAddressStreet" | "controllingPerson4MailingAddressStreet" | "controllingPerson5MailingAddressStreet" | "regardedOwnerMailingAddressStreet", "accountHolderMailingAddressStreet2" | "controllingPerson1MailingAddressStreet2" | "controllingPerson2MailingAddressStreet2" | "controllingPerson3MailingAddressStreet2" | "controllingPerson4MailingAddressStreet2" | "controllingPerson5MailingAddressStreet2" | "regardedOwnerMailingAddressStreet2", "accountHolderMailingAddressZip" | "controllingPerson1MailingAddressZip" | "controllingPerson2MailingAddressZip" | "controllingPerson3MailingAddressZip" | "controllingPerson4MailingAddressZip" | "controllingPerson5MailingAddressZip" | "regardedOwnerMailingAddressZip"];
|
|
7
|
-
export declare const getControllingPersonFields: (index: "1" | "2" | "3" | "4" | "5") => readonly ["controllingPerson1TaxResidences" | "controllingPerson2TaxResidences" | "controllingPerson3TaxResidences" | "controllingPerson4TaxResidences" | "controllingPerson5TaxResidences", "controllingPerson1ShowFields" | "controllingPerson2ShowFields" | "controllingPerson3ShowFields" | "controllingPerson4ShowFields" | "controllingPerson5ShowFields", "controllingPerson1Name" | "controllingPerson2Name" | "controllingPerson3Name" | "controllingPerson4Name" | "controllingPerson5Name", "controllingPerson1DateOfBirth" | "controllingPerson2DateOfBirth" | "controllingPerson3DateOfBirth" | "controllingPerson4DateOfBirth" | "controllingPerson5DateOfBirth", "controllingPerson1CityOfBirth" | "controllingPerson2CityOfBirth" | "controllingPerson3CityOfBirth" | "controllingPerson4CityOfBirth" | "controllingPerson5CityOfBirth", "controllingPerson1CountryOfBirth" | "controllingPerson2CountryOfBirth" | "controllingPerson3CountryOfBirth" | "controllingPerson4CountryOfBirth" | "controllingPerson5CountryOfBirth", "controllingPerson1CountryOfCitizenship" | "controllingPerson2CountryOfCitizenship" | "controllingPerson3CountryOfCitizenship" | "controllingPerson4CountryOfCitizenship" | "controllingPerson5CountryOfCitizenship", "controllingPerson1Role" | "controllingPerson2Role" | "controllingPerson3Role" | "controllingPerson4Role" | "controllingPerson5Role", "controllingPerson1RoleOther" | "controllingPerson2RoleOther" | "controllingPerson3RoleOther" | "controllingPerson4RoleOther" | "controllingPerson5RoleOther", "controllingPerson1RoleOtherEquivalent" | "controllingPerson2RoleOtherEquivalent" | "controllingPerson3RoleOtherEquivalent" | "controllingPerson4RoleOtherEquivalent" | "controllingPerson5RoleOtherEquivalent", "controllingPerson1OwnershipPercentage" | "controllingPerson2OwnershipPercentage" | "controllingPerson3OwnershipPercentage" | "controllingPerson4OwnershipPercentage" | "controllingPerson5OwnershipPercentage", "accountHolderAddress" | "controllingPerson1Address" | "controllingPerson2Address" | "controllingPerson3Address" | "controllingPerson4Address" | "controllingPerson5Address" | "regardedOwnerAddress", "accountHolderAddressCity" | "controllingPerson1AddressCity" | "controllingPerson2AddressCity" | "controllingPerson3AddressCity" | "controllingPerson4AddressCity" | "controllingPerson5AddressCity" | "regardedOwnerAddressCity", "accountHolderAddressCountry" | "controllingPerson1AddressCountry" | "controllingPerson2AddressCountry" | "controllingPerson3AddressCountry" | "controllingPerson4AddressCountry" | "controllingPerson5AddressCountry" | "regardedOwnerAddressCountry", "accountHolderAddressState" | "controllingPerson1AddressState" | "controllingPerson2AddressState" | "controllingPerson3AddressState" | "controllingPerson4AddressState" | "controllingPerson5AddressState" | "regardedOwnerAddressState", "accountHolderAddressStreet" | "controllingPerson1AddressStreet" | "controllingPerson2AddressStreet" | "controllingPerson3AddressStreet" | "controllingPerson4AddressStreet" | "controllingPerson5AddressStreet" | "regardedOwnerAddressStreet", "accountHolderAddressStreet2" | "controllingPerson1AddressStreet2" | "controllingPerson2AddressStreet2" | "controllingPerson3AddressStreet2" | "controllingPerson4AddressStreet2" | "controllingPerson5AddressStreet2" | "regardedOwnerAddressStreet2", "accountHolderAddressZip" | "controllingPerson1AddressZip" | "controllingPerson2AddressZip" | "controllingPerson3AddressZip" | "controllingPerson4AddressZip" | "controllingPerson5AddressZip" | "regardedOwnerAddressZip", "controllingPerson1MailingAddressIsDifferent" | "controllingPerson2MailingAddressIsDifferent" | "controllingPerson3MailingAddressIsDifferent" | "controllingPerson4MailingAddressIsDifferent" | "controllingPerson5MailingAddressIsDifferent" | "accountHolderMailingAddressIsDifferent" | "regardedOwnerMailingAddressIsDifferent", "accountHolderMailingAddress" | "controllingPerson1MailingAddress" | "controllingPerson2MailingAddress" | "controllingPerson3MailingAddress" | "controllingPerson4MailingAddress" | "controllingPerson5MailingAddress" | "regardedOwnerMailingAddress", "accountHolderMailingAddressCity" | "controllingPerson1MailingAddressCity" | "controllingPerson2MailingAddressCity" | "controllingPerson3MailingAddressCity" | "controllingPerson4MailingAddressCity" | "controllingPerson5MailingAddressCity" | "regardedOwnerMailingAddressCity", "accountHolderMailingAddressCountry" | "controllingPerson1MailingAddressCountry" | "controllingPerson2MailingAddressCountry" | "controllingPerson3MailingAddressCountry" | "controllingPerson4MailingAddressCountry" | "controllingPerson5MailingAddressCountry" | "regardedOwnerMailingAddressCountry", "accountHolderMailingAddressState" | "controllingPerson1MailingAddressState" | "controllingPerson2MailingAddressState" | "controllingPerson3MailingAddressState" | "controllingPerson4MailingAddressState" | "controllingPerson5MailingAddressState" | "regardedOwnerMailingAddressState", "accountHolderMailingAddressStreet" | "controllingPerson1MailingAddressStreet" | "controllingPerson2MailingAddressStreet" | "controllingPerson3MailingAddressStreet" | "controllingPerson4MailingAddressStreet" | "controllingPerson5MailingAddressStreet" | "regardedOwnerMailingAddressStreet", "accountHolderMailingAddressStreet2" | "controllingPerson1MailingAddressStreet2" | "controllingPerson2MailingAddressStreet2" | "controllingPerson3MailingAddressStreet2" | "controllingPerson4MailingAddressStreet2" | "controllingPerson5MailingAddressStreet2" | "regardedOwnerMailingAddressStreet2", "accountHolderMailingAddressZip" | "controllingPerson1MailingAddressZip" | "controllingPerson2MailingAddressZip" | "controllingPerson3MailingAddressZip" | "controllingPerson4MailingAddressZip" | "controllingPerson5MailingAddressZip" | "regardedOwnerMailingAddressZip", "accountHolderShowTaxResidence1" | "accountHolderShowTaxResidence2" | "accountHolderShowTaxResidence3" | "accountHolderShowTaxResidence4" | "accountHolderShowTaxResidence5" | "controllingPerson1ShowTaxResidence1" | "controllingPerson2ShowTaxResidence1" | "controllingPerson3ShowTaxResidence1" | "controllingPerson4ShowTaxResidence1" | "controllingPerson5ShowTaxResidence1" | "controllingPerson1ShowTaxResidence2" | "controllingPerson2ShowTaxResidence2" | "controllingPerson3ShowTaxResidence2" | "controllingPerson4ShowTaxResidence2" | "controllingPerson5ShowTaxResidence2" | "controllingPerson1ShowTaxResidence3" | "controllingPerson2ShowTaxResidence3" | "controllingPerson3ShowTaxResidence3" | "controllingPerson4ShowTaxResidence3" | "controllingPerson5ShowTaxResidence3" | "controllingPerson1ShowTaxResidence4" | "controllingPerson2ShowTaxResidence4" | "controllingPerson3ShowTaxResidence4" | "controllingPerson4ShowTaxResidence4" | "controllingPerson5ShowTaxResidence4" | "controllingPerson1ShowTaxResidence5" | "controllingPerson2ShowTaxResidence5" | "controllingPerson3ShowTaxResidence5" | "controllingPerson4ShowTaxResidence5" | "controllingPerson5ShowTaxResidence5", "accountHolderTaxResidenceCountry1" | "accountHolderTaxResidenceCountry2" | "accountHolderTaxResidenceCountry3" | "accountHolderTaxResidenceCountry4" | "accountHolderTaxResidenceCountry5" | "controllingPerson1TaxResidenceCountry1" | "controllingPerson2TaxResidenceCountry1" | "controllingPerson3TaxResidenceCountry1" | "controllingPerson4TaxResidenceCountry1" | "controllingPerson5TaxResidenceCountry1" | "controllingPerson1TaxResidenceCountry2" | "controllingPerson2TaxResidenceCountry2" | "controllingPerson3TaxResidenceCountry2" | "controllingPerson4TaxResidenceCountry2" | "controllingPerson5TaxResidenceCountry2" | "controllingPerson1TaxResidenceCountry3" | "controllingPerson2TaxResidenceCountry3" | "controllingPerson3TaxResidenceCountry3" | "controllingPerson4TaxResidenceCountry3" | "controllingPerson5TaxResidenceCountry3" | "controllingPerson1TaxResidenceCountry4" | "controllingPerson2TaxResidenceCountry4" | "controllingPerson3TaxResidenceCountry4" | "controllingPerson4TaxResidenceCountry4" | "controllingPerson5TaxResidenceCountry4" | "controllingPerson1TaxResidenceCountry5" | "controllingPerson2TaxResidenceCountry5" | "controllingPerson3TaxResidenceCountry5" | "controllingPerson4TaxResidenceCountry5" | "controllingPerson5TaxResidenceCountry5", "accountHolderTaxResidenceTin1" | "accountHolderTaxResidenceTin2" | "accountHolderTaxResidenceTin3" | "accountHolderTaxResidenceTin4" | "accountHolderTaxResidenceTin5" | "controllingPerson1TaxResidenceTin1" | "controllingPerson2TaxResidenceTin1" | "controllingPerson3TaxResidenceTin1" | "controllingPerson4TaxResidenceTin1" | "controllingPerson5TaxResidenceTin1" | "controllingPerson1TaxResidenceTin2" | "controllingPerson2TaxResidenceTin2" | "controllingPerson3TaxResidenceTin2" | "controllingPerson4TaxResidenceTin2" | "controllingPerson5TaxResidenceTin2" | "controllingPerson1TaxResidenceTin3" | "controllingPerson2TaxResidenceTin3" | "controllingPerson3TaxResidenceTin3" | "controllingPerson4TaxResidenceTin3" | "controllingPerson5TaxResidenceTin3" | "controllingPerson1TaxResidenceTin4" | "controllingPerson2TaxResidenceTin4" | "controllingPerson3TaxResidenceTin4" | "controllingPerson4TaxResidenceTin4" | "controllingPerson5TaxResidenceTin4" | "controllingPerson1TaxResidenceTin5" | "controllingPerson2TaxResidenceTin5" | "controllingPerson3TaxResidenceTin5" | "controllingPerson4TaxResidenceTin5" | "controllingPerson5TaxResidenceTin5", "accountHolderTaxResidenceTinIsNotRequired1" | "accountHolderTaxResidenceTinIsNotRequired2" | "accountHolderTaxResidenceTinIsNotRequired3" | "accountHolderTaxResidenceTinIsNotRequired4" | "accountHolderTaxResidenceTinIsNotRequired5" | "controllingPerson1TaxResidenceTinIsNotRequired1" | "controllingPerson2TaxResidenceTinIsNotRequired1" | "controllingPerson3TaxResidenceTinIsNotRequired1" | "controllingPerson4TaxResidenceTinIsNotRequired1" | "controllingPerson5TaxResidenceTinIsNotRequired1" | "controllingPerson1TaxResidenceTinIsNotRequired2" | "controllingPerson2TaxResidenceTinIsNotRequired2" | "controllingPerson3TaxResidenceTinIsNotRequired2" | "controllingPerson4TaxResidenceTinIsNotRequired2" | "controllingPerson5TaxResidenceTinIsNotRequired2" | "controllingPerson1TaxResidenceTinIsNotRequired3" | "controllingPerson2TaxResidenceTinIsNotRequired3" | "controllingPerson3TaxResidenceTinIsNotRequired3" | "controllingPerson4TaxResidenceTinIsNotRequired3" | "controllingPerson5TaxResidenceTinIsNotRequired3" | "controllingPerson1TaxResidenceTinIsNotRequired4" | "controllingPerson2TaxResidenceTinIsNotRequired4" | "controllingPerson3TaxResidenceTinIsNotRequired4" | "controllingPerson4TaxResidenceTinIsNotRequired4" | "controllingPerson5TaxResidenceTinIsNotRequired4" | "controllingPerson1TaxResidenceTinIsNotRequired5" | "controllingPerson2TaxResidenceTinIsNotRequired5" | "controllingPerson3TaxResidenceTinIsNotRequired5" | "controllingPerson4TaxResidenceTinIsNotRequired5" | "controllingPerson5TaxResidenceTinIsNotRequired5", "accountHolderTaxResidenceTinIsNotRequiredReason1" | "accountHolderTaxResidenceTinIsNotRequiredReason2" | "accountHolderTaxResidenceTinIsNotRequiredReason3" | "accountHolderTaxResidenceTinIsNotRequiredReason4" | "accountHolderTaxResidenceTinIsNotRequiredReason5" | "controllingPerson1TaxResidenceTinIsNotRequiredReason1" | "controllingPerson2TaxResidenceTinIsNotRequiredReason1" | "controllingPerson3TaxResidenceTinIsNotRequiredReason1" | "controllingPerson4TaxResidenceTinIsNotRequiredReason1" | "controllingPerson5TaxResidenceTinIsNotRequiredReason1" | "controllingPerson1TaxResidenceTinIsNotRequiredReason2" | "controllingPerson2TaxResidenceTinIsNotRequiredReason2" | "controllingPerson3TaxResidenceTinIsNotRequiredReason2" | "controllingPerson4TaxResidenceTinIsNotRequiredReason2" | "controllingPerson5TaxResidenceTinIsNotRequiredReason2" | "controllingPerson1TaxResidenceTinIsNotRequiredReason3" | "controllingPerson2TaxResidenceTinIsNotRequiredReason3" | "controllingPerson3TaxResidenceTinIsNotRequiredReason3" | "controllingPerson4TaxResidenceTinIsNotRequiredReason3" | "controllingPerson5TaxResidenceTinIsNotRequiredReason3" | "controllingPerson1TaxResidenceTinIsNotRequiredReason4" | "controllingPerson2TaxResidenceTinIsNotRequiredReason4" | "controllingPerson3TaxResidenceTinIsNotRequiredReason4" | "controllingPerson4TaxResidenceTinIsNotRequiredReason4" | "controllingPerson5TaxResidenceTinIsNotRequiredReason4" | "controllingPerson1TaxResidenceTinIsNotRequiredReason5" | "controllingPerson2TaxResidenceTinIsNotRequiredReason5" | "controllingPerson3TaxResidenceTinIsNotRequiredReason5" | "controllingPerson4TaxResidenceTinIsNotRequiredReason5" | "controllingPerson5TaxResidenceTinIsNotRequiredReason5", "accountHolderTaxResidenceTinIsNotRequiredReasonOther1" | "accountHolderTaxResidenceTinIsNotRequiredReasonOther2" | "accountHolderTaxResidenceTinIsNotRequiredReasonOther3" | "accountHolderTaxResidenceTinIsNotRequiredReasonOther4" | "accountHolderTaxResidenceTinIsNotRequiredReasonOther5" | "controllingPerson1TaxResidenceTinIsNotRequiredReasonOther1" | "controllingPerson2TaxResidenceTinIsNotRequiredReasonOther1" | "controllingPerson3TaxResidenceTinIsNotRequiredReasonOther1" | "controllingPerson4TaxResidenceTinIsNotRequiredReasonOther1" | "controllingPerson5TaxResidenceTinIsNotRequiredReasonOther1" | "controllingPerson1TaxResidenceTinIsNotRequiredReasonOther2" | "controllingPerson2TaxResidenceTinIsNotRequiredReasonOther2" | "controllingPerson3TaxResidenceTinIsNotRequiredReasonOther2" | "controllingPerson4TaxResidenceTinIsNotRequiredReasonOther2" | "controllingPerson5TaxResidenceTinIsNotRequiredReasonOther2" | "controllingPerson1TaxResidenceTinIsNotRequiredReasonOther3" | "controllingPerson2TaxResidenceTinIsNotRequiredReasonOther3" | "controllingPerson3TaxResidenceTinIsNotRequiredReasonOther3" | "controllingPerson4TaxResidenceTinIsNotRequiredReasonOther3" | "controllingPerson5TaxResidenceTinIsNotRequiredReasonOther3" | "controllingPerson1TaxResidenceTinIsNotRequiredReasonOther4" | "controllingPerson2TaxResidenceTinIsNotRequiredReasonOther4" | "controllingPerson3TaxResidenceTinIsNotRequiredReasonOther4" | "controllingPerson4TaxResidenceTinIsNotRequiredReasonOther4" | "controllingPerson5TaxResidenceTinIsNotRequiredReasonOther4" | "controllingPerson1TaxResidenceTinIsNotRequiredReasonOther5" | "controllingPerson2TaxResidenceTinIsNotRequiredReasonOther5" | "controllingPerson3TaxResidenceTinIsNotRequiredReasonOther5" | "controllingPerson4TaxResidenceTinIsNotRequiredReasonOther5" | "controllingPerson5TaxResidenceTinIsNotRequiredReasonOther5"] | readonly ["controllingPerson1TaxResidences" | "controllingPerson2TaxResidences" | "controllingPerson3TaxResidences" | "controllingPerson4TaxResidences" | "controllingPerson5TaxResidences", "controllingPerson1ShowFields" | "controllingPerson2ShowFields" | "controllingPerson3ShowFields" | "controllingPerson4ShowFields" | "controllingPerson5ShowFields", "controllingPerson1Name" | "controllingPerson2Name" | "controllingPerson3Name" | "controllingPerson4Name" | "controllingPerson5Name", "controllingPerson1DateOfBirth" | "controllingPerson2DateOfBirth" | "controllingPerson3DateOfBirth" | "controllingPerson4DateOfBirth" | "controllingPerson5DateOfBirth", "controllingPerson1CityOfBirth" | "controllingPerson2CityOfBirth" | "controllingPerson3CityOfBirth" | "controllingPerson4CityOfBirth" | "controllingPerson5CityOfBirth", "controllingPerson1CountryOfBirth" | "controllingPerson2CountryOfBirth" | "controllingPerson3CountryOfBirth" | "controllingPerson4CountryOfBirth" | "controllingPerson5CountryOfBirth", "controllingPerson1CountryOfCitizenship" | "controllingPerson2CountryOfCitizenship" | "controllingPerson3CountryOfCitizenship" | "controllingPerson4CountryOfCitizenship" | "controllingPerson5CountryOfCitizenship", "controllingPerson1Role" | "controllingPerson2Role" | "controllingPerson3Role" | "controllingPerson4Role" | "controllingPerson5Role", "controllingPerson1RoleOther" | "controllingPerson2RoleOther" | "controllingPerson3RoleOther" | "controllingPerson4RoleOther" | "controllingPerson5RoleOther", "controllingPerson1RoleOtherEquivalent" | "controllingPerson2RoleOtherEquivalent" | "controllingPerson3RoleOtherEquivalent" | "controllingPerson4RoleOtherEquivalent" | "controllingPerson5RoleOtherEquivalent", "controllingPerson1OwnershipPercentage" | "controllingPerson2OwnershipPercentage" | "controllingPerson3OwnershipPercentage" | "controllingPerson4OwnershipPercentage" | "controllingPerson5OwnershipPercentage", "accountHolderAddress" | "controllingPerson1Address" | "controllingPerson2Address" | "controllingPerson3Address" | "controllingPerson4Address" | "controllingPerson5Address" | "regardedOwnerAddress", "accountHolderAddressCity" | "controllingPerson1AddressCity" | "controllingPerson2AddressCity" | "controllingPerson3AddressCity" | "controllingPerson4AddressCity" | "controllingPerson5AddressCity" | "regardedOwnerAddressCity", "accountHolderAddressCountry" | "controllingPerson1AddressCountry" | "controllingPerson2AddressCountry" | "controllingPerson3AddressCountry" | "controllingPerson4AddressCountry" | "controllingPerson5AddressCountry" | "regardedOwnerAddressCountry", "accountHolderAddressState" | "controllingPerson1AddressState" | "controllingPerson2AddressState" | "controllingPerson3AddressState" | "controllingPerson4AddressState" | "controllingPerson5AddressState" | "regardedOwnerAddressState", "accountHolderAddressStreet" | "controllingPerson1AddressStreet" | "controllingPerson2AddressStreet" | "controllingPerson3AddressStreet" | "controllingPerson4AddressStreet" | "controllingPerson5AddressStreet" | "regardedOwnerAddressStreet", "accountHolderAddressStreet2" | "controllingPerson1AddressStreet2" | "controllingPerson2AddressStreet2" | "controllingPerson3AddressStreet2" | "controllingPerson4AddressStreet2" | "controllingPerson5AddressStreet2" | "regardedOwnerAddressStreet2", "accountHolderAddressZip" | "controllingPerson1AddressZip" | "controllingPerson2AddressZip" | "controllingPerson3AddressZip" | "controllingPerson4AddressZip" | "controllingPerson5AddressZip" | "regardedOwnerAddressZip", "controllingPerson1MailingAddressIsDifferent" | "controllingPerson2MailingAddressIsDifferent" | "controllingPerson3MailingAddressIsDifferent" | "controllingPerson4MailingAddressIsDifferent" | "controllingPerson5MailingAddressIsDifferent" | "accountHolderMailingAddressIsDifferent" | "regardedOwnerMailingAddressIsDifferent", "accountHolderMailingAddress" | "controllingPerson1MailingAddress" | "controllingPerson2MailingAddress" | "controllingPerson3MailingAddress" | "controllingPerson4MailingAddress" | "controllingPerson5MailingAddress" | "regardedOwnerMailingAddress", "accountHolderMailingAddressCity" | "controllingPerson1MailingAddressCity" | "controllingPerson2MailingAddressCity" | "controllingPerson3MailingAddressCity" | "controllingPerson4MailingAddressCity" | "controllingPerson5MailingAddressCity" | "regardedOwnerMailingAddressCity", "accountHolderMailingAddressCountry" | "controllingPerson1MailingAddressCountry" | "controllingPerson2MailingAddressCountry" | "controllingPerson3MailingAddressCountry" | "controllingPerson4MailingAddressCountry" | "controllingPerson5MailingAddressCountry" | "regardedOwnerMailingAddressCountry", "accountHolderMailingAddressState" | "controllingPerson1MailingAddressState" | "controllingPerson2MailingAddressState" | "controllingPerson3MailingAddressState" | "controllingPerson4MailingAddressState" | "controllingPerson5MailingAddressState" | "regardedOwnerMailingAddressState", "accountHolderMailingAddressStreet" | "controllingPerson1MailingAddressStreet" | "controllingPerson2MailingAddressStreet" | "controllingPerson3MailingAddressStreet" | "controllingPerson4MailingAddressStreet" | "controllingPerson5MailingAddressStreet" | "regardedOwnerMailingAddressStreet", "accountHolderMailingAddressStreet2" | "controllingPerson1MailingAddressStreet2" | "controllingPerson2MailingAddressStreet2" | "controllingPerson3MailingAddressStreet2" | "controllingPerson4MailingAddressStreet2" | "controllingPerson5MailingAddressStreet2" | "regardedOwnerMailingAddressStreet2", "accountHolderMailingAddressZip" | "controllingPerson1MailingAddressZip" | "controllingPerson2MailingAddressZip" | "controllingPerson3MailingAddressZip" | "controllingPerson4MailingAddressZip" | "controllingPerson5MailingAddressZip" | "regardedOwnerMailingAddressZip", "accountHolderShowTaxResidence1" | "accountHolderShowTaxResidence2" | "accountHolderShowTaxResidence3" | "accountHolderShowTaxResidence4" | "accountHolderShowTaxResidence5" | "controllingPerson1ShowTaxResidence1" | "controllingPerson2ShowTaxResidence1" | "controllingPerson3ShowTaxResidence1" | "controllingPerson4ShowTaxResidence1" | "controllingPerson5ShowTaxResidence1" | "controllingPerson1ShowTaxResidence2" | "controllingPerson2ShowTaxResidence2" | "controllingPerson3ShowTaxResidence2" | "controllingPerson4ShowTaxResidence2" | "controllingPerson5ShowTaxResidence2" | "controllingPerson1ShowTaxResidence3" | "controllingPerson2ShowTaxResidence3" | "controllingPerson3ShowTaxResidence3" | "controllingPerson4ShowTaxResidence3" | "controllingPerson5ShowTaxResidence3" | "controllingPerson1ShowTaxResidence4" | "controllingPerson2ShowTaxResidence4" | "controllingPerson3ShowTaxResidence4" | "controllingPerson4ShowTaxResidence4" | "controllingPerson5ShowTaxResidence4" | "controllingPerson1ShowTaxResidence5" | "controllingPerson2ShowTaxResidence5" | "controllingPerson3ShowTaxResidence5" | "controllingPerson4ShowTaxResidence5" | "controllingPerson5ShowTaxResidence5", "accountHolderTaxResidenceCountry1" | "accountHolderTaxResidenceCountry2" | "accountHolderTaxResidenceCountry3" | "accountHolderTaxResidenceCountry4" | "accountHolderTaxResidenceCountry5" | "controllingPerson1TaxResidenceCountry1" | "controllingPerson2TaxResidenceCountry1" | "controllingPerson3TaxResidenceCountry1" | "controllingPerson4TaxResidenceCountry1" | "controllingPerson5TaxResidenceCountry1" | "controllingPerson1TaxResidenceCountry2" | "controllingPerson2TaxResidenceCountry2" | "controllingPerson3TaxResidenceCountry2" | "controllingPerson4TaxResidenceCountry2" | "controllingPerson5TaxResidenceCountry2" | "controllingPerson1TaxResidenceCountry3" | "controllingPerson2TaxResidenceCountry3" | "controllingPerson3TaxResidenceCountry3" | "controllingPerson4TaxResidenceCountry3" | "controllingPerson5TaxResidenceCountry3" | "controllingPerson1TaxResidenceCountry4" | "controllingPerson2TaxResidenceCountry4" | "controllingPerson3TaxResidenceCountry4" | "controllingPerson4TaxResidenceCountry4" | "controllingPerson5TaxResidenceCountry4" | "controllingPerson1TaxResidenceCountry5" | "controllingPerson2TaxResidenceCountry5" | "controllingPerson3TaxResidenceCountry5" | "controllingPerson4TaxResidenceCountry5" | "controllingPerson5TaxResidenceCountry5", "accountHolderTaxResidenceTin1" | "accountHolderTaxResidenceTin2" | "accountHolderTaxResidenceTin3" | "accountHolderTaxResidenceTin4" | "accountHolderTaxResidenceTin5" | "controllingPerson1TaxResidenceTin1" | "controllingPerson2TaxResidenceTin1" | "controllingPerson3TaxResidenceTin1" | "controllingPerson4TaxResidenceTin1" | "controllingPerson5TaxResidenceTin1" | "controllingPerson1TaxResidenceTin2" | "controllingPerson2TaxResidenceTin2" | "controllingPerson3TaxResidenceTin2" | "controllingPerson4TaxResidenceTin2" | "controllingPerson5TaxResidenceTin2" | "controllingPerson1TaxResidenceTin3" | "controllingPerson2TaxResidenceTin3" | "controllingPerson3TaxResidenceTin3" | "controllingPerson4TaxResidenceTin3" | "controllingPerson5TaxResidenceTin3" | "controllingPerson1TaxResidenceTin4" | "controllingPerson2TaxResidenceTin4" | "controllingPerson3TaxResidenceTin4" | "controllingPerson4TaxResidenceTin4" | "controllingPerson5TaxResidenceTin4" | "controllingPerson1TaxResidenceTin5" | "controllingPerson2TaxResidenceTin5" | "controllingPerson3TaxResidenceTin5" | "controllingPerson4TaxResidenceTin5" | "controllingPerson5TaxResidenceTin5", "accountHolderTaxResidenceTinIsNotRequired1" | "accountHolderTaxResidenceTinIsNotRequired2" | "accountHolderTaxResidenceTinIsNotRequired3" | "accountHolderTaxResidenceTinIsNotRequired4" | "accountHolderTaxResidenceTinIsNotRequired5" | "controllingPerson1TaxResidenceTinIsNotRequired1" | "controllingPerson2TaxResidenceTinIsNotRequired1" | "controllingPerson3TaxResidenceTinIsNotRequired1" | "controllingPerson4TaxResidenceTinIsNotRequired1" | "controllingPerson5TaxResidenceTinIsNotRequired1" | "controllingPerson1TaxResidenceTinIsNotRequired2" | "controllingPerson2TaxResidenceTinIsNotRequired2" | "controllingPerson3TaxResidenceTinIsNotRequired2" | "controllingPerson4TaxResidenceTinIsNotRequired2" | "controllingPerson5TaxResidenceTinIsNotRequired2" | "controllingPerson1TaxResidenceTinIsNotRequired3" | "controllingPerson2TaxResidenceTinIsNotRequired3" | "controllingPerson3TaxResidenceTinIsNotRequired3" | "controllingPerson4TaxResidenceTinIsNotRequired3" | "controllingPerson5TaxResidenceTinIsNotRequired3" | "controllingPerson1TaxResidenceTinIsNotRequired4" | "controllingPerson2TaxResidenceTinIsNotRequired4" | "controllingPerson3TaxResidenceTinIsNotRequired4" | "controllingPerson4TaxResidenceTinIsNotRequired4" | "controllingPerson5TaxResidenceTinIsNotRequired4" | "controllingPerson1TaxResidenceTinIsNotRequired5" | "controllingPerson2TaxResidenceTinIsNotRequired5" | "controllingPerson3TaxResidenceTinIsNotRequired5" | "controllingPerson4TaxResidenceTinIsNotRequired5" | "controllingPerson5TaxResidenceTinIsNotRequired5"];
|
|
2
|
+
export declare const getTaxResidencesFields: (prefix: "accountHolder" | "controllingPerson1" | "controllingPerson2" | "controllingPerson3" | "controllingPerson4" | "controllingPerson5", index: Index, expanded?: boolean) => string[];
|
|
3
|
+
export declare const getAddressFields: (prefix: "accountHolder" | "regardedOwner" | "controllingPerson1" | "controllingPerson2" | "controllingPerson3" | "controllingPerson4" | "controllingPerson5") => string[];
|
|
4
|
+
export declare const getControllingPersonFields: (index: Index) => string[];
|
|
8
5
|
export {};
|
|
@@ -10,6 +10,7 @@ export type TaxbitQuestionnaireProps = {
|
|
|
10
10
|
treatyClaims?: TaxbitQuestionnairePersistProps['treatyClaims'];
|
|
11
11
|
onProgress?: TaxbitQuestionnairePersistProps['onProgress'];
|
|
12
12
|
onSubmit?: TaxbitQuestionnairePersistProps['onSubmit'];
|
|
13
|
+
dateFormat?: TaxbitQuestionnairePersistProps['dateFormat'];
|
|
13
14
|
} & ({
|
|
14
15
|
demoMode: true;
|
|
15
16
|
bearerToken?: never;
|
|
@@ -27,4 +28,4 @@ export type TaxbitQuestionnaireProps = {
|
|
|
27
28
|
onSuccess?: TaxbitQuestionnairePersistProps['onSuccess'];
|
|
28
29
|
staging?: TaxbitQuestionnairePersistProps['staging'];
|
|
29
30
|
});
|
|
30
|
-
export declare const TaxbitQuestionnaire: ({ bearerToken, data, demoMode, language, onError, loadingComponent, onProgress, onSettled, onSubmit, onSuccess, questionnaire, staging, treatyClaims, }: TaxbitQuestionnaireProps) => React.JSX.Element;
|
|
31
|
+
export declare const TaxbitQuestionnaire: ({ bearerToken, data, demoMode, language, onError, loadingComponent, onProgress, onSettled, onSubmit, onSuccess, questionnaire, staging, treatyClaims, dateFormat, }: TaxbitQuestionnaireProps) => React.JSX.Element;
|
|
@@ -6,4 +6,4 @@ export type TaxbitQuestionnairePersistProps = UseTaxDocumentationProps & UseTaxb
|
|
|
6
6
|
loadingComponent?: React.ReactNode;
|
|
7
7
|
treatyClaims?: boolean;
|
|
8
8
|
};
|
|
9
|
-
export declare const TaxbitQuestionnairePersist: ({ staging, data, bearerToken, language, questionnaire, loadingComponent, onProgress, onSubmit, onSettled, onSuccess, onError, treatyClaims, }: TaxbitQuestionnairePersistProps) => string | number | bigint | true | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | React.JSX.Element;
|
|
9
|
+
export declare const TaxbitQuestionnairePersist: ({ staging, data, bearerToken, language, questionnaire, loadingComponent, onProgress, onSubmit, onSettled, onSuccess, onError, treatyClaims, dateFormat, }: TaxbitQuestionnairePersistProps) => string | number | bigint | true | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | React.JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './AccountHolderCertifications';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './RegardedOwnerCertifications.tsx';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AccountOwnerType } from '@taxbit/utilities';
|
|
2
2
|
import { default as React } from 'react';
|
|
3
3
|
|
|
4
|
-
export declare const AccountHolderForeignClassificationSummary: ({
|
|
5
|
-
|
|
4
|
+
export declare const AccountHolderForeignClassificationSummary: ({ accountOwnerType, }: {
|
|
5
|
+
accountOwnerType: AccountOwnerType;
|
|
6
6
|
}) => React.JSX.Element | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AccountOwnerType } from '@taxbit/utilities';
|
|
2
2
|
import { default as React } from 'react';
|
|
3
3
|
|
|
4
|
-
export declare const RegardedOwnerForeignClassificationSummary: ({
|
|
5
|
-
|
|
4
|
+
export declare const RegardedOwnerForeignClassificationSummary: ({ accountOwnerType, }: {
|
|
5
|
+
accountOwnerType: AccountOwnerType;
|
|
6
6
|
}) => React.JSX.Element | null;
|
|
@@ -5,4 +5,4 @@ export type TaxbitQuestionnaireUIProps = Omit<UseTaxDocumentationProps, 'step' |
|
|
|
5
5
|
isComplete?: boolean;
|
|
6
6
|
treatyClaims?: boolean;
|
|
7
7
|
};
|
|
8
|
-
export declare const TaxbitQuestionnaireUI: ({ data, onSubmit, language, questionnaire, isComplete, onProgress, externalValidations, treatyClaims, }: TaxbitQuestionnaireUIProps) => React.JSX.Element;
|
|
8
|
+
export declare const TaxbitQuestionnaireUI: ({ data, onSubmit, language, questionnaire, isComplete, onProgress, externalValidations, treatyClaims, dateFormat, }: TaxbitQuestionnaireUIProps) => React.JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from './AccountHolderCertifications';
|
|
1
2
|
export * from './AccountHolderClassification';
|
|
2
3
|
export * from './AccountHolderContact';
|
|
3
4
|
export * from './AccountHolderTax';
|
|
@@ -5,8 +6,8 @@ export * from './AccountHolderTaxClarification';
|
|
|
5
6
|
export * from './AccountHolderTreatyClaims';
|
|
6
7
|
export * from './ControllingPersonDetails';
|
|
7
8
|
export * from './Exemptions';
|
|
9
|
+
export * from './RegardedOwnerCertifications';
|
|
8
10
|
export * from './RegardedOwnerContact';
|
|
9
11
|
export * from './RegardedOwnerTax';
|
|
10
12
|
export * from './RegardedOwnerTreatyClaims';
|
|
11
13
|
export * from './Summary';
|
|
12
|
-
export * from './W8imyInstructions';
|