@taxbit/react-sdk 3.1.0-beta.0 → 3.2.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/index.d.ts +2 -1
- package/dist/src/App.d.ts +0 -1
- package/dist/src/components/Address/Address.d.ts +0 -1
- package/dist/src/components/ErrorAlert/ErrorAlert.d.ts +0 -1
- package/dist/src/components/ErrorBoundary/ErrorBoundary.d.ts +0 -1
- package/dist/src/components/ErrorMessage/ErrorMessage.d.ts +0 -1
- package/dist/src/components/ErrorMessage/__tests__/ErrorMessage.test.d.ts +0 -1
- package/dist/src/components/Form/Form.d.ts +0 -1
- package/dist/src/components/InputStatus/InputStatus.d.ts +0 -1
- package/dist/src/components/JsxFromString/JsxFromString.d.ts +0 -1
- package/dist/src/components/ProgressStatus/ProgressStatus.d.ts +0 -1
- package/dist/src/components/Row/Row.d.ts +0 -1
- package/dist/src/components/Section/Section.d.ts +0 -1
- package/dist/src/components/StatusMessage/StatusMessage.d.ts +0 -1
- package/dist/src/contexts/QuestionnaireStep/QuestionnaireStepProvider.d.ts +0 -1
- package/dist/src/contexts/QuestionnaireStep/getLocal.d.ts +0 -1
- package/dist/src/contexts/QuestionnaireStep/index.d.ts +0 -1
- package/dist/src/contexts/QuestionnaireStep/shiftControllingPerson.d.ts +0 -1
- package/dist/src/contexts/QuestionnaireStep/shiftResidence.d.ts +0 -1
- package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStep.d.ts +1 -4
- package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStepContext.d.ts +2 -7
- package/dist/src/contexts/TaxDocumentation/TaxbitQuestionnaireProvider.d.ts +0 -1
- package/dist/src/contexts/TaxDocumentation/useTaxDocumentation.d.ts +4 -5
- package/dist/src/contexts/TaxDocumentation/useTaxDocumentationContext.d.ts +8 -8
- package/dist/src/hooks/useHandleError.d.ts +0 -1
- package/dist/src/hooks/useTaxbit/__tests__/clientTaxDocumentation.d.ts +0 -1
- package/dist/src/hooks/useTaxbit/__tests__/serverTaxDocumentation.d.ts +0 -1
- package/dist/src/hooks/useTaxbit/types/comprehensive.d.ts +0 -1
- package/dist/src/hooks/useTaxbit/types/v2.d.ts +0 -1
- package/dist/src/hooks/useTaxbit/types/w8.d.ts +0 -1
- package/dist/src/hooks/useTaxbit/types/w9.d.ts +0 -1
- package/dist/src/hooks/useTaxbit/useTaxbit.d.ts +0 -1
- package/dist/src/hooks/useTaxbit/useTaxbitStatus.d.ts +0 -1
- package/dist/src/i18n/json/bg.json.d.ts +16 -6
- package/dist/src/i18n/json/cs.json.d.ts +15 -5
- package/dist/src/i18n/json/da.json.d.ts +15 -5
- package/dist/src/i18n/json/de-AT.json.d.ts +2 -2
- package/dist/src/i18n/json/de.json.d.ts +41 -28
- package/dist/src/i18n/json/el.json.d.ts +15 -5
- package/dist/src/i18n/json/en.json.d.ts +41 -28
- package/dist/src/i18n/json/es.json.d.ts +41 -28
- package/dist/src/i18n/json/et.json.d.ts +15 -5
- package/dist/src/i18n/json/fi.json.d.ts +15 -5
- package/dist/src/i18n/json/fr-LU.json.d.ts +2 -2
- package/dist/src/i18n/json/fr.json.d.ts +42 -29
- package/dist/src/i18n/json/ga.json.d.ts +15 -5
- package/dist/src/i18n/json/hr.json.d.ts +15 -5
- package/dist/src/i18n/json/hu.json.d.ts +15 -5
- package/dist/src/i18n/json/id.json.d.ts +40 -30
- package/dist/src/i18n/json/index.d.ts +10 -12
- package/dist/src/i18n/json/it.json.d.ts +41 -28
- package/dist/src/i18n/json/ja.json.d.ts +41 -28
- package/dist/src/i18n/json/ko.json.d.ts +41 -28
- package/dist/src/i18n/json/lt.json.d.ts +15 -5
- package/dist/src/i18n/json/lv.json.d.ts +15 -5
- package/dist/src/i18n/json/ms.json.d.ts +41 -28
- package/dist/src/i18n/json/mt.json.d.ts +15 -5
- package/dist/src/i18n/json/nl-BE.json.d.ts +2 -2
- package/dist/src/i18n/json/nl.json.d.ts +42 -29
- package/dist/src/i18n/json/no.json.d.ts +15 -5
- package/dist/src/i18n/json/pl.json.d.ts +41 -28
- package/dist/src/i18n/json/pt.json.d.ts +41 -28
- package/dist/src/i18n/json/ro.json.d.ts +42 -29
- package/dist/src/i18n/json/ru.json.d.ts +41 -28
- package/dist/src/i18n/json/sk.json.d.ts +15 -5
- package/dist/src/i18n/json/sl.json.d.ts +15 -5
- package/dist/src/i18n/json/sv.json.d.ts +15 -5
- package/dist/src/i18n/json/th.json.d.ts +41 -28
- package/dist/src/i18n/json/tr.json.d.ts +41 -28
- package/dist/src/i18n/json/uk.json.d.ts +15 -5
- package/dist/src/i18n/json/vi.json.d.ts +41 -28
- package/dist/src/i18n/json/zh-TW.json.d.ts +41 -28
- package/dist/src/i18n/json/zh.json.d.ts +406 -148
- package/dist/src/i18n/locales/bg.d.ts +1 -3
- package/dist/src/i18n/locales/cs.d.ts +1 -1
- package/dist/src/i18n/locales/da.d.ts +1 -1
- package/dist/src/i18n/locales/de-at.d.ts +1 -1
- package/dist/src/i18n/locales/de-de.d.ts +2 -0
- package/dist/src/i18n/locales/de.d.ts +2 -1
- package/dist/src/i18n/locales/el-cy.d.ts +1 -1
- package/dist/src/i18n/locales/el-el.d.ts +1 -0
- package/dist/src/i18n/locales/el.d.ts +1 -1
- package/dist/src/i18n/locales/en-dps.d.ts +2 -0
- package/dist/src/i18n/locales/en-gb.d.ts +1 -3
- package/dist/src/i18n/locales/en-nz.d.ts +1 -3
- package/dist/src/i18n/locales/en-us.d.ts +1 -3
- package/dist/src/i18n/locales/en.d.ts +2 -3
- package/dist/src/i18n/locales/es-es.d.ts +496 -0
- package/dist/src/i18n/locales/es-mx.d.ts +1 -3
- package/dist/src/i18n/locales/es.d.ts +2 -3
- package/dist/src/i18n/locales/et.d.ts +1 -1
- package/dist/src/i18n/locales/fi.d.ts +1 -1
- package/dist/src/i18n/locales/fr-ca.d.ts +1 -3
- package/dist/src/i18n/locales/fr-fr.d.ts +496 -0
- package/dist/src/i18n/locales/fr-lu.d.ts +1 -1
- package/dist/src/i18n/locales/fr.d.ts +2 -3
- package/dist/src/i18n/locales/ga.d.ts +1 -1
- package/dist/src/i18n/locales/hr.d.ts +1 -1
- package/dist/src/i18n/locales/hu.d.ts +1 -1
- package/dist/src/i18n/locales/id.d.ts +2 -3
- package/dist/src/i18n/locales/index.d.ts +5 -0
- package/dist/src/i18n/locales/it.d.ts +2 -1
- package/dist/src/i18n/locales/ja.d.ts +2 -3
- package/dist/src/i18n/locales/ko.d.ts +2 -3
- package/dist/src/i18n/locales/lt.d.ts +1 -1
- package/dist/src/i18n/locales/lv.d.ts +1 -1
- package/dist/src/i18n/locales/mergePropertyFiles.d.ts +2 -2
- package/dist/src/i18n/locales/ms.d.ts +2 -1
- package/dist/src/i18n/locales/mt.d.ts +1 -1
- package/dist/src/i18n/locales/nl-be.d.ts +1 -1
- package/dist/src/i18n/locales/nl-nl.d.ts +1 -0
- package/dist/src/i18n/locales/nl.d.ts +2 -1
- package/dist/src/i18n/locales/no.d.ts +1 -1
- package/dist/src/i18n/locales/pl.d.ts +2 -1
- package/dist/src/i18n/locales/pt-br.d.ts +1 -3
- package/dist/src/i18n/locales/pt-pt.d.ts +496 -0
- package/dist/src/i18n/locales/pt.d.ts +2 -1
- package/dist/src/i18n/locales/ro.d.ts +2 -1
- package/dist/src/i18n/locales/ru.d.ts +2 -3
- package/dist/src/i18n/locales/sk.d.ts +1 -1
- package/dist/src/i18n/locales/sl.d.ts +1 -1
- package/dist/src/i18n/locales/sv.d.ts +1 -1
- package/dist/src/i18n/locales/th.d.ts +2 -3
- package/dist/src/i18n/locales/tr.d.ts +2 -3
- package/dist/src/i18n/locales/translation-missing.d.ts +0 -1
- package/dist/src/i18n/locales/uk.d.ts +1 -3
- package/dist/src/i18n/locales/vi.d.ts +496 -3
- package/dist/src/i18n/locales/zh-cn.d.ts +496 -1
- package/dist/src/i18n/locales/zh-tw.d.ts +496 -1
- package/dist/src/i18n/locales/zh.d.ts +496 -3
- package/dist/src/i18n/localizationFileMap.d.ts +2 -3
- package/dist/src/i18n/types/LocalizationKey.d.ts +6 -6
- package/dist/src/i18n/types/PropertyFile.d.ts +15 -7
- package/dist/src/i18n/utils/getText.d.ts +1 -2
- package/dist/src/index.d.ts +0 -1
- package/dist/src/lookups/accountHolderEntityAccountTypeOptions.d.ts +1 -1
- package/dist/src/lookups/accountOwnerTypeOptions.d.ts +1 -1
- package/dist/src/lookups/activeNonFinancialEntityTypeOptions.d.ts +1 -1
- package/dist/src/lookups/controllingPersonRoleOptions.d.ts +1 -1
- package/dist/src/lookups/dayOptions.d.ts +1 -1
- package/dist/src/lookups/entityTypeOptions.d.ts +1 -1
- package/dist/src/lookups/fatcaCodeOptions.d.ts +1 -1
- package/dist/src/lookups/financialInstitutionTypeOptions.d.ts +1 -1
- package/dist/src/lookups/foreignRegardedOwnerAccountTypeOptions.d.ts +1 -1
- package/dist/src/lookups/getTreatyCountryLimitationOnBenefitOptions.d.ts +0 -1
- package/dist/src/lookups/intermediaryAccountTypeOptions.d.ts +1 -1
- package/dist/src/lookups/localeOptions.d.ts +0 -1
- package/dist/src/lookups/payeeCodeOptions.d.ts +1 -1
- package/dist/src/lookups/regardedOwnerEntityAccountTypeOptions.d.ts +1 -1
- package/dist/src/lookups/selfCertificationAccountTypeOptions.d.ts +1 -1
- package/dist/src/lookups/signatureCapacityOptions.d.ts +1 -1
- package/dist/src/lookups/tinNotRequiredReasonOptions.d.ts +1 -1
- package/dist/src/lookups/usAccountHolderAccountTypeOptions.d.ts +1 -1
- package/dist/src/lookups/usLlcAccountTypeOptions.d.ts +1 -1
- package/dist/src/lookups/usRegardedOwnerAccountTypeOptions.d.ts +1 -1
- package/dist/src/services/api.d.ts +0 -1
- package/dist/src/svg/Spinner.d.ts +0 -1
- package/dist/src/test/StepWrapper.d.ts +0 -1
- package/dist/src/test/Wrapper.d.ts +0 -1
- package/dist/src/test/getWrapper.d.ts +0 -1
- package/dist/src/test/renderWithWrapper.d.ts +0 -1
- package/dist/src/test/utils/helpers.d.ts +4 -2
- package/dist/src/types/InputStep.d.ts +1 -1
- package/dist/src/types/Locale.d.ts +1 -1
- package/dist/src/types/Progress.d.ts +0 -1
- package/dist/src/types/SchemaVersion.d.ts +2 -0
- package/dist/src/types/StepId.d.ts +1 -1
- package/dist/src/types/TaxDocumentation.d.ts +8 -4
- package/dist/src/types/client/ClientTaxDocumentationStatus.d.ts +1 -1
- package/dist/src/types/index.d.ts +1 -0
- package/dist/src/types/server/TaxDocumentationStatus.d.ts +1 -1
- package/dist/src/ui/Actions/Actions.d.ts +0 -1
- package/dist/src/ui/CheckBox/CheckBox.d.ts +0 -1
- package/dist/src/ui/CheckBox/__tests__/CheckBox.test.d.ts +0 -1
- package/dist/src/ui/DateOfBirthInput/DateOfBirthInput.d.ts +0 -1
- package/dist/src/ui/DateOfBirthInput/__tests__/DateOfBirthInput.test.d.ts +0 -1
- package/dist/src/ui/DateOfBirthInput/useDateOfBirthInput.d.ts +1 -2
- package/dist/src/ui/FormattedInput/FormattedInput.d.ts +0 -1
- package/dist/src/ui/FormattedInput/__tests__/FormattedInput.test.d.ts +0 -1
- package/dist/src/ui/HideShowButton/HideShowButton.d.ts +0 -1
- package/dist/src/ui/InputValue/InputValue.d.ts +0 -1
- package/dist/src/ui/MaskedContent/MaskedContent.d.ts +0 -1
- package/dist/src/ui/PasswordInput/PasswordInput.d.ts +0 -1
- package/dist/src/ui/PasswordInput/__tests__/PasswordInput.test.d.ts +0 -1
- package/dist/src/ui/PhoneNumberInput/PhoneNumberInput.d.ts +0 -1
- package/dist/src/ui/PhoneNumberInput/__tests__/PhoneNumberInput.test.d.ts +0 -1
- package/dist/src/ui/RadioButtons/RadioButtons.d.ts +0 -1
- package/dist/src/ui/RadioButtons/__tests__/RadioButtons.test.d.ts +0 -1
- package/dist/src/ui/Select/Select.d.ts +0 -1
- package/dist/src/ui/Select/__tests__/Select.test.d.ts +0 -1
- package/dist/src/ui/ShowHideInput/ShowHideInput.d.ts +0 -1
- package/dist/src/ui/TextArea/TextArea.d.ts +0 -1
- package/dist/src/ui/TextArea/__tests__/TextArea.test.d.ts +0 -1
- package/dist/src/ui/TextInput/TextInput.d.ts +0 -1
- package/dist/src/ui/TextInput/__tests__/TextInput.test.d.ts +0 -1
- package/dist/src/ui/ToggleButton/ToggleButton.d.ts +0 -1
- package/dist/src/ui/WithholdingInput/WithholdingInput.d.ts +0 -1
- package/dist/src/ui/useAriaAttributes.d.ts +0 -1
- package/dist/src/utils/getDataFields.d.ts +13 -1
- package/dist/src/utils/getErrorMessageId.d.ts +0 -1
- package/dist/src/utils/getFieldsState.d.ts +1 -1
- package/dist/src/utils/getFormStatus.d.ts +0 -1
- package/dist/src/utils/getLanguage.d.ts +0 -1
- package/dist/src/utils/mergeClientTaxDocumentationData.d.ts +0 -1
- package/dist/src/utils/promptKeyMapping/getAddressPromptKeyMap.d.ts +0 -1
- package/dist/src/utils/promptKeyMapping/getControllingPersonPromptKeyMap.d.ts +0 -1
- package/dist/src/utils/promptKeyMapping/getPromptKeyMap.d.ts +0 -1
- package/dist/src/utils/promptKeyMapping/getTaxResidencesPromptKeyMap.d.ts +0 -1
- package/dist/src/utils/stepIds.d.ts +0 -1
- package/dist/src/utils/transformForClient/convertYesNoToBoolean.d.ts +0 -1
- package/dist/src/utils/transformForClient/convertYesNoToBooleanOrUndefined.d.ts +0 -1
- package/dist/src/utils/transformForClient/transformCertifications.d.ts +0 -1
- package/dist/src/utils/transformForClient/transformForClient.d.ts +0 -1
- package/dist/src/utils/transformForClient/transformForClientAccountHolder.d.ts +0 -1
- package/dist/src/utils/transformForClient/transformForClientAddress.d.ts +0 -1
- package/dist/src/utils/transformForClient/transformForClientRegardedOwner.d.ts +0 -1
- package/dist/src/utils/transformForClient/transformForClientTaxResidences.d.ts +0 -1
- package/dist/src/utils/transformForClient/transformForControllingPersons.d.ts +0 -1
- package/dist/src/utils/transformInbound/getAccountOwnerType.d.ts +0 -1
- package/dist/src/utils/transformInbound/getActiveNonFinancialEntityType.d.ts +0 -1
- package/dist/src/utils/transformInbound/getEntityAccountType.d.ts +0 -1
- package/dist/src/utils/transformInbound/getEntityType.d.ts +0 -1
- package/dist/src/utils/transformInbound/getFinancialInstitutionType.d.ts +0 -1
- package/dist/src/utils/transformInbound/getIntermediaryAccountType.d.ts +0 -1
- package/dist/src/utils/transformInbound/getLLCClassification.d.ts +0 -1
- package/dist/src/utils/transformInbound/getSelfCertificationAccountType.d.ts +0 -1
- package/dist/src/utils/transformInbound/getSignatureCapacity.d.ts +2 -0
- package/dist/src/utils/transformInbound/getUsAccountType.d.ts +0 -1
- package/dist/src/utils/transformInbound/transformInbound.d.ts +0 -1
- package/dist/src/utils/transformInbound/transformInboundAddress.d.ts +0 -1
- package/dist/src/utils/transformInbound/transformInboundControllingPersons.d.ts +13 -1
- package/dist/src/utils/transformInbound/transformInboundTaxResidencies.d.ts +0 -1
- package/dist/src/validations/getEditFields.d.ts +1 -2
- package/dist/src/validations/getSkipFields.d.ts +1 -2
- package/dist/src/validations/getSkipSteps.d.ts +0 -1
- package/dist/src/validations/getSteps.d.ts +1 -2
- package/dist/src/validations/invalidFields/getInvalidAddressFields.d.ts +0 -1
- package/dist/src/validations/invalidFields/getInvalidControllingPersonsFields.d.ts +0 -1
- package/dist/src/validations/invalidFields/getInvalidFields.d.ts +0 -1
- package/dist/src/validations/invalidFields/getInvalidTaxResidencyFields.d.ts +0 -1
- package/dist/src/validations/invalidFields/invalidFieldRules.d.ts +3 -3
- package/dist/src/validations/requiredFields/getRequiredAddressFields.d.ts +0 -1
- package/dist/src/validations/requiredFields/getRequiredControllingPersonFields.d.ts +0 -1
- package/dist/src/validations/requiredFields/getRequiredFields.d.ts +0 -1
- package/dist/src/validations/requiredFields/getRequiredTaxResidenceFields.d.ts +0 -1
- package/dist/src/validations/statusFields/getStatusFields.d.ts +0 -1
- package/dist/src/validations/statusFields/statusFieldRules.d.ts +0 -1
- package/dist/src/validations/supportedFields/getSupportedAddressFields.d.ts +0 -1
- package/dist/src/validations/supportedFields/getSupportedControllingPersonFields.d.ts +0 -1
- package/dist/src/validations/supportedFields/getSupportedFields.d.ts +0 -1
- package/dist/src/validations/supportedFields/getSupportedTaxResidenceFields.d.ts +0 -1
- package/dist/src/validations/visibleFields/__tests__/utils.d.ts +0 -1
- package/dist/src/validations/visibleFields/getVisibleAddressFields.d.ts +0 -1
- package/dist/src/validations/visibleFields/getVisibleControllingPersonFields.d.ts +2 -3
- package/dist/src/validations/visibleFields/getVisibleFields.d.ts +2 -4
- package/dist/src/validations/visibleFields/getVisibleTaxResidenceFields.d.ts +2 -3
- package/dist/src/widgets/TaxbitQuestionnaire/TaxbitQuestionnaire.d.ts +0 -1
- package/dist/src/widgets/TaxbitQuestionnairePersist/TaxbitQuestionnairePersist.d.ts +0 -1
- package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.complete.test.d.ts +0 -1
- package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.error.test.d.ts +0 -1
- package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.loaded.test.d.ts +0 -1
- package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.loading.test.d.ts +0 -1
- package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.missingBearerToken.test.d.ts +0 -1
- package/dist/src/widgets/TaxbitQuestionnairePersist/useTaxbitPersist.d.ts +0 -1
- package/dist/src/wizard/AddressInput/AddressInput.d.ts +0 -1
- package/dist/src/wizard/ControllingPersonInput/ControllingPersonInput.d.ts +0 -1
- package/dist/src/wizard/LanguageSelector/LanguageSelector.d.ts +0 -1
- package/dist/src/wizard/LanguageSelector/__tests__/LanguageSelector.test.d.ts +0 -0
- package/dist/src/wizard/ResidenceInput/ResidenceInput.d.ts +0 -1
- package/dist/src/wizard/RowInput/AddressRow/AddressRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/CheckBoxRow/CheckBoxRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/DateOfBirthRow/DateOfBirthRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/ErrorRow/ErrorRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/ErrorRow/__tests__/ErrorRow.test.d.ts +0 -1
- package/dist/src/wizard/RowInput/HiddenInputRow/HiddenInputRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/PercentInputRow/PercentInputRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/PhoneNumberRow/PhoneNumberRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/RadioButtonRow/RadioButtonRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/SelectRow/SelectRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/ShowHideInputRow/ShowHideInputRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/TextAreaRow/TextAreaRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/TextInputRow/TextInputRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/TinInputRow/TinInputRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/ToggleButtonRow/ToggleButtonRow.d.ts +0 -1
- package/dist/src/wizard/RowInput/VisibleRow/VisibleRow.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderAdditionalInfo/AccountHolderAdditionalInfo.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderCertifications/AccountHolderCertifications.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderClassification/AccountHolderClassification.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderContact/AccountHolderContact.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderTax/AccountHolderTax.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderTaxResidenciesConfirmation/AccountHolderTaxResidenciesConfirmation.d.ts +2 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderTaxResidenciesConfirmation/index.d.ts +1 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderTreatyClaims/AccountHolderTreatyClaims.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderUsTinValidation/AccountHolderUsTinValidation.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/AppError/AppError.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/ControllingPersonDetails/ControllingPersonDetails.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/ControllingPersonTaxResidenciesConfirmation/ControllingPersonTaxResidenciesConfirmation.d.ts +9 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/ControllingPersonTaxResidenciesConfirmation/index.d.ts +1 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/Exemptions/Exemptions.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerCertifications/RegardedOwnerCertifications.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerContact/RegardedOwnerContact.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerTax/RegardedOwnerTax.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerTreatyClaims/RegardedOwnerTreatyClaims.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerUsTinValidation/RegardedOwnerUsTinValidation.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderClassificationSummary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderForeignClassificationSummary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderSelfCertificationClassificationSummary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderUsClassificationSummary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/ControllingPerson/ControllingPersonRoleInputValue.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/ControllingPerson/ControllingPersonSummary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/ControllingPerson/ControllingPersonTypeSummary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/Recap.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/RegardedOwner/RegardedOwnerClassificationSummary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/RegardedOwner/RegardedOwnerForeignClassificationSummary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/RegardedOwner/RegardedOwnerUsClassificationSummary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/Summary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/TaxResidency/TaxResidenciesSummary.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/TaxbitQuestionnaireUI.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DPS.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.DPS.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.SelfCert.Entity.test.d.ts +0 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.SelfCert.Individual.test.d.ts +0 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.W8.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.W9.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.LanguageSelector.test.d.ts +0 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.AccountClassification.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.ControllingPerson.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.NameAndAddress.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.Summary.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.TaxResidencies.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.Skip.DPS.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.Skip.SelfCert.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.Skip.WForm.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.WForm.Summary.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.WForm.TreatyClaims.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.WForm.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.test.d.ts +0 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/steps.d.ts +2 -0
- package/dist/taxbit-react-sdk.js +5132 -20167
- package/dist/taxbit-react-sdk.umd.cjs +1 -1
- package/package.json +5 -5
- package/dist/src/i18n/json/zh-CN.json.d.ts +0 -486
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.SelfCert.test.d.ts +0 -1
|
@@ -1 +1,496 @@
|
|
|
1
|
-
export declare const zhTw:
|
|
1
|
+
export declare const zhTw: {
|
|
2
|
+
badge: {
|
|
3
|
+
validTin: string;
|
|
4
|
+
invalidTin: string;
|
|
5
|
+
pendingTin: string;
|
|
6
|
+
};
|
|
7
|
+
button: {
|
|
8
|
+
back: string;
|
|
9
|
+
cancel: string;
|
|
10
|
+
edit: string;
|
|
11
|
+
hide: string;
|
|
12
|
+
next: string;
|
|
13
|
+
reset: string;
|
|
14
|
+
show: string;
|
|
15
|
+
submit: string;
|
|
16
|
+
};
|
|
17
|
+
prompt: {
|
|
18
|
+
eligibleForTreatyClaim: string;
|
|
19
|
+
treatyCountry: string;
|
|
20
|
+
typeOfIncome: string;
|
|
21
|
+
withholdingRateArticleParagraph: string;
|
|
22
|
+
iMeetRequiredTermsOfTreaty: string;
|
|
23
|
+
limitationOnBenefitsProvisions: string;
|
|
24
|
+
limitationOnBenefitsSpecifyArticleParagraph: string;
|
|
25
|
+
iCertifyBeneficialOwnerIsResident: string;
|
|
26
|
+
iCertifyBeneficialOwnerMeetsRequirements: string;
|
|
27
|
+
financialInstitutionType: string;
|
|
28
|
+
activeNonFinancialEntityType: string;
|
|
29
|
+
accountHolderAccountOwnerType: string;
|
|
30
|
+
accountHolderIntermediaryAccountType: string;
|
|
31
|
+
accountHolderEntityAccountType: string;
|
|
32
|
+
addAdditionalResidence: string;
|
|
33
|
+
addControllingPerson: string;
|
|
34
|
+
removeResidence: string;
|
|
35
|
+
removeControllingPerson: string;
|
|
36
|
+
address: string;
|
|
37
|
+
businessRegistrationNumber: string;
|
|
38
|
+
businessRegistrationCountry: string;
|
|
39
|
+
city: string;
|
|
40
|
+
country: string;
|
|
41
|
+
dateOfBirth: string;
|
|
42
|
+
day: string;
|
|
43
|
+
dbaName: string;
|
|
44
|
+
passiveEntityType: string;
|
|
45
|
+
managedEntityType: string;
|
|
46
|
+
exemptFatcaCode: string;
|
|
47
|
+
exemptPayeeCode: string;
|
|
48
|
+
foreignAccountType: string;
|
|
49
|
+
foreignTin: string;
|
|
50
|
+
foreignTinIsNotRequired: string;
|
|
51
|
+
investmentEntityManaged: string;
|
|
52
|
+
isIndividual: string;
|
|
53
|
+
mailingAddress: string;
|
|
54
|
+
mailingAddressIsDifferent: string;
|
|
55
|
+
name: string;
|
|
56
|
+
phoneNumber: string;
|
|
57
|
+
phoneNumberCode: string;
|
|
58
|
+
phoneNumberNumber: string;
|
|
59
|
+
emailAddress: string;
|
|
60
|
+
nameOfDisregardedEntity: string;
|
|
61
|
+
nameOfEntity: string;
|
|
62
|
+
nameOfCCorporation: string;
|
|
63
|
+
nameOfCorporation: string;
|
|
64
|
+
nameOfIndividual: string;
|
|
65
|
+
nameOfIndividualSoleProprietor: string;
|
|
66
|
+
nameOfQualifiedIntermediary: string;
|
|
67
|
+
nameOfNonqualifiedIntermediary: string;
|
|
68
|
+
nameOfTerritoryFinancialInstitution: string;
|
|
69
|
+
nameOfUsBranch: string;
|
|
70
|
+
nameOfWithholdingForeignPartnership: string;
|
|
71
|
+
nameOfWithholdingForeignTrust: string;
|
|
72
|
+
nameOfNonwithholdingForeignPartnership: string;
|
|
73
|
+
nameOfNonwithholdingForeignSimpleTrust: string;
|
|
74
|
+
nameOfNonwithholdingForeignGrantorTrust: string;
|
|
75
|
+
nameOfComplexTrust: string;
|
|
76
|
+
nameOfTaxExemptOrganization: string;
|
|
77
|
+
nameOfPrivateFoundation: string;
|
|
78
|
+
nameOfInternationalOrganization: string;
|
|
79
|
+
nameOfCentralBankOfIssue: string;
|
|
80
|
+
nameOfForeignGovernmentControlledEntity: string;
|
|
81
|
+
nameOfForeignGovernmentIntegralPart: string;
|
|
82
|
+
nameOfEstate: string;
|
|
83
|
+
nameOfLlc: string;
|
|
84
|
+
nameOfOrganization: string;
|
|
85
|
+
nameOfPartnership: string;
|
|
86
|
+
nameOfSCorporation: string;
|
|
87
|
+
nameOfSmllc: string;
|
|
88
|
+
nameOfSmllcOwner: string;
|
|
89
|
+
nameOfSoleProprietor: string;
|
|
90
|
+
nameOfTrustEstate: string;
|
|
91
|
+
otherRole: string;
|
|
92
|
+
otherEquivalentRole: string;
|
|
93
|
+
ownershipPercentage: string;
|
|
94
|
+
cityOfBirth: string;
|
|
95
|
+
countryOfBirth: string;
|
|
96
|
+
month: string;
|
|
97
|
+
province: string;
|
|
98
|
+
referenceNumbers: string;
|
|
99
|
+
regardedOwnerUsPerson: string;
|
|
100
|
+
regardedOwnerAccountType: string;
|
|
101
|
+
regardedOwnerEntityAccountType: string;
|
|
102
|
+
regardedOwnerIntermediaryAccountType: string;
|
|
103
|
+
relatedCorporation: string;
|
|
104
|
+
role: string;
|
|
105
|
+
securitiesMarket: string;
|
|
106
|
+
signature: string;
|
|
107
|
+
signatureCapacity: string;
|
|
108
|
+
signatureCapacityOther: string;
|
|
109
|
+
smllcElection: string;
|
|
110
|
+
smllcOwnerAccountType: string;
|
|
111
|
+
smllcOwnerUsPerson: string;
|
|
112
|
+
stateProvince: string;
|
|
113
|
+
countyRegion: string;
|
|
114
|
+
street: string;
|
|
115
|
+
street2: string;
|
|
116
|
+
taxIdNumber: string;
|
|
117
|
+
taxIdNumberIsNotRequired: string;
|
|
118
|
+
taxIdNumberIsNotRequiredReason: string;
|
|
119
|
+
taxIdNumberIsNotRequiredReasonOther: string;
|
|
120
|
+
tin: string;
|
|
121
|
+
tinUkEntity: string;
|
|
122
|
+
tinUkIndividual: string;
|
|
123
|
+
tinAuAbn: string;
|
|
124
|
+
type: string;
|
|
125
|
+
usAccountType: string;
|
|
126
|
+
usEin: string;
|
|
127
|
+
usLlcClassification: string;
|
|
128
|
+
usOtherClassification: string;
|
|
129
|
+
usPerson: string;
|
|
130
|
+
usSsn: string;
|
|
131
|
+
usTin: string;
|
|
132
|
+
usTinIsValid: string;
|
|
133
|
+
usTinMatchVerification: string;
|
|
134
|
+
usTrustEstateEin: string;
|
|
135
|
+
usSoleProprietorEin: string;
|
|
136
|
+
vatIdentificationNumber: string;
|
|
137
|
+
vatIsNotRequired: string;
|
|
138
|
+
vatCountry: string;
|
|
139
|
+
year: string;
|
|
140
|
+
zip: string;
|
|
141
|
+
assumesChapters3And4Responsibility: string;
|
|
142
|
+
assumes1099Responsibility: string;
|
|
143
|
+
usPersonElection: string;
|
|
144
|
+
providesAdditionalDocumentation: string;
|
|
145
|
+
isQiCertified: string;
|
|
146
|
+
assumesChapters3And4ResponsibilityCertified: string;
|
|
147
|
+
assumes1099ResponsibilityCertified: string;
|
|
148
|
+
notAssume1099ResponsibilityCertified: string;
|
|
149
|
+
meetsQiRegulationsRequirementsCertified: string;
|
|
150
|
+
obtainsDocumentationCertified: string;
|
|
151
|
+
notActingAsQiCertified: string;
|
|
152
|
+
transmitsNqiDocumentationCertified: string;
|
|
153
|
+
representsWithholdingStatementsCertified: string;
|
|
154
|
+
isFinancialInstitutionCertified: string;
|
|
155
|
+
tfiUsPersonElectionCertified: string;
|
|
156
|
+
transmitsTfiDocumentationCertified: string;
|
|
157
|
+
usbPaymentsCertified: string;
|
|
158
|
+
usbUsPersonElectionCertified: string;
|
|
159
|
+
transmitsUsbDocumentationCertified: string;
|
|
160
|
+
isCompliantCertified: string;
|
|
161
|
+
entityPaymentsCertified: string;
|
|
162
|
+
providesWithholdingStatementCertified: string;
|
|
163
|
+
iWillResubmitIfIncorrect: string;
|
|
164
|
+
iAmExemptFromFatcaReporting: string;
|
|
165
|
+
iAmNotSubjectToBackupWithholding: string;
|
|
166
|
+
residenceByInvestmentConfirmed: string;
|
|
167
|
+
giin: string;
|
|
168
|
+
iAmACitizenOfTheUs: string;
|
|
169
|
+
iAuthorizeWithholdingAgent: string;
|
|
170
|
+
iConfirmIncomeIsNonUs: string;
|
|
171
|
+
iConfirmTheEntityIsTheBeneficialOwner: string;
|
|
172
|
+
iConfirmTheEntityIsNotAUsPerson: string;
|
|
173
|
+
iConfirmTheIndividualIsTheBeneficialOwner: string;
|
|
174
|
+
iConfirmTheIndividualIsNotAUsPerson: string;
|
|
175
|
+
iConfirmTheIndividualIsResidentOfTreatyCountry: string;
|
|
176
|
+
iConfirmTheBeneficialOwnerIsExempt: string;
|
|
177
|
+
iConfirmTheTaxIdIsCorrect: string;
|
|
178
|
+
iUnderstandTheInformationIsCovered: string;
|
|
179
|
+
iAcknowledgeTheInformationMayBeProvided: string;
|
|
180
|
+
iCertifyIAmAccountHolder: string;
|
|
181
|
+
iCertifyIAmAuthorizedToSignForAccountHolder: string;
|
|
182
|
+
iDeclareStatementsAreCorrect: string;
|
|
183
|
+
iWillNotifyChangeInCircumstance: string;
|
|
184
|
+
iConfirmNoOtherResidencies: string;
|
|
185
|
+
};
|
|
186
|
+
subPrompt: {
|
|
187
|
+
eligibleForTreatyClaim: string;
|
|
188
|
+
withholdingRateArticleParagraph: string;
|
|
189
|
+
iMeetRequiredTermsOfTreaty: string;
|
|
190
|
+
limitationOnBenefitsProvisions: string;
|
|
191
|
+
isQiCertified: string;
|
|
192
|
+
transmitsTfiDocumentationCertified: string;
|
|
193
|
+
transmitsUsbDocumentationCertified: string;
|
|
194
|
+
entityPaymentsCertified: string;
|
|
195
|
+
enterAbnWithResidency: string;
|
|
196
|
+
accountHolderTaxResidences: string;
|
|
197
|
+
accountHolderPhoneAndEmail: string;
|
|
198
|
+
smllcElection: string;
|
|
199
|
+
iAmNotSubjectToBackupWithholding: string;
|
|
200
|
+
residenceByInvestmentConfirmed: string;
|
|
201
|
+
iConfirmIncomeIsNonUs: string;
|
|
202
|
+
isIndividual: string;
|
|
203
|
+
financialInstitutionType: string;
|
|
204
|
+
vatIdentificationNumber: string;
|
|
205
|
+
placeOfBirth: string;
|
|
206
|
+
referenceNumbers: string;
|
|
207
|
+
relatedCorporation: string;
|
|
208
|
+
role: string;
|
|
209
|
+
securitiesMarket: string;
|
|
210
|
+
signature: string;
|
|
211
|
+
signatureCapacityOther: string;
|
|
212
|
+
streetIsPermanent: string;
|
|
213
|
+
usPerson: string;
|
|
214
|
+
usTin: string;
|
|
215
|
+
usTinMatchVerification: string;
|
|
216
|
+
};
|
|
217
|
+
title: {
|
|
218
|
+
accountHolder: string;
|
|
219
|
+
accountHolderCertifications: string;
|
|
220
|
+
accountHolderClassification: string;
|
|
221
|
+
accountHolderContactInformation: string;
|
|
222
|
+
accountHolderTaxInformation: string;
|
|
223
|
+
accountHolderTaxResidenciesConfirmation: string;
|
|
224
|
+
accountHolderAdditionalInfo: string;
|
|
225
|
+
accountTypeCertifications: string;
|
|
226
|
+
address: string;
|
|
227
|
+
additionalConditions: string;
|
|
228
|
+
acknowledge: string;
|
|
229
|
+
reviewAndSubmit: string;
|
|
230
|
+
certify: string;
|
|
231
|
+
carfClassificationDetails: string;
|
|
232
|
+
certificationStatements: string;
|
|
233
|
+
confirmation: string;
|
|
234
|
+
controllingPersonDetails: string;
|
|
235
|
+
controllingPerson1TaxResidenciesConfirmation: string;
|
|
236
|
+
controllingPerson2TaxResidenciesConfirmation: string;
|
|
237
|
+
controllingPerson3TaxResidenciesConfirmation: string;
|
|
238
|
+
controllingPerson4TaxResidenciesConfirmation: string;
|
|
239
|
+
controllingPerson5TaxResidenciesConfirmation: string;
|
|
240
|
+
controllingPersons: string;
|
|
241
|
+
controllingPerson1: string;
|
|
242
|
+
controllingPerson2: string;
|
|
243
|
+
controllingPerson3: string;
|
|
244
|
+
controllingPerson4: string;
|
|
245
|
+
controllingPerson5: string;
|
|
246
|
+
countryOfCitizenship: string;
|
|
247
|
+
countryOfIncorporation: string;
|
|
248
|
+
exemptions: string;
|
|
249
|
+
mailingAddress: string;
|
|
250
|
+
primaryAddress: string;
|
|
251
|
+
permanentAddress: string;
|
|
252
|
+
placeOfBirth: string;
|
|
253
|
+
regardedOwner: string;
|
|
254
|
+
regardedOwnerCertifications: string;
|
|
255
|
+
regardedOwnerClassification: string;
|
|
256
|
+
regardedOwnerContactInformation: string;
|
|
257
|
+
regardedOwnerTaxInformation: string;
|
|
258
|
+
signature: string;
|
|
259
|
+
summary: string;
|
|
260
|
+
taxResidences: string;
|
|
261
|
+
taxResidence1: string;
|
|
262
|
+
taxResidence2: string;
|
|
263
|
+
taxResidence3: string;
|
|
264
|
+
taxResidence4: string;
|
|
265
|
+
taxResidence5: string;
|
|
266
|
+
accountHolderTreatyClaims: string;
|
|
267
|
+
regardedOwnerTreatyClaims: string;
|
|
268
|
+
accountHolderUsTinValidation: string;
|
|
269
|
+
regardedOwnerUsTinValidation: string;
|
|
270
|
+
};
|
|
271
|
+
subTitle: {
|
|
272
|
+
taxResidences: string;
|
|
273
|
+
permanentAddress: string;
|
|
274
|
+
taxInformationTreatyClaims: string;
|
|
275
|
+
controllingPersonDetails: string;
|
|
276
|
+
};
|
|
277
|
+
text: {
|
|
278
|
+
subjectToBackupWithholding: string;
|
|
279
|
+
irsRequiresBackupWithholdingConsent: string;
|
|
280
|
+
iCertifyIsCorrectAndHaveCapacity: string;
|
|
281
|
+
iCertifyHaveCapacity: string;
|
|
282
|
+
iCertifyIsCorrect: string;
|
|
283
|
+
eSignActReference: string;
|
|
284
|
+
mailingAddressIsSame: string;
|
|
285
|
+
notRequired: string;
|
|
286
|
+
notRequiredOrNotIssued: string;
|
|
287
|
+
interviewIsComplete: string;
|
|
288
|
+
penaltyOfPerjury: string;
|
|
289
|
+
penaltiesOfPerjury: string;
|
|
290
|
+
penaltiesOfPerjuryIAcknowledge: string;
|
|
291
|
+
retrievingInterviewStatus: string;
|
|
292
|
+
taxDocumentationSaved: string;
|
|
293
|
+
};
|
|
294
|
+
status: {
|
|
295
|
+
countryMustBeAResidenceCountry: string;
|
|
296
|
+
formHasErrors: string;
|
|
297
|
+
doesNotMatchExpectedFormat: string;
|
|
298
|
+
matchesExpectedFormat: string;
|
|
299
|
+
countryDoesNotRestrictTinDisclosure: string;
|
|
300
|
+
countryDoesNotRequireTinDisclosure: string;
|
|
301
|
+
countryDoesNotIssueTin: string;
|
|
302
|
+
invalid: string;
|
|
303
|
+
invalidDate: string;
|
|
304
|
+
invalidVat: string;
|
|
305
|
+
mustBeABNFormat: string;
|
|
306
|
+
mustBeFiveOrNineDigits: string;
|
|
307
|
+
mustBeInDateFormat: string;
|
|
308
|
+
mustBeNineDigits: string;
|
|
309
|
+
mustBeNinoFormat: string;
|
|
310
|
+
mustBeCaPostalCodeFormat: string;
|
|
311
|
+
mustBeInVatinFormat: string;
|
|
312
|
+
mustBeValidBirthDate: string;
|
|
313
|
+
mustBeAtLeast18: string;
|
|
314
|
+
mustMatchName: string;
|
|
315
|
+
checkFormatIndividualGB: string;
|
|
316
|
+
checkFormatEntityGB: string;
|
|
317
|
+
checkFormatIndividualDE: string;
|
|
318
|
+
checkFormatEntityDE: string;
|
|
319
|
+
checkFormatIndividualFR: string;
|
|
320
|
+
checkFormatEntityFR: string;
|
|
321
|
+
checkFormatIndividualIT: string;
|
|
322
|
+
checkFormatEntityIT: string;
|
|
323
|
+
checkFormatIndividualES: string;
|
|
324
|
+
checkFormatEntityES: string;
|
|
325
|
+
checkFormatIndividualNL: string;
|
|
326
|
+
checkFormatEntityNL: string;
|
|
327
|
+
checkFormatIndividualIE: string;
|
|
328
|
+
checkFormatEntityIE: string;
|
|
329
|
+
checkFormatIndividualCA: string;
|
|
330
|
+
checkFormatEntityCA: string;
|
|
331
|
+
checkFormatIndividualAU: string;
|
|
332
|
+
checkFormatEntityAU: string;
|
|
333
|
+
checkFormatIndividualSG: string;
|
|
334
|
+
checkFormatEntitySG: string;
|
|
335
|
+
required: string;
|
|
336
|
+
residencesMustIncludeVatCountry: string;
|
|
337
|
+
residencesMustIncludeAddressCountry: string;
|
|
338
|
+
residencesMustIncludeAnEUCountry: string;
|
|
339
|
+
residencesMustIncludeBusinessRegistrationCountry: string;
|
|
340
|
+
tooLong: string;
|
|
341
|
+
tooShort: string;
|
|
342
|
+
usTinDoesNotMatchName: string;
|
|
343
|
+
};
|
|
344
|
+
option: {
|
|
345
|
+
eligibleForTreatyClaim_yes: string;
|
|
346
|
+
eligibleForTreatyClaim_no: string;
|
|
347
|
+
BUSINESS_PROFITS: string;
|
|
348
|
+
ROYALTIES_OTHER: string;
|
|
349
|
+
SERVICES: string;
|
|
350
|
+
GOVERNMENT: string;
|
|
351
|
+
TAX_EXEMPT_PENSION: string;
|
|
352
|
+
OTHER_TAX_EXEMPT_ORGANIZATION: string;
|
|
353
|
+
PUBLICLY_TRADED_CORPORATION: string;
|
|
354
|
+
SUBSIDIARY: string;
|
|
355
|
+
COMPANY_MEETS_EROSION_TEST: string;
|
|
356
|
+
COMPANY_MEETS_DERIVATIVE_TEST: string;
|
|
357
|
+
COMPANY_MEETS_BUSINESS_TEST: string;
|
|
358
|
+
FAVORABLE_DETERMINATION: string;
|
|
359
|
+
NO_LOB_ARTICLE: string;
|
|
360
|
+
OTHER_ARTICLE_PARAGRAPH: string;
|
|
361
|
+
usTrustEstateEin_yes: string;
|
|
362
|
+
usTrustEstateEin_no: string;
|
|
363
|
+
usSoleProprietorEin_yes: string;
|
|
364
|
+
usSoleProprietorEin_no: string;
|
|
365
|
+
accountHolderUsPerson_yes: string;
|
|
366
|
+
accountHolderUsPerson_no: string;
|
|
367
|
+
regardedOwnerUsPerson_yes: string;
|
|
368
|
+
regardedOwnerUsPerson_no: string;
|
|
369
|
+
smllcOwnerUsPerson_yes: string;
|
|
370
|
+
smllcOwnerUsPerson_no: string;
|
|
371
|
+
smllcElection_yes: string;
|
|
372
|
+
smllcElection_no: string;
|
|
373
|
+
isIndividual_yes: string;
|
|
374
|
+
isIndividual_no: string;
|
|
375
|
+
investmentEntityManaged_yes: string;
|
|
376
|
+
investmentEntityManaged_no: string;
|
|
377
|
+
fatca_A: string;
|
|
378
|
+
fatca_B: string;
|
|
379
|
+
fatca_C: string;
|
|
380
|
+
fatca_D: string;
|
|
381
|
+
fatca_E: string;
|
|
382
|
+
fatca_F: string;
|
|
383
|
+
fatca_G: string;
|
|
384
|
+
fatca_H: string;
|
|
385
|
+
fatca_I: string;
|
|
386
|
+
fatca_J: string;
|
|
387
|
+
fatca_K: string;
|
|
388
|
+
fatca_L: string;
|
|
389
|
+
fatca_M: string;
|
|
390
|
+
payee_1: string;
|
|
391
|
+
payee_2: string;
|
|
392
|
+
payee_3: string;
|
|
393
|
+
payee_4: string;
|
|
394
|
+
payee_5: string;
|
|
395
|
+
payee_6: string;
|
|
396
|
+
payee_7: string;
|
|
397
|
+
payee_8: string;
|
|
398
|
+
payee_9: string;
|
|
399
|
+
payee_10: string;
|
|
400
|
+
payee_11: string;
|
|
401
|
+
payee_12: string;
|
|
402
|
+
payee_13: string;
|
|
403
|
+
no: string;
|
|
404
|
+
yes: string;
|
|
405
|
+
no_not_applicable: string;
|
|
406
|
+
ACTIVE_NON_FINANCIAL_ENTITY: string;
|
|
407
|
+
PASSIVE_NON_FINANCIAL_ENTITY: string;
|
|
408
|
+
FINANCIAL_INSTITUTION: string;
|
|
409
|
+
C_CORPORATION: string;
|
|
410
|
+
CENTRAL_BANK_OF_ISSUE: string;
|
|
411
|
+
COMPLEX_TRUST: string;
|
|
412
|
+
CORPORATION: string;
|
|
413
|
+
CUSTODIAL_INSTITUTION: string;
|
|
414
|
+
DEPOSITORY_INSTITUTION: string;
|
|
415
|
+
NON_REPORTING_FINANCIAL_INSTITUTION: string;
|
|
416
|
+
DISREGARDED_ENTITY: string;
|
|
417
|
+
ESTATE: string;
|
|
418
|
+
ENTITY: string;
|
|
419
|
+
INTERMEDIARY: string;
|
|
420
|
+
QUALIFIED_INTERMEDIARY: string;
|
|
421
|
+
NONQUALIFIED_INTERMEDIARY: string;
|
|
422
|
+
TERRITORY_FINANCIAL_INSTITUTION: string;
|
|
423
|
+
US_BRANCH: string;
|
|
424
|
+
WITHHOLDING_FOREIGN_PARTNERSHIP: string;
|
|
425
|
+
WITHHOLDING_FOREIGN_TRUST: string;
|
|
426
|
+
NONWITHHOLDING_FOREIGN_PARTNERSHIP: string;
|
|
427
|
+
NONWITHHOLDING_FOREIGN_SIMPLE_TRUST: string;
|
|
428
|
+
NONWITHHOLDING_FOREIGN_GRANTOR_TRUST: string;
|
|
429
|
+
FOREIGN_GOVERNMENT_CONTROLLED_ENTITY: string;
|
|
430
|
+
FOREIGN_GOVERNMENT_INTEGRAL_PART: string;
|
|
431
|
+
accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY: string;
|
|
432
|
+
GRANTOR_TRUST: string;
|
|
433
|
+
INDIVIDUAL: string;
|
|
434
|
+
INSURANCE_COMPANY: string;
|
|
435
|
+
accountHolderActiveNonFinancialEntityType_INTERNATIONAL_ORGANIZATION: string;
|
|
436
|
+
INTERNATIONAL_ORGANIZATION: string;
|
|
437
|
+
INVESTMENT_ENTITY: string;
|
|
438
|
+
LLC: string;
|
|
439
|
+
OTHER: string;
|
|
440
|
+
accountHolderActiveNonFinancialEntityType_OTHER: string;
|
|
441
|
+
PARTNERSHIP: string;
|
|
442
|
+
PRIVATE_FOUNDATION: string;
|
|
443
|
+
S_CORPORATION: string;
|
|
444
|
+
entityType_TRUST: string;
|
|
445
|
+
entityType_SIMILAR_TO_TRUST: string;
|
|
446
|
+
entityType_OTHER: string;
|
|
447
|
+
accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION: string;
|
|
448
|
+
SIMPLE_TRUST: string;
|
|
449
|
+
SM_LLC: string;
|
|
450
|
+
SOLE_PROPRIETOR: string;
|
|
451
|
+
TAX_EXEMPT_ORGANIZATION: string;
|
|
452
|
+
TRUST: string;
|
|
453
|
+
TRUST_ESTATE: string;
|
|
454
|
+
controllingPersonRole_SETTLOR: string;
|
|
455
|
+
controllingPersonRole_TRUSTEE: string;
|
|
456
|
+
controllingPersonRole_PROTECTOR: string;
|
|
457
|
+
controllingPersonRole_BENEFICIARY: string;
|
|
458
|
+
controllingPersonRole_OTHER: string;
|
|
459
|
+
controllingPersonRole_BENEFICIARY_EQUIVALENT: string;
|
|
460
|
+
controllingPersonRole_OTHER_EQUIVALENT: string;
|
|
461
|
+
controllingPersonRole_PROTECTOR_EQUIVALENT: string;
|
|
462
|
+
controllingPersonRole_SETTLOR_EQUIVALENT: string;
|
|
463
|
+
controllingPersonRole_TRUSTEE_EQUIVALENT: string;
|
|
464
|
+
controllingPersonRole_OWNER: string;
|
|
465
|
+
controllingPersonRole_OTHER_MEANS: string;
|
|
466
|
+
controllingPersonRole_SENIOR_MANAGING_OFFICIAL: string;
|
|
467
|
+
signatureCapacity_EXECUTOR: string;
|
|
468
|
+
signatureCapacity_OFFICER: string;
|
|
469
|
+
signatureCapacity_OTHER_CAPACITY: string;
|
|
470
|
+
missingTinNotRequiredReason_NOT_ISSUED: string;
|
|
471
|
+
missingTinNotRequiredReason_OTHER: string;
|
|
472
|
+
missingTinNotRequiredReason_NOT_REQUIRED: string;
|
|
473
|
+
assumesChapters3And4Responsibility_yes: string;
|
|
474
|
+
assumesChapters3And4Responsibility_no: string;
|
|
475
|
+
assumes1099Responsibility_yes: string;
|
|
476
|
+
assumes1099Responsibility_no: string;
|
|
477
|
+
usPersonElection_yes: string;
|
|
478
|
+
usPersonElection_no: string;
|
|
479
|
+
providesAdditionalDocumentation_yes: string;
|
|
480
|
+
providesAdditionalDocumentation_no: string;
|
|
481
|
+
};
|
|
482
|
+
subOption: {
|
|
483
|
+
accountHolderUsAccountType_SOLE_PROPRIETOR: string;
|
|
484
|
+
accountHolderUsAccountType_SM_LLC: string;
|
|
485
|
+
accountHolderUsAccountType_DISREGARDED_ENTITY: string;
|
|
486
|
+
accountHolderActiveNonFinancialEntityType_OTHER: string;
|
|
487
|
+
accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION: string;
|
|
488
|
+
accountHolderSelfCertificationAccountType_FINANCIAL_INSTITUTION: string;
|
|
489
|
+
accountHolderSelfCertificationAccountType_ACTIVE_NON_FINANCIAL_ENTITY: string;
|
|
490
|
+
accountHolderSelfCertificationAccountType_PASSIVE_NON_FINANCIAL_ENTITY: string;
|
|
491
|
+
accountHolderAccountOwnerType_ENTITY: string;
|
|
492
|
+
accountHolderAccountOwnerType_INTERMEDIARY: string;
|
|
493
|
+
regardedOwnerAccountOwnerType_ENTITY: string;
|
|
494
|
+
regardedOwnerAccountOwnerType_INTERMEDIARY: string;
|
|
495
|
+
};
|
|
496
|
+
};
|