@taxbit/react-sdk 1.2.0-beta.5 → 1.2.0-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/dist/src/i18n/types/LocalizationKey.d.ts +3 -3
- package/dist/src/i18n/types/PropertyFile.d.ts +5 -5
- package/dist/src/lookups/foreignAccountHolderAccountTypeOptions.d.ts +3 -0
- package/dist/src/lookups/index.d.ts +1 -4
- package/dist/src/types/TaxDocumentation.d.ts +3 -7
- package/dist/src/utils/getFieldsState.d.ts +1 -1
- package/dist/src/utils/transformInbound/getForeignAccountType.d.ts +4 -0
- package/dist/src/utils/transformInbound/index.d.ts +1 -3
- package/dist/src/utils/transformInbound/transformInboundControllingPersons.d.ts +2 -6
- 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/taxbit-react-sdk.js +2828 -2641
- package/dist/taxbit-react-sdk.umd.cjs +1 -1
- package/package.json +1 -1
- package/dist/src/lookups/accountHolderEntityAccountTypeOptions.d.ts +0 -3
- package/dist/src/lookups/accountOwnerTypeOptions.d.ts +0 -3
- package/dist/src/lookups/intermediaryAccountTypeOptions.d.ts +0 -3
- package/dist/src/lookups/regardedOwnerEntityAccountTypeOptions.d.ts +0 -3
- package/dist/src/utils/transformInbound/getAccountOwnerType.d.ts +0 -3
- package/dist/src/utils/transformInbound/getEntityAccountType.d.ts +0 -4
- package/dist/src/utils/transformInbound/getIntermediaryAccountType.d.ts +0 -3
package/README.md
CHANGED
|
@@ -322,7 +322,11 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
322
322
|
|
|
323
323
|
## Changelog
|
|
324
324
|
|
|
325
|
-
### Version 1.2.0-beta.
|
|
325
|
+
### Version 1.2.0-beta.7
|
|
326
|
+
|
|
327
|
+
1. Verifying Mailing Address for W8-BEN-E, showing UsPerson selection on Summary screen.
|
|
328
|
+
|
|
329
|
+
### Version 1.2.0-beta.6
|
|
326
330
|
|
|
327
331
|
1. Fixing Treaty Claim header showing erroneously on the Summary screen.
|
|
328
332
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export type ButtonKey = 'edit' | 'back' | 'next' | 'reset' | 'submit' | 'cancel' | 'hide' | 'show';
|
|
2
2
|
export type ErrorKey = 'countryMustBeAResidenceCountry' | 'formHasErrors' | 'invalid' | 'invalidDate' | 'invalidVat' | 'mustBeFiveOrNineDigits' | 'mustBeInDateFormat' | 'mustBeNineDigits' | 'mustBeNinoFormat' | 'mustBeCaPostalCodeFormat' | 'mustBeInVatinFormat' | 'mustBeValidBirthDate' | 'mustBeAtLeast18' | 'mustMatchName' | 'mustNotMatchVatin' | 'required' | 'residencesMustIncludeAddressCountry' | 'residencesMustIncludeAnEUCountry' | 'residencesMustIncludeVatCountry' | 'tooLong' | 'tooShort' | 'vatinMustNotMatchResidencyTin';
|
|
3
|
-
export type SubOptionKey = 'accountHolderUsAccountType_SOLE_PROPRIETOR' | 'accountHolderUsAccountType_SM_LLC' | 'accountHolderUsAccountType_DISREGARDED_ENTITY' | 'accountHolderActiveNonFinancialEntityType_OTHER' | 'accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION';
|
|
4
|
-
export type OptionKey = TreatyClaimOption | 'accountHolderUsPerson_yes' | 'accountHolderUsPerson_no' | 'usTrustEstateEin_yes' | 'usTrustEstateEin_no' | 'usSoleProprietorEin_yes' | 'usSoleProprietorEin_no' | 'regardedOwnerUsPerson_yes' | 'regardedOwnerUsPerson_no' | 'smllcOwnerUsPerson_yes' | 'smllcOwnerUsPerson_no' | 'smllcElection_yes' | 'smllcElection_no' | 'isIndividual_yes' | 'isIndividual_no' | 'investmentEntityManaged_yes' | 'investmentEntityManaged_no' | 'no' | 'yes' | 'ACTIVE_NON_FINANCIAL_ENTITY' | 'CENTRAL_BANK_OF_ISSUE' | 'COMPLEX_TRUST' | 'CORPORATION' | 'CUSTODIAL_INSTITUTION' | 'C_CORPORATION' | 'DEPOSITORY_INSTITUTION' | 'DISREGARDED_ENTITY' | '
|
|
5
|
-
export type PromptKey = TreatyClaimPrompt | '
|
|
3
|
+
export type SubOptionKey = 'accountHolderUsAccountType_SOLE_PROPRIETOR' | 'accountHolderUsAccountType_SM_LLC' | 'accountHolderUsAccountType_DISREGARDED_ENTITY' | 'accountHolderActiveNonFinancialEntityType_OTHER' | 'accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION' | 'accountHolderSelfCertificationAccountType_FINANCIAL_INSTITUTION' | 'accountHolderSelfCertificationAccountType_ACTIVE_NON_FINANCIAL_ENTITY' | 'accountHolderSelfCertificationAccountType_PASSIVE_NON_FINANCIAL_ENTITY';
|
|
4
|
+
export type OptionKey = TreatyClaimOption | 'accountHolderUsPerson_yes' | 'accountHolderUsPerson_no' | 'usTrustEstateEin_yes' | 'usTrustEstateEin_no' | 'usSoleProprietorEin_yes' | 'usSoleProprietorEin_no' | 'regardedOwnerUsPerson_yes' | 'regardedOwnerUsPerson_no' | 'smllcOwnerUsPerson_yes' | 'smllcOwnerUsPerson_no' | 'smllcElection_yes' | 'smllcElection_no' | 'isIndividual_yes' | 'isIndividual_no' | 'investmentEntityManaged_yes' | 'investmentEntityManaged_no' | 'no' | 'yes' | 'ACTIVE_NON_FINANCIAL_ENTITY' | 'CENTRAL_BANK_OF_ISSUE' | 'COMPLEX_TRUST' | 'CORPORATION' | 'CUSTODIAL_INSTITUTION' | 'C_CORPORATION' | 'DEPOSITORY_INSTITUTION' | 'DISREGARDED_ENTITY' | 'ENTITY_TYPE_TRUST' | 'ENTITY_TYPE_SIMILAR_TO_TRUST' | 'ENTITY_TYPE_OTHER' | 'ESTATE' | 'FINANCIAL_INSTITUTION' | 'FOREIGN_GOVERNMENT_CONTROLLED_ENTITY' | 'FOREIGN_GOVERNMENT_INTEGRAL_PART' | 'accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY' | 'GRANTOR_TRUST' | 'INDIVIDUAL' | 'accountHolderActiveNonFinancialEntityType_INTERNATIONAL_ORGANIZATION' | 'INTERNATIONAL_ORGANIZATION' | 'INVESTMENT_ENTITY' | 'INSURANCE_COMPANY' | 'LLC' | 'OTHER' | 'accountHolderActiveNonFinancialEntityType_OTHER' | 'PARTNERSHIP' | 'PASSIVE_NON_FINANCIAL_ENTITY' | 'PRIVATE_FOUNDATION' | 'accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION' | 'SIGNATURE_CAPACITY_EXECUTOR' | 'SIGNATURE_CAPACITY_OFFICER' | 'SIGNATURE_CAPACITY_OTHER_CAPACITY' | 'SIMPLE_TRUST' | 'SM_LLC' | 'SOLE_PROPRIETOR' | 'S_CORPORATION' | 'TAX_EXEMPT_ORGANIZATION' | 'TRUST' | 'TRUST_ESTATE' | 'CONTROLLING_PERSON_ROLE_SETTLOR' | 'CONTROLLING_PERSON_ROLE_TRUSTEE' | 'CONTROLLING_PERSON_ROLE_PROTECTOR' | 'CONTROLLING_PERSON_ROLE_BENEFICIARY' | 'CONTROLLING_PERSON_ROLE_OTHER' | 'CONTROLLING_PERSON_ROLE_SETTLOR_EQUIVALENT' | 'CONTROLLING_PERSON_ROLE_TRUSTEE_EQUIVALENT' | 'CONTROLLING_PERSON_ROLE_PROTECTOR_EQUIVALENT' | 'CONTROLLING_PERSON_ROLE_BENEFICIARY_EQUIVALENT' | 'CONTROLLING_PERSON_ROLE_OTHER_EQUIVALENT' | 'CONTROLLING_PERSON_ROLE_OWNER' | 'CONTROLLING_PERSON_ROLE_OTHER_MEANS' | 'CONTROLLING_PERSON_ROLE_SENIOR_MANAGING_OFFICIAL' | 'MISSING_TIN_NOT_REQUIRED_REASON_NOT_ISSUED' | 'MISSING_TIN_NOT_REQUIRED_REASON_NOT_REQUIRED' | 'MISSING_TIN_NOT_REQUIRED_REASON_OTHER';
|
|
5
|
+
export type PromptKey = TreatyClaimPrompt | 'activeNonFinancialEntityType' | 'addAdditionalResidence' | 'addControllingPerson' | 'address' | 'businessRegistrationNumber' | 'businessRegistrationCountry' | 'city' | 'cityOfBirth' | 'country' | 'countryOfBirth' | 'dateOfBirth' | 'day' | 'dbaName' | 'exemptPayeeCode' | 'exemptFatcaCode' | 'financialAccountIdentifier' | 'financialAccountName' | 'foreignAccountType' | 'financialInstitutionType' | 'foreignOtherClassification' | 'foreignTin' | 'foreignTinIsNotRequired' | 'foreignTrustClassification' | 'investmentEntityManaged' | 'isIndividual' | 'iAcknowledgeESignIsOk' | 'iWillResubmitIfIncorrect' | 'iAmACitizenOfTheUs' | 'iAmExemptFromFatcaReporting' | 'iAmNotSubjectToBackupWithholding' | 'iAuthorizeWithholdingAgent' | 'iCertifyToAll' | 'iConfirmIncomeIsNonUs' | 'iConfirmTheBeneficialOwnerIsExempt' | 'iConfirmTheInformationIsCorrectComplete' | 'iConfirmTheEntityIsNotAUsPerson' | 'iConfirmTheEntityIsTheBeneficialOwner' | 'iConfirmTheIndividualIsNotAUsPerson' | 'iConfirmTheIndividualIsTheBeneficialOwner' | 'iConfirmTheIndividualIsResidentOfTreatyCountry' | 'iConfirmTheTaxIdIsCorrect' | 'iHaveCapacityToSignForEntity' | 'iHaveCapacityToSignForIndividual' | 'iDeclareStatementsAreCorrect' | 'iUnderstandTheInformationIsCovered' | 'iAcknowledgeTheInformationMayBeProvided' | 'iCertifyIAmAccountHolder' | 'iCertifyIAmAuthorizedToSignForAccountHolder' | 'iCertifyIWillNotifyPersons' | 'iWillNotifyChangeInCircumstanceForIndividual' | 'iWillNotifyChangeInCircumstanceForAccountHolder' | 'mailingAddress' | 'mailingAddressIsDifferent' | 'month' | 'name' | 'nameOfDisregardedEntity' | 'nameOfEntity' | 'nameOfCCorporation' | 'nameOfCorporation' | 'nameOfIndividual' | 'nameOfIndividualSoleProprietor' | 'nameOfLlc' | 'nameOfOrganization' | 'nameOfPartnership' | 'nameOfSCorporation' | 'nameOfSmllc' | 'nameOfSmllcOwner' | 'nameOfSoleProprietor' | 'nameOfTrustEstate' | 'nameOfTrust' | 'otherRole' | 'otherEquivalentRole' | 'ownershipPercentage' | 'managedEntityType' | 'passiveEntityType' | 'province' | 'referenceNumbers' | 'regardedOwnerUsPerson' | 'regardedOwnerAccountType' | 'relatedCorporation' | 'removeResidence' | 'removeControllingPerson' | 'role' | 'securitiesMarket' | 'signature' | 'signatureCapacity' | 'signatureCapacityOther' | 'smllcElection' | 'smllcOwnerAccountType' | 'smllcOwnerUsPerson' | 'countyRegion' | 'stateProvince' | 'street' | 'street2' | 'taxIdNumber' | 'taxIdNumberIsNotRequired' | 'taxIdNumberIsNotRequiredReason' | 'taxIdNumberIsNotRequiredReasonOther' | 'tin' | 'tinUkCrn' | 'tinUkNino' | 'type' | 'usAccountType' | 'usLlcClassification' | 'usOtherClassification' | 'usPerson' | 'usEin' | 'usSoleProprietorEin' | 'usSsn' | 'usTin' | 'usTrustEstateEin' | 'vatIdentificationNumber' | 'vatIsNotRequired' | 'vatCountry' | 'year' | 'zip';
|
|
6
6
|
export type SubPromptKey = TreatyClaimSubPrompt | 'smllcElection' | 'iAmNotSubjectToBackupWithholding' | 'iConfirmIncomeIsNonUs' | 'isIndividual' | 'financialAccountIdentifier' | 'financialAccountName' | 'financialInstitutionType' | 'vatIdentificationNumber' | 'placeOfBirth' | 'referenceNumbers' | 'relatedCorporation' | 'role' | 'securitiesMarket' | 'signature' | 'signatureCapacityOther' | 'streetIsPermanent' | 'usPerson';
|
|
7
7
|
export type TitleKey = 'accountHolder' | 'accountHolderClassification' | 'accountHolderContactInformation' | 'accountHolderTaxInformation' | 'accountHolderTaxClarification' | 'accountHolderTreatyClaims' | 'address' | 'additionalConditions' | 'acknowledge' | 'carfClassificationDetails' | 'certify' | 'confirmation' | 'controllingPersonDetails' | 'controllingPersons' | 'controllingPerson1' | 'controllingPerson2' | 'controllingPerson3' | 'controllingPerson4' | 'controllingPerson5' | 'countryOfCitizenship' | 'countryOfIncorporation' | 'exemptions' | 'mailingAddress' | 'primaryAddress' | 'permanentAddress' | 'placeOfBirth' | 'regardedOwner' | 'regardedOwnerClassification' | 'regardedOwnerContactInformation' | 'regardedOwnerTaxInformation' | 'regardedOwnerTreatyClaims' | 'signature' | 'summary' | 'taxResidences' | 'taxResidence1' | 'taxResidence2' | 'taxResidence3' | 'taxResidence4' | 'taxResidence5' | 'w8imyInstructions';
|
|
8
8
|
export type SubTitleKey = 'controllingPersonDetails' | 'taxResidences' | 'permanentAddress' | 'taxInformationTreatyClaims';
|
|
@@ -31,14 +31,14 @@ export type PropertyFile = {
|
|
|
31
31
|
};
|
|
32
32
|
export type ForeignPropertyFile = {
|
|
33
33
|
button: PropertyFile['button'];
|
|
34
|
-
prompt: Pick<PropertyFile['prompt'], 'addAdditionalResidence' | 'addControllingPerson' | 'financialInstitutionType' | 'activeNonFinancialEntityType' | 'passiveEntityType' | 'managedEntityType' | 'investmentEntityManaged' | 'iUnderstandTheInformationIsCovered' | 'iAcknowledgeTheInformationMayBeProvided' | 'iCertifyIAmAccountHolder' | 'iCertifyIAmAuthorizedToSignForAccountHolder' | 'iCertifyIWillNotifyPersons' | 'iDeclareStatementsAreCorrect' | 'iWillNotifyChangeInCircumstanceForIndividual' | 'iWillNotifyChangeInCircumstanceForAccountHolder' | 'otherRole' | 'otherEquivalentRole' | 'ownershipPercentage' | 'relatedCorporation' | 'removeControllingPerson' | 'role' | 'securitiesMarket' | 'taxIdNumberIsNotRequiredReason' | 'taxIdNumberIsNotRequiredReasonOther' | 'address' | 'businessRegistrationCountry' | 'businessRegistrationNumber' | 'city' | 'cityOfBirth' | 'country' | 'countryOfBirth' | 'dateOfBirth' | 'day' | 'financialAccountIdentifier' | 'financialAccountName' | 'iConfirmTheInformationIsCorrectComplete' | 'isIndividual' | 'month' | 'name' | 'nameOfEntity' | 'nameOfIndividual' | 'province' | 'removeResidence' | 'countyRegion' | 'stateProvince' | 'street' | 'street2' | 'signatureCapacity' | 'signatureCapacityOther' | 'taxIdNumber' | 'taxIdNumberIsNotRequired' | 'tin' | 'tinUkCrn' | 'tinUkNino' | 'type' | 'usTin' | 'vatCountry' | 'vatIdentificationNumber' | 'vatIsNotRequired' | 'year' | 'zip'>;
|
|
34
|
+
prompt: Pick<PropertyFile['prompt'], 'addAdditionalResidence' | 'addControllingPerson' | 'foreignAccountType' | 'financialInstitutionType' | 'activeNonFinancialEntityType' | 'passiveEntityType' | 'managedEntityType' | 'investmentEntityManaged' | 'iUnderstandTheInformationIsCovered' | 'iAcknowledgeTheInformationMayBeProvided' | 'iCertifyIAmAccountHolder' | 'iCertifyIAmAuthorizedToSignForAccountHolder' | 'iCertifyIWillNotifyPersons' | 'iDeclareStatementsAreCorrect' | 'iWillNotifyChangeInCircumstanceForIndividual' | 'iWillNotifyChangeInCircumstanceForAccountHolder' | 'otherRole' | 'otherEquivalentRole' | 'ownershipPercentage' | 'relatedCorporation' | 'removeControllingPerson' | 'role' | 'securitiesMarket' | 'taxIdNumberIsNotRequiredReason' | 'taxIdNumberIsNotRequiredReasonOther' | 'address' | 'mailingAddressIsDifferent' | 'businessRegistrationCountry' | 'businessRegistrationNumber' | 'city' | 'cityOfBirth' | 'country' | 'countryOfBirth' | 'dateOfBirth' | 'day' | 'financialAccountIdentifier' | 'financialAccountName' | 'iAcknowledgeESignIsOk' | 'iCertifyToAll' | 'iConfirmTheInformationIsCorrectComplete' | 'iHaveCapacityToSignForEntity' | 'iHaveCapacityToSignForIndividual' | 'isIndividual' | 'month' | 'name' | 'nameOfEntity' | 'nameOfIndividual' | 'province' | 'removeResidence' | 'countyRegion' | 'stateProvince' | 'street' | 'street2' | 'signature' | 'signatureCapacity' | 'signatureCapacityOther' | 'taxIdNumber' | 'taxIdNumberIsNotRequired' | 'tin' | 'tinUkCrn' | 'tinUkNino' | 'type' | 'usTin' | 'vatCountry' | 'vatIdentificationNumber' | 'vatIsNotRequired' | 'year' | 'zip'>;
|
|
35
35
|
subPrompt: Pick<PropertyFile['subPrompt'], 'financialAccountIdentifier' | 'financialAccountName' | 'financialInstitutionType' | 'isIndividual' | 'placeOfBirth' | 'relatedCorporation' | 'role' | 'securitiesMarket' | 'signatureCapacityOther' | 'streetIsPermanent' | 'vatIdentificationNumber'>;
|
|
36
|
-
subTitle: Pick<PropertyFile['subTitle'], 'taxResidences' | 'controllingPersonDetails'>;
|
|
37
|
-
title: Pick<PropertyFile['title'], 'carfClassificationDetails' | 'controllingPersonDetails' | 'controllingPersons' | 'controllingPerson1' | 'controllingPerson2' | 'controllingPerson3' | 'controllingPerson4' | 'controllingPerson5' | 'accountHolder' | 'accountHolderClassification' | 'accountHolderContactInformation' | 'accountHolderTaxInformation' | 'accountHolderTaxClarification' | 'address' | 'confirmation' | 'countryOfCitizenship' | 'countryOfIncorporation' | 'permanentAddress' | '
|
|
38
|
-
text: Pick<PropertyFile['text'], 'interviewIsComplete' | 'notRequired' | 'notRequiredOrNotIssued' | 'retrievingInterviewStatus' | 'taxDocumentationSaved'>;
|
|
36
|
+
subTitle: Pick<PropertyFile['subTitle'], 'taxResidences' | 'controllingPersonDetails' | 'permanentAddress'>;
|
|
37
|
+
title: Pick<PropertyFile['title'], 'acknowledge' | 'certify' | 'carfClassificationDetails' | 'controllingPersonDetails' | 'controllingPersons' | 'controllingPerson1' | 'controllingPerson2' | 'controllingPerson3' | 'controllingPerson4' | 'controllingPerson5' | 'accountHolder' | 'accountHolderClassification' | 'accountHolderContactInformation' | 'accountHolderTaxInformation' | 'accountHolderTaxClarification' | 'address' | 'confirmation' | 'countryOfCitizenship' | 'countryOfIncorporation' | 'placeOfBirth' | 'mailingAddress' | 'permanentAddress' | 'primaryAddress' | 'summary' | 'taxResidences' | 'taxResidence1' | 'taxResidence2' | 'taxResidence3' | 'taxResidence4' | 'taxResidence5'>;
|
|
38
|
+
text: Pick<PropertyFile['text'], 'eSignActReference' | 'interviewIsComplete' | 'notRequired' | 'notRequiredOrNotIssued' | 'retrievingInterviewStatus' | 'taxDocumentationSaved'>;
|
|
39
39
|
error: Pick<PropertyFile['error'], 'countryMustBeAResidenceCountry' | 'formHasErrors' | 'invalid' | 'invalidDate' | 'invalidVat' | 'mustBeAtLeast18' | 'mustBeFiveOrNineDigits' | 'mustBeInDateFormat' | 'mustBeInVatinFormat' | 'mustBeNineDigits' | 'mustBeNinoFormat' | 'mustBeCaPostalCodeFormat' | 'mustBeValidBirthDate' | 'mustNotMatchVatin' | 'required' | 'residencesMustIncludeAddressCountry' | 'residencesMustIncludeAnEUCountry' | 'residencesMustIncludeVatCountry' | 'tooLong' | 'tooShort' | 'vatinMustNotMatchResidencyTin'>;
|
|
40
40
|
option: Pick<PropertyFile['option'], 'no' | 'yes' | 'isIndividual_yes' | 'isIndividual_no' | 'investmentEntityManaged_yes' | 'investmentEntityManaged_no' | 'ACTIVE_NON_FINANCIAL_ENTITY' | 'PASSIVE_NON_FINANCIAL_ENTITY' | 'CUSTODIAL_INSTITUTION' | 'accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY' | 'INSURANCE_COMPANY' | 'INVESTMENT_ENTITY' | 'ENTITY_TYPE_TRUST' | 'ENTITY_TYPE_SIMILAR_TO_TRUST' | 'ENTITY_TYPE_OTHER' | 'accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION' | 'accountHolderActiveNonFinancialEntityType_OTHER' | 'accountHolderActiveNonFinancialEntityType_INTERNATIONAL_ORGANIZATION' | 'SIGNATURE_CAPACITY_EXECUTOR' | 'SIGNATURE_CAPACITY_OFFICER' | 'SIGNATURE_CAPACITY_OTHER_CAPACITY' | 'DEPOSITORY_INSTITUTION' | 'FINANCIAL_INSTITUTION' | 'CONTROLLING_PERSON_ROLE_SETTLOR' | 'CONTROLLING_PERSON_ROLE_TRUSTEE' | 'CONTROLLING_PERSON_ROLE_PROTECTOR' | 'CONTROLLING_PERSON_ROLE_BENEFICIARY' | 'CONTROLLING_PERSON_ROLE_OTHER' | 'CONTROLLING_PERSON_ROLE_SETTLOR_EQUIVALENT' | 'CONTROLLING_PERSON_ROLE_TRUSTEE_EQUIVALENT' | 'CONTROLLING_PERSON_ROLE_PROTECTOR_EQUIVALENT' | 'CONTROLLING_PERSON_ROLE_BENEFICIARY_EQUIVALENT' | 'CONTROLLING_PERSON_ROLE_OTHER_EQUIVALENT' | 'CONTROLLING_PERSON_ROLE_OWNER' | 'CONTROLLING_PERSON_ROLE_OTHER_MEANS' | 'CONTROLLING_PERSON_ROLE_SENIOR_MANAGING_OFFICIAL' | 'MISSING_TIN_NOT_REQUIRED_REASON_NOT_ISSUED' | 'MISSING_TIN_NOT_REQUIRED_REASON_NOT_REQUIRED' | 'MISSING_TIN_NOT_REQUIRED_REASON_OTHER'>;
|
|
41
|
-
subOption: Pick<PropertyFile['subOption'], 'accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION' | 'accountHolderActiveNonFinancialEntityType_OTHER'>;
|
|
41
|
+
subOption: Pick<PropertyFile['subOption'], 'accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION' | 'accountHolderActiveNonFinancialEntityType_OTHER' | 'accountHolderSelfCertificationAccountType_FINANCIAL_INSTITUTION' | 'accountHolderSelfCertificationAccountType_ACTIVE_NON_FINANCIAL_ENTITY' | 'accountHolderSelfCertificationAccountType_PASSIVE_NON_FINANCIAL_ENTITY'>;
|
|
42
42
|
};
|
|
43
43
|
export type PartialDPSPropertyFile = {
|
|
44
44
|
button?: Partial<ForeignPropertyFile['button']>;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
export * from './accountHolderEntityAccountTypeOptions';
|
|
2
|
-
export * from './accountOwnerTypeOptions';
|
|
3
1
|
export * from './activeNonFinancialEntityTypeOptions';
|
|
4
2
|
export * from './controllingPersonRoleOptions';
|
|
5
3
|
export * from './countryOptions';
|
|
@@ -7,14 +5,13 @@ export * from './dayOptions';
|
|
|
7
5
|
export * from './entityTypeOptions.ts';
|
|
8
6
|
export * from './fatcaCodeOptions';
|
|
9
7
|
export * from './financialInstitutionTypeOptions';
|
|
8
|
+
export * from './foreignAccountHolderAccountTypeOptions';
|
|
10
9
|
export * from './foreignOtherClassificationOptions';
|
|
11
10
|
export * from './foreignRegardedOwnerAccountTypeOptions';
|
|
12
11
|
export * from './foreignTrustClassificationOptions';
|
|
13
12
|
export * from './getTreatyCountryLimitationOnBenefitOptions';
|
|
14
|
-
export * from './intermediaryAccountTypeOptions';
|
|
15
13
|
export * from './localeOptions';
|
|
16
14
|
export * from './payeeCodeOptions';
|
|
17
|
-
export * from './regardedOwnerEntityAccountTypeOptions';
|
|
18
15
|
export * from './selfCertificationAccountTypeOptions';
|
|
19
16
|
export * from './signatureCapacityOptions';
|
|
20
17
|
export * from './tinNotRequiredReasonOptions';
|
|
@@ -1,19 +1,17 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ActiveNonFinancialEntityType, EntityType, FinancialInstitutionType, ForeignAccountHolderAccountType, ForeignOtherClassification, ForeignRegardedOwnerAccountType, ForeignTrustClassification, 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;
|
|
9
8
|
accountHolderUsAccountType?: UsAccountHolderAccountType;
|
|
10
9
|
accountHolderUsSmllcElection?: YesNo;
|
|
11
10
|
accountHolderUsLlcClassification?: UsLLCAccountType;
|
|
12
11
|
accountHolderUsOtherClassification?: string;
|
|
13
12
|
accountHolderUsTrustEstateEin?: YesNo;
|
|
14
13
|
accountHolderUsSoleProprietorEin?: YesNo;
|
|
15
|
-
|
|
16
|
-
accountHolderIntermediaryAccountType?: IntermediaryAccountType;
|
|
14
|
+
accountHolderForeignAccountType?: ForeignAccountHolderAccountType;
|
|
17
15
|
accountHolderForeignTrustClassification?: ForeignTrustClassification;
|
|
18
16
|
accountHolderForeignOtherClassification?: ForeignOtherClassification;
|
|
19
17
|
};
|
|
@@ -137,9 +135,7 @@ export type RegardedOwnerClassificationData = {
|
|
|
137
135
|
regardedOwnerUsAccountType?: UsRegardedOwnerAccountType;
|
|
138
136
|
regardedOwnerUsLlcClassification?: UsLLCAccountType;
|
|
139
137
|
regardedOwnerUsOtherClassification?: string;
|
|
140
|
-
|
|
141
|
-
regardedOwnerIntermediaryAccountType?: IntermediaryAccountType;
|
|
142
|
-
regardedOwnerEntityAccountType?: EntityRegardedOwnerAccountType;
|
|
138
|
+
regardedOwnerForeignAccountType?: ForeignRegardedOwnerAccountType;
|
|
143
139
|
regardedOwnerForeignTrustClassification?: ForeignTrustClassification;
|
|
144
140
|
regardedOwnerForeignOtherClassification?: ForeignOtherClassification;
|
|
145
141
|
};
|
|
@@ -9,7 +9,6 @@ export declare const getFieldsState: (fields: TaxDocumentation) => {
|
|
|
9
9
|
hasControllingPerson4: boolean;
|
|
10
10
|
hasControllingPerson5: boolean;
|
|
11
11
|
requiresControllingPersons: boolean;
|
|
12
|
-
isAccountOwnerEntity: boolean;
|
|
13
12
|
isBuildingW9: boolean;
|
|
14
13
|
isBuildingW8: boolean;
|
|
15
14
|
isBuildingW8Ben: boolean;
|
|
@@ -18,6 +17,7 @@ export declare const getFieldsState: (fields: TaxDocumentation) => {
|
|
|
18
17
|
isDre: boolean;
|
|
19
18
|
isIndividual: boolean;
|
|
20
19
|
isMakingTreatyClaim: boolean;
|
|
20
|
+
isPartnership: boolean;
|
|
21
21
|
residenceCountryCodes: string[];
|
|
22
22
|
getResidences: (prefix: "accountHolder" | "controllingPerson1" | "controllingPerson2" | "controllingPerson3" | "controllingPerson4" | "controllingPerson5") => {
|
|
23
23
|
country: string | undefined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ForeignRegardedOwnerAccountType, ForeignAccountHolderAccountType } from '@taxbit/utilities';
|
|
2
|
+
|
|
3
|
+
export declare const getAccountHolderForeignAccountType: (accountType: string | undefined) => ForeignAccountHolderAccountType | undefined;
|
|
4
|
+
export declare const getRegardedOwnerForeignAccountType: (accountType: string | undefined) => ForeignRegardedOwnerAccountType | undefined;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './getEntityAccountType';
|
|
1
|
+
export * from './getForeignAccountType';
|
|
3
2
|
export * from './getForeignOtherClassification';
|
|
4
3
|
export * from './getForeignTrustClassification';
|
|
5
|
-
export * from './getIntermediaryAccountType';
|
|
6
4
|
export * from './getLLCClassification';
|
|
7
5
|
export * from './getUsAccountType';
|
|
8
6
|
export * from './transformInbound';
|
|
@@ -74,15 +74,13 @@ export declare const transformInboundControllingPersons: (controllingPersons: Ar
|
|
|
74
74
|
accountHolderRelatedCorporation?: string;
|
|
75
75
|
accountHolderIsIndividual?: import('../../types/YesNo.ts').YesNo;
|
|
76
76
|
accountHolderUsPerson?: import('../../types/YesNo.ts').YesNo;
|
|
77
|
-
accountHolderAccountOwnerType?: import('@taxbit/utilities').AccountOwnerType;
|
|
78
77
|
accountHolderUsAccountType?: import('@taxbit/utilities').UsAccountHolderAccountType;
|
|
79
78
|
accountHolderUsSmllcElection?: import('../../types/YesNo.ts').YesNo;
|
|
80
79
|
accountHolderUsLlcClassification?: import('@taxbit/utilities').UsLLCAccountType;
|
|
81
80
|
accountHolderUsOtherClassification?: string;
|
|
82
81
|
accountHolderUsTrustEstateEin?: import('../../types/YesNo.ts').YesNo;
|
|
83
82
|
accountHolderUsSoleProprietorEin?: import('../../types/YesNo.ts').YesNo;
|
|
84
|
-
|
|
85
|
-
accountHolderIntermediaryAccountType?: import('@taxbit/utilities').IntermediaryAccountType;
|
|
83
|
+
accountHolderForeignAccountType?: import('@taxbit/utilities').ForeignAccountHolderAccountType;
|
|
86
84
|
accountHolderForeignTrustClassification?: import('@taxbit/utilities').ForeignTrustClassification;
|
|
87
85
|
accountHolderForeignOtherClassification?: import('@taxbit/utilities').ForeignOtherClassification;
|
|
88
86
|
regardedOwnerCountryOfCitizenship?: string;
|
|
@@ -108,9 +106,7 @@ export declare const transformInboundControllingPersons: (controllingPersons: Ar
|
|
|
108
106
|
regardedOwnerUsAccountType?: import('@taxbit/utilities').UsRegardedOwnerAccountType;
|
|
109
107
|
regardedOwnerUsLlcClassification?: import('@taxbit/utilities').UsLLCAccountType;
|
|
110
108
|
regardedOwnerUsOtherClassification?: string;
|
|
111
|
-
|
|
112
|
-
regardedOwnerIntermediaryAccountType?: import('@taxbit/utilities').IntermediaryAccountType;
|
|
113
|
-
regardedOwnerEntityAccountType?: import('@taxbit/utilities').EntityRegardedOwnerAccountType;
|
|
109
|
+
regardedOwnerForeignAccountType?: import('@taxbit/utilities').ForeignRegardedOwnerAccountType;
|
|
114
110
|
regardedOwnerForeignTrustClassification?: import('@taxbit/utilities').ForeignTrustClassification;
|
|
115
111
|
regardedOwnerForeignOtherClassification?: import('@taxbit/utilities').ForeignOtherClassification;
|
|
116
112
|
regardedOwnerForeignTin?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ForeignAccountHolderAccountType } from '@taxbit/utilities';
|
|
2
2
|
import { default as React } from 'react';
|
|
3
3
|
|
|
4
|
-
export declare const AccountHolderForeignClassificationSummary: ({
|
|
5
|
-
|
|
4
|
+
export declare const AccountHolderForeignClassificationSummary: ({ classification, }: {
|
|
5
|
+
classification: ForeignAccountHolderAccountType;
|
|
6
6
|
}) => React.JSX.Element | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ForeignRegardedOwnerAccountType } from '@taxbit/utilities';
|
|
2
2
|
import { default as React } from 'react';
|
|
3
3
|
|
|
4
|
-
export declare const RegardedOwnerForeignClassificationSummary: ({
|
|
5
|
-
|
|
4
|
+
export declare const RegardedOwnerForeignClassificationSummary: ({ classification, }: {
|
|
5
|
+
classification: ForeignRegardedOwnerAccountType;
|
|
6
6
|
}) => React.JSX.Element | null;
|