@taxbit/react-sdk 3.0.0-beta.1 → 3.2.0-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.
Files changed (345) hide show
  1. package/README.md +18 -0
  2. package/dist/index.d.ts +2 -1
  3. package/dist/src/App.d.ts +0 -1
  4. package/dist/src/components/Address/Address.d.ts +0 -1
  5. package/dist/src/components/ErrorAlert/ErrorAlert.d.ts +0 -1
  6. package/dist/src/components/ErrorBoundary/ErrorBoundary.d.ts +0 -1
  7. package/dist/src/components/ErrorMessage/ErrorMessage.d.ts +0 -1
  8. package/dist/src/components/ErrorMessage/__tests__/ErrorMessage.test.d.ts +0 -1
  9. package/dist/src/components/Form/Form.d.ts +0 -1
  10. package/dist/src/components/InputStatus/InputStatus.d.ts +0 -1
  11. package/dist/src/components/JsxFromString/JsxFromString.d.ts +0 -1
  12. package/dist/src/components/ProgressStatus/ProgressStatus.d.ts +0 -1
  13. package/dist/src/components/Row/Row.d.ts +0 -1
  14. package/dist/src/components/Section/Section.d.ts +0 -1
  15. package/dist/src/components/StatusMessage/StatusMessage.d.ts +0 -1
  16. package/dist/src/contexts/QuestionnaireStep/QuestionnaireStepProvider.d.ts +0 -1
  17. package/dist/src/contexts/QuestionnaireStep/getLocal.d.ts +0 -1
  18. package/dist/src/contexts/QuestionnaireStep/index.d.ts +0 -1
  19. package/dist/src/contexts/QuestionnaireStep/shiftControllingPerson.d.ts +0 -1
  20. package/dist/src/contexts/QuestionnaireStep/shiftResidence.d.ts +0 -1
  21. package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStep.d.ts +1 -4
  22. package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStepContext.d.ts +2 -7
  23. package/dist/src/contexts/TaxDocumentation/TaxbitQuestionnaireProvider.d.ts +0 -1
  24. package/dist/src/contexts/TaxDocumentation/useTaxDocumentation.d.ts +5 -6
  25. package/dist/src/contexts/TaxDocumentation/useTaxDocumentationContext.d.ts +8 -8
  26. package/dist/src/hooks/useHandleError.d.ts +0 -1
  27. package/dist/src/hooks/useTaxbit/__tests__/clientTaxDocumentation.d.ts +0 -1
  28. package/dist/src/hooks/useTaxbit/__tests__/serverTaxDocumentation.d.ts +0 -1
  29. package/dist/src/hooks/useTaxbit/types/comprehensive.d.ts +0 -1
  30. package/dist/src/hooks/useTaxbit/types/v2.d.ts +0 -1
  31. package/dist/src/hooks/useTaxbit/types/w8.d.ts +0 -1
  32. package/dist/src/hooks/useTaxbit/types/w9.d.ts +0 -1
  33. package/dist/src/hooks/useTaxbit/useTaxbit.d.ts +0 -1
  34. package/dist/src/hooks/useTaxbit/useTaxbitStatus.d.ts +0 -1
  35. package/dist/src/i18n/json/bg.json.d.ts +15 -4
  36. package/dist/src/i18n/json/cs.json.d.ts +15 -4
  37. package/dist/src/i18n/json/da.json.d.ts +15 -4
  38. package/dist/src/i18n/json/de-AT.json.d.ts +2 -1
  39. package/dist/src/i18n/json/de.json.d.ts +332 -73
  40. package/dist/src/i18n/json/el.json.d.ts +15 -4
  41. package/dist/src/i18n/json/en.json.d.ts +43 -3
  42. package/dist/src/i18n/json/es.json.d.ts +41 -1
  43. package/dist/src/i18n/json/et.json.d.ts +15 -4
  44. package/dist/src/i18n/json/fi.json.d.ts +15 -4
  45. package/dist/src/i18n/json/fr-LU.json.d.ts +2 -1
  46. package/dist/src/i18n/json/fr.json.d.ts +42 -2
  47. package/dist/src/i18n/json/ga.json.d.ts +15 -4
  48. package/dist/src/i18n/json/hr.json.d.ts +15 -4
  49. package/dist/src/i18n/json/hu.json.d.ts +15 -4
  50. package/dist/src/i18n/json/id.json.d.ts +282 -23
  51. package/dist/src/i18n/json/index.d.ts +12 -11
  52. package/dist/src/i18n/json/it.json.d.ts +337 -78
  53. package/dist/src/i18n/json/ja.json.d.ts +41 -1
  54. package/dist/src/i18n/json/ko.json.d.ts +285 -26
  55. package/dist/src/i18n/json/lt.json.d.ts +15 -4
  56. package/dist/src/i18n/json/lv.json.d.ts +15 -4
  57. package/dist/src/i18n/json/ms.json.d.ts +499 -0
  58. package/dist/src/i18n/json/mt.json.d.ts +15 -4
  59. package/dist/src/i18n/json/nl-BE.json.d.ts +2 -1
  60. package/dist/src/i18n/json/nl.json.d.ts +338 -79
  61. package/dist/src/i18n/json/no.json.d.ts +15 -4
  62. package/dist/src/i18n/json/pl.json.d.ts +336 -77
  63. package/dist/src/i18n/json/pt.json.d.ts +41 -1
  64. package/dist/src/i18n/json/ro.json.d.ts +345 -86
  65. package/dist/src/i18n/json/ru.json.d.ts +333 -74
  66. package/dist/src/i18n/json/sk.json.d.ts +15 -4
  67. package/dist/src/i18n/json/sl.json.d.ts +15 -4
  68. package/dist/src/i18n/json/sv.json.d.ts +15 -4
  69. package/dist/src/i18n/json/th.json.d.ts +345 -86
  70. package/dist/src/i18n/json/tr.json.d.ts +41 -1
  71. package/dist/src/i18n/json/uk.json.d.ts +15 -4
  72. package/dist/src/i18n/json/vi.json.d.ts +333 -74
  73. package/dist/src/i18n/json/zh-TW.json.d.ts +499 -0
  74. package/dist/src/i18n/json/zh.json.d.ts +406 -147
  75. package/dist/src/i18n/locales/bg.d.ts +1 -3
  76. package/dist/src/i18n/locales/cs.d.ts +1 -1
  77. package/dist/src/i18n/locales/da.d.ts +1 -1
  78. package/dist/src/i18n/locales/de-at.d.ts +1 -1
  79. package/dist/src/i18n/locales/de-de.d.ts +2 -0
  80. package/dist/src/i18n/locales/de.d.ts +2 -1
  81. package/dist/src/i18n/locales/el-cy.d.ts +1 -1
  82. package/dist/src/i18n/locales/el-el.d.ts +1 -0
  83. package/dist/src/i18n/locales/el.d.ts +1 -1
  84. package/dist/src/i18n/locales/en-dps.d.ts +2 -0
  85. package/dist/src/i18n/locales/en-gb.d.ts +1 -3
  86. package/dist/src/i18n/locales/en-nz.d.ts +1 -3
  87. package/dist/src/i18n/locales/en-us.d.ts +1 -3
  88. package/dist/src/i18n/locales/en.d.ts +2 -3
  89. package/dist/src/i18n/locales/es-es.d.ts +496 -0
  90. package/dist/src/i18n/locales/es-mx.d.ts +1 -3
  91. package/dist/src/i18n/locales/es.d.ts +2 -3
  92. package/dist/src/i18n/locales/et.d.ts +1 -1
  93. package/dist/src/i18n/locales/fi.d.ts +1 -1
  94. package/dist/src/i18n/locales/fr-ca.d.ts +1 -3
  95. package/dist/src/i18n/locales/fr-fr.d.ts +496 -0
  96. package/dist/src/i18n/locales/fr-lu.d.ts +1 -1
  97. package/dist/src/i18n/locales/fr.d.ts +2 -3
  98. package/dist/src/i18n/locales/ga.d.ts +1 -1
  99. package/dist/src/i18n/locales/hr.d.ts +1 -1
  100. package/dist/src/i18n/locales/hu.d.ts +1 -1
  101. package/dist/src/i18n/locales/id.d.ts +2 -3
  102. package/dist/src/i18n/locales/index.d.ts +8 -0
  103. package/dist/src/i18n/locales/it.d.ts +2 -1
  104. package/dist/src/i18n/locales/ja.d.ts +2 -3
  105. package/dist/src/i18n/locales/ko.d.ts +2 -3
  106. package/dist/src/i18n/locales/lt.d.ts +1 -1
  107. package/dist/src/i18n/locales/lv.d.ts +1 -1
  108. package/dist/src/i18n/locales/mergePropertyFiles.d.ts +2 -2
  109. package/dist/src/i18n/locales/ms.d.ts +2 -0
  110. package/dist/src/i18n/locales/mt.d.ts +1 -1
  111. package/dist/src/i18n/locales/nl-be.d.ts +1 -1
  112. package/dist/src/i18n/locales/nl-nl.d.ts +1 -0
  113. package/dist/src/i18n/locales/nl.d.ts +2 -1
  114. package/dist/src/i18n/locales/no.d.ts +1 -1
  115. package/dist/src/i18n/locales/pl.d.ts +2 -1
  116. package/dist/src/i18n/locales/pt-br.d.ts +1 -3
  117. package/dist/src/i18n/locales/pt-pt.d.ts +496 -0
  118. package/dist/src/i18n/locales/pt.d.ts +2 -1
  119. package/dist/src/i18n/locales/ro.d.ts +2 -1
  120. package/dist/src/i18n/locales/ru.d.ts +2 -3
  121. package/dist/src/i18n/locales/sk.d.ts +1 -1
  122. package/dist/src/i18n/locales/sl.d.ts +1 -1
  123. package/dist/src/i18n/locales/sv.d.ts +1 -1
  124. package/dist/src/i18n/locales/th.d.ts +2 -3
  125. package/dist/src/i18n/locales/tr.d.ts +2 -3
  126. package/dist/src/i18n/locales/translation-missing.d.ts +0 -1
  127. package/dist/src/i18n/locales/uk.d.ts +1 -3
  128. package/dist/src/i18n/locales/vi.d.ts +496 -3
  129. package/dist/src/i18n/locales/zh-cn.d.ts +496 -0
  130. package/dist/src/i18n/locales/zh-tw.d.ts +496 -0
  131. package/dist/src/i18n/locales/zh.d.ts +496 -3
  132. package/dist/src/i18n/localizationFileMap.d.ts +2 -3
  133. package/dist/src/i18n/types/LocalizationKey.d.ts +5 -5
  134. package/dist/src/i18n/types/PropertyFile.d.ts +14 -6
  135. package/dist/src/i18n/utils/getText.d.ts +1 -2
  136. package/dist/src/index.d.ts +0 -1
  137. package/dist/src/lookups/accountHolderEntityAccountTypeOptions.d.ts +1 -1
  138. package/dist/src/lookups/accountOwnerTypeOptions.d.ts +1 -1
  139. package/dist/src/lookups/activeNonFinancialEntityTypeOptions.d.ts +1 -1
  140. package/dist/src/lookups/controllingPersonRoleOptions.d.ts +1 -1
  141. package/dist/src/lookups/dayOptions.d.ts +1 -1
  142. package/dist/src/lookups/entityTypeOptions.d.ts +1 -1
  143. package/dist/src/lookups/fatcaCodeOptions.d.ts +1 -1
  144. package/dist/src/lookups/financialInstitutionTypeOptions.d.ts +1 -1
  145. package/dist/src/lookups/foreignRegardedOwnerAccountTypeOptions.d.ts +1 -1
  146. package/dist/src/lookups/getTreatyCountryLimitationOnBenefitOptions.d.ts +0 -1
  147. package/dist/src/lookups/intermediaryAccountTypeOptions.d.ts +1 -1
  148. package/dist/src/lookups/localeOptions.d.ts +0 -1
  149. package/dist/src/lookups/payeeCodeOptions.d.ts +1 -1
  150. package/dist/src/lookups/regardedOwnerEntityAccountTypeOptions.d.ts +1 -1
  151. package/dist/src/lookups/selfCertificationAccountTypeOptions.d.ts +1 -1
  152. package/dist/src/lookups/signatureCapacityOptions.d.ts +1 -1
  153. package/dist/src/lookups/tinNotRequiredReasonOptions.d.ts +1 -1
  154. package/dist/src/lookups/usAccountHolderAccountTypeOptions.d.ts +1 -1
  155. package/dist/src/lookups/usLlcAccountTypeOptions.d.ts +1 -1
  156. package/dist/src/lookups/usRegardedOwnerAccountTypeOptions.d.ts +1 -1
  157. package/dist/src/services/api.d.ts +0 -1
  158. package/dist/src/svg/Spinner.d.ts +0 -1
  159. package/dist/src/test/StepWrapper.d.ts +0 -1
  160. package/dist/src/test/Wrapper.d.ts +0 -1
  161. package/dist/src/test/getWrapper.d.ts +0 -1
  162. package/dist/src/test/renderWithWrapper.d.ts +0 -1
  163. package/dist/src/test/utils/helpers.d.ts +4 -2
  164. package/dist/src/types/InputStep.d.ts +1 -1
  165. package/dist/src/types/Locale.d.ts +1 -1
  166. package/dist/src/types/Progress.d.ts +0 -1
  167. package/dist/src/types/SchemaVersion.d.ts +2 -0
  168. package/dist/src/types/StepId.d.ts +1 -1
  169. package/dist/src/types/TaxDocumentation.d.ts +8 -4
  170. package/dist/src/types/client/ClientTaxDocumentationStatus.d.ts +1 -1
  171. package/dist/src/types/index.d.ts +1 -0
  172. package/dist/src/types/server/TaxDocumentationStatus.d.ts +1 -1
  173. package/dist/src/ui/Actions/Actions.d.ts +0 -1
  174. package/dist/src/ui/CheckBox/CheckBox.d.ts +0 -1
  175. package/dist/src/ui/CheckBox/__tests__/CheckBox.test.d.ts +0 -1
  176. package/dist/src/ui/DateOfBirthInput/DateOfBirthInput.d.ts +0 -1
  177. package/dist/src/ui/DateOfBirthInput/__tests__/DateOfBirthInput.test.d.ts +0 -1
  178. package/dist/src/ui/DateOfBirthInput/useDateOfBirthInput.d.ts +1 -2
  179. package/dist/src/ui/FormattedInput/FormattedInput.d.ts +0 -1
  180. package/dist/src/ui/FormattedInput/__tests__/FormattedInput.test.d.ts +0 -1
  181. package/dist/src/ui/HideShowButton/HideShowButton.d.ts +0 -1
  182. package/dist/src/ui/InputValue/InputValue.d.ts +0 -1
  183. package/dist/src/ui/MaskedContent/MaskedContent.d.ts +0 -1
  184. package/dist/src/ui/PasswordInput/PasswordInput.d.ts +0 -1
  185. package/dist/src/ui/PasswordInput/__tests__/PasswordInput.test.d.ts +0 -1
  186. package/dist/src/ui/PhoneNumberInput/PhoneNumberInput.d.ts +0 -1
  187. package/dist/src/ui/PhoneNumberInput/__tests__/PhoneNumberInput.test.d.ts +0 -1
  188. package/dist/src/ui/RadioButtons/RadioButtons.d.ts +0 -1
  189. package/dist/src/ui/RadioButtons/__tests__/RadioButtons.test.d.ts +0 -1
  190. package/dist/src/ui/Select/Select.d.ts +0 -1
  191. package/dist/src/ui/Select/__tests__/Select.test.d.ts +0 -1
  192. package/dist/src/ui/ShowHideInput/ShowHideInput.d.ts +0 -1
  193. package/dist/src/ui/TextArea/TextArea.d.ts +0 -1
  194. package/dist/src/ui/TextArea/__tests__/TextArea.test.d.ts +0 -1
  195. package/dist/src/ui/TextInput/TextInput.d.ts +0 -1
  196. package/dist/src/ui/TextInput/__tests__/TextInput.test.d.ts +0 -1
  197. package/dist/src/ui/ToggleButton/ToggleButton.d.ts +0 -1
  198. package/dist/src/ui/WithholdingInput/WithholdingInput.d.ts +0 -1
  199. package/dist/src/ui/useAriaAttributes.d.ts +0 -1
  200. package/dist/src/utils/getDataFields.d.ts +13 -1
  201. package/dist/src/utils/getErrorMessageId.d.ts +0 -1
  202. package/dist/src/utils/getFieldsState.d.ts +6 -10
  203. package/dist/src/utils/getFormStatus.d.ts +0 -1
  204. package/dist/src/utils/getLanguage.d.ts +0 -1
  205. package/dist/src/utils/isBlank.d.ts +1 -1
  206. package/dist/src/utils/mergeClientTaxDocumentationData.d.ts +0 -1
  207. package/dist/src/utils/promptKeyMapping/getAddressPromptKeyMap.d.ts +0 -1
  208. package/dist/src/utils/promptKeyMapping/getControllingPersonPromptKeyMap.d.ts +0 -1
  209. package/dist/src/utils/promptKeyMapping/getPromptKeyMap.d.ts +0 -1
  210. package/dist/src/utils/promptKeyMapping/getTaxResidencesPromptKeyMap.d.ts +0 -1
  211. package/dist/src/utils/stepIds.d.ts +0 -1
  212. package/dist/src/utils/transformForClient/convertYesNoToBoolean.d.ts +0 -1
  213. package/dist/src/utils/transformForClient/convertYesNoToBooleanOrUndefined.d.ts +0 -1
  214. package/dist/src/utils/transformForClient/transformCertifications.d.ts +0 -1
  215. package/dist/src/utils/transformForClient/transformForClient.d.ts +0 -1
  216. package/dist/src/utils/transformForClient/transformForClientAccountHolder.d.ts +0 -1
  217. package/dist/src/utils/transformForClient/transformForClientAddress.d.ts +0 -1
  218. package/dist/src/utils/transformForClient/transformForClientRegardedOwner.d.ts +0 -1
  219. package/dist/src/utils/transformForClient/transformForClientTaxResidences.d.ts +0 -1
  220. package/dist/src/utils/transformForClient/transformForControllingPersons.d.ts +0 -1
  221. package/dist/src/utils/transformInbound/getAccountOwnerType.d.ts +0 -1
  222. package/dist/src/utils/transformInbound/getActiveNonFinancialEntityType.d.ts +0 -1
  223. package/dist/src/utils/transformInbound/getEntityAccountType.d.ts +0 -1
  224. package/dist/src/utils/transformInbound/getEntityType.d.ts +0 -1
  225. package/dist/src/utils/transformInbound/getFinancialInstitutionType.d.ts +0 -1
  226. package/dist/src/utils/transformInbound/getIntermediaryAccountType.d.ts +0 -1
  227. package/dist/src/utils/transformInbound/getLLCClassification.d.ts +0 -1
  228. package/dist/src/utils/transformInbound/getSelfCertificationAccountType.d.ts +0 -1
  229. package/dist/src/utils/transformInbound/getSignatureCapacity.d.ts +2 -0
  230. package/dist/src/utils/transformInbound/getUsAccountType.d.ts +0 -1
  231. package/dist/src/utils/transformInbound/transformInbound.d.ts +0 -1
  232. package/dist/src/utils/transformInbound/transformInboundAddress.d.ts +0 -1
  233. package/dist/src/utils/transformInbound/transformInboundControllingPersons.d.ts +13 -1
  234. package/dist/src/utils/transformInbound/transformInboundTaxResidencies.d.ts +0 -1
  235. package/dist/src/validations/getEditFields.d.ts +1 -2
  236. package/dist/src/validations/getSkipFields.d.ts +1 -2
  237. package/dist/src/validations/getSkipSteps.d.ts +0 -1
  238. package/dist/src/validations/getSteps.d.ts +1 -2
  239. package/dist/src/validations/invalidFields/getInvalidAddressFields.d.ts +0 -1
  240. package/dist/src/validations/invalidFields/getInvalidControllingPersonsFields.d.ts +0 -1
  241. package/dist/src/validations/invalidFields/getInvalidFields.d.ts +0 -1
  242. package/dist/src/validations/invalidFields/getInvalidTaxResidencyFields.d.ts +0 -1
  243. package/dist/src/validations/invalidFields/invalidFieldRules.d.ts +3 -3
  244. package/dist/src/validations/requiredFields/getRequiredAddressFields.d.ts +0 -1
  245. package/dist/src/validations/requiredFields/getRequiredControllingPersonFields.d.ts +0 -1
  246. package/dist/src/validations/requiredFields/getRequiredFields.d.ts +0 -1
  247. package/dist/src/validations/requiredFields/getRequiredTaxResidenceFields.d.ts +0 -1
  248. package/dist/src/validations/statusFields/getStatusFields.d.ts +0 -1
  249. package/dist/src/validations/statusFields/statusFieldRules.d.ts +0 -1
  250. package/dist/src/validations/supportedFields/getSupportedAddressFields.d.ts +0 -1
  251. package/dist/src/validations/supportedFields/getSupportedControllingPersonFields.d.ts +0 -1
  252. package/dist/src/validations/supportedFields/getSupportedFields.d.ts +0 -1
  253. package/dist/src/validations/supportedFields/getSupportedTaxResidenceFields.d.ts +0 -1
  254. package/dist/src/validations/visibleFields/__tests__/utils.d.ts +0 -1
  255. package/dist/src/validations/visibleFields/getVisibleAddressFields.d.ts +0 -1
  256. package/dist/src/validations/visibleFields/getVisibleControllingPersonFields.d.ts +2 -3
  257. package/dist/src/validations/visibleFields/getVisibleFields.d.ts +2 -4
  258. package/dist/src/validations/visibleFields/getVisibleTaxResidenceFields.d.ts +2 -3
  259. package/dist/src/widgets/TaxbitQuestionnaire/TaxbitQuestionnaire.d.ts +0 -1
  260. package/dist/src/widgets/TaxbitQuestionnairePersist/TaxbitQuestionnairePersist.d.ts +0 -1
  261. package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.complete.test.d.ts +0 -1
  262. package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.error.test.d.ts +0 -1
  263. package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.loaded.test.d.ts +0 -1
  264. package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.loading.test.d.ts +0 -1
  265. package/dist/src/widgets/TaxbitQuestionnairePersist/__tests__/TaxbitQuestionnairePersist.missingBearerToken.test.d.ts +0 -1
  266. package/dist/src/widgets/TaxbitQuestionnairePersist/useTaxbitPersist.d.ts +0 -1
  267. package/dist/src/wizard/AddressInput/AddressInput.d.ts +0 -1
  268. package/dist/src/wizard/ControllingPersonInput/ControllingPersonInput.d.ts +0 -1
  269. package/dist/src/wizard/LanguageSelector/LanguageSelector.d.ts +0 -1
  270. package/dist/src/wizard/LanguageSelector/__tests__/LanguageSelector.test.d.ts +0 -0
  271. package/dist/src/wizard/ResidenceInput/ResidenceInput.d.ts +0 -1
  272. package/dist/src/wizard/RowInput/AddressRow/AddressRow.d.ts +0 -1
  273. package/dist/src/wizard/RowInput/CheckBoxRow/CheckBoxRow.d.ts +0 -1
  274. package/dist/src/wizard/RowInput/DateOfBirthRow/DateOfBirthRow.d.ts +0 -1
  275. package/dist/src/wizard/RowInput/ErrorRow/ErrorRow.d.ts +0 -1
  276. package/dist/src/wizard/RowInput/ErrorRow/__tests__/ErrorRow.test.d.ts +0 -1
  277. package/dist/src/wizard/RowInput/HiddenInputRow/HiddenInputRow.d.ts +0 -1
  278. package/dist/src/wizard/RowInput/HiddenInputRow/tests/HiddenInputRow.test.d.ts +1 -0
  279. package/dist/src/wizard/RowInput/PercentInputRow/PercentInputRow.d.ts +0 -1
  280. package/dist/src/wizard/RowInput/PhoneNumberRow/PhoneNumberRow.d.ts +0 -1
  281. package/dist/src/wizard/RowInput/RadioButtonRow/RadioButtonRow.d.ts +0 -1
  282. package/dist/src/wizard/RowInput/SelectRow/SelectRow.d.ts +0 -1
  283. package/dist/src/wizard/RowInput/ShowHideInputRow/ShowHideInputRow.d.ts +0 -1
  284. package/dist/src/wizard/RowInput/TextAreaRow/TextAreaRow.d.ts +0 -1
  285. package/dist/src/wizard/RowInput/TextInputRow/TextInputRow.d.ts +0 -1
  286. package/dist/src/wizard/RowInput/TinInputRow/TinInputRow.d.ts +0 -1
  287. package/dist/src/wizard/RowInput/ToggleButtonRow/ToggleButtonRow.d.ts +0 -1
  288. package/dist/src/wizard/RowInput/VisibleRow/VisibleRow.d.ts +0 -1
  289. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderAdditionalInfo/AccountHolderAdditionalInfo.d.ts +0 -1
  290. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderCertifications/AccountHolderCertifications.d.ts +0 -1
  291. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderClassification/AccountHolderClassification.d.ts +0 -1
  292. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderContact/AccountHolderContact.d.ts +0 -1
  293. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderTax/AccountHolderTax.d.ts +0 -1
  294. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderTaxResidenciesConfirmation/AccountHolderTaxResidenciesConfirmation.d.ts +2 -0
  295. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderTaxResidenciesConfirmation/index.d.ts +1 -0
  296. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderTreatyClaims/AccountHolderTreatyClaims.d.ts +0 -1
  297. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderUsTinValidation/AccountHolderUsTinValidation.d.ts +0 -1
  298. package/dist/src/wizard/TaxbitQuestionnaireUI/AppError/AppError.d.ts +0 -1
  299. package/dist/src/wizard/TaxbitQuestionnaireUI/ControllingPersonDetails/ControllingPersonDetails.d.ts +0 -1
  300. package/dist/src/wizard/TaxbitQuestionnaireUI/ControllingPersonTaxResidenciesConfirmation/ControllingPersonTaxResidenciesConfirmation.d.ts +9 -0
  301. package/dist/src/wizard/TaxbitQuestionnaireUI/ControllingPersonTaxResidenciesConfirmation/index.d.ts +1 -0
  302. package/dist/src/wizard/TaxbitQuestionnaireUI/Exemptions/Exemptions.d.ts +0 -1
  303. package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerCertifications/RegardedOwnerCertifications.d.ts +0 -1
  304. package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerContact/RegardedOwnerContact.d.ts +0 -1
  305. package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerTax/RegardedOwnerTax.d.ts +0 -1
  306. package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerTreatyClaims/RegardedOwnerTreatyClaims.d.ts +0 -1
  307. package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerUsTinValidation/RegardedOwnerUsTinValidation.d.ts +0 -1
  308. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderClassificationSummary.d.ts +0 -1
  309. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderForeignClassificationSummary.d.ts +0 -1
  310. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderSelfCertificationClassificationSummary.d.ts +0 -1
  311. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderUsClassificationSummary.d.ts +0 -1
  312. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/ControllingPerson/ControllingPersonRoleInputValue.d.ts +0 -1
  313. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/ControllingPerson/ControllingPersonSummary.d.ts +0 -1
  314. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/ControllingPerson/ControllingPersonTypeSummary.d.ts +0 -1
  315. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/Recap.d.ts +0 -1
  316. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/RegardedOwner/RegardedOwnerClassificationSummary.d.ts +0 -1
  317. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/RegardedOwner/RegardedOwnerForeignClassificationSummary.d.ts +0 -1
  318. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/RegardedOwner/RegardedOwnerUsClassificationSummary.d.ts +0 -1
  319. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/Summary.d.ts +0 -1
  320. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/TaxResidency/TaxResidenciesSummary.d.ts +0 -1
  321. package/dist/src/wizard/TaxbitQuestionnaireUI/TaxbitQuestionnaireUI.d.ts +0 -1
  322. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DPS.test.d.ts +0 -1
  323. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.DPS.test.d.ts +0 -1
  324. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.SelfCert.Entity.test.d.ts +0 -0
  325. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.SelfCert.Individual.test.d.ts +0 -0
  326. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.W8.test.d.ts +0 -1
  327. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.W9.test.d.ts +0 -1
  328. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.LanguageSelector.test.d.ts +0 -0
  329. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.AccountClassification.test.d.ts +0 -1
  330. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.ControllingPerson.test.d.ts +0 -1
  331. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.NameAndAddress.test.d.ts +0 -1
  332. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.Summary.test.d.ts +0 -1
  333. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.SelfCert.TaxResidencies.test.d.ts +0 -1
  334. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.Skip.DPS.test.d.ts +0 -1
  335. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.Skip.SelfCert.test.d.ts +0 -1
  336. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.Skip.WForm.test.d.ts +0 -1
  337. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.WForm.Summary.test.d.ts +0 -1
  338. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.WForm.TreatyClaims.test.d.ts +0 -1
  339. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.WForm.test.d.ts +0 -1
  340. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.test.d.ts +0 -1
  341. package/dist/src/wizard/TaxbitQuestionnaireUI/steps.d.ts +2 -0
  342. package/dist/taxbit-react-sdk.js +7072 -17937
  343. package/dist/taxbit-react-sdk.umd.cjs +1 -1
  344. package/package.json +5 -5
  345. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.SelfCert.test.d.ts +0 -1
@@ -74,9 +74,9 @@ declare const _default: {
74
74
  "iWillNotifyChangeInCircumstance": "Me comprometo a informar a la entidad a la que se proporciona este formulario dentro de los 30 días sobre cualquier cambio en las circunstancias que afecte el estado de residencia fiscal del titular de la cuenta identificado anteriormente o que haga que la información proporcionada aquí sea incorrecta (incluyendo cualquier cambio en la información sobre las personas controladoras) y a proporcionar a la entidad a la que se proporciona este formulario una auto-certificación y declaración actualizadas dentro de los 90 días posteriores a dicho cambio en las circunstancias.",
75
75
  "mailingAddressIsDifferent": "Η ταχυδρομική διεύθυνση είναι διαφορετική από τη μόνιμη διεύθυνση",
76
76
  "signature": "Υπογραφή",
77
- "iCertifyToAll": "Πιστοποιώ τα πάντα",
78
- "iHaveCapacityToSignForEntity": "Πιστοποιώ ότι έχω την ικανότητα να υπογράψω για την οντότητα που αναφέρεται παραπάνω",
79
- "iHaveCapacityToSignForIndividual": "Πιστοποιώ ότι έχω την ικανότητα να υπογράψω για το άτομο που αναφέρεται παραπάνω"
77
+ "giin": "Παγκόσμιος Αριθμός Αναγνώρισης Διαμεσολαβητή",
78
+ "residenceByInvestmentConfirmed": "Επιβεβαιώνω:",
79
+ "iConfirmNoOtherResidencies": "<b>Κάνοντας κλικ στο Επόμενο, επιβεβαιώνω ότι δεν υπάρχουν άλλες φορολογικές κατοικίες πέρα από αυτές που αναφέρονται παραπάνω.</b>"
80
80
  },
81
81
  "subPrompt": {
82
82
  "accountHolderTaxResidences": "Εισαγάγετε κάθε χώρα ή δικαιοδοσία της οποίας είστε φορολογικός κάτοικος.",
@@ -90,7 +90,8 @@ declare const _default: {
90
90
  "securitiesMarket": "Αγορά κινητών αξιών",
91
91
  "financialInstitutionType": "Ποιος τύπος χρηματοπιστωτικού ιδρύματος αντιπροσωπεύει καλύτερα τον τύπο του λογαριασμού σας;",
92
92
  "role": "Ποιο από τα παρακάτω αντιπροσωπεύει καλύτερα τον ρόλο, λόγω του οποίου αυτό το άτομο είναι Ελεγκτικό Πρόσωπο;",
93
- "enterAbnWithResidency": "Εάν έχετε ABN, μην το εισάγετε εδώ. Παρακαλώ παρέχετέ το με τις πληροφορίες φορολογικής κατοικίας παρακάτω."
93
+ "enterAbnWithResidency": "Εάν έχετε ABN, μην το εισάγετε εδώ. Παρακαλώ παρέχετέ το με τις πληροφορίες φορολογικής κατοικίας παρακάτω.",
94
+ "residenceByInvestmentConfirmed": "<ol type=\"a\"><li>Οι χώρες φορολογικής κατοικίας που παρέχονται αντιπροσωπεύουν όλες τις χώρες στις οποίες θεωρούμαι φορολογικός κάτοικος, συμπεριλαμβανομένων τυχόν δικαιωμάτων διαμονής που αποκτήθηκαν στο πλαίσιο προγράμματος CBI/RBI.</li><li>Δεν έχω περάσει περισσότερες από 90 ημέρες σε οποιαδήποτε άλλη δικαιοδοσία κατά τη διάρκεια του προηγούμενου έτους.</li><li>Δεν έχω υποβάλει δηλώσεις φόρου εισοδήματος φυσικών προσώπων σε οποιαδήποτε άλλη δικαιοδοσία εκτός από αυτές που έχουν ήδη αναφερθεί.</li></ol>"
94
95
  },
95
96
  "subTitle": {
96
97
  "taxResidences": "Εισαγάγετε κάθε χώρα ή δικαιοδοσία της οποίας είστε φορολογικός κάτοικος.",
@@ -102,6 +103,7 @@ declare const _default: {
102
103
  "accountHolder": "Κάτοχος λογαριασμού",
103
104
  "accountHolderClassification": "Ταξινόμηση λογαριασμού",
104
105
  "accountHolderContactInformation": "Λεπτομέρειες Αναγνώρισης",
106
+ "accountHolderTaxResidenciesConfirmation": "Account Holder Tax Residencies Confirmation",
105
107
  "accountHolderTaxInformation": "Φορολογικά στοιχεία",
106
108
  "accountHolderAdditionalInfo": "Φορολογικά στοιχεία (περισσότερα)",
107
109
  "address": "Διεύθυνση",
@@ -122,6 +124,11 @@ declare const _default: {
122
124
  "taxResidence4": "Φορολογική κατοικία 4",
123
125
  "taxResidence5": "Φορολογική κατοικία 5",
124
126
  "carfClassificationDetails": "Λεπτομέρειες ταξινόμησης CARF",
127
+ "controllingPerson1TaxResidenciesConfirmation": "Controlling Person 1 Tax Residencies Confirmation",
128
+ "controllingPerson2TaxResidenciesConfirmation": "Controlling Person 2 Tax Residencies Confirmation",
129
+ "controllingPerson3TaxResidenciesConfirmation": "Controlling Person 3 Tax Residencies Confirmation",
130
+ "controllingPerson4TaxResidenciesConfirmation": "Controlling Person 4 Tax Residencies Confirmation",
131
+ "controllingPerson5TaxResidenciesConfirmation": "Controlling Person 5 Tax Residencies Confirmation",
125
132
  "controllingPersonDetails": "Λεπτομέρειες ελέγχοντος προσώπου",
126
133
  "controllingPersons": "Ελέγχοντα πρόσωπα",
127
134
  "controllingPerson1": "Ελέγχον πρόσωπο 1",
@@ -146,6 +153,9 @@ declare const _default: {
146
153
  "countryMustBeAResidenceCountry": "Η χώρα πρέπει να είναι χώρα κατοικίας",
147
154
  "formHasErrors": "Παρακαλώ ελέγξτε τα παραπάνω σφάλματα",
148
155
  "doesNotMatchExpectedFormat": "Φαίνεται να είναι λανθασμένο",
156
+ "countryDoesNotRestrictTinDisclosure": "Η επιλεγμένη χώρα δεν είναι γνωστό ότι περιορίζει τη γνωστοποίηση αριθμών φορολογικού μητρώου",
157
+ "countryDoesNotRequireTinDisclosure": "Η επιλεγμένη χώρα δεν απαιτεί τη γνωστοποίηση αριθμών φορολογικού μητρώου",
158
+ "countryDoesNotIssueTin": "Η επιλεγμένη χώρα δεν εκδίδει αριθμούς φορολογικού μητρώου",
149
159
  "invalid": "Μη έγκυρο",
150
160
  "invalidDate": "Μη έγκυρη ημερομηνία",
151
161
  "invalidVat": "Ogiltigt momsregistreringsnummer",
@@ -198,6 +208,7 @@ declare const _default: {
198
208
  "FINANCIAL_INSTITUTION": "Χρηματοπιστωτικό ίδρυμα",
199
209
  "CUSTODIAL_INSTITUTION": "Θεματοφυλακή",
200
210
  "DEPOSITORY_INSTITUTION": "Καταθετικό ίδρυμα",
211
+ "NON_REPORTING_FINANCIAL_INSTITUTION": "Μη Δηλούν Χρηματοπιστωτικό Ίδρυμα",
201
212
  "accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Κυβερνητική οντότητα",
202
213
  "INSURANCE_COMPANY": "Ασφαλιστική εταιρεία",
203
214
  "INVESTMENT_ENTITY": "Επενδυτική οντότητα",
@@ -163,6 +163,8 @@ declare const _default: {
163
163
  "iWillResubmitIfIncorrect": "<b>I agree that I will submit a new form within 30 days if any certification on this form becomes incorrect.</b>",
164
164
  "iAmExemptFromFatcaReporting": "The FATCA code entered on this form (if any) indicating that I am exempt from FATCA reporting is correct.",
165
165
  "iAmNotSubjectToBackupWithholding": "I am not subject to backup withholding because:",
166
+ "residenceByInvestmentConfirmed": "I confirm:",
167
+ "giin": "Global Intermediary Identification Number",
166
168
  "iAmACitizenOfTheUs": "I am a U.S. citizen or other U.S. person.",
167
169
  "iAuthorizeWithholdingAgent": "Furthermore, I authorize this form to be provided to any withholding agent that has control, receipt, or custody of the income of which the entity name above is the beneficial owner or any withholding agent that can disburse or make payments of the income of which the entity named above is the beneficial owner.",
168
170
  "iConfirmIncomeIsNonUs": "This form relates to:",
@@ -173,6 +175,7 @@ declare const _default: {
173
175
  "iConfirmTheIndividualIsResidentOfTreatyCountry": "The person named above is a resident of the treaty country provided (if any) within the meaning of the income tax treaty between the United States and that country; and",
174
176
  "iConfirmTheBeneficialOwnerIsExempt": "For broker transactions or barter exchanges, the beneficial owner is an exempt foreign person as defined in the instructions.",
175
177
  "iConfirmTheTaxIdIsCorrect": "The number shown on this form is my correct taxpayer identification number.",
178
+ "iConfirmNoOtherResidencies": "I confirm there are no other tax residencies beyond what's listed above.",
176
179
  "iUnderstandTheInformationIsCovered": "I understand that the information supplied by me is covered by the full provisions of the terms and conditions governing the Account Holder's relationship with the entity to which this form is being provided setting out how the entity may use and share the information supplied by me.",
177
180
  "iAcknowledgeTheInformationMayBeProvided": "I acknowledge that the information contained in this form and information regarding the Account Holder and any Reportable Account(s) may be reported to the tax authorities of the country/jurisdiction in which this account(s) is/are maintained and exchanged with tax authorities of another country/jurisdiction or countries/jurisdictions in which the Account Holder may be tax resident pursuant to intergovernmental agreements to exchange financial account information.",
178
181
  "iCertifyIAmAccountHolder": "I certify that I am the Account Holder (or am authorized to sign for the Account Holder) of all the account(s) to which this form relates.",
@@ -194,6 +197,7 @@ declare const _default: {
194
197
  "accountHolderPhoneAndEmail": "Phone number and e-mail are required, as you have indicated you are a tax resident of Australia.",
195
198
  "smllcElection": "<p>An 8832 election is for an eligible entity to be treated as a C-Corporation or Partnership for U.S. tax purposes.</p><p>A 2553 election is for an eligible entity to be treated as an S-Corporation for U.S. tax purposes.</p>",
196
199
  "iAmNotSubjectToBackupWithholding": "<ol type=\"a\"><li>I am exempt from backup withholding, or</li><li>I have not been notified by the Internal Revenue Service (IRS) that I am subject to backup withholding as a result of a failure to report all interest or dividends, or </li><li>the IRS has notified me that I am no longer subject to backup withholding.</li></ol>",
200
+ "residenceByInvestmentConfirmed": "<ol type=\"a\"><li>The tax residence countries provided represent all countries in which I am considered a tax resident, including any residence rights obtained under a CBI/RBI scheme.</li><li>I have not spent more than 90 days in any other jurisdiction during the previous year.</li><li>I have not filed personal income tax returns in any jurisdiction other than those already listed.</li></ol>",
197
201
  "iConfirmIncomeIsNonUs": "<ol type='a'><li>income not effectively connected with the conduct of a trade or business in the United States;</li><li>income effectively connected with the conduct of a trade or business in the United States but is not subject to tax under an applicable income tax treaty;</li><li>the partner's share of a partnership's effectively connected taxable income; or</li><li>the partner's amount realized from the transfer of a partnership interest subject to withholding under section 1446(f);</li></ol>",
198
202
  "isIndividual": "Select 'Yes' if the account is for an individual. Select 'No' if you are representing a business, organization, or other entity.",
199
203
  "financialInstitutionType": "Which type of Financial Institution best represents your account type?",
@@ -216,6 +220,7 @@ declare const _default: {
216
220
  "accountHolderClassification": "Account Classification",
217
221
  "accountHolderContactInformation": "Identification Details",
218
222
  "accountHolderTaxInformation": "Tax Information",
223
+ "accountHolderTaxResidenciesConfirmation": "Tax Residencies Confirmation",
219
224
  "accountHolderAdditionalInfo": "Additional Information",
220
225
  "accountTypeCertifications": "Account Type Certifications",
221
226
  "address": "Address",
@@ -227,6 +232,11 @@ declare const _default: {
227
232
  "certificationStatements": "Certification Statements",
228
233
  "confirmation": "Confirmation",
229
234
  "controllingPersonDetails": "Controlling Person Details",
235
+ "controllingPerson1TaxResidenciesConfirmation": "Controlling Person 1 Tax Residencies Confirmation",
236
+ "controllingPerson2TaxResidenciesConfirmation": "Controlling Person 2 Tax Residencies Confirmation",
237
+ "controllingPerson3TaxResidenciesConfirmation": "Controlling Person 3 Tax Residencies Confirmation",
238
+ "controllingPerson4TaxResidenciesConfirmation": "Controlling Person 4 Tax Residencies Confirmation",
239
+ "controllingPerson5TaxResidenciesConfirmation": "Controlling Person 5 Tax Residencies Confirmation",
230
240
  "controllingPersons": "Controlling Person(s)",
231
241
  "controllingPerson1": "Controlling Person 1",
232
242
  "controllingPerson2": "Controlling Person 2",
@@ -237,8 +247,8 @@ declare const _default: {
237
247
  "countryOfIncorporation": "Country of Incorporation/Organization",
238
248
  "exemptions": "Exemptions",
239
249
  "mailingAddress": "Mailing Address",
240
- "primaryAddress": "Primary Address",
241
- "permanentAddress": "Permanent Address",
250
+ "primaryAddress": "Primary Residence Address",
251
+ "permanentAddress": "Permanent Residence Address",
242
252
  "placeOfBirth": "Place of Birth",
243
253
  "regardedOwner": "Regarded Owner",
244
254
  "regardedOwnerCertifications": "Regarded Owner Certifications",
@@ -286,6 +296,9 @@ declare const _default: {
286
296
  "formHasErrors": "Please review errors above",
287
297
  "doesNotMatchExpectedFormat": "Please check format",
288
298
  "matchesExpectedFormat": "✓ Format looks good",
299
+ "countryDoesNotRestrictTinDisclosure": "Selected country is not known to restrict the disclosure of TINs",
300
+ "countryDoesNotRequireTinDisclosure": "Selected country does not require the disclosure of TINs",
301
+ "countryDoesNotIssueTin": "Selected country does not issue TINs",
289
302
  "invalid": "Invalid",
290
303
  "invalidDate": "Invalid Date",
291
304
  "invalidVat": "Invalid VAT Number",
@@ -321,7 +334,7 @@ declare const _default: {
321
334
  "checkFormatEntitySG": "Please check the format. A Unique Entity Number (UEN) is usually a 9 or 10-character, alphanumeric string.",
322
335
  "required": "Required",
323
336
  "residencesMustIncludeVatCountry": "VAT Country must be provided as a Tax Residency below",
324
- "residencesMustIncludeAddressCountry": "The country of your primary address must be provided as a Tax Residency below",
337
+ "residencesMustIncludeAddressCountry": "The country of the permanent residence address must be provided as a Tax Residency below",
325
338
  "residencesMustIncludeAnEUCountry": "At least one country of tax residency must be an EU Country",
326
339
  "residencesMustIncludeBusinessRegistrationCountry": "Business Registration Country must be provided as a Tax Residency below",
327
340
  "tooLong": "Too Long",
@@ -361,6 +374,32 @@ declare const _default: {
361
374
  "isIndividual_no": "No, I am not an individual",
362
375
  "investmentEntityManaged_yes": "Yes, the Investment Entity is managed by a Financial Institution",
363
376
  "investmentEntityManaged_no": "No, the Investment Entity is not managed by a Financial Institution",
377
+ "fatca_A": "1 – An organization exempt from tax under section 501(a), any IRA, or a custodial account under section 403(b)(7) if the account satisfies the requirements of section 401(f)(2).",
378
+ "fatca_B": "2 – The United States or any of its agencies or instrumentalities.",
379
+ "fatca_C": "3 – A state, the District of Columbia, a U.S. commonwealth or territory, or any of their political subdivisions or instrumentalities.",
380
+ "fatca_D": "4 – A foreign government or any of its political subdivisions, agencies, or instrumentalities.",
381
+ "fatca_E": "5 – A corporation.",
382
+ "fatca_F": "6 – A dealer in securities or commodities required to register in the United States, the District of Columbia, or a U.S. commonwealth or territory.",
383
+ "fatca_G": "7 – A futures commission merchant registered with the Commodity Futures Trading Commission.",
384
+ "fatca_H": "8 – A real estate investment trust.",
385
+ "fatca_I": "9 – An entity registered at all times during the tax year under the Investment Company Act of 1940.",
386
+ "fatca_J": "10 – A common trust fund operated by a bank under section 584(a).",
387
+ "fatca_K": "11 – A financial institution as defined under section 581.",
388
+ "fatca_L": "12 – A middleman known in the investment community as a nominee or custodian.",
389
+ "fatca_M": "13 – A trust exempt from tax under section 664 or described in section 4947.",
390
+ "payee_1": "A – An organization exempt from tax under section 501(a) or any individual retirement plan as defined in section 7701(a)(37).",
391
+ "payee_2": "B – The United States or any of its agencies or instrumentalities.",
392
+ "payee_3": "C – A state, the District of Columbia, a U.S. commonwealth or territory, or any of their political subdivisions or instrumentalities.",
393
+ "payee_4": "D – A corporation the stock of which is regularly traded on one or more established securities markets, as described in Regulations section 1.1472-1(c)(1)(i).",
394
+ "payee_5": "E – A corporation that is a member of the same expanded affiliated group as a corporation described in Regulations section 1.1472-1(c)(1)(i)r",
395
+ "payee_6": "F – A dealer in securities, commodities, or derivative financial instruments (including notional principal contracts, futures, forwards, and options) that is registered as such under the laws of the United States or any state.",
396
+ "payee_7": "G – A real estate investment trust.",
397
+ "payee_8": "H – A regulated investment company as defined in section 851 or an entity registered at all times during the tax year under the Investment Company Act of 1940.",
398
+ "payee_9": "I – A common trust fund as defined in section 584(a).",
399
+ "payee_10": "J – A bank as defined in section 581.",
400
+ "payee_11": "K – A broker.",
401
+ "payee_12": "L – A trust exempt from tax under section 664 or described in section 4947(a)(1).",
402
+ "payee_13": "M – A tax-exempt trust under a section 403(b) plan or section 457(g) plan.",
364
403
  "no": "No",
365
404
  "yes": "Yes",
366
405
  "no_not_applicable": "No or Not applicable",
@@ -373,6 +412,7 @@ declare const _default: {
373
412
  "CORPORATION": "Corporation",
374
413
  "CUSTODIAL_INSTITUTION": "Custodial Institution",
375
414
  "DEPOSITORY_INSTITUTION": "Depository Institution",
415
+ "NON_REPORTING_FINANCIAL_INSTITUTION": "Non-Reporting Financial Institution",
376
416
  "DISREGARDED_ENTITY": "Disregarded Entity",
377
417
  "ESTATE": "Estate",
378
418
  "ENTITY": "Entity",
@@ -156,6 +156,8 @@ declare const _default: {
156
156
  "iWillResubmitIfIncorrect": "<b>Acepto que enviaré un nuevo formulario en 30 días si alguna certificación en este formulario resulta incorrecta.</b>",
157
157
  "iAmExemptFromFatcaReporting": "El código FATCA presente en este formulario (si lo hubiera) para indicar que estoy exento de presentar informes FATCA es correcto.",
158
158
  "iAmNotSubjectToBackupWithholding": "No estoy sujeto a retenciones adicionales porque:",
159
+ "residenceByInvestmentConfirmed": "Yo confirmo:",
160
+ "giin": "Número de Identificación de Intermediario Global",
159
161
  "iAmACitizenOfTheUs": "Soy ciudadano estadounidense o persona estadounidense.",
160
162
  "iAuthorizeWithholdingAgent": "Además, autorizo que este formulario se proporcione a cualquier agente de retención que tenga control, recibo o custodia de los ingresos de los cuales la entidad mencionada anteriormente es beneficiaria activa o cualquier agente de retención que pueda desembolsar o realizar pagos de los ingresos de los cuales entidad mencionada anteriormente es beneficiaria activa.",
161
163
  "iConfirmIncomeIsNonUs": "Este formulario está relacionado con: ",
@@ -178,7 +180,8 @@ declare const _default: {
178
180
  "iCertifyIAmAccountHolder": "Certifico que soy el titular de la cuenta (o estoy autorizado para firmar en nombre del titular de la cuenta) para todas las cuentas a las que se aplica este formulario.",
179
181
  "iCertifyIAmAuthorizedToSignForAccountHolder": "Certifico que estoy autorizado para firmar en nombre del titular de la cuenta para todas las cuentas a las que se aplica este formulario.",
180
182
  "iDeclareStatementsAreCorrect": "Declaro que todas las declaraciones contenidas en esta declaración, según mi leal saber y entender, son correctas y completas.",
181
- "iWillNotifyChangeInCircumstance": "Me comprometo a informar a la entidad a la que se proporciona este formulario dentro de los 30 días sobre cualquier cambio en las circunstancias que afecte el estado de residencia fiscal del titular de la cuenta identificado anteriormente o que haga que la información proporcionada aquí sea incorrecta (incluyendo cualquier cambio en la información sobre las personas controladoras) y a proporcionar a la entidad a la que se proporciona este formulario una auto-certificación y declaración actualizadas dentro de los 90 días posteriores a dicho cambio en las circunstancias."
183
+ "iWillNotifyChangeInCircumstance": "Me comprometo a informar a la entidad a la que se proporciona este formulario dentro de los 30 días sobre cualquier cambio en las circunstancias que afecte el estado de residencia fiscal del titular de la cuenta identificado anteriormente o que haga que la información proporcionada aquí sea incorrecta (incluyendo cualquier cambio en la información sobre las personas controladoras) y a proporcionar a la entidad a la que se proporciona este formulario una auto-certificación y declaración actualizadas dentro de los 90 días posteriores a dicho cambio en las circunstancias.",
184
+ "iConfirmNoOtherResidencies": "<b>Al hacer clic en siguiente, confirmo que no hay otras residencias fiscales más allá de las mencionadas anteriormente.</b>"
182
185
  },
183
186
  "subPrompt": {
184
187
  "accountHolderTaxResidences": "Seleccione cada país o jurisdicción en los cuales el titular de la cuenta tenga residencia fiscal.",
@@ -195,6 +198,7 @@ declare const _default: {
195
198
  "securitiesMarket": "Mercado de valores",
196
199
  "smllcElection": "Una elección de 8832 o 2553",
197
200
  "iAmNotSubjectToBackupWithholding": "<ol type=\"a\"><li>estoy exento de retenciones adicionales o</li><li>el Servicio de Impuestos Internos (IRS) no me ha notificado que estoy sujeto a retenciones adicionales como resultado de no declarar todos los intereses o dividendos, o</li><li>el IRS me ha notificado que ya no estoy sujeto a retenciones adicionales.</li></ol>",
201
+ "residenceByInvestmentConfirmed": "<ol type=\"a\"><li>Los países de residencia fiscal proporcionados representan todos los países en los que soy considerado residente fiscal, incluidos los derechos de residencia obtenidos bajo un esquema CBI/RBI.</li><li>No he pasado más de 90 días en ninguna otra jurisdicción durante el año anterior.</li><li>No he presentado declaraciones de impuestos sobre la renta personal en ninguna jurisdicción distinta de las ya indicadas.</li></ol>",
198
202
  "iConfirmIncomeIsNonUs": "<ol type=\"a\"><li>ingresos que no estén relacionados efectivamente con la realización de una actividad comercial o empresarial en los Estados Unidos;</li><li>ingresos relacionados efectivamente con la realización de una actividad comercial o empresarial en los Estados Unidos pero no sujetos a impuestos en virtud de un tratado de impuesto sobre la renta aplicable;</li><li>participación del socio en la renta imponible relacionada efectivamente de una sociedad; o</li><li>importe obtenido por el socio de la transferencia de un interés de la sociedad sujeto a retención según la sección 1446(f).</li></ol>",
199
203
  "isIndividual": "Seleccione \"Sí\" si la cuenta es para un particular. Seleccione \"No\" si representa a una empresa, organización u otra entidad.",
200
204
  "vatIdentificationNumber": "Identificador único para empresas o particulares registrados a efectos del IVA.",
@@ -225,6 +229,11 @@ declare const _default: {
225
229
  "controllingPerson4": "Persona de control 4",
226
230
  "controllingPerson5": "Persona de control 5",
227
231
  "controllingPersonDetails": "Detalles de la persona de control",
232
+ "controllingPerson1TaxResidenciesConfirmation": "Confirmación de Residencias Fiscales de Persona de Control 1",
233
+ "controllingPerson2TaxResidenciesConfirmation": "Confirmación de Residencias Fiscales de Persona de Control 2",
234
+ "controllingPerson3TaxResidenciesConfirmation": "Confirmación de Residencias Fiscales de Persona de Control 3",
235
+ "controllingPerson4TaxResidenciesConfirmation": "Confirmación de Residencias Fiscales de Persona de Control 4",
236
+ "controllingPerson5TaxResidenciesConfirmation": "Confirmación de Residencias Fiscales de Persona de Control 5",
228
237
  "accountHolderTreatyClaims": "Reclamos de tratado del titular de la cuenta",
229
238
  "regardedOwnerTreatyClaims": "Reclamos de tratado del titular de la cuenta",
230
239
  "accountHolderCertifications": "Certificaciones",
@@ -235,6 +244,7 @@ declare const _default: {
235
244
  "accountHolderClassification": "Clasificación de cuenta",
236
245
  "accountHolderContactInformation": "Detalles de identificación",
237
246
  "accountHolderTaxInformation": "Información fiscal",
247
+ "accountHolderTaxResidenciesConfirmation": "Confirmación de Residencias Fiscales del Titular de la Cuenta",
238
248
  "accountHolderAdditionalInfo": "Información fiscal (más)",
239
249
  "address": "Dirección",
240
250
  "additionalConditions": "Condiciones adicionales",
@@ -286,6 +296,9 @@ declare const _default: {
286
296
  "countryMustBeAResidenceCountry": "El país debe ser un país de residencia",
287
297
  "formHasErrors": "Revise los errores anteriores",
288
298
  "doesNotMatchExpectedFormat": "Parece ser incorrecto",
299
+ "countryDoesNotRestrictTinDisclosure": "El país seleccionado no restringe la divulgación de números de identificación fiscal",
300
+ "countryDoesNotRequireTinDisclosure": "El país seleccionado no requiere la divulgación de números de identificación fiscal",
301
+ "countryDoesNotIssueTin": "El país seleccionado no emite números de identificación fiscal",
289
302
  "invalid": "No válido",
290
303
  "invalidDate": "Fecha no válida",
291
304
  "invalidVat": "Número de IVA no válido",
@@ -361,6 +374,32 @@ declare const _default: {
361
374
  "isIndividual_no": "No, no soy un particular",
362
375
  "no": "No",
363
376
  "yes": "Sí",
377
+ "fatca_A": "1 – Una organización exenta de impuestos según la sección 501(a), cualquier IRA o una cuenta de custodia bajo la sección 403(b)(7) si la cuenta cumple con los requisitos de la sección 401(f)(2).",
378
+ "fatca_B": "2 – Estados Unidos o cualquiera de sus agencias o instrumentalidades.",
379
+ "fatca_C": "3 – Un estado, el Distrito de Columbia, un territorio o mancomunidad de EE. UU., o cualquiera de sus subdivisiones políticas o instrumentalidades.",
380
+ "fatca_D": "4 – Un gobierno extranjero o cualquiera de sus subdivisiones políticas, agencias o instrumentalidades.",
381
+ "fatca_E": "5 – Una corporación.",
382
+ "fatca_F": "6 – Un corredor de valores o productos básicos que deba registrarse en Estados Unidos, el Distrito de Columbia o un territorio o mancomunidad de EE. UU.",
383
+ "fatca_G": "7 – Un comerciante de comisiones de futuros registrado en la Comisión de Comercio de Futuros de Productos Básicos.",
384
+ "fatca_H": "8 – Un fideicomiso de inversión en bienes raíces.",
385
+ "fatca_I": "9 – Una entidad registrada en todo momento durante el año fiscal bajo la Ley de Compañías de Inversión de 1940.",
386
+ "fatca_J": "10 – Un fondo común de fideicomiso operado por un banco bajo la sección 584(a).",
387
+ "fatca_K": "11 – Una institución financiera según la sección 581.",
388
+ "fatca_L": "12 – Un intermediario conocido en la comunidad de inversiones como un nominado o custodio.",
389
+ "fatca_M": "13 – Un fideicomiso exento de impuestos según la sección 664 o descrito en la sección 4947.",
390
+ "payee_1": "A – Una organización exenta de impuestos según la sección 501(a) o cualquier plan de jubilación individual según se define en la sección 7701(a)(37).",
391
+ "payee_2": "B – Estados Unidos o cualquiera de sus agencias o instrumentalidades.",
392
+ "payee_3": "C – Un estado, el Distrito de Columbia, un territorio o mancomunidad de EE. UU., o cualquiera de sus subdivisiones políticas o instrumentalidades.",
393
+ "payee_4": "D – Una corporación cuyas acciones se negocian regularmente en uno o más mercados de valores establecidos, según lo descrito en el Reglamento sección 1.1472-1(c)(1)(i).",
394
+ "payee_5": "E – Una corporación que es miembro del mismo grupo afiliado ampliado que una corporación descrita en el Reglamento sección 1.1472-1(c)(1)(i).",
395
+ "payee_6": "F – Un corredor de valores, productos básicos o instrumentos financieros derivados (incluidos contratos de principal nocional, futuros, forwards y opciones) que esté registrado como tal bajo las leyes de Estados Unidos o de cualquier estado.",
396
+ "payee_7": "G – Un fideicomiso de inversión en bienes raíces.",
397
+ "payee_8": "H – Una compañía de inversión regulada según la sección 851 o una entidad registrada en todo momento durante el año fiscal bajo la Ley de Compañías de Inversión de 1940.",
398
+ "payee_9": "I – Un fondo común de fideicomiso según la sección 584(a).",
399
+ "payee_10": "J – Un banco según la sección 581.",
400
+ "payee_11": "K – Un corredor.",
401
+ "payee_12": "L – Un fideicomiso exento de impuestos según la sección 664 o descrito en la sección 4947(a)(1).",
402
+ "payee_13": "M – Un fideicomiso exento de impuestos bajo un plan de la sección 403(b) o un plan de la sección 457(g).",
364
403
  "no_not_applicable": "No o no aplicable",
365
404
  "C_CORPORATION": "Corporación C",
366
405
  "CENTRAL_BANK_OF_ISSUE": "Banco central emisor",
@@ -401,6 +440,7 @@ declare const _default: {
401
440
  "FINANCIAL_INSTITUTION": "Institución financiera",
402
441
  "CUSTODIAL_INSTITUTION": "Institución de custodia",
403
442
  "DEPOSITORY_INSTITUTION": "Institución depositaria",
443
+ "NON_REPORTING_FINANCIAL_INSTITUTION": "Institución Financiera No Declarante",
404
444
  "accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Entidad gubernamental",
405
445
  "INSURANCE_COMPANY": "Compañía de seguros",
406
446
  "INVESTMENT_ENTITY": "Entidad de inversión",
@@ -74,9 +74,9 @@ declare const _default: {
74
74
  "iWillNotifyChangeInCircumstance": "Kohustun teavitama üksust, kellele see vorm esitatakse, 30 päeva jooksul kõigist asjaolude muutustest, mis mõjutavad ülalnimetatud konto omaniku maksuresidentsuse staatust või muudavad siin esitatud teabe ebaõigeks (sealhulgas mis tahes muudatused kontrollivate isikute teabes), ja esitama üksusele, kellele see vorm esitatakse, ajakohastatud enesetõendi ja avalduse 90 päeva jooksul pärast sellist asjaolude muutust.",
75
75
  "mailingAddressIsDifferent": "Postiaadress erineb alalisest aadressist",
76
76
  "signature": "Allkiri",
77
- "iCertifyToAll": "Kinnitan kõike",
78
- "iHaveCapacityToSignForEntity": "Kinnitan, et mul on võime allkirjastada ülalnimetatud üksuse nimel",
79
- "iHaveCapacityToSignForIndividual": "Kinnitan, et mul on võime allkirjastada ülalnimetatud isiku nimel"
77
+ "giin": "Ülemaailmne vahendaja identifitseerimisnumber",
78
+ "residenceByInvestmentConfirmed": "Kinnitan:",
79
+ "iConfirmNoOtherResidencies": "<b>Järgmisele klõpsates kinnitan, et ülalloetletust ei ole muid maksuresidentseid.</b>"
80
80
  },
81
81
  "subPrompt": {
82
82
  "accountHolderTaxResidences": "Maksuresidentsused",
@@ -90,7 +90,8 @@ declare const _default: {
90
90
  "signatureCapacityOther": "Kirjeldage rolli, milles teil on allkirjastamise võimekus",
91
91
  "financialInstitutionType": "Milline finantsasutuse tüüp esindab kõige paremini teie kontotüüpi?",
92
92
  "role": "Milline järgmistest esindab kõige paremini rolli, mille tõttu see isik on Kontrolliv Isik?",
93
- "enterAbnWithResidency": "Kui teil on ABN, ärge sisestage seda siia. Palun esitage see koos maksuresidentsuse teabega allpool."
93
+ "enterAbnWithResidency": "Kui teil on ABN, ärge sisestage seda siia. Palun esitage see koos maksuresidentsuse teabega allpool.",
94
+ "residenceByInvestmentConfirmed": "<ol type=\"a\"><li>Esitatud maksuresidentsuse riigid esindavad kõiki riike, kus mind loetakse maksuresidendiks, sealhulgas kõik CBI/RBI skeemi alusel saadud elamisõigused.</li><li>Ma ei ole viibinud üle 90 päeva üheski teises jurisdiktsioonis eelmise aasta jooksul.</li><li>Ma ei ole esitanud isiklikke tulumaksudeklaratsioone üheski teises jurisdiktsioonis peale juba loetletute.</li></ol>"
94
95
  },
95
96
  "subTitle": {
96
97
  "controllingPersonDetails": "Täitke allpool olevad küsimused kontrolliva isiku kohta.",
@@ -102,6 +103,7 @@ declare const _default: {
102
103
  "accountHolder": "Konto omanik",
103
104
  "accountHolderClassification": "Konto klassifikatsioon",
104
105
  "accountHolderContactInformation": "Identifikatsiooni üksikasjad",
106
+ "accountHolderTaxResidenciesConfirmation": "Account Holder Tax Residencies Confirmation",
105
107
  "accountHolderTaxInformation": "Maksuteave",
106
108
  "accountHolderAdditionalInfo": "Maksuteave (rohkem)",
107
109
  "address": "Aadress",
@@ -122,6 +124,11 @@ declare const _default: {
122
124
  "taxResidence4": "Maksuresidentsus 4",
123
125
  "taxResidence5": "Maksuresidentsus 5",
124
126
  "carfClassificationDetails": "CARF klassifikatsiooni üksikasjad",
127
+ "controllingPerson1TaxResidenciesConfirmation": "Controlling Person 1 Tax Residencies Confirmation",
128
+ "controllingPerson2TaxResidenciesConfirmation": "Controlling Person 2 Tax Residencies Confirmation",
129
+ "controllingPerson3TaxResidenciesConfirmation": "Controlling Person 3 Tax Residencies Confirmation",
130
+ "controllingPerson4TaxResidenciesConfirmation": "Controlling Person 4 Tax Residencies Confirmation",
131
+ "controllingPerson5TaxResidenciesConfirmation": "Controlling Person 5 Tax Residencies Confirmation",
125
132
  "controllingPersonDetails": "Kontrolliva isiku üksikasjad",
126
133
  "controllingPersons": "Kontrollivad isikud",
127
134
  "controllingPerson1": "Kontrolliv isik 1",
@@ -146,6 +153,9 @@ declare const _default: {
146
153
  "countryMustBeAResidenceCountry": "Riik peab olema elukohariik",
147
154
  "formHasErrors": "Palun vaadake üle ülalolevad vead",
148
155
  "doesNotMatchExpectedFormat": "Näib olevat vale",
156
+ "countryDoesNotRestrictTinDisclosure": "Valitud riik ei ole teadaolevalt piiranud maksukohustuslase numbrite avaldamist",
157
+ "countryDoesNotRequireTinDisclosure": "Valitud riik ei nõua maksukohustuslase numbrite avaldamist",
158
+ "countryDoesNotIssueTin": "Valitud riik ei väljasta maksukohustuslase numbreid",
149
159
  "invalid": "Kehtetu",
150
160
  "invalidDate": "Kehtetu kuupäev",
151
161
  "invalidVat": "Ogiltigt momsregistreringsnummer",
@@ -198,6 +208,7 @@ declare const _default: {
198
208
  "FINANCIAL_INSTITUTION": "Finantsasutus",
199
209
  "CUSTODIAL_INSTITUTION": "Hooldusasutus",
200
210
  "DEPOSITORY_INSTITUTION": "Hoiuasutus",
211
+ "NON_REPORTING_FINANCIAL_INSTITUTION": "Mittearuandev Finantsasutus",
201
212
  "accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Valitsusasutus",
202
213
  "INSURANCE_COMPANY": "Kindlustusselts",
203
214
  "INVESTMENT_ENTITY": "Investeerimisüksus",
@@ -74,9 +74,9 @@ declare const _default: {
74
74
  "iWillNotifyChangeInCircumstance": "Sitoudun ilmoittamaan lomakkeen vastaanottavalle taholle 30 päivän kuluessa kaikista olosuhteiden muutoksista, jotka vaikuttavat yllä tunnistetun tilinhaltijan verotukselliseen asuinpaikkaan tai aiheuttavat tässä annetun tiedon virheellisyyden (mukaan lukien kaikki muutokset kontrolloivien henkilöiden tietoihin), ja toimittamaan lomakkeen vastaanottavalle taholle asianmukaisesti päivitetyn itsevarmennuksen ja ilmoituksen 90 päivän kuluessa tällaisesta olosuhteiden muutoksesta.",
75
75
  "mailingAddressIsDifferent": "Postiosoite on eri kuin pysyvä osoite",
76
76
  "signature": "Allekirjoitus",
77
- "iCertifyToAll": "Vakuutan kaiken",
78
- "iHaveCapacityToSignForEntity": "Vakuutan, että minulla on valtuudet allekirjoittaa yllä mainitun yhteisön puolesta",
79
- "iHaveCapacityToSignForIndividual": "Vakuutan, että minulla on valtuudet allekirjoittaa yllä mainitun henkilön puolesta"
77
+ "giin": "Maailmanlaajuinen välittäjän tunnistenumero",
78
+ "residenceByInvestmentConfirmed": "Vahvistan:",
79
+ "iConfirmNoOtherResidencies": "<b>Klikkaamalla seuraava vahvistan, ettei muita veroasuinpaikkoja ole kuin yllä luetellut.</b>"
80
80
  },
81
81
  "subPrompt": {
82
82
  "accountHolderTaxResidences": "Anna jokainen maa tai lainkäyttöalue, jossa tilinhaltija on verovelvollinen.",
@@ -90,7 +90,8 @@ declare const _default: {
90
90
  "signatureCapacityOther": "Kuvaile roolia, jossa sinulla on valtuudet allekirjoittaa.",
91
91
  "financialInstitutionType": "Milline finantsasutuse tüüp esindab kõige paremini teie kontotüüpi?",
92
92
  "role": "Milline järgmistest esindab kõige paremini rolli, mille tõttu see isik on Kontrolliv Isik?",
93
- "enterAbnWithResidency": "Jos sinulla on ABN, älä syötä sitä tähän. Anna se verotuksellisen asuinpaikan tietojen yhteydessä alla."
93
+ "enterAbnWithResidency": "Jos sinulla on ABN, älä syötä sitä tähän. Anna se verotuksellisen asuinpaikan tietojen yhteydessä alla.",
94
+ "residenceByInvestmentConfirmed": "<ol type=\"a\"><li>Ilmoitetut verotuksellisen asuinpaikan maat edustavat kaikkia maita, joissa minua pidetään verotuksellisesti asuvana, mukaan lukien kaikki CBI/RBI-järjestelmän kautta saadut oleskeluoikeudet.</li><li>En ole viettänyt yli 90 päivää missään muussa lainkäyttöalueella edellisen vuoden aikana.</li><li>En ole jättänyt henkilökohtaisia tuloveroilmoituksia missään muussa lainkäyttöalueella kuin jo luetelluissa.</li></ol>"
94
95
  },
95
96
  "subTitle": {
96
97
  "controllingPersonDetails": "Täydennä seuraavat kysymykset alla olevaa määräysvaltaa käyttävää henkilöä varten.",
@@ -102,6 +103,7 @@ declare const _default: {
102
103
  "accountHolder": "Tilinhaltija",
103
104
  "accountHolderClassification": "Tilin luokittelu",
104
105
  "accountHolderContactInformation": "Tunnistustiedot",
106
+ "accountHolderTaxResidenciesConfirmation": "Account Holder Tax Residencies Confirmation",
105
107
  "accountHolderTaxInformation": "Verotiedot",
106
108
  "accountHolderAdditionalInfo": "Verotiedot (lisää)",
107
109
  "address": "Osoite",
@@ -122,6 +124,11 @@ declare const _default: {
122
124
  "taxResidence4": "Verotuksellinen asuinpaikka 4",
123
125
  "taxResidence5": "Verotuksellinen asuinpaikka 5",
124
126
  "carfClassificationDetails": "CARF-luokittelun yksityiskohdat",
127
+ "controllingPerson1TaxResidenciesConfirmation": "Controlling Person 1 Tax Residencies Confirmation",
128
+ "controllingPerson2TaxResidenciesConfirmation": "Controlling Person 2 Tax Residencies Confirmation",
129
+ "controllingPerson3TaxResidenciesConfirmation": "Controlling Person 3 Tax Residencies Confirmation",
130
+ "controllingPerson4TaxResidenciesConfirmation": "Controlling Person 4 Tax Residencies Confirmation",
131
+ "controllingPerson5TaxResidenciesConfirmation": "Controlling Person 5 Tax Residencies Confirmation",
125
132
  "controllingPersonDetails": "Määräysvaltaa käyttävän henkilön tiedot",
126
133
  "controllingPersons": "Määräysvaltaa käyttävät henkilöt",
127
134
  "controllingPerson1": "Määräysvaltaa käyttävä henkilö 1",
@@ -146,6 +153,9 @@ declare const _default: {
146
153
  "countryMustBeAResidenceCountry": "Maan on oltava asuinmaa",
147
154
  "formHasErrors": "Tarkista yllä olevat virheet",
148
155
  "doesNotMatchExpectedFormat": "Vaikuttaa olevan virheellinen",
156
+ "countryDoesNotRestrictTinDisclosure": "Valitun maan ei tiedetä rajoittavan verotunnistenumeroiden julkistamista",
157
+ "countryDoesNotRequireTinDisclosure": "Valittu maa ei vaadi verotunnistenumeroiden julkistamista",
158
+ "countryDoesNotIssueTin": "Valittu maa ei myönnä verotunnistenumeroita",
149
159
  "invalid": "Virheellinen",
150
160
  "invalidDate": "Virheellinen päivämäärä",
151
161
  "invalidVat": "Ogiltigt momsregistreringsnummer",
@@ -198,6 +208,7 @@ declare const _default: {
198
208
  "FINANCIAL_INSTITUTION": "Rahoituslaitos",
199
209
  "CUSTODIAL_INSTITUTION": "Säilytyslaitos",
200
210
  "DEPOSITORY_INSTITUTION": "Talletuslaitos",
211
+ "NON_REPORTING_FINANCIAL_INSTITUTION": "Ei-raportoiva Rahoituslaitos",
201
212
  "accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Valtion yksikkö",
202
213
  "INSURANCE_COMPANY": "Vakuutusyhtiö",
203
214
  "INVESTMENT_ENTITY": "Sijoitusyksikkö",
@@ -22,7 +22,8 @@ declare const _default: {
22
22
  "emailAddress": "Adresse e-mail",
23
23
  "phoneNumber": "Numéro de téléphone",
24
24
  "phoneNumberCode": "Code pays",
25
- "phoneNumberNumber": "Numéro de téléphone"
25
+ "phoneNumberNumber": "Numéro de téléphone",
26
+ "iConfirmNoOtherResidencies": "<b>En cliquant sur suivant, je confirme qu'il n'y a pas d'autres résidences fiscales au-delà de celles énumérées ci-dessus.</b>"
26
27
  },
27
28
  "subPrompt": {
28
29
  "vatIdentificationNumber": "Identifiant unique pour les entreprises ou les particuliers assujettis à la TVA.",
@@ -156,6 +156,7 @@ declare const _default: {
156
156
  "iWillResubmitIfIncorrect": "<b>Je m'engage à soumettre un nouveau formulaire dans les 30 jours si l'une des attestations figurant sur ce formulaire s'avère incorrecte.</b>",
157
157
  "iAmExemptFromFatcaReporting": "Le code FATCA inscrit sur ce formulaire (le cas échéant) indiquant que je suis exempté de la déclaration FATCA est correct.",
158
158
  "iAmNotSubjectToBackupWithholding": "Je ne suis pas soumis à la retenue de réserve parce que :",
159
+ "residenceByInvestmentConfirmed": "Je confirme :",
159
160
  "iAmACitizenOfTheUs": "Je suis un citoyen américain ou une U.S Person.",
160
161
  "iAuthorizeWithholdingAgent": "En outre, j'autorise la remise de ce formulaire à tout agent chargé de la retenue qui a le contrôle, la réception ou la garde des revenus dont l'entité désignée ci-dessus est le bénéficiaire effectif, ou à tout agent chargé de la retenue qui peut débourser ou effectuer des paiements pour les revenus dont l'entité désignée ci-dessus est le bénéficiaire effectif.",
161
162
  "iConfirmIncomeIsNonUs": "Le présent formulaire concerne : ",
@@ -178,7 +179,9 @@ declare const _default: {
178
179
  "iCertifyIAmAccountHolder": "Je certifie que je suis le titulaire du compte (ou que je suis autorisé à signer pour le titulaire du compte) de tous les comptes auxquels ce formulaire se rapporte.",
179
180
  "iCertifyIAmAuthorizedToSignForAccountHolder": "Je certifie que je suis autorisé à signer pour le titulaire du compte en ce qui concerne tous les comptes auxquels ce formulaire se rapporte.",
180
181
  "iDeclareStatementsAreCorrect": "Je déclare que toutes les déclarations faites dans cette déclaration sont, à ma connaissance et croyance, correctes et complètes.",
181
- "iWillNotifyChangeInCircumstance": "Je m'engage à informer l'entité à laquelle ce formulaire est fourni dans les 30 jours de tout changement de circonstances qui affecte le statut de résidence fiscale du titulaire du compte identifié ci-dessus ou qui rend les informations contenues ici incorrectes (y compris tout changement aux informations sur les personnes exerçant un contrôle), et à fournir à l'entité à laquelle ce formulaire est fourni une auto-certification et une déclaration mises à jour de manière appropriée dans les 90 jours suivant ce changement de circonstances."
182
+ "iWillNotifyChangeInCircumstance": "Je m'engage à informer l'entité à laquelle ce formulaire est fourni dans les 30 jours de tout changement de circonstances qui affecte le statut de résidence fiscale du titulaire du compte identifié ci-dessus ou qui rend les informations contenues ici incorrectes (y compris tout changement aux informations sur les personnes exerçant un contrôle), et à fournir à l'entité à laquelle ce formulaire est fourni une auto-certification et une déclaration mises à jour de manière appropriée dans les 90 jours suivant ce changement de circonstances.",
183
+ "giin": "Numéro d'Identification d'Intermédiaire Global",
184
+ "iConfirmNoOtherResidencies": "<b>En cliquant sur suivant, je confirme qu'il n'y a pas d'autres résidences fiscales au-delà de celles énumérées ci-dessus.</b>"
182
185
  },
183
186
  "subPrompt": {
184
187
  "accountHolderTaxResidences": "Sélectionnez le pays ou la juridiction de résidence fiscale du titulaire du compte.",
@@ -196,6 +199,7 @@ declare const _default: {
196
199
  "securitiesMarket": "Marché des valeurs mobilières",
197
200
  "smllcElection": "Une élection 8832 ou 2553",
198
201
  "iAmNotSubjectToBackupWithholding": "<ol type=\"a\"><li>je suis exempté de la retenue de réserve, ou</li><li>je n'ai pas été informé par l'Internal Revenue Service (IRS) que je suis soumis à la retenue de réserve en raison d'un défaut de déclaration de tous les intérêts ou dividendes, ou</li><li>l'IRS m'a informé que je ne suis plus soumis à la retenue de réserve.</li></ol>",
202
+ "residenceByInvestmentConfirmed": "<ol type=\"a\"><li>Les pays de résidence fiscale fournis représentent tous les pays dans lesquels je suis considéré comme résident fiscal, y compris tout droit de résidence obtenu dans le cadre d'un programme CBI/RBI.</li><li>Je n'ai pas passé plus de 90 jours dans une autre juridiction au cours de l'année précédente.</li><li>Je n'ai pas déposé de déclarations d'impôt sur le revenu des personnes physiques dans une juridiction autre que celles déjà indiquées.</li></ol>",
199
203
  "iConfirmIncomeIsNonUs": "<ol type=\"a\"><li>le revenu qui n'est pas effectivement lié à la conduite d'un commerce ou d'une entreprise aux États-Unis ;</li><li>le revenu effectivement lié à la conduite d'un commerce ou d'une entreprise aux États-Unis mais qui n'est pas assujetti à l'impôt en vertu d'une convention fiscale applicable ;</li><li>la part de l'associé dans le revenu imposable effectivement lié d'une société de personnes ; ou</li><li>le montant réalisé par l'associé à la suite du transfert d'une participation dans une société de personnes assujettie à la retenue à la source en vertu de l'article 1446(f) ;</li></ol>",
200
204
  "isIndividual": "Sélectionnez « Oui » si le compte est destiné à un particulier. Sélectionnez « Non » si vous représentez une entreprise, une organisation ou une autre entité.",
201
205
  "vatIdentificationNumber": "Identifiant unique pour les entreprises ou les individus assujettis à la TVA.",
@@ -208,7 +212,7 @@ declare const _default: {
208
212
  "financialInstitutionType": "Quel type d'institution financière représente le mieux votre type de compte?",
209
213
  "role": "Lequel des éléments suivants représente le mieux le rôle en vertu duquel cette personne est une Personne de Contrôle?",
210
214
  "usTin": "Une vérification sera effectuée auprès de l’IRS pour confirmer que le nom et le NIF correspondent.",
211
- "usTinMatchVerification": "<p>Le nom et le NIF saisis seront vérifiés auprès de lIRS. Veuillez vérifier et apporter des modifications si nécessaire.</p><p>Poursuivez lorsque tout semble correct.</p>"
215
+ "usTinMatchVerification": "<p>Le nom et le NIF saisis seront vérifiés auprès de l'IRS. Veuillez vérifier et apporter des modifications si nécessaire.</p><p>Poursuivez lorsque tout semble correct.</p>"
212
216
  },
213
217
  "subTitle": {
214
218
  "controllingPersonDetails": "Complétez les questions suivantes pour la personne contrôlante ci-dessous.",
@@ -225,6 +229,11 @@ declare const _default: {
225
229
  "controllingPerson4": "Personne contrôlante 4",
226
230
  "controllingPerson5": "Personne contrôlante 5",
227
231
  "controllingPersonDetails": "Détails de la personne contrôlante",
232
+ "controllingPerson1TaxResidenciesConfirmation": "Confirmation des résidences fiscales de la personne contrôlante 1",
233
+ "controllingPerson2TaxResidenciesConfirmation": "Confirmation des résidences fiscales de la personne contrôlante 2",
234
+ "controllingPerson3TaxResidenciesConfirmation": "Confirmation des résidences fiscales de la personne contrôlante 3",
235
+ "controllingPerson4TaxResidenciesConfirmation": "Confirmation des résidences fiscales de la personne contrôlante 4",
236
+ "controllingPerson5TaxResidenciesConfirmation": "Confirmation des résidences fiscales de la personne contrôlante 5",
228
237
  "accountHolderTreatyClaims": "Réclamations de convention fiscale",
229
238
  "regardedOwnerTreatyClaims": "Réclamations de convention fiscale",
230
239
  "accountHolderCertifications": "Certifications du titulaire du compte",
@@ -235,6 +244,7 @@ declare const _default: {
235
244
  "accountHolderClassification": "Classification du compte",
236
245
  "accountHolderContactInformation": "Détails d'identification",
237
246
  "accountHolderTaxInformation": "Informations fiscales",
247
+ "accountHolderTaxResidenciesConfirmation": "Confirmation des résidences fiscales du titulaire du compte",
238
248
  "accountHolderAdditionalInfo": "Informations fiscales (plus)",
239
249
  "address": "Adresse",
240
250
  "additionalConditions": "Conditions supplémentaires",
@@ -286,6 +296,9 @@ declare const _default: {
286
296
  "countryMustBeAResidenceCountry": "Le pays doit être un pays de résidence",
287
297
  "formHasErrors": "Veuillez vérifier les erreurs ci-dessus",
288
298
  "doesNotMatchExpectedFormat": "Semble être incorrect",
299
+ "countryDoesNotRestrictTinDisclosure": "Le pays sélectionné n'est pas connu pour restreindre la divulgation des numéros d'identification fiscale",
300
+ "countryDoesNotRequireTinDisclosure": "Le pays sélectionné n'exige pas la divulgation des numéros d'identification fiscale",
301
+ "countryDoesNotIssueTin": "Le pays sélectionné ne délivre pas de numéros d'identification fiscale",
289
302
  "invalid": "Invalide",
290
303
  "invalidDate": "Date non valide",
291
304
  "invalidVat": "Numéro de TVA non valide",
@@ -364,6 +377,32 @@ declare const _default: {
364
377
  "no": "Non",
365
378
  "no_not_applicable": "Non ou non applicable",
366
379
  "yes": "Oui",
380
+ "fatca_A": "1 – Une organisation exonérée d'impôt en vertu de l'article 501(a), tout IRA, ou un compte de garde en vertu de l'article 403(b)(7) si le compte satisfait aux exigences de l'article 401(f)(2).",
381
+ "fatca_B": "2 – Les États-Unis ou l'une de leurs agences ou entités.",
382
+ "fatca_C": "3 – Un État, le District de Columbia, un territoire ou une possession des États-Unis, ou l'une de leurs subdivisions politiques ou entités.",
383
+ "fatca_D": "4 – Un gouvernement étranger ou l'une de ses subdivisions politiques, agences ou entités.",
384
+ "fatca_E": "5 – Une société.",
385
+ "fatca_F": "6 – Un négociant en valeurs mobilières ou en matières premières tenu de s'enregistrer aux États-Unis, dans le District de Columbia ou dans un territoire ou une possession des États-Unis.",
386
+ "fatca_G": "7 – Un commissionnaire à terme enregistré auprès de la Commodity Futures Trading Commission.",
387
+ "fatca_H": "8 – Une fiducie de placement immobilier (REIT).",
388
+ "fatca_I": "9 – Une entité enregistrée en tout temps pendant l'année fiscale en vertu de l'Investment Company Act de 1940.",
389
+ "fatca_J": "10 – Un fonds commun de placement exploité par une banque en vertu de l'article 584(a).",
390
+ "fatca_K": "11 – Une institution financière telle que définie à l'article 581.",
391
+ "fatca_L": "12 – Un intermédiaire connu dans le secteur de l'investissement comme un mandataire ou un dépositaire.",
392
+ "fatca_M": "13 – Une fiducie exonérée d'impôt en vertu de l'article 664 ou décrite à l'article 4947.",
393
+ "payee_1": "A – Une organisation exonérée d'impôt en vertu de l'article 501(a) ou tout régime de retraite individuel tel que défini à l'article 7701(a)(37).",
394
+ "payee_2": "B – Les États-Unis ou l'une de leurs agences ou entités.",
395
+ "payee_3": "C – Un État, le District de Columbia, un territoire ou une possession des États-Unis, ou l'une de leurs subdivisions politiques ou entités.",
396
+ "payee_4": "D – Une société dont les actions sont régulièrement négociées sur un ou plusieurs marchés boursiers établis, comme décrit dans le règlement section 1.1472-1(c)(1)(i).",
397
+ "payee_5": "E – Une société membre du même groupe affilié élargi qu'une société décrite dans le règlement section 1.1472-1(c)(1)(i).",
398
+ "payee_6": "F – Un négociant en valeurs mobilières, matières premières ou instruments financiers dérivés (y compris les contrats notionnels, à terme, à livraison ou options) enregistré en tant que tel selon les lois des États-Unis ou de tout État.",
399
+ "payee_7": "G – Une fiducie de placement immobilier (REIT).",
400
+ "payee_8": "H – Une société d'investissement réglementée telle que définie à l'article 851 ou une entité enregistrée en tout temps pendant l'année fiscale en vertu de l'Investment Company Act de 1940.",
401
+ "payee_9": "I – Un fonds commun de placement tel que défini à l'article 584(a).",
402
+ "payee_10": "J – Une banque telle que définie à l'article 581.",
403
+ "payee_11": "K – Un courtier.",
404
+ "payee_12": "L – Une fiducie exonérée d'impôt en vertu de l'article 664 ou décrite à l'article 4947(a)(1).",
405
+ "payee_13": "M – Une fiducie exonérée d'impôt dans le cadre d'un régime 403(b) ou 457(g).",
367
406
  "C_CORPORATION": "C-Corp",
368
407
  "CENTRAL_BANK_OF_ISSUE": "Banque centrale d'émission",
369
408
  "COMPLEX_TRUST": "Fiducie complexe",
@@ -401,6 +440,7 @@ declare const _default: {
401
440
  "FINANCIAL_INSTITUTION": "Institution financière",
402
441
  "CUSTODIAL_INSTITUTION": "Institution de garde",
403
442
  "DEPOSITORY_INSTITUTION": "Institution de dépôt",
443
+ "NON_REPORTING_FINANCIAL_INSTITUTION": "Institution Financière Non Déclarante",
404
444
  "accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Entité gouvernementale",
405
445
  "accountHolderActiveNonFinancialEntityType_OTHER": "Autre",
406
446
  "accountHolderActiveNonFinancialEntityType_INTERNATIONAL_ORGANIZATION": "Organisation internationale",