@taxbit/react-sdk 1.2.0-beta.2 → 1.2.0-beta.4

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 CHANGED
@@ -324,7 +324,7 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
324
324
 
325
325
  ### Version 1.2.0-beta.2
326
326
 
327
- 1. React 17 issue fixed.
327
+ 1. React 17 issue fixed.
328
328
 
329
329
  ### Version 1.2.0-beta.0
330
330
 
@@ -1,7 +1,7 @@
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';
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
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';
@@ -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 = {
@@ -3732,7 +3732,7 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
3732
3732
  oi(n)
3733
3733
  ]
3734
3734
  )
3735
- ), Ps = "1.2.0-beta.2", di = (e) => e === "yes", $ = (e) => e === void 0 ? void 0 : e === "yes", Ss = (e) => {
3735
+ ), Ps = "1.2.0-beta.4", di = (e) => e === "yes", $ = (e) => e === void 0 ? void 0 : e === "yes", Ss = (e) => {
3736
3736
  const i = {
3737
3737
  city: e.accountHolderAddressCity,
3738
3738
  country: e.accountHolderAddressCountry,
@@ -3866,7 +3866,7 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
3866
3866
  selfCertificationAccountType: e.accountHolderSelfCertificationAccountType,
3867
3867
  activeNonFinancialEntityType: e.accountHolderActiveNonFinancialEntityType,
3868
3868
  financialInstitutionType: e.accountHolderFinancialInstitutionType,
3869
- isInvestmentEntityManaged: $(
3869
+ investmentEntityManaged: $(
3870
3870
  e.accountHolderInvestmentEntityManaged
3871
3871
  ),
3872
3872
  entityType: e.accountHolderEntityType,
@@ -4921,7 +4921,7 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
4921
4921
  accountHolderFinancialInstitutionType: el(
4922
4922
  (ae = e.accountHolder) == null ? void 0 : ae.financialInstitutionType
4923
4923
  ),
4924
- accountHolderInvestmentEntityManaged: (G = e.accountHolder) != null && G.isInvestmentEntityManaged ? "yes" : void 0,
4924
+ accountHolderInvestmentEntityManaged: (G = e.accountHolder) != null && G.investmentEntityManaged ? "yes" : void 0,
4925
4925
  accountHolderRelatedCorporation: (X = e.accountHolder) == null ? void 0 : X.relatedCorporation,
4926
4926
  accountHolderSecuritiesMarket: (re = e.accountHolder) == null ? void 0 : re.securitiesMarket,
4927
4927
  accountHolderIsIndividual: ((A = e.accountHolder) == null ? void 0 : A.isIndividual) === !0 ? "yes" : ((E = e.accountHolder) == null ? void 0 : E.isIndividual) === !1 ? "no" : void 0,
@@ -5590,8 +5590,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
5590
5590
  accountHolderUsPerson_yes: "",
5591
5591
  isIndividual_no: "",
5592
5592
  isIndividual_yes: "",
5593
- isInvestmentEntityManaged_no: "",
5594
- isInvestmentEntityManaged_yes: "",
5593
+ investmentEntityManaged_no: "",
5594
+ investmentEntityManaged_yes: "",
5595
5595
  no: "",
5596
5596
  regardedOwnerUsPerson_no: "",
5597
5597
  regardedOwnerUsPerson_yes: "",
@@ -5718,8 +5718,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
5718
5718
  S_CORPORATION: m,
5719
5719
  accountHolderUsPerson_no: m,
5720
5720
  accountHolderUsPerson_yes: m,
5721
- isInvestmentEntityManaged_no: m,
5722
- isInvestmentEntityManaged_yes: m,
5721
+ investmentEntityManaged_no: m,
5722
+ investmentEntityManaged_yes: m,
5723
5723
  regardedOwnerUsPerson_no: m,
5724
5724
  regardedOwnerUsPerson_yes: m,
5725
5725
  smllcElection_no: m,
@@ -6140,8 +6140,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
6140
6140
  isIndividual_no: "Не, не съм физическо лице",
6141
6141
  no: "Не",
6142
6142
  yes: "Да",
6143
- isInvestmentEntityManaged_yes: "Да, инвестиционната единица се управлява от финансова институция",
6144
- isInvestmentEntityManaged_no: "Не, инвестиционната единица не се управлява от финансова институция",
6143
+ investmentEntityManaged_yes: "Да, инвестиционната единица се управлява от финансова институция",
6144
+ investmentEntityManaged_no: "Не, инвестиционната единица не се управлява от финансова институция",
6145
6145
  ACTIVE_NON_FINANCIAL_ENTITY: "Активна нефинансова единица",
6146
6146
  PASSIVE_NON_FINANCIAL_ENTITY: "Пасивна нефинансова единица",
6147
6147
  FINANCIAL_INSTITUTION: "Финансова институция",
@@ -6334,8 +6334,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
6334
6334
  isIndividual_no: "Ne, nejsem fyzická osoba",
6335
6335
  no: "Ne",
6336
6336
  yes: "Ano",
6337
- isInvestmentEntityManaged_yes: "Ano, investiční jednotka je spravována finanční institucí",
6338
- isInvestmentEntityManaged_no: "Ne, investiční jednotka není spravována finanční institucí",
6337
+ investmentEntityManaged_yes: "Ano, investiční jednotka je spravována finanční institucí",
6338
+ investmentEntityManaged_no: "Ne, investiční jednotka není spravována finanční institucí",
6339
6339
  ACTIVE_NON_FINANCIAL_ENTITY: "Aktivní nefinanční jednotka",
6340
6340
  PASSIVE_NON_FINANCIAL_ENTITY: "Pasivní nefinanční jednotka",
6341
6341
  FINANCIAL_INSTITUTION: "Finanční instituce",
@@ -6528,8 +6528,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
6528
6528
  isIndividual_no: "Nej, jeg er ikke en privatperson",
6529
6529
  no: "Nej",
6530
6530
  yes: "Ja",
6531
- isInvestmentEntityManaged_yes: "Ja, investeringsenheden forvaltes af en finansiel institution",
6532
- isInvestmentEntityManaged_no: "Nej, investeringsenheden forvaltes ikke af en finansiel institution",
6531
+ investmentEntityManaged_yes: "Ja, investeringsenheden forvaltes af en finansiel institution",
6532
+ investmentEntityManaged_no: "Nej, investeringsenheden forvaltes ikke af en finansiel institution",
6533
6533
  ACTIVE_NON_FINANCIAL_ENTITY: "Aktiv ikke-finansiel enhed",
6534
6534
  PASSIVE_NON_FINANCIAL_ENTITY: "Passiv ikke-finansiel enhed",
6535
6535
  FINANCIAL_INSTITUTION: "Finansiel institution",
@@ -6722,8 +6722,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
6722
6722
  isIndividual_no: "Nein, ich bin keine Einzelperson",
6723
6723
  no: "Nein",
6724
6724
  yes: "Ja",
6725
- isInvestmentEntityManaged_yes: "Ja, die Investitionseinheit wird von einer Finanzinstitution verwaltet",
6726
- isInvestmentEntityManaged_no: "Nein, die Investitionseinheit wird nicht von einer Finanzinstitution verwaltet",
6725
+ investmentEntityManaged_yes: "Ja, die Investitionseinheit wird von einer Finanzinstitution verwaltet",
6726
+ investmentEntityManaged_no: "Nein, die Investitionseinheit wird nicht von einer Finanzinstitution verwaltet",
6727
6727
  ACTIVE_NON_FINANCIAL_ENTITY: "Aktive nichtfinanzielle Einheit",
6728
6728
  PASSIVE_NON_FINANCIAL_ENTITY: "Passive nichtfinanzielle Einheit",
6729
6729
  FINANCIAL_INSTITUTION: "Finanzinstitution",
@@ -6974,8 +6974,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
6974
6974
  isIndividual_no: "Όχι, δεν είμαι ιδιώτης",
6975
6975
  no: "Όχι",
6976
6976
  yes: "Ναι",
6977
- isInvestmentEntityManaged_yes: "Ναι, η επενδυτική οντότητα διαχειρίζεται από χρηματοπιστωτικό ίδρυμα",
6978
- isInvestmentEntityManaged_no: "Όχι, η επενδυτική οντότητα δεν διαχειρίζεται από χρηματοπιστωτικό ίδρυμα",
6977
+ investmentEntityManaged_yes: "Ναι, η επενδυτική οντότητα διαχειρίζεται από χρηματοπιστωτικό ίδρυμα",
6978
+ investmentEntityManaged_no: "Όχι, η επενδυτική οντότητα δεν διαχειρίζεται από χρηματοπιστωτικό ίδρυμα",
6979
6979
  ACTIVE_NON_FINANCIAL_ENTITY: "Ενεργή μη χρηματοοικονομική οντότητα",
6980
6980
  PASSIVE_NON_FINANCIAL_ENTITY: "Παθητική μη χρηματοοικονομική οντότητα",
6981
6981
  FINANCIAL_INSTITUTION: "Χρηματοπιστωτικό ίδρυμα",
@@ -7331,8 +7331,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
7331
7331
  smllcElection_no: "No, I have not made an election",
7332
7332
  isIndividual_yes: "Yes, I am an individual",
7333
7333
  isIndividual_no: "No, I am not an individual",
7334
- isInvestmentEntityManaged_yes: "Yes, the Investment Entity is managed by a Financial Institution",
7335
- isInvestmentEntityManaged_no: "No, the Investment Entity is not managed by a Financial Institution",
7334
+ investmentEntityManaged_yes: "Yes, the Investment Entity is managed by a Financial Institution",
7335
+ investmentEntityManaged_no: "No, the Investment Entity is not managed by a Financial Institution",
7336
7336
  no: "No",
7337
7337
  yes: "Yes",
7338
7338
  ACTIVE_NON_FINANCIAL_ENTITY: "Active Non-Financial Entity",
@@ -7738,8 +7738,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
7738
7738
  TAX_EXEMPT_ORGANIZATION: "Organización exenta de impuestos",
7739
7739
  TRUST: "Fideicomiso",
7740
7740
  TRUST_ESTATE: "Fideicomiso/patrimonio",
7741
- isInvestmentEntityManaged_yes: "Sí, la entidad de inversión es gestionada por una institución financiera",
7742
- isInvestmentEntityManaged_no: "No, la entidad de inversión no es gestionada por una institución financiera",
7741
+ investmentEntityManaged_yes: "Sí, la entidad de inversión es gestionada por una institución financiera",
7742
+ investmentEntityManaged_no: "No, la entidad de inversión no es gestionada por una institución financiera",
7743
7743
  ACTIVE_NON_FINANCIAL_ENTITY: "Entidad no financiera activa",
7744
7744
  PASSIVE_NON_FINANCIAL_ENTITY: "Entidad no financiera pasiva",
7745
7745
  FINANCIAL_INSTITUTION: "Institución financiera",
@@ -7936,8 +7936,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
7936
7936
  isIndividual_no: "Ei, ma ei ole üksikisik",
7937
7937
  no: "Ei",
7938
7938
  yes: "Jah",
7939
- isInvestmentEntityManaged_yes: "Jah, investeerimisüksust haldab finantsasutus",
7940
- isInvestmentEntityManaged_no: "Ei, investeerimisüksust ei halda finantsasutus",
7939
+ investmentEntityManaged_yes: "Jah, investeerimisüksust haldab finantsasutus",
7940
+ investmentEntityManaged_no: "Ei, investeerimisüksust ei halda finantsasutus",
7941
7941
  ACTIVE_NON_FINANCIAL_ENTITY: "Aktiivne mittefinantsettevõte",
7942
7942
  PASSIVE_NON_FINANCIAL_ENTITY: "Passiivne mittefinantsettevõte",
7943
7943
  FINANCIAL_INSTITUTION: "Finantsasutus",
@@ -8130,8 +8130,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
8130
8130
  isIndividual_no: "Ei, en ole yksityishenkilö",
8131
8131
  no: "Ei",
8132
8132
  yes: "Kyllä",
8133
- isInvestmentEntityManaged_yes: "Kyllä, sijoitusyksikköä hallinnoi rahoituslaitos",
8134
- isInvestmentEntityManaged_no: "Ei, sijoitusyksikköä ei hallinnoi rahoituslaitos",
8133
+ investmentEntityManaged_yes: "Kyllä, sijoitusyksikköä hallinnoi rahoituslaitos",
8134
+ investmentEntityManaged_no: "Ei, sijoitusyksikköä ei hallinnoi rahoituslaitos",
8135
8135
  ACTIVE_NON_FINANCIAL_ENTITY: "Aktiivinen ei-rahoitusyksikkö",
8136
8136
  PASSIVE_NON_FINANCIAL_ENTITY: "Passiivinen ei-rahoitusyksikkö",
8137
8137
  FINANCIAL_INSTITUTION: "Rahoituslaitos",
@@ -8449,8 +8449,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
8449
8449
  regardedOwnerUsPerson_no: "Non, le propriétaire considéré n’est pas une U.S. Person",
8450
8450
  smllcOwnerUsPerson_yes: "Oui, le propriétaire de la SMLLC est une U.S. Person",
8451
8451
  smllcOwnerUsPerson_no: "Non, le propriétaire de la SMLLC n’est pas une U.S. Person",
8452
- isInvestmentEntityManaged_yes: "Oui, l'entité d'investissement est gérée par une institution financière",
8453
- isInvestmentEntityManaged_no: "Non, l'entité d'investissement n'est pas gérée par une institution financière",
8452
+ investmentEntityManaged_yes: "Oui, l'entité d'investissement est gérée par une institution financière",
8453
+ investmentEntityManaged_no: "Non, l'entité d'investissement n'est pas gérée par une institution financière",
8454
8454
  isIndividual_yes: "Oui, je suis un particulier",
8455
8455
  isIndividual_no: "Non, je ne suis pas un particulier",
8456
8456
  no: "Non",
@@ -8725,8 +8725,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
8725
8725
  isIndividual_no: "Níl, ní duine aonair mé",
8726
8726
  no: "Níl",
8727
8727
  yes: "Tá",
8728
- isInvestmentEntityManaged_yes: "Tá, bainistíonn institiúid airgeadais an t-eintiteas infheistíochta",
8729
- isInvestmentEntityManaged_no: "Níl, ní bhainistíonn institiúid airgeadais an t-eintiteas infheistíochta",
8728
+ investmentEntityManaged_yes: "Tá, bainistíonn institiúid airgeadais an t-eintiteas infheistíochta",
8729
+ investmentEntityManaged_no: "Níl, ní bhainistíonn institiúid airgeadais an t-eintiteas infheistíochta",
8730
8730
  ACTIVE_NON_FINANCIAL_ENTITY: "Eintiteas neamh-airgeadais gníomhach",
8731
8731
  PASSIVE_NON_FINANCIAL_ENTITY: "Eintiteas neamh-airgeadais éighníomhach",
8732
8732
  FINANCIAL_INSTITUTION: "Institiúid airgeadais",
@@ -8919,8 +8919,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
8919
8919
  isIndividual_no: "Ne, nisam fizička osoba",
8920
8920
  no: "Ne",
8921
8921
  yes: "Da",
8922
- isInvestmentEntityManaged_yes: "Da, investicijskim subjektom upravlja financijska institucija",
8923
- isInvestmentEntityManaged_no: "Ne, investicijskim subjektom ne upravlja financijska institucija",
8922
+ investmentEntityManaged_yes: "Da, investicijskim subjektom upravlja financijska institucija",
8923
+ investmentEntityManaged_no: "Ne, investicijskim subjektom ne upravlja financijska institucija",
8924
8924
  ACTIVE_NON_FINANCIAL_ENTITY: "Aktivni nefinancijski subjekt",
8925
8925
  PASSIVE_NON_FINANCIAL_ENTITY: "Pasivni nefinancijski subjekt",
8926
8926
  FINANCIAL_INSTITUTION: "Financijska institucija",
@@ -9113,8 +9113,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
9113
9113
  isIndividual_no: "Nem, nem vagyok magánszemély",
9114
9114
  no: "Nem",
9115
9115
  yes: "Igen",
9116
- isInvestmentEntityManaged_yes: "Igen, a befektetési entitást pénzügyi intézmény kezeli",
9117
- isInvestmentEntityManaged_no: "Nem, a befektetési entitást nem pénzügyi intézmény kezeli",
9116
+ investmentEntityManaged_yes: "Igen, a befektetési entitást pénzügyi intézmény kezeli",
9117
+ investmentEntityManaged_no: "Nem, a befektetési entitást nem pénzügyi intézmény kezeli",
9118
9118
  ACTIVE_NON_FINANCIAL_ENTITY: "Aktív nem pénzügyi entitás",
9119
9119
  PASSIVE_NON_FINANCIAL_ENTITY: "Passzív nem pénzügyi entitás",
9120
9120
  FINANCIAL_INSTITUTION: "Pénzügyi intézmény",
@@ -9307,8 +9307,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
9307
9307
  isIndividual_no: "No, non sono una persona fisica",
9308
9308
  no: "No",
9309
9309
  yes: "SÌ",
9310
- isInvestmentEntityManaged_yes: "Sì, l'entità di investimento è gestita da un'istituzione finanziaria",
9311
- isInvestmentEntityManaged_no: "No, l'entità di investimento non è gestita da un'istituzione finanziaria",
9310
+ investmentEntityManaged_yes: "Sì, l'entità di investimento è gestita da un'istituzione finanziaria",
9311
+ investmentEntityManaged_no: "No, l'entità di investimento non è gestita da un'istituzione finanziaria",
9312
9312
  ACTIVE_NON_FINANCIAL_ENTITY: "Entità non finanziaria attiva",
9313
9313
  PASSIVE_NON_FINANCIAL_ENTITY: "Entità non finanziaria passiva",
9314
9314
  FINANCIAL_INSTITUTION: "Istituzione finanziaria",
@@ -9501,8 +9501,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
9501
9501
  isIndividual_no: "Ne, aš nesu fizinis asmuo",
9502
9502
  no: "Ne",
9503
9503
  yes: "Taip",
9504
- isInvestmentEntityManaged_yes: "Taip, investicinį subjektą valdo finansinė institucija",
9505
- isInvestmentEntityManaged_no: "Ne, investicinio subjekto nevaldo finansinė institucija",
9504
+ investmentEntityManaged_yes: "Taip, investicinį subjektą valdo finansinė institucija",
9505
+ investmentEntityManaged_no: "Ne, investicinio subjekto nevaldo finansinė institucija",
9506
9506
  ACTIVE_NON_FINANCIAL_ENTITY: "Aktyvus nefinansinis subjektas",
9507
9507
  PASSIVE_NON_FINANCIAL_ENTITY: "Pasyvus nefinansinis subjektas",
9508
9508
  FINANCIAL_INSTITUTION: "Finansinė institucija",
@@ -9695,8 +9695,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
9695
9695
  isIndividual_no: "Nē, es neesmu indivīds",
9696
9696
  no: "Nē",
9697
9697
  yes: "Jā",
9698
- isInvestmentEntityManaged_yes: "Jā, ieguldījumu subjektu pārvalda finanšu iestāde",
9699
- isInvestmentEntityManaged_no: "Nē, ieguldījumu subjektu nepārvalda finanšu iestāde",
9698
+ investmentEntityManaged_yes: "Jā, ieguldījumu subjektu pārvalda finanšu iestāde",
9699
+ investmentEntityManaged_no: "Nē, ieguldījumu subjektu nepārvalda finanšu iestāde",
9700
9700
  ACTIVE_NON_FINANCIAL_ENTITY: "Aktīvs nefinanšu subjekts",
9701
9701
  PASSIVE_NON_FINANCIAL_ENTITY: "Pasyvs nefinanšu subjekts",
9702
9702
  FINANCIAL_INSTITUTION: "Finanšu iestāde",
@@ -9889,8 +9889,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
9889
9889
  isIndividual_no: "Le, m’inix individwu",
9890
9890
  no: "Le",
9891
9891
  yes: "Iva",
9892
- isInvestmentEntityManaged_yes: "Iva, l-entità tal-investiment hija mmaniġġjata minn istituzzjoni finanzjarja",
9893
- isInvestmentEntityManaged_no: "Le, l-entità tal-investiment mhijiex mmaniġġjata minn istituzzjoni finanzjarja",
9892
+ investmentEntityManaged_yes: "Iva, l-entità tal-investiment hija mmaniġġjata minn istituzzjoni finanzjarja",
9893
+ investmentEntityManaged_no: "Le, l-entità tal-investiment mhijiex mmaniġġjata minn istituzzjoni finanzjarja",
9894
9894
  ACTIVE_NON_FINANCIAL_ENTITY: "Entità mhux finanzjarja attiva",
9895
9895
  PASSIVE_NON_FINANCIAL_ENTITY: "Entità mhux finanzjarja passiva",
9896
9896
  FINANCIAL_INSTITUTION: "Istituzzjoni finanzjarja",
@@ -10083,8 +10083,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
10083
10083
  isIndividual_no: "Nee, ik ben geen individu",
10084
10084
  no: "Nee",
10085
10085
  yes: "Ja",
10086
- isInvestmentEntityManaged_yes: "Ja, de investeringsentiteit wordt beheerd door een financiële instelling",
10087
- isInvestmentEntityManaged_no: "Nee, de investeringsentiteit wordt niet beheerd door een financiële instelling",
10086
+ investmentEntityManaged_yes: "Ja, de investeringsentiteit wordt beheerd door een financiële instelling",
10087
+ investmentEntityManaged_no: "Nee, de investeringsentiteit wordt niet beheerd door een financiële instelling",
10088
10088
  ACTIVE_NON_FINANCIAL_ENTITY: "Actieve niet-financiële entiteit",
10089
10089
  PASSIVE_NON_FINANCIAL_ENTITY: "Passieve niet-financiële entiteit",
10090
10090
  FINANCIAL_INSTITUTION: "Financiële instelling",
@@ -10316,8 +10316,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
10316
10316
  isIndividual_no: "Nei, jeg er ikke et individ",
10317
10317
  no: "Nei",
10318
10318
  yes: "Ja",
10319
- isInvestmentEntityManaged_yes: "Ja, investeringsenheten forvaltes av en finansinstitusjon",
10320
- isInvestmentEntityManaged_no: "Nei, investeringsenheten forvaltes ikke av en finansinstitusjon",
10319
+ investmentEntityManaged_yes: "Ja, investeringsenheten forvaltes av en finansinstitusjon",
10320
+ investmentEntityManaged_no: "Nei, investeringsenheten forvaltes ikke av en finansinstitusjon",
10321
10321
  ACTIVE_NON_FINANCIAL_ENTITY: "Aktiv ikke-finansiell enhet",
10322
10322
  PASSIVE_NON_FINANCIAL_ENTITY: "Passiv ikke-finansiell enhet",
10323
10323
  FINANCIAL_INSTITUTION: "Finansinstitusjon",
@@ -10510,8 +10510,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
10510
10510
  isIndividual_no: "Nie, nie jestem osobą fizyczną",
10511
10511
  no: "Nie",
10512
10512
  yes: "Tak",
10513
- isInvestmentEntityManaged_yes: "Tak, podmiot inwestycyjny jest zarządzany przez instytucję finansową",
10514
- isInvestmentEntityManaged_no: "Nie, podmiot inwestycyjny nie jest zarządzany przez instytucję finansową",
10513
+ investmentEntityManaged_yes: "Tak, podmiot inwestycyjny jest zarządzany przez instytucję finansową",
10514
+ investmentEntityManaged_no: "Nie, podmiot inwestycyjny nie jest zarządzany przez instytucję finansową",
10515
10515
  ACTIVE_NON_FINANCIAL_ENTITY: "Aktywny podmiot niefinansowy",
10516
10516
  PASSIVE_NON_FINANCIAL_ENTITY: "Pasywny podmiot niefinansowy",
10517
10517
  FINANCIAL_INSTITUTION: "Instytucja finansowa",
@@ -10704,8 +10704,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
10704
10704
  isIndividual_no: "Não, não sou um indivíduo",
10705
10705
  no: "Não",
10706
10706
  yes: "Sim",
10707
- isInvestmentEntityManaged_yes: "Sim, a entidade de investimento é gerida por uma instituição financeira",
10708
- isInvestmentEntityManaged_no: "Não, a entidade de investimento não é gerida por uma instituição financeira",
10707
+ investmentEntityManaged_yes: "Sim, a entidade de investimento é gerida por uma instituição financeira",
10708
+ investmentEntityManaged_no: "Não, a entidade de investimento não é gerida por uma instituição financeira",
10709
10709
  ACTIVE_NON_FINANCIAL_ENTITY: "Entidade não financeira ativa",
10710
10710
  PASSIVE_NON_FINANCIAL_ENTITY: "Entidade não financeira passiva",
10711
10711
  FINANCIAL_INSTITUTION: "Instituição financeira",
@@ -10898,8 +10898,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
10898
10898
  isIndividual_no: "Nu, nu sunt persoană fizică",
10899
10899
  no: "Nu",
10900
10900
  yes: "Da",
10901
- isInvestmentEntityManaged_yes: "Da, entitatea de investiții este gestionată de o instituție financiară",
10902
- isInvestmentEntityManaged_no: "Nu, entitatea de investiții nu este gestionată de o instituție financiară",
10901
+ investmentEntityManaged_yes: "Da, entitatea de investiții este gestionată de o instituție financiară",
10902
+ investmentEntityManaged_no: "Nu, entitatea de investiții nu este gestionată de o instituție financiară",
10903
10903
  ACTIVE_NON_FINANCIAL_ENTITY: "Entitate nefinanciară activă",
10904
10904
  PASSIVE_NON_FINANCIAL_ENTITY: "Entitate nefinanciară pasivă",
10905
10905
  FINANCIAL_INSTITUTION: "Instituție financiară",
@@ -11092,8 +11092,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
11092
11092
  isIndividual_no: "Nie, nie som súkromná osoba",
11093
11093
  no: "Nie",
11094
11094
  yes: "Áno",
11095
- isInvestmentEntityManaged_yes: "Áno, investičná entita je spravovaná finančnou inštitúciou",
11096
- isInvestmentEntityManaged_no: "Nie, investičná entita nie je spravovaná finančnou inštitúciou",
11095
+ investmentEntityManaged_yes: "Áno, investičná entita je spravovaná finančnou inštitúciou",
11096
+ investmentEntityManaged_no: "Nie, investičná entita nie je spravovaná finančnou inštitúciou",
11097
11097
  ACTIVE_NON_FINANCIAL_ENTITY: "Aktívna nefinančná entita",
11098
11098
  PASSIVE_NON_FINANCIAL_ENTITY: "Pasívna nefinančná entita",
11099
11099
  FINANCIAL_INSTITUTION: "Finančná inštitúcia",
@@ -11286,8 +11286,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
11286
11286
  isIndividual_no: "Ne, nisem posameznik",
11287
11287
  no: "Ne",
11288
11288
  yes: "Da",
11289
- isInvestmentEntityManaged_yes: "Da, investicijsko entiteto upravlja finančna institucija",
11290
- isInvestmentEntityManaged_no: "Ne, investicijsko entiteto ne upravlja finančna institucija",
11289
+ investmentEntityManaged_yes: "Da, investicijsko entiteto upravlja finančna institucija",
11290
+ investmentEntityManaged_no: "Ne, investicijsko entiteto ne upravlja finančna institucija",
11291
11291
  ACTIVE_NON_FINANCIAL_ENTITY: "Aktivna nefinančna entiteta",
11292
11292
  PASSIVE_NON_FINANCIAL_ENTITY: "Pasivna nefinančna entiteta",
11293
11293
  FINANCIAL_INSTITUTION: "Finančna institucija",
@@ -11480,8 +11480,8 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
11480
11480
  isIndividual_no: "Nej, jag är ingen individ",
11481
11481
  no: "Nej",
11482
11482
  yes: "Ja",
11483
- isInvestmentEntityManaged_yes: "Ja, investeringsenheten förvaltas av en finansiell institution",
11484
- isInvestmentEntityManaged_no: "Nej, investeringsenheten förvaltas inte av en finansiell institution",
11483
+ investmentEntityManaged_yes: "Ja, investeringsenheten förvaltas av en finansiell institution",
11484
+ investmentEntityManaged_no: "Nej, investeringsenheten förvaltas inte av en finansiell institution",
11485
11485
  ACTIVE_NON_FINANCIAL_ENTITY: "Aktiv icke-finansiell enhet",
11486
11486
  PASSIVE_NON_FINANCIAL_ENTITY: "Passiv icke-finansiell enhet",
11487
11487
  FINANCIAL_INSTITUTION: "Finansiell institution",
@@ -12832,7 +12832,7 @@ const H = ({ name: e }) => {
12832
12832
  label: n(`smllcElection_${g.value}`)
12833
12833
  })), I = Ie.map((g) => ({
12834
12834
  ...g,
12835
- label: n(`isInvestmentEntityManaged_${g.value}`)
12835
+ label: n(`investmentEntityManaged_${g.value}`)
12836
12836
  })), C = fi.map((g) => ({
12837
12837
  value: g,
12838
12838
  label: n(`ENTITY_TYPE_${g}`)
@@ -13653,7 +13653,7 @@ const H = ({ name: e }) => {
13653
13653
  }
13654
13654
  );
13655
13655
  }, uc = () => /* @__PURE__ */ t(te, { children: /* @__PURE__ */ t(cc, {}) }), Xe = ({ index: e }) => {
13656
- const { language: i, goBack: n, onPersistCollectedData: a } = B(), { getLocalTitle: o, getLocalSubTitle: r, getLocalOption: s, setValue: l, fields: d } = b(), c = ye(i);
13656
+ const { language: i, goBack: n, onPersistCollectedData: a } = B(), { getLocalTitle: o, getLocalSubTitle: r, setValue: s, fields: l } = b(), d = ye(i);
13657
13657
  return /* @__PURE__ */ O(
13658
13658
  le,
13659
13659
  {
@@ -13663,15 +13663,6 @@ const H = ({ name: e }) => {
13663
13663
  children: [
13664
13664
  /* @__PURE__ */ O("main", { className: "taxbit-page-main", children: [
13665
13665
  /* @__PURE__ */ t(h, { label: !0, name: `controllingPerson${e}Name`, children: /* @__PURE__ */ t(f, { name: `controllingPerson${e}Name` }) }),
13666
- /* @__PURE__ */ t(h, { label: !0, name: `controllingPerson${e}Role`, children: /* @__PURE__ */ t(
13667
- f,
13668
- {
13669
- name: `controllingPerson${e}Role`,
13670
- value: s(
13671
- "CONTROLLING_PERSON_ROLE_" + d[`controllingPerson${e}Role`]
13672
- )
13673
- }
13674
- ) }),
13675
13666
  /* @__PURE__ */ t(ji, { name: `controllingPerson${e}DateOfBirth`, label: !0 }),
13676
13667
  /* @__PURE__ */ t(F, { label: !0, name: `controllingPerson${e}CityOfBirth` }),
13677
13668
  /* @__PURE__ */ t(
@@ -13679,7 +13670,7 @@ const H = ({ name: e }) => {
13679
13670
  {
13680
13671
  label: !0,
13681
13672
  name: `controllingPerson${e}CountryOfBirth`,
13682
- options: c
13673
+ options: d
13683
13674
  }
13684
13675
  ),
13685
13676
  /* @__PURE__ */ t(
@@ -13688,7 +13679,7 @@ const H = ({ name: e }) => {
13688
13679
  label: !0,
13689
13680
  prompt: o("countryOfCitizenship"),
13690
13681
  name: `controllingPerson${e}CountryOfCitizenship`,
13691
- options: c
13682
+ options: d
13692
13683
  }
13693
13684
  ),
13694
13685
  /* @__PURE__ */ t(
@@ -13711,7 +13702,7 @@ const H = ({ name: e }) => {
13711
13702
  {
13712
13703
  prompt: o("mailingAddress"),
13713
13704
  prefix: `controllingPerson${e}MailingAddress`,
13714
- showIf: d[`controllingPerson${e}MailingAddressIsDifferent`] === "yes"
13705
+ showIf: l[`controllingPerson${e}MailingAddressIsDifferent`] === "yes"
13715
13706
  }
13716
13707
  ),
13717
13708
  /* @__PURE__ */ t(Si, { name: `controllingPerson${e}TaxResidences` }),
@@ -13721,14 +13712,14 @@ const H = ({ name: e }) => {
13721
13712
  index: 1,
13722
13713
  prefix: `controllingPerson${e}`,
13723
13714
  onShow: () => {
13724
- d[`controllingPerson${e}TaxResidenceCountry1`] === void 0 && l(
13715
+ l[`controllingPerson${e}TaxResidenceCountry1`] === void 0 && s(
13725
13716
  `controllingPerson${e}TaxResidenceCountry1`,
13726
- d[`controllingPerson${e}AddressCountry`]
13717
+ l[`controllingPerson${e}AddressCountry`]
13727
13718
  );
13728
13719
  },
13729
- countryOptions: c,
13730
- more: d[`controllingPerson${e}ShowTaxResidence2`] !== "yes",
13731
- remove: d[`controllingPerson${e}ShowTaxResidence2`] === "yes"
13720
+ countryOptions: d,
13721
+ more: l[`controllingPerson${e}ShowTaxResidence2`] !== "yes",
13722
+ remove: l[`controllingPerson${e}ShowTaxResidence2`] === "yes"
13732
13723
  }
13733
13724
  ),
13734
13725
  /* @__PURE__ */ t(
@@ -13736,9 +13727,9 @@ const H = ({ name: e }) => {
13736
13727
  {
13737
13728
  index: 2,
13738
13729
  prefix: `controllingPerson${e}`,
13739
- showIf: d[`controllingPerson${e}ShowTaxResidence2`] === "yes",
13740
- countryOptions: c,
13741
- more: d[`controllingPerson${e}ShowTaxResidence3`] !== "yes",
13730
+ showIf: l[`controllingPerson${e}ShowTaxResidence2`] === "yes",
13731
+ countryOptions: d,
13732
+ more: l[`controllingPerson${e}ShowTaxResidence3`] !== "yes",
13742
13733
  remove: !0
13743
13734
  }
13744
13735
  ),
@@ -13747,9 +13738,9 @@ const H = ({ name: e }) => {
13747
13738
  {
13748
13739
  index: 3,
13749
13740
  prefix: `controllingPerson${e}`,
13750
- showIf: d[`controllingPerson${e}ShowTaxResidence3`] === "yes",
13751
- countryOptions: c,
13752
- more: d[`controllingPerson${e}ShowTaxResidence4`] !== "yes",
13741
+ showIf: l[`controllingPerson${e}ShowTaxResidence3`] === "yes",
13742
+ countryOptions: d,
13743
+ more: l[`controllingPerson${e}ShowTaxResidence4`] !== "yes",
13753
13744
  remove: !0
13754
13745
  }
13755
13746
  ),
@@ -13758,9 +13749,9 @@ const H = ({ name: e }) => {
13758
13749
  {
13759
13750
  index: 4,
13760
13751
  prefix: `controllingPerson${e}`,
13761
- showIf: d[`controllingPerson${e}ShowTaxResidence4`] === "yes",
13762
- countryOptions: c,
13763
- more: d[`controllingPerson${e}ShowTaxResidence5`] !== "yes",
13752
+ showIf: l[`controllingPerson${e}ShowTaxResidence4`] === "yes",
13753
+ countryOptions: d,
13754
+ more: l[`controllingPerson${e}ShowTaxResidence5`] !== "yes",
13764
13755
  remove: !0
13765
13756
  }
13766
13757
  ),
@@ -13769,13 +13760,13 @@ const H = ({ name: e }) => {
13769
13760
  {
13770
13761
  index: 5,
13771
13762
  prefix: `controllingPerson${e}`,
13772
- showIf: d[`controllingPerson${e}ShowTaxResidence5`] === "yes",
13773
- countryOptions: c,
13763
+ showIf: l[`controllingPerson${e}ShowTaxResidence5`] === "yes",
13764
+ countryOptions: d,
13774
13765
  remove: !0
13775
13766
  }
13776
13767
  )
13777
13768
  ] }),
13778
- /* @__PURE__ */ t(de, { onBack: n, onNext: () => a(d) })
13769
+ /* @__PURE__ */ t(de, { onBack: n, onNext: () => a(l) })
13779
13770
  ]
13780
13771
  }
13781
13772
  );
@@ -14005,7 +13996,9 @@ const H = ({ name: e }) => {
14005
13996
  }) => {
14006
13997
  const { fields: i, getLocalOption: n } = b();
14007
13998
  if (e === "OTHER") {
14008
- const a = n(e), o = i.accountHolderForeignOtherClassification;
13999
+ const a = n(e), o = n(
14000
+ i.accountHolderForeignOtherClassification
14001
+ );
14009
14002
  return /* @__PURE__ */ t(
14010
14003
  f,
14011
14004
  {
@@ -14422,7 +14415,9 @@ const H = ({ name: e }) => {
14422
14415
  }) => {
14423
14416
  const { fields: i, getLocalOption: n } = b();
14424
14417
  if (e === "OTHER") {
14425
- const a = n(e), o = i.regardedOwnerForeignOtherClassification;
14418
+ const a = n(e), o = n(
14419
+ i.regardedOwnerForeignOtherClassification
14420
+ );
14426
14421
  return /* @__PURE__ */ t(
14427
14422
  f,
14428
14423
  {