@taxbit/react-sdk 1.2.0-beta.3 → 1.2.0-beta.5

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.
Files changed (23) hide show
  1. package/README.md +9 -1
  2. package/dist/src/i18n/types/LocalizationKey.d.ts +2 -2
  3. package/dist/src/i18n/types/PropertyFile.d.ts +1 -1
  4. package/dist/src/lookups/accountHolderEntityAccountTypeOptions.d.ts +3 -0
  5. package/dist/src/lookups/accountOwnerTypeOptions.d.ts +3 -0
  6. package/dist/src/lookups/index.d.ts +4 -1
  7. package/dist/src/lookups/intermediaryAccountTypeOptions.d.ts +3 -0
  8. package/dist/src/lookups/regardedOwnerEntityAccountTypeOptions.d.ts +3 -0
  9. package/dist/src/types/TaxDocumentation.d.ts +7 -3
  10. package/dist/src/utils/getFieldsState.d.ts +1 -1
  11. package/dist/src/utils/transformInbound/getAccountOwnerType.d.ts +3 -0
  12. package/dist/src/utils/transformInbound/getEntityAccountType.d.ts +4 -0
  13. package/dist/src/utils/transformInbound/getIntermediaryAccountType.d.ts +3 -0
  14. package/dist/src/utils/transformInbound/index.d.ts +3 -1
  15. package/dist/src/utils/transformInbound/transformInboundControllingPersons.d.ts +6 -2
  16. package/dist/src/validations/supportedFields/__tests__/generateStrings.d.ts +3 -0
  17. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderForeignClassificationSummary.d.ts +3 -3
  18. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/RegardedOwner/RegardedOwnerForeignClassificationSummary.d.ts +3 -3
  19. package/dist/taxbit-react-sdk.js +2027 -1819
  20. package/dist/taxbit-react-sdk.umd.cjs +1 -1
  21. package/package.json +1 -1
  22. package/dist/src/lookups/foreignAccountHolderAccountTypeOptions.d.ts +0 -3
  23. package/dist/src/utils/transformInbound/getForeignAccountType.d.ts +0 -4
package/README.md CHANGED
@@ -322,9 +322,17 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
322
322
 
323
323
  ## Changelog
324
324
 
325
+ ### Version 1.2.0-beta.5
326
+
327
+ 1. Fixing Treaty Claim header showing erroneously on the Summary screen.
328
+
329
+ ### Version 1.2.0-beta.4
330
+
331
+ 1. Passing investmentEntityManaged boolean to the server.
332
+
325
333
  ### Version 1.2.0-beta.2
326
334
 
327
- 1. React 17 issue fixed.
335
+ 1. React 17 issue fixed with void return types in components.
328
336
 
329
337
  ### Version 1.2.0-beta.0
330
338
 
@@ -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
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' | 'isInvestmentEntityManaged_yes' | 'isInvestmentEntityManaged_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';
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' | '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' | 'INTERMEDIARY' | 'QUALIFIED_INTERMEDIARY' | 'NONQUALIFIED_INTERMEDIARY' | 'TERRITORY_FINANCIAL_INSTITUTION' | 'US_BRANCH' | 'WITHHOLDING_FOREIGN_PARTNERSHIP' | 'WITHHOLDING_FOREIGN_TRUST' | 'NONWITHHOLDING_FOREIGN_PARTNERSHIP' | 'NONWITHHOLDING_FOREIGN_SIMPLE_TRUST' | 'NONWITHHOLDING_FOREIGN_GRANTOR_TRUST' | '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 | 'accountHolderAccountOwnerType' | 'accountHolderIntermediaryAccountType' | 'accountHolderEntityAccountType' | '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' | 'nameOfIntermediary' | 'nameOfLlc' | 'nameOfOrganization' | 'nameOfPartnership' | 'nameOfSCorporation' | 'nameOfSmllc' | 'nameOfSmllcOwner' | 'nameOfSoleProprietor' | 'nameOfTrustEstate' | 'nameOfTrust' | 'otherRole' | 'otherEquivalentRole' | 'ownershipPercentage' | 'managedEntityType' | 'passiveEntityType' | 'province' | 'referenceNumbers' | 'regardedOwnerUsPerson' | 'regardedOwnerAccountType' | 'regardedOwnerEntityAccountType' | 'regardedOwnerIntermediaryAccountType' | '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';
@@ -37,7 +37,7 @@ export type ForeignPropertyFile = {
37
37
  title: Pick<PropertyFile['title'], 'carfClassificationDetails' | 'controllingPersonDetails' | 'controllingPersons' | 'controllingPerson1' | 'controllingPerson2' | 'controllingPerson3' | 'controllingPerson4' | 'controllingPerson5' | 'accountHolder' | 'accountHolderClassification' | 'accountHolderContactInformation' | 'accountHolderTaxInformation' | 'accountHolderTaxClarification' | 'address' | 'confirmation' | 'countryOfCitizenship' | 'countryOfIncorporation' | 'permanentAddress' | 'placeOfBirth' | 'summary' | 'taxResidences' | 'taxResidence1' | 'taxResidence2' | 'taxResidence3' | 'taxResidence4' | 'taxResidence5'>;
38
38
  text: Pick<PropertyFile['text'], '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
- option: Pick<PropertyFile['option'], 'no' | 'yes' | 'isIndividual_yes' | 'isIndividual_no' | 'isInvestmentEntityManaged_yes' | 'isInvestmentEntityManaged_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'>;
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
41
  subOption: Pick<PropertyFile['subOption'], 'accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION' | 'accountHolderActiveNonFinancialEntityType_OTHER'>;
42
42
  };
43
43
  export type PartialDPSPropertyFile = {
@@ -0,0 +1,3 @@
1
+ export declare const accountHolderEntityAccountTypeOptions: {
2
+ value: T;
3
+ }[];
@@ -0,0 +1,3 @@
1
+ export declare const accountOwnerTypeOptions: {
2
+ value: T;
3
+ }[];
@@ -1,3 +1,5 @@
1
+ export * from './accountHolderEntityAccountTypeOptions';
2
+ export * from './accountOwnerTypeOptions';
1
3
  export * from './activeNonFinancialEntityTypeOptions';
2
4
  export * from './controllingPersonRoleOptions';
3
5
  export * from './countryOptions';
@@ -5,13 +7,14 @@ export * from './dayOptions';
5
7
  export * from './entityTypeOptions.ts';
6
8
  export * from './fatcaCodeOptions';
7
9
  export * from './financialInstitutionTypeOptions';
8
- export * from './foreignAccountHolderAccountTypeOptions';
9
10
  export * from './foreignOtherClassificationOptions';
10
11
  export * from './foreignRegardedOwnerAccountTypeOptions';
11
12
  export * from './foreignTrustClassificationOptions';
12
13
  export * from './getTreatyCountryLimitationOnBenefitOptions';
14
+ export * from './intermediaryAccountTypeOptions';
13
15
  export * from './localeOptions';
14
16
  export * from './payeeCodeOptions';
17
+ export * from './regardedOwnerEntityAccountTypeOptions';
15
18
  export * from './selfCertificationAccountTypeOptions';
16
19
  export * from './signatureCapacityOptions';
17
20
  export * from './tinNotRequiredReasonOptions';
@@ -0,0 +1,3 @@
1
+ export declare const intermediaryAccountTypeOptions: {
2
+ value: T;
3
+ }[];
@@ -0,0 +1,3 @@
1
+ export declare const regardedOwnerEntityAccountTypeOptions: {
2
+ value: T;
3
+ }[];
@@ -1,17 +1,19 @@
1
- import { ActiveNonFinancialEntityType, EntityType, FinancialInstitutionType, ForeignAccountHolderAccountType, ForeignOtherClassification, ForeignRegardedOwnerAccountType, ForeignTrustClassification, SelfCertificationAccountType, UsAccountHolderAccountType, UsLLCAccountType, UsRegardedOwnerAccountType } from '@taxbit/utilities';
1
+ import { AccountOwnerType, ActiveNonFinancialEntityType, EntityAccountHolderAccountType, EntityRegardedOwnerAccountType, EntityType, FinancialInstitutionType, ForeignOtherClassification, ForeignTrustClassification, 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
- accountHolderForeignAccountType?: ForeignAccountHolderAccountType;
15
+ accountHolderEntityAccountType?: EntityAccountHolderAccountType;
16
+ accountHolderIntermediaryAccountType?: IntermediaryAccountType;
15
17
  accountHolderForeignTrustClassification?: ForeignTrustClassification;
16
18
  accountHolderForeignOtherClassification?: ForeignOtherClassification;
17
19
  };
@@ -135,7 +137,9 @@ export type RegardedOwnerClassificationData = {
135
137
  regardedOwnerUsAccountType?: UsRegardedOwnerAccountType;
136
138
  regardedOwnerUsLlcClassification?: UsLLCAccountType;
137
139
  regardedOwnerUsOtherClassification?: string;
138
- regardedOwnerForeignAccountType?: ForeignRegardedOwnerAccountType;
140
+ regardedOwnerAccountOwnerType?: AccountOwnerType;
141
+ regardedOwnerIntermediaryAccountType?: IntermediaryAccountType;
142
+ regardedOwnerEntityAccountType?: EntityRegardedOwnerAccountType;
139
143
  regardedOwnerForeignTrustClassification?: ForeignTrustClassification;
140
144
  regardedOwnerForeignOtherClassification?: ForeignOtherClassification;
141
145
  };
@@ -9,6 +9,7 @@ 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;
@@ -17,7 +18,6 @@ export declare const getFieldsState: (fields: TaxDocumentation) => {
17
18
  isDre: boolean;
18
19
  isIndividual: boolean;
19
20
  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,3 @@
1
+ import { AccountOwnerType } from '@taxbit/utilities';
2
+
3
+ export declare const getAccountOwnerType: (accountType: string | undefined) => AccountOwnerType | undefined;
@@ -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;
@@ -0,0 +1,3 @@
1
+ import { IntermediaryAccountType } from '@taxbit/utilities';
2
+
3
+ export declare const getIntermediaryAccountType: (accountType: string | undefined) => IntermediaryAccountType | undefined;
@@ -1,6 +1,8 @@
1
- export * from './getForeignAccountType';
1
+ export * from './getAccountOwnerType';
2
+ export * from './getEntityAccountType';
2
3
  export * from './getForeignOtherClassification';
3
4
  export * from './getForeignTrustClassification';
5
+ export * from './getIntermediaryAccountType';
4
6
  export * from './getLLCClassification';
5
7
  export * from './getUsAccountType';
6
8
  export * from './transformInbound';
@@ -74,13 +74,15 @@ 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;
77
78
  accountHolderUsAccountType?: import('@taxbit/utilities').UsAccountHolderAccountType;
78
79
  accountHolderUsSmllcElection?: import('../../types/YesNo.ts').YesNo;
79
80
  accountHolderUsLlcClassification?: import('@taxbit/utilities').UsLLCAccountType;
80
81
  accountHolderUsOtherClassification?: string;
81
82
  accountHolderUsTrustEstateEin?: import('../../types/YesNo.ts').YesNo;
82
83
  accountHolderUsSoleProprietorEin?: import('../../types/YesNo.ts').YesNo;
83
- accountHolderForeignAccountType?: import('@taxbit/utilities').ForeignAccountHolderAccountType;
84
+ accountHolderEntityAccountType?: import('@taxbit/utilities').EntityAccountHolderAccountType;
85
+ accountHolderIntermediaryAccountType?: import('@taxbit/utilities').IntermediaryAccountType;
84
86
  accountHolderForeignTrustClassification?: import('@taxbit/utilities').ForeignTrustClassification;
85
87
  accountHolderForeignOtherClassification?: import('@taxbit/utilities').ForeignOtherClassification;
86
88
  regardedOwnerCountryOfCitizenship?: string;
@@ -106,7 +108,9 @@ export declare const transformInboundControllingPersons: (controllingPersons: Ar
106
108
  regardedOwnerUsAccountType?: import('@taxbit/utilities').UsRegardedOwnerAccountType;
107
109
  regardedOwnerUsLlcClassification?: import('@taxbit/utilities').UsLLCAccountType;
108
110
  regardedOwnerUsOtherClassification?: string;
109
- regardedOwnerForeignAccountType?: import('@taxbit/utilities').ForeignRegardedOwnerAccountType;
111
+ regardedOwnerAccountOwnerType?: import('@taxbit/utilities').AccountOwnerType;
112
+ regardedOwnerIntermediaryAccountType?: import('@taxbit/utilities').IntermediaryAccountType;
113
+ regardedOwnerEntityAccountType?: import('@taxbit/utilities').EntityRegardedOwnerAccountType;
110
114
  regardedOwnerForeignTrustClassification?: import('@taxbit/utilities').ForeignTrustClassification;
111
115
  regardedOwnerForeignOtherClassification?: import('@taxbit/utilities').ForeignOtherClassification;
112
116
  regardedOwnerForeignTin?: string;
@@ -2,4 +2,7 @@ type Index = '1' | '2' | '3' | '4' | '5';
2
2
  export declare const generateStrings: <T extends string>(prefix: T) => Array<`${T}${Index}`>;
3
3
  export declare const generateStringSandwich: <T extends string, U extends string>(prefix: T, postfix: U) => Array<`${T}${Index}${U}`>;
4
4
  export declare const generate2DStrings: <T extends string, U extends string>(prefix: T, postfix: U) => Array<`${T}${Index}${U}${Index}`>;
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"];
5
8
  export {};
@@ -1,6 +1,6 @@
1
- import { ForeignAccountHolderAccountType } from '@taxbit/utilities';
1
+ import { AccountOwnerType } from '@taxbit/utilities';
2
2
  import { default as React } from 'react';
3
3
 
4
- export declare const AccountHolderForeignClassificationSummary: ({ classification, }: {
5
- classification: ForeignAccountHolderAccountType;
4
+ export declare const AccountHolderForeignClassificationSummary: ({ accountOwnerType, }: {
5
+ accountOwnerType: AccountOwnerType;
6
6
  }) => React.JSX.Element | null;
@@ -1,6 +1,6 @@
1
- import { ForeignRegardedOwnerAccountType } from '@taxbit/utilities';
1
+ import { AccountOwnerType } from '@taxbit/utilities';
2
2
  import { default as React } from 'react';
3
3
 
4
- export declare const RegardedOwnerForeignClassificationSummary: ({ classification, }: {
5
- classification: ForeignRegardedOwnerAccountType;
4
+ export declare const RegardedOwnerForeignClassificationSummary: ({ accountOwnerType, }: {
5
+ accountOwnerType: AccountOwnerType;
6
6
  }) => React.JSX.Element | null;