@taxbit/react-sdk 1.2.0-beta.8 → 2.0.0-beta.1

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 (137) hide show
  1. package/README.md +18 -5
  2. package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStep.d.ts +1 -0
  3. package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStepContext.d.ts +2 -0
  4. package/dist/src/contexts/TaxDocumentation/TaxbitQuestionnaireProvider.d.ts +1 -1
  5. package/dist/src/contexts/TaxDocumentation/useTaxDocumentation.d.ts +6 -3
  6. package/dist/src/contexts/TaxDocumentation/useTaxDocumentationContext.d.ts +6 -4
  7. package/dist/src/hooks/useTaxbit/types/comprehensive.d.ts +1 -0
  8. package/dist/src/hooks/useTaxbit/types/v2.d.ts +136 -0
  9. package/dist/src/hooks/useTaxbit/types/w8.d.ts +3 -2
  10. package/dist/src/hooks/useTaxbit/types/w9.d.ts +2 -1
  11. package/dist/src/i18n/json/bg.json.d.ts +214 -0
  12. package/dist/src/i18n/json/cs.json.d.ts +214 -0
  13. package/dist/src/i18n/json/da.json.d.ts +214 -0
  14. package/dist/src/i18n/json/de-AT.json.d.ts +61 -0
  15. package/dist/src/i18n/json/de.json.d.ts +214 -0
  16. package/dist/src/i18n/json/el-CY.json.d.ts +40 -0
  17. package/dist/src/i18n/json/el.json.d.ts +214 -0
  18. package/dist/src/i18n/json/en-GB.json.d.ts +18 -0
  19. package/dist/src/i18n/json/en-NZ.json.d.ts +4 -0
  20. package/dist/src/i18n/json/en.json.d.ts +420 -0
  21. package/dist/src/i18n/json/es-MX.json.d.ts +4 -0
  22. package/dist/src/i18n/json/es.json.d.ts +420 -0
  23. package/dist/src/i18n/json/et.json.d.ts +214 -0
  24. package/dist/src/i18n/json/fi.json.d.ts +214 -0
  25. package/dist/src/i18n/json/fr-CA.json.d.ts +7 -0
  26. package/dist/src/i18n/json/fr-LU.json.d.ts +57 -0
  27. package/dist/src/i18n/json/fr.json.d.ts +420 -0
  28. package/dist/src/i18n/json/ga.json.d.ts +214 -0
  29. package/dist/src/i18n/json/hr.json.d.ts +214 -0
  30. package/dist/src/i18n/json/hu.json.d.ts +214 -0
  31. package/dist/src/i18n/json/it.json.d.ts +214 -0
  32. package/dist/src/i18n/json/lt.json.d.ts +214 -0
  33. package/dist/src/i18n/json/lv.json.d.ts +214 -0
  34. package/dist/src/i18n/json/mt.json.d.ts +214 -0
  35. package/dist/src/i18n/json/nl.json.d.ts +214 -0
  36. package/dist/src/i18n/json/no.json.d.ts +214 -0
  37. package/dist/src/i18n/json/pl.json.d.ts +214 -0
  38. package/dist/src/i18n/json/pt.json.d.ts +214 -0
  39. package/dist/src/i18n/json/ro.json.d.ts +214 -0
  40. package/dist/src/i18n/json/sk.json.d.ts +214 -0
  41. package/dist/src/i18n/json/sl.json.d.ts +214 -0
  42. package/dist/src/i18n/json/sv.json.d.ts +214 -0
  43. package/dist/src/i18n/locales/bg.d.ts +3 -1
  44. package/dist/src/i18n/locales/cs.d.ts +1 -1
  45. package/dist/src/i18n/locales/da.d.ts +1 -1
  46. package/dist/src/i18n/locales/de-at.d.ts +1 -1
  47. package/dist/src/i18n/locales/de.d.ts +1 -4
  48. package/dist/src/i18n/locales/el-cy.d.ts +1 -4
  49. package/dist/src/i18n/locales/el.d.ts +1 -4
  50. package/dist/src/i18n/locales/en-gb.d.ts +1 -1
  51. package/dist/src/i18n/locales/en-nz.d.ts +1 -1
  52. package/dist/src/i18n/locales/en-us.d.ts +1 -1
  53. package/dist/src/i18n/locales/en.d.ts +1 -1
  54. package/dist/src/i18n/locales/es-mx.d.ts +3 -0
  55. package/dist/src/i18n/locales/es.d.ts +1 -1
  56. package/dist/src/i18n/locales/et.d.ts +1 -1
  57. package/dist/src/i18n/locales/fi.d.ts +1 -1
  58. package/dist/src/i18n/locales/fr-ca.d.ts +1 -1
  59. package/dist/src/i18n/locales/fr-lu.d.ts +1 -1
  60. package/dist/src/i18n/locales/fr.d.ts +1 -1
  61. package/dist/src/i18n/locales/ga.d.ts +1 -1
  62. package/dist/src/i18n/locales/hr.d.ts +1 -1
  63. package/dist/src/i18n/locales/hu.d.ts +1 -1
  64. package/dist/src/i18n/locales/index.d.ts +1 -0
  65. package/dist/src/i18n/locales/it.d.ts +1 -1
  66. package/dist/src/i18n/locales/lt.d.ts +1 -4
  67. package/dist/src/i18n/locales/lv.d.ts +1 -1
  68. package/dist/src/i18n/locales/mt.d.ts +1 -1
  69. package/dist/src/i18n/locales/nl-be.d.ts +1 -4
  70. package/dist/src/i18n/locales/nl.d.ts +1 -1
  71. package/dist/src/i18n/locales/no.d.ts +1 -1
  72. package/dist/src/i18n/locales/pl.d.ts +1 -4
  73. package/dist/src/i18n/locales/pt.d.ts +1 -1
  74. package/dist/src/i18n/locales/ro.d.ts +1 -1
  75. package/dist/src/i18n/locales/sk.d.ts +1 -1
  76. package/dist/src/i18n/locales/sl.d.ts +1 -1
  77. package/dist/src/i18n/locales/sv.d.ts +1 -1
  78. package/dist/src/i18n/localizationFileMap.d.ts +1 -1
  79. package/dist/src/i18n/types/LocalizationKey.d.ts +9 -9
  80. package/dist/src/i18n/types/PropertyFile.d.ts +2 -2
  81. package/dist/src/i18n/utils/getText.d.ts +10 -10
  82. package/dist/src/lookups/accountHolderEntityAccountTypeOptions.d.ts +3 -0
  83. package/dist/src/lookups/accountOwnerTypeOptions.d.ts +3 -0
  84. package/dist/src/lookups/index.d.ts +4 -3
  85. package/dist/src/lookups/intermediaryAccountTypeOptions.d.ts +3 -0
  86. package/dist/src/lookups/regardedOwnerEntityAccountTypeOptions.d.ts +3 -0
  87. package/dist/src/test/utils/helpers.d.ts +5 -0
  88. package/dist/src/types/InputStep.d.ts +1 -1
  89. package/dist/src/types/Locale.d.ts +1 -1
  90. package/dist/src/types/StepId.d.ts +1 -1
  91. package/dist/src/types/TaxDocumentation.d.ts +56 -8
  92. package/dist/src/ui/DateOfBirthInput/__tests__/DateOfBirthInput.test.d.ts +1 -0
  93. package/dist/src/ui/index.d.ts +0 -1
  94. package/dist/src/utils/getFieldsState.d.ts +13 -1
  95. package/dist/src/utils/getKeysByValue.d.ts +1 -0
  96. package/dist/src/utils/index.d.ts +0 -2
  97. package/dist/src/utils/transformForClient/transformCertifications.d.ts +22 -0
  98. package/dist/src/utils/transformInbound/getAccountOwnerType.d.ts +3 -0
  99. package/dist/src/utils/transformInbound/getEntityAccountType.d.ts +4 -0
  100. package/dist/src/utils/transformInbound/getIntermediaryAccountType.d.ts +3 -0
  101. package/dist/src/utils/transformInbound/index.d.ts +3 -3
  102. package/dist/src/utils/transformInbound/transformInboundControllingPersons.d.ts +50 -6
  103. package/dist/src/validations/getSteps.d.ts +1 -1
  104. package/dist/src/validations/supportedFields/__tests__/generateStrings.d.ts +3 -6
  105. package/dist/src/validations/utils.d.ts +3 -0
  106. package/dist/src/validations/visibleFields/__tests__/utils.d.ts +3 -0
  107. package/dist/src/widgets/TaxbitQuestionnaire/TaxbitQuestionnaire.d.ts +2 -1
  108. package/dist/src/widgets/TaxbitQuestionnairePersist/TaxbitQuestionnairePersist.d.ts +1 -1
  109. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderCertifications/AccountHolderCertifications.d.ts +3 -0
  110. package/dist/src/wizard/TaxbitQuestionnaireUI/AccountHolderCertifications/index.d.ts +1 -0
  111. package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerCertifications/RegardedOwnerCertifications.d.ts +3 -0
  112. package/dist/src/wizard/TaxbitQuestionnaireUI/RegardedOwnerCertifications/index.d.ts +1 -0
  113. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderForeignClassificationSummary.d.ts +3 -3
  114. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/RegardedOwner/RegardedOwnerForeignClassificationSummary.d.ts +3 -3
  115. package/dist/src/wizard/TaxbitQuestionnaireUI/TaxbitQuestionnaireUI.d.ts +1 -1
  116. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.DPS.test.d.ts +1 -0
  117. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.SelfCert.test.d.ts +1 -0
  118. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.W8.test.d.ts +1 -0
  119. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.DepthFirst.W9.test.d.ts +1 -0
  120. package/dist/src/wizard/TaxbitQuestionnaireUI/steps.d.ts +2 -1
  121. package/dist/taxbit-react-sdk.js +10817 -8961
  122. package/dist/taxbit-react-sdk.umd.cjs +1 -1
  123. package/package.json +2 -2
  124. package/style/basic.css +2 -1
  125. package/style/inline.css +2 -1
  126. package/dist/src/lookups/foreignAccountHolderAccountTypeOptions.d.ts +0 -3
  127. package/dist/src/lookups/foreignOtherClassificationOptions.d.ts +0 -3
  128. package/dist/src/lookups/foreignTrustClassificationOptions.d.ts +0 -3
  129. package/dist/src/ui/ActionButton/ActionButton.d.ts +0 -8
  130. package/dist/src/ui/ActionButton/index.d.ts +0 -1
  131. package/dist/src/utils/camelCaseKeys.d.ts +0 -4
  132. package/dist/src/utils/snakeCaseKeys.d.ts +0 -1
  133. package/dist/src/utils/transformInbound/getForeignAccountType.d.ts +0 -4
  134. package/dist/src/utils/transformInbound/getForeignOtherClassification.d.ts +0 -3
  135. package/dist/src/utils/transformInbound/getForeignTrustClassification.d.ts +0 -3
  136. package/dist/src/wizard/TaxbitQuestionnaireUI/W8imyInstructions/W8imyInstructions.d.ts +0 -3
  137. package/dist/src/wizard/TaxbitQuestionnaireUI/W8imyInstructions/index.d.ts +0 -1
@@ -0,0 +1,214 @@
1
+ declare const _default: {
2
+ "button": {
3
+ "back": "Tillbaka",
4
+ "cancel": "Avbryt",
5
+ "edit": "Redigera",
6
+ "next": "Nästa",
7
+ "reset": "Återställ",
8
+ "submit": "Skicka",
9
+ "hide": "Dölj",
10
+ "show": "Visa"
11
+ },
12
+ "prompt": {
13
+ "day": "Dag",
14
+ "month": "Månad",
15
+ "year": "År",
16
+ "businessRegistrationCountry": "Land för registrering av företag",
17
+ "addAdditionalResidence": "Lägg till ytterligare bostad",
18
+ "removeResidence": "Ta bort bostad",
19
+ "address": "Adress",
20
+ "businessRegistrationNumber": "Organisationsnummer",
21
+ "city": "Stad",
22
+ "country": "Land",
23
+ "dateOfBirth": "Födelsedatum",
24
+ "financialAccountIdentifier": "Identifierare för finansiellt konto",
25
+ "financialAccountName": "Namn på innehavare av finansiellt konto",
26
+ "foreignAccountType": "Vilken av följande beskriver bäst din kontotyp?",
27
+ "isIndividual": "Är du en individ?",
28
+ "name": "Namn",
29
+ "nameOfEntity": "Namn på juridisk person",
30
+ "nameOfIndividual": "Namn på individ",
31
+ "cityOfBirth": "Födelsestad",
32
+ "countryOfBirth": "Födelseland",
33
+ "province": "Region",
34
+ "stateProvince": "Stat",
35
+ "countyRegion": "Region",
36
+ "street2": "Enhet, app eller svit #",
37
+ "street": "Gatuadress",
38
+ "taxIdNumber": "Skatte-ID-nummer",
39
+ "taxIdNumberIsNotRequired": "TIN krävs inte eller har inte utfärdats",
40
+ "tin": "Skatteidentifikationsnummer",
41
+ "tinUkCrn": "Skatteidentifikationsnummer (CRN)",
42
+ "tinUkNino": "Skatteidentifikationsnummer (NINO)",
43
+ "usTin": "US-skattidentifikationsnummer",
44
+ "vatIdentificationNumber": "Momsregistreringsnummer",
45
+ "vatIsNotRequired": "VAT krävs inte eller har inte utfärdats",
46
+ "vatCountry": "Momsmedlemsstat",
47
+ "zip": "Postnummer",
48
+ "iConfirmTheInformationIsCorrectComplete": "Jag bekräftar att informationen som lämnas här är korrekt och fullständig, enligt min bästa kunskap. Om en ändring inträffar som gör att denna information blir felaktig eller ofullständig, samtycker jag till att lämna den reviderade informationen inom 30 dagar efter en sådan ändring.",
49
+ "addControllingPerson": "Lägg till kontrollerande person",
50
+ "removeControllingPerson": "Ta bort kontrollerande person",
51
+ "otherRole": "Annan roll",
52
+ "otherEquivalentRole": "Annan motsvarande roll",
53
+ "ownershipPercentage": "Ägarandel",
54
+ "relatedCorporation": "Relaterat företag",
55
+ "securitiesMarket": "Värdepappersmarknad",
56
+ "role": "Roll",
57
+ "type": "Typ",
58
+ "taxIdNumberIsNotRequiredReason": "Anledning till att TIN inte krävs",
59
+ "taxIdNumberIsNotRequiredReasonOther": "Annan anledning till att TIN inte krävs",
60
+ "financialInstitutionType": "Typ av finansiell institution",
61
+ "activeNonFinancialEntityType": "Typ av aktiv icke-finansiell enhet",
62
+ "passiveEntityType": "Vilken beskriver bäst denna passiva icke-finansiella enhet?",
63
+ "managedEntityType": "Vilken beskriver bäst denna investeringsenhet som förvaltas av en finansiell institution?",
64
+ "investmentEntityManaged": "Förvaltas investeringsenheten av en finansiell institution?",
65
+ "signatureCapacity": "Signaturkapacitet",
66
+ "signatureCapacityOther": "Annan auktoriserad representant",
67
+ "iUnderstandTheInformationIsCovered": "Jag förstår att informationen jag har lämnat omfattas av de fullständiga villkoren som reglerar förhållandet mellan kontoinnehavaren och den enhet som detta formulär tillhandahålls till, och som anger hur enheten kan använda och dela den information jag har lämnat.",
68
+ "iAcknowledgeTheInformationMayBeProvided": "Jag erkänner att informationen i detta formulär och informationen om kontoinnehavaren och alla rapporterbara konton kan rapporteras till skattemyndigheterna i det land/jurisdiktion där detta konto hålls och utbytas med skattemyndigheterna i ett annat land/jurisdiktion eller länder/jurisdiktioner där kontoinnehavaren kan vara skatteresident i enlighet med mellanstatliga avtal om utbyte av information om finansiella konton.",
69
+ "iCertifyIAmAccountHolder": "Jag intygar att jag är kontoinnehavaren (eller är behörig att underteckna för kontoinnehavarens räkning) för alla konton som detta formulär gäller.",
70
+ "iCertifyIAmAuthorizedToSignForAccountHolder": "Jag intygar att jag är behörig att underteckna för kontoinnehavarens räkning för alla konton som detta formulär gäller.",
71
+ "iCertifyIWillNotifyPersons": "Jag intygar att om jag har lämnat information om någon annan person (såsom en kontrollerande person eller annan rapporterbar person som detta formulär gäller), kommer jag att informera dessa personer inom 30 dagar efter undertecknandet av detta formulär att jag har lämnat sådan information till den enhet som detta formulär tillhandahålls till, och att denna information kan rapporteras till skattemyndigheterna i det land/jurisdiktion där detta konto hålls och utbytas med skattemyndigheterna i ett annat land/jurisdiktion eller länder/jurisdiktioner där personen kan vara skatteresident i enlighet med mellanstatliga avtal om utbyte av information om finansiella konton.",
72
+ "iDeclareStatementsAreCorrect": "Jag förklarar att alla uttalanden i denna deklaration, enligt min bästa kunskap och övertygelse, är korrekta och fullständiga.",
73
+ "iWillNotifyChangeInCircumstanceForIndividual": "Jag åtar mig att informera den enhet som detta formulär tillhandahålls till inom 30 dagar om eventuella förändringar i omständigheterna som påverkar skatteresidentstatusen för den person som identifieras i del 1 av detta formulär eller som gör att informationen här blir felaktig eller ofullständig, och att tillhandahålla den enhet som detta formulär tillhandahålls till en uppdaterad självdeklaration och förklaring inom 90 dagar efter en sådan förändring i omständigheterna.",
74
+ "iWillNotifyChangeInCircumstanceForAccountHolder": "Jag åtar mig att informera den enhet som detta formulär tillhandahålls till inom 30 dagar om eventuella förändringar i omständigheterna som påverkar skatteresidentstatusen för kontoinnehavaren som identifieras ovan eller som gör att informationen här blir felaktig (inklusive eventuella förändringar i informationen om kontrollerande personer), och att tillhandahålla den enhet som detta formulär tillhandahålls till en uppdaterad självdeklaration och förklaring inom 90 dagar efter en sådan förändring i omständigheterna.",
75
+ "mailingAddressIsDifferent": "Postadressen är annorlunda än den permanenta adressen",
76
+ "signature": "Signatur",
77
+ "iAcknowledgeESignIsOk": "Jag bekräftar att Internal Revenue Service inte kräver mitt samtycke till någon bestämmelse i detta dokument annat än de certifieringar som krävs för att undvika backup-avdrag. Jag bekräftar också att genom att skriva mitt namn nedan, enligt E-sign Act<sup>1</sup>, ger jag en e-signatur som är den juridiska motsvarigheten till min manuella signatur. Genom att välja denna ruta samtycker jag till att vara juridiskt bunden av informationen som tillhandahålls i detta formulär. Om jag vill återkalla mitt samtycke kan jag göra det genom att kontakta kundsupport. Jag förstår också att en nedladdningsbar version av formuläret jag samtycker till att underteckna också kommer att finnas tillgänglig på begäran till kundsupport och/eller i min kontoprofil.",
78
+ "iCertifyToAll": "Intygar allt",
79
+ "iHaveCapacityToSignForEntity": "Jag intygar att jag har kapacitet att underteckna för den ovan angivna enheten",
80
+ "iHaveCapacityToSignForIndividual": "Jag intygar att jag har kapacitet att underteckna för den ovan angivna personen"
81
+ },
82
+ "subPrompt": {
83
+ "isIndividual": "Välj \"Ja\" om kontot är för en individ. Välj \"Nej\" om du representerar ett företag, en organisation eller annan juridisk person.",
84
+ "financialAccountIdentifier": "Identifierare för finansiellt konto (dvs. bankkontonummer) som används för betalningar som görs till detta konto.",
85
+ "financialAccountName": "Namnet som är kopplat till det finansiella kontot som används för betalningar till detta konto.",
86
+ "vatIdentificationNumber": "Unik identifierare för momsregistrerade företag eller privatpersoner.",
87
+ "placeOfBirth": "Födelseort krävs, eftersom du har angett att ett skatte-ID-nummer inte krävs enligt lag för varje EU-medlemsstat där du är skattemässigt bosatt.",
88
+ "signatureCapacityOther": "Beskriv rollen där du har kapacitet att underteckna.",
89
+ "streetIsPermanent": "Om din postadress är samma som din primära adress, klicka på \"Ja\". Om din postadress är annorlunda, klicka på \"Nej\".",
90
+ "relatedCorporation": "Relaterat företag",
91
+ "securitiesMarket": "Värdepappersmarknad",
92
+ "financialInstitutionType": "Vilken typ av finansiell institution representerar bäst din kontotyp?",
93
+ "role": "Vilken av följande representerar bäst rollen som gör denna person till en Kontrollerande Person?"
94
+ },
95
+ "subTitle": {
96
+ "controllingPersonDetails": "Slutför följande frågor för den kontrollerande personen nedan.",
97
+ "taxResidences": "Ange varje land eller jurisdiktion där du är skattemässigt bosatt.",
98
+ "permanentAddress": "Din permanenta bostadsadress är adressen i det land där du hävdar att du är bosatt för det landets inkomstskatt."
99
+ },
100
+ "title": {
101
+ "accountHolder": "Kontoinnehavare",
102
+ "accountHolderClassification": "Kontoklassificering",
103
+ "accountHolderContactInformation": "Namn och adress",
104
+ "accountHolderTaxInformation": "Skatteinformation",
105
+ "accountHolderTaxClarification": "Skatteinformation (mer)",
106
+ "address": "Adress",
107
+ "acknowledge": "Bekräfta och underteckna",
108
+ "certify": "Jag intygar följande:",
109
+ "confirmation": "Bekräftelse",
110
+ "countryOfCitizenship": "Medborgarskap",
111
+ "countryOfIncorporation": "Land för inkorporering",
112
+ "permanentAddress": "Permanent adress",
113
+ "primaryAddress": "Primär adress",
114
+ "mailingAddress": "Postadress",
115
+ "placeOfBirth": "Födelseort",
116
+ "summary": "Sammanfattning",
117
+ "taxResidences": "Skattehemvist",
118
+ "taxResidence1": "Skattehemvist 1",
119
+ "taxResidence2": "Skattehemvist 2",
120
+ "taxResidence3": "Skattehemvist 3",
121
+ "taxResidence4": "Skattehemvist 4",
122
+ "taxResidence5": "Skattehemvist 5",
123
+ "carfClassificationDetails": "CARF-klassificeringsdetaljer",
124
+ "controllingPersonDetails": "Detaljer om kontrollerande person",
125
+ "controllingPersons": "Kontrollerande personer",
126
+ "controllingPerson1": "Kontrollerande person 1",
127
+ "controllingPerson2": "Kontrollerande person 2",
128
+ "controllingPerson3": "Kontrollerande person 3",
129
+ "controllingPerson4": "Kontrollerande person 4",
130
+ "controllingPerson5": "Kontrollerande person 5"
131
+ },
132
+ "text": {
133
+ "notRequired": "Inte nödvändigt",
134
+ "notRequiredOrNotIssued": "Inte nödvändigt eller inte utfärdat",
135
+ "interviewIsComplete": "Din intervju är klar.",
136
+ "retrievingInterviewStatus": "Hämtar intervjustatus ...",
137
+ "taxDocumentationSaved": "Din skattedokumentation är sparad",
138
+ "eSignActReference": "<sup>1</sup> Elektroniska signaturer i Global and National Commerce Act, 15 U.S.C. §7001, et seq., (\"E-sign-Act\") undertecknades i lag den 30 juni 2000 och ger en allmän regel för validering av elektroniska register och signaturer för transaktioner i eller som påverkar mellanstatlig eller utländsk handel."
139
+ },
140
+ "error": {
141
+ "countryMustBeAResidenceCountry": "Landet måste vara ett skattehemvistland",
142
+ "formHasErrors": "Vänligen granska felen ovan",
143
+ "invalid": "Ogiltig",
144
+ "invalidDate": "Ogiltigt datum",
145
+ "invalidVat": "Ogiltigt momsregistreringsnummer",
146
+ "mustBeFiveOrNineDigits": "Måste vara fem eller nio siffror",
147
+ "mustBeInDateFormat": "Måste välja en månad, dag och år",
148
+ "mustBeInVatinFormat": "Måste vara mellan åtta och 14 tecken",
149
+ "mustBeNineDigits": "Måste vara nio siffror",
150
+ "mustBeNinoFormat": "Måste vara ett tvåbokstavsprefix följt av sex siffror och ett enbokstavssuffix. Till exempel \"GB123456A\"",
151
+ "mustBeCaPostalCodeFormat": "Måste vara sex tecken",
152
+ "mustBeValidBirthDate": "Inte ett giltigt födelsedatum",
153
+ "mustBeAtLeast18": "Måste vara minst 18 år gammal",
154
+ "residencesMustIncludeVatCountry": "Momsland måste anges som skattehemvist nedan",
155
+ "residencesMustIncludeAddressCountry": "Landet för din primära adress måste anges som skattehemvist nedan",
156
+ "residencesMustIncludeAnEUCountry": "Minst ett land för skattehemvist måste vara ett EU-medlemsland",
157
+ "mustNotMatchVatin": "Får inte matcha det angivna momsnumret",
158
+ "required": "Nödvändigt",
159
+ "tooLong": "För långt",
160
+ "tooShort": "För kort",
161
+ "vatinMustNotMatchResidencyTin": "Momsnumret får inte matcha TIN"
162
+ },
163
+ "option": {
164
+ "isIndividual_yes": "Ja, jag är en individ",
165
+ "isIndividual_no": "Nej, jag är ingen individ",
166
+ "no": "Nej",
167
+ "yes": "Ja",
168
+ "investmentEntityManaged_yes": "Ja, investeringsenheten förvaltas av en finansiell institution",
169
+ "investmentEntityManaged_no": "Nej, investeringsenheten förvaltas inte av en finansiell institution",
170
+ "ACTIVE_NON_FINANCIAL_ENTITY": "Aktiv icke-finansiell enhet",
171
+ "PASSIVE_NON_FINANCIAL_ENTITY": "Passiv icke-finansiell enhet",
172
+ "FINANCIAL_INSTITUTION": "Finansiell institution",
173
+ "CUSTODIAL_INSTITUTION": "Förvaringsinstitut",
174
+ "DEPOSITORY_INSTITUTION": "Depåinstitut",
175
+ "accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Statlig enhet",
176
+ "INSURANCE_COMPANY": "Försäkringsbolag",
177
+ "INVESTMENT_ENTITY": "Investeringsenhet",
178
+ "entityType_TRUST": "Trust",
179
+ "entityType_SIMILAR_TO_TRUST": "Juridiskt arrangemang liknande en trust",
180
+ "entityType_OTHER": "Annan typ av enhet",
181
+ "accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION": "Offentligt bolag",
182
+ "accountHolderActiveNonFinancialEntityType_OTHER": "Annat",
183
+ "accountHolderActiveNonFinancialEntityType_INTERNATIONAL_ORGANIZATION": "Internationell organisation",
184
+ "controllingPersonRole_SETTLOR": "Grundare",
185
+ "controllingPersonRole_TRUSTEE": "Förvaltare",
186
+ "controllingPersonRole_PROTECTOR": "Beskyddare",
187
+ "controllingPersonRole_BENEFICIARY": "Förmånstagare",
188
+ "controllingPersonRole_OTHER": "Annat",
189
+ "controllingPersonRole_BENEFICIARY_EQUIVALENT": "Motsvarande förmånstagare",
190
+ "controllingPersonRole_OTHER_EQUIVALENT": "Annan motsvarighet",
191
+ "controllingPersonRole_PROTECTOR_EQUIVALENT": "Motsvarande beskyddare",
192
+ "controllingPersonRole_SETTLOR_EQUIVALENT": "Motsvarande grundare",
193
+ "controllingPersonRole_TRUSTEE_EQUIVALENT": "Motsvarande förvaltare",
194
+ "controllingPersonRole_OWNER": "Ägare",
195
+ "controllingPersonRole_OTHER_MEANS": "Andra medel",
196
+ "controllingPersonRole_SENIOR_MANAGING_OFFICIAL": "Högre chefstjänsteman",
197
+ "missingTinNotRequiredReason_NOT_ISSUED": "Država/jurisdikcija, v kateri je imetnik računa rezident, ne izdaja TIN svojim rezidentom",
198
+ "missingTinNotRequiredReason_OTHER": "Imetnik računa ne more pridobiti TIN ali enakovredne številke na drug način",
199
+ "missingTinNotRequiredReason_NOT_REQUIRED": "TIN ni potrebna",
200
+ "signatureCapacity_EXECUTOR": "Testamentsfullföljare",
201
+ "signatureCapacity_OFFICER": "Auktoriserad tjänsteman, direktör eller kontrollperson för enheten",
202
+ "signatureCapacity_OTHER_CAPACITY": "Annan auktoriserad representant"
203
+ },
204
+ "subOption": {
205
+ "accountHolderActiveNonFinancialEntityType_OTHER": "En enhet som inte redan är listad ovan där mindre än 50% av enhetens bruttoinkomst och/eller mindre än 50% av enhetens tillgångar hålls för att producera passiv inkomst. Andra aktiva NFE:er inkluderar, men är inte begränsade till, holdingbolag som är medlemmar i en icke-finansiell grupp, start-up-företag som avser att vara aktiva företag och kvalificerade ideella organisationer.",
206
+ "accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION": "Ett företag vars aktier regelbundet handlas på en etablerad värdepappersmarknad eller ett företag som är relaterat till ett sådant företag.",
207
+ "accountHolderSelfCertificationAccountType_FINANCIAL_INSTITUTION": "En enhet som innehar finansiella tillgångar för andra som en väsentlig del av sin verksamhet, accepterar insättningar i sin normala verksamhet eller på annat sätt bedriver investeringsverksamhet för kunder (dvs. handlar, investerar eller förvaltar finansiella tillgångar).",
208
+ "accountHolderSelfCertificationAccountType_ACTIVE_NON_FINANCIAL_ENTITY": "En icke-finansiell enhet där vanligtvis mindre än 50% av inkomsten är passiv och mindre än 50% av tillgångarna genererar passiv inkomst.",
209
+ "accountHolderSelfCertificationAccountType_PASSIVE_NON_FINANCIAL_ENTITY": "Varje icke-finansiell enhet som inte är en aktiv NFE, vilket vanligtvis innebär att mer än 50% av bruttoinkomsten är passiv inkomst, såsom ränta, utdelningar, kapitalvinster eller inkomst från finansiella tillgångar."
210
+ }
211
+ }
212
+ ;
213
+
214
+ export default _default;
@@ -1 +1,3 @@
1
- export declare const bg: import('../types/PropertyFile').PropertyFile;
1
+ import { PropertyFile } from '../types/PropertyFile';
2
+
3
+ export declare const bg: () => PropertyFile;
@@ -1 +1 @@
1
- export declare const cs: import('../types/PropertyFile').PropertyFile;
1
+ export declare const cs: () => import('../types/PropertyFile').PropertyFile;
@@ -1 +1 @@
1
- export declare const da: import('../types/PropertyFile').PropertyFile;
1
+ export declare const da: () => import('../types/PropertyFile').PropertyFile;
@@ -1 +1 @@
1
- export declare const deAt: import('../types/PropertyFile').PropertyFile;
1
+ export declare const deAt: () => import('../types/PropertyFile').PropertyFile;
@@ -1,4 +1 @@
1
- import { ForeignPropertyFile } from '../types/PropertyFile';
2
-
3
- export declare const deTranslations: ForeignPropertyFile;
4
- export declare const de: import('../types/PropertyFile').PropertyFile;
1
+ export declare const de: () => import('../types/PropertyFile').PropertyFile;
@@ -1,4 +1 @@
1
- import { PartialDPSPropertyFile } from '../types/PropertyFile';
2
-
3
- export declare const elCyTranslations: PartialDPSPropertyFile;
4
- export declare const elCy: import('../types/PropertyFile').PropertyFile;
1
+ export declare const elCy: () => import('../types/PropertyFile').PropertyFile;
@@ -1,4 +1 @@
1
- import { ForeignPropertyFile } from '../types/PropertyFile';
2
-
3
- export declare const elTranslations: ForeignPropertyFile;
4
- export declare const el: import('../types/PropertyFile').PropertyFile;
1
+ export declare const el: () => import('../types/PropertyFile').PropertyFile;
@@ -1,3 +1,3 @@
1
1
  import { PropertyFile } from '../types/PropertyFile';
2
2
 
3
- export declare const enGb: PropertyFile;
3
+ export declare const enGb: () => PropertyFile;
@@ -1,3 +1,3 @@
1
1
  import { PropertyFile } from '../types/PropertyFile';
2
2
 
3
- export declare const enNz: PropertyFile;
3
+ export declare const enNz: () => PropertyFile;
@@ -1,3 +1,3 @@
1
1
  import { PropertyFile } from '../types/PropertyFile';
2
2
 
3
- export declare const enUs: PropertyFile;
3
+ export declare const enUs: () => PropertyFile;
@@ -1,3 +1,3 @@
1
1
  import { PropertyFile } from '../types/PropertyFile';
2
2
 
3
- export declare const en: PropertyFile;
3
+ export declare const en: () => PropertyFile;
@@ -0,0 +1,3 @@
1
+ import { PropertyFile } from '../types/PropertyFile';
2
+
3
+ export declare const esMx: () => PropertyFile;
@@ -1,3 +1,3 @@
1
1
  import { PropertyFile } from '../types/PropertyFile';
2
2
 
3
- export declare const es: PropertyFile;
3
+ export declare const es: () => PropertyFile;
@@ -1 +1 @@
1
- export declare const et: import('../types/PropertyFile').PropertyFile;
1
+ export declare const et: () => import('../types/PropertyFile').PropertyFile;
@@ -1 +1 @@
1
- export declare const fi: import('../types/PropertyFile').PropertyFile;
1
+ export declare const fi: () => import('../types/PropertyFile').PropertyFile;
@@ -1,3 +1,3 @@
1
1
  import { PropertyFile } from '../types/PropertyFile';
2
2
 
3
- export declare const frCa: PropertyFile;
3
+ export declare const frCa: () => PropertyFile;
@@ -1 +1 @@
1
- export declare const frLu: import('../types/PropertyFile').PropertyFile;
1
+ export declare const frLu: () => import('../types/PropertyFile').PropertyFile;
@@ -1,3 +1,3 @@
1
1
  import { PropertyFile } from '../types/PropertyFile';
2
2
 
3
- export declare const fr: PropertyFile;
3
+ export declare const fr: () => PropertyFile;
@@ -1 +1 @@
1
- export declare const ga: import('../types/PropertyFile').PropertyFile;
1
+ export declare const ga: () => import('../types/PropertyFile').PropertyFile;
@@ -1 +1 @@
1
- export declare const hr: import('../types/PropertyFile').PropertyFile;
1
+ export declare const hr: () => import('../types/PropertyFile').PropertyFile;
@@ -1 +1 @@
1
- export declare const hu: import('../types/PropertyFile').PropertyFile;
1
+ export declare const hu: () => import('../types/PropertyFile').PropertyFile;
@@ -10,6 +10,7 @@ export * from './en-gb';
10
10
  export * from './en-nz';
11
11
  export * from './en-us';
12
12
  export * from './es';
13
+ export * from './es-mx';
13
14
  export * from './et';
14
15
  export * from './fi';
15
16
  export * from './fr';
@@ -1 +1 @@
1
- export declare const it: import('../types/PropertyFile').PropertyFile;
1
+ export declare const it: () => import('../types/PropertyFile').PropertyFile;
@@ -1,4 +1 @@
1
- import { ForeignPropertyFile } from '../types/PropertyFile';
2
-
3
- export declare const ltTranslations: ForeignPropertyFile;
4
- export declare const lt: import('../types/PropertyFile').PropertyFile;
1
+ export declare const lt: () => import('../types/PropertyFile').PropertyFile;
@@ -1 +1 @@
1
- export declare const lv: import('../types/PropertyFile').PropertyFile;
1
+ export declare const lv: () => import('../types/PropertyFile').PropertyFile;
@@ -1 +1 @@
1
- export declare const mt: import('../types/PropertyFile').PropertyFile;
1
+ export declare const mt: () => import('../types/PropertyFile').PropertyFile;
@@ -1,4 +1 @@
1
- import { PartialDPSPropertyFile } from '../types/PropertyFile';
2
-
3
- export declare const nlBeTranslations: PartialDPSPropertyFile;
4
- export declare const nlBe: import('../types/PropertyFile').PropertyFile;
1
+ export declare const nlBe: () => import('../types/PropertyFile.ts').PropertyFile;
@@ -1 +1 @@
1
- export declare const nl: import('../types/PropertyFile').PropertyFile;
1
+ export declare const nl: () => import('../types/PropertyFile').PropertyFile;
@@ -1 +1 @@
1
- export declare const no: import('../types/PropertyFile').PropertyFile;
1
+ export declare const no: () => import('../types/PropertyFile').PropertyFile;
@@ -1,4 +1 @@
1
- import { ForeignPropertyFile } from '../types/PropertyFile';
2
-
3
- export declare const plTranslations: ForeignPropertyFile;
4
- export declare const pl: import('../types/PropertyFile').PropertyFile;
1
+ export declare const pl: () => import('../types/PropertyFile').PropertyFile;
@@ -1 +1 @@
1
- export declare const pt: import('../types/PropertyFile').PropertyFile;
1
+ export declare const pt: () => import('../types/PropertyFile').PropertyFile;
@@ -1 +1 @@
1
- export declare const ro: import('../types/PropertyFile').PropertyFile;
1
+ export declare const ro: () => import('../types/PropertyFile').PropertyFile;
@@ -1 +1 @@
1
- export declare const sk: import('../types/PropertyFile').PropertyFile;
1
+ export declare const sk: () => import('../types/PropertyFile').PropertyFile;
@@ -1 +1 @@
1
- export declare const sl: import('../types/PropertyFile').PropertyFile;
1
+ export declare const sl: () => import('../types/PropertyFile').PropertyFile;
@@ -1 +1 @@
1
- export declare const sv: import('../types/PropertyFile').PropertyFile;
1
+ export declare const sv: () => import('../types/PropertyFile').PropertyFile;
@@ -2,7 +2,7 @@ import { Locale } from 'types';
2
2
  import { PropertyFile } from './types/PropertyFile';
3
3
 
4
4
  type LocalizationFile = {
5
- [locale in Locale]: PropertyFile;
5
+ [locale in Locale]: () => PropertyFile;
6
6
  };
7
7
  export declare const localizationFileMap: LocalizationFile;
8
8
  export {};
@@ -1,13 +1,13 @@
1
1
  export type ButtonKey = 'edit' | 'back' | 'next' | 'reset' | 'submit' | 'cancel' | 'hide' | 'show';
2
2
  export type ErrorKey = 'countryMustBeAResidenceCountry' | 'formHasErrors' | 'invalid' | 'invalidDate' | 'invalidVat' | 'mustBeFiveOrNineDigits' | 'mustBeInDateFormat' | 'mustBeNineDigits' | 'mustBeNinoFormat' | 'mustBeCaPostalCodeFormat' | 'mustBeInVatinFormat' | 'mustBeValidBirthDate' | 'mustBeAtLeast18' | 'mustMatchName' | 'mustNotMatchVatin' | 'required' | 'residencesMustIncludeAddressCountry' | 'residencesMustIncludeAnEUCountry' | 'residencesMustIncludeVatCountry' | 'tooLong' | 'tooShort' | 'vatinMustNotMatchResidencyTin';
3
- export type SubOptionKey = 'accountHolderUsAccountType_SOLE_PROPRIETOR' | 'accountHolderUsAccountType_SM_LLC' | 'accountHolderUsAccountType_DISREGARDED_ENTITY' | 'accountHolderActiveNonFinancialEntityType_OTHER' | 'accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION' | 'accountHolderSelfCertificationAccountType_FINANCIAL_INSTITUTION' | 'accountHolderSelfCertificationAccountType_ACTIVE_NON_FINANCIAL_ENTITY' | 'accountHolderSelfCertificationAccountType_PASSIVE_NON_FINANCIAL_ENTITY';
4
- export type OptionKey = TreatyClaimOption | 'accountHolderUsPerson_yes' | 'accountHolderUsPerson_no' | 'usTrustEstateEin_yes' | 'usTrustEstateEin_no' | 'usSoleProprietorEin_yes' | 'usSoleProprietorEin_no' | 'regardedOwnerUsPerson_yes' | 'regardedOwnerUsPerson_no' | 'smllcOwnerUsPerson_yes' | 'smllcOwnerUsPerson_no' | 'smllcElection_yes' | 'smllcElection_no' | 'isIndividual_yes' | 'isIndividual_no' | 'investmentEntityManaged_yes' | 'investmentEntityManaged_no' | 'no' | 'yes' | 'ACTIVE_NON_FINANCIAL_ENTITY' | 'CENTRAL_BANK_OF_ISSUE' | 'COMPLEX_TRUST' | 'CORPORATION' | 'CUSTODIAL_INSTITUTION' | 'C_CORPORATION' | 'DEPOSITORY_INSTITUTION' | 'DISREGARDED_ENTITY' | 'ENTITY_TYPE_TRUST' | 'ENTITY_TYPE_SIMILAR_TO_TRUST' | 'ENTITY_TYPE_OTHER' | 'ESTATE' | 'FINANCIAL_INSTITUTION' | 'FOREIGN_GOVERNMENT_CONTROLLED_ENTITY' | 'FOREIGN_GOVERNMENT_INTEGRAL_PART' | 'accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY' | 'GRANTOR_TRUST' | 'INDIVIDUAL' | 'accountHolderActiveNonFinancialEntityType_INTERNATIONAL_ORGANIZATION' | 'INTERNATIONAL_ORGANIZATION' | 'INVESTMENT_ENTITY' | 'INSURANCE_COMPANY' | 'LLC' | 'OTHER' | 'accountHolderActiveNonFinancialEntityType_OTHER' | 'PARTNERSHIP' | 'PASSIVE_NON_FINANCIAL_ENTITY' | 'PRIVATE_FOUNDATION' | 'accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION' | 'SIGNATURE_CAPACITY_EXECUTOR' | 'SIGNATURE_CAPACITY_OFFICER' | 'SIGNATURE_CAPACITY_OTHER_CAPACITY' | 'SIMPLE_TRUST' | 'SM_LLC' | 'SOLE_PROPRIETOR' | 'S_CORPORATION' | 'TAX_EXEMPT_ORGANIZATION' | 'TRUST' | 'TRUST_ESTATE' | 'CONTROLLING_PERSON_ROLE_SETTLOR' | 'CONTROLLING_PERSON_ROLE_TRUSTEE' | 'CONTROLLING_PERSON_ROLE_PROTECTOR' | 'CONTROLLING_PERSON_ROLE_BENEFICIARY' | 'CONTROLLING_PERSON_ROLE_OTHER' | 'CONTROLLING_PERSON_ROLE_SETTLOR_EQUIVALENT' | 'CONTROLLING_PERSON_ROLE_TRUSTEE_EQUIVALENT' | 'CONTROLLING_PERSON_ROLE_PROTECTOR_EQUIVALENT' | 'CONTROLLING_PERSON_ROLE_BENEFICIARY_EQUIVALENT' | 'CONTROLLING_PERSON_ROLE_OTHER_EQUIVALENT' | 'CONTROLLING_PERSON_ROLE_OWNER' | 'CONTROLLING_PERSON_ROLE_OTHER_MEANS' | 'CONTROLLING_PERSON_ROLE_SENIOR_MANAGING_OFFICIAL' | 'MISSING_TIN_NOT_REQUIRED_REASON_NOT_ISSUED' | 'MISSING_TIN_NOT_REQUIRED_REASON_NOT_REQUIRED' | 'MISSING_TIN_NOT_REQUIRED_REASON_OTHER';
5
- export type PromptKey = TreatyClaimPrompt | 'activeNonFinancialEntityType' | 'addAdditionalResidence' | 'addControllingPerson' | 'address' | 'businessRegistrationNumber' | 'businessRegistrationCountry' | 'city' | 'cityOfBirth' | 'country' | 'countryOfBirth' | 'dateOfBirth' | 'day' | 'dbaName' | 'exemptPayeeCode' | 'exemptFatcaCode' | 'financialAccountIdentifier' | 'financialAccountName' | 'foreignAccountType' | 'financialInstitutionType' | 'foreignOtherClassification' | 'foreignTin' | 'foreignTinIsNotRequired' | 'foreignTrustClassification' | 'investmentEntityManaged' | 'isIndividual' | 'iAcknowledgeESignIsOk' | 'iWillResubmitIfIncorrect' | 'iAmACitizenOfTheUs' | 'iAmExemptFromFatcaReporting' | 'iAmNotSubjectToBackupWithholding' | 'iAuthorizeWithholdingAgent' | 'iCertifyToAll' | 'iConfirmIncomeIsNonUs' | 'iConfirmTheBeneficialOwnerIsExempt' | 'iConfirmTheInformationIsCorrectComplete' | 'iConfirmTheEntityIsNotAUsPerson' | 'iConfirmTheEntityIsTheBeneficialOwner' | 'iConfirmTheIndividualIsNotAUsPerson' | 'iConfirmTheIndividualIsTheBeneficialOwner' | 'iConfirmTheIndividualIsResidentOfTreatyCountry' | 'iConfirmTheTaxIdIsCorrect' | 'iHaveCapacityToSignForEntity' | 'iHaveCapacityToSignForIndividual' | 'iDeclareStatementsAreCorrect' | 'iUnderstandTheInformationIsCovered' | 'iAcknowledgeTheInformationMayBeProvided' | 'iCertifyIAmAccountHolder' | 'iCertifyIAmAuthorizedToSignForAccountHolder' | 'iCertifyIWillNotifyPersons' | 'iWillNotifyChangeInCircumstanceForIndividual' | 'iWillNotifyChangeInCircumstanceForAccountHolder' | 'mailingAddress' | 'mailingAddressIsDifferent' | 'month' | 'name' | 'nameOfDisregardedEntity' | 'nameOfEntity' | 'nameOfCCorporation' | 'nameOfCorporation' | 'nameOfIndividual' | 'nameOfIndividualSoleProprietor' | 'nameOfLlc' | 'nameOfOrganization' | 'nameOfPartnership' | 'nameOfSCorporation' | 'nameOfSmllc' | 'nameOfSmllcOwner' | 'nameOfSoleProprietor' | 'nameOfTrustEstate' | 'nameOfTrust' | 'otherRole' | 'otherEquivalentRole' | 'ownershipPercentage' | 'managedEntityType' | 'passiveEntityType' | 'province' | 'referenceNumbers' | 'regardedOwnerUsPerson' | 'regardedOwnerAccountType' | 'relatedCorporation' | 'removeResidence' | 'removeControllingPerson' | 'role' | 'securitiesMarket' | 'signature' | 'signatureCapacity' | 'signatureCapacityOther' | 'smllcElection' | 'smllcOwnerAccountType' | 'smllcOwnerUsPerson' | 'countyRegion' | 'stateProvince' | 'street' | 'street2' | 'taxIdNumber' | 'taxIdNumberIsNotRequired' | 'taxIdNumberIsNotRequiredReason' | 'taxIdNumberIsNotRequiredReasonOther' | 'tin' | 'tinUkCrn' | 'tinUkNino' | 'type' | 'usAccountType' | 'usLlcClassification' | 'usOtherClassification' | 'usPerson' | 'usEin' | 'usSoleProprietorEin' | 'usSsn' | 'usTin' | 'usTrustEstateEin' | 'vatIdentificationNumber' | 'vatIsNotRequired' | 'vatCountry' | 'year' | 'zip';
6
- export type SubPromptKey = TreatyClaimSubPrompt | 'smllcElection' | 'iAmNotSubjectToBackupWithholding' | 'iConfirmIncomeIsNonUs' | 'isIndividual' | 'financialAccountIdentifier' | 'financialAccountName' | 'financialInstitutionType' | 'vatIdentificationNumber' | 'placeOfBirth' | 'referenceNumbers' | 'relatedCorporation' | 'role' | 'securitiesMarket' | 'signature' | 'signatureCapacityOther' | 'streetIsPermanent' | 'usPerson';
7
- export type TitleKey = 'accountHolder' | 'accountHolderClassification' | 'accountHolderContactInformation' | 'accountHolderTaxInformation' | 'accountHolderTaxClarification' | 'accountHolderTreatyClaims' | 'address' | 'additionalConditions' | 'acknowledge' | 'carfClassificationDetails' | 'certify' | 'confirmation' | 'controllingPersonDetails' | 'controllingPersons' | 'controllingPerson1' | 'controllingPerson2' | 'controllingPerson3' | 'controllingPerson4' | 'controllingPerson5' | 'countryOfCitizenship' | 'countryOfIncorporation' | 'exemptions' | 'mailingAddress' | 'primaryAddress' | 'permanentAddress' | 'placeOfBirth' | 'regardedOwner' | 'regardedOwnerClassification' | 'regardedOwnerContactInformation' | 'regardedOwnerTaxInformation' | 'regardedOwnerTreatyClaims' | 'signature' | 'summary' | 'taxResidences' | 'taxResidence1' | 'taxResidence2' | 'taxResidence3' | 'taxResidence4' | 'taxResidence5' | 'w8imyInstructions';
3
+ export type SubOptionKey = 'accountHolderUsAccountType_SOLE_PROPRIETOR' | 'accountHolderUsAccountType_SM_LLC' | 'accountHolderUsAccountType_DISREGARDED_ENTITY' | 'accountHolderActiveNonFinancialEntityType_OTHER' | 'accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION' | 'accountHolderSelfCertificationAccountType_FINANCIAL_INSTITUTION' | 'accountHolderSelfCertificationAccountType_ACTIVE_NON_FINANCIAL_ENTITY' | 'accountHolderSelfCertificationAccountType_PASSIVE_NON_FINANCIAL_ENTITY' | 'accountHolderAccountOwnerType_ENTITY' | 'accountHolderAccountOwnerType_INTERMEDIARY' | 'regardedOwnerAccountOwnerType_ENTITY' | 'regardedOwnerAccountOwnerType_INTERMEDIARY';
4
+ export type OptionKey = TreatyClaimOption | 'accountHolderUsPerson_yes' | 'accountHolderUsPerson_no' | 'usTrustEstateEin_yes' | 'usTrustEstateEin_no' | 'usSoleProprietorEin_yes' | 'usSoleProprietorEin_no' | 'regardedOwnerUsPerson_yes' | 'regardedOwnerUsPerson_no' | 'smllcOwnerUsPerson_yes' | 'smllcOwnerUsPerson_no' | 'smllcElection_yes' | 'smllcElection_no' | 'isIndividual_yes' | 'isIndividual_no' | 'investmentEntityManaged_yes' | 'investmentEntityManaged_no' | 'assumesChapters3And4Responsibility_yes' | 'assumesChapters3And4Responsibility_no' | 'assumes1099Responsibility_yes' | 'assumes1099Responsibility_no' | 'usPersonElection_yes' | 'usPersonElection_no' | 'providesAdditionalDocumentation_yes' | 'providesAdditionalDocumentation_no' | 'no' | 'yes' | 'no_not_applicable' | 'ACTIVE_NON_FINANCIAL_ENTITY' | 'CENTRAL_BANK_OF_ISSUE' | 'COMPLEX_TRUST' | 'CORPORATION' | 'CUSTODIAL_INSTITUTION' | 'C_CORPORATION' | 'DEPOSITORY_INSTITUTION' | 'DISREGARDED_ENTITY' | 'ENTITY' | 'entityType_TRUST' | 'entityType_SIMILAR_TO_TRUST' | 'entityType_OTHER' | 'ESTATE' | 'FINANCIAL_INSTITUTION' | 'FOREIGN_GOVERNMENT_CONTROLLED_ENTITY' | 'FOREIGN_GOVERNMENT_INTEGRAL_PART' | 'accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY' | 'GRANTOR_TRUST' | 'INDIVIDUAL' | 'INTERMEDIARY' | 'QUALIFIED_INTERMEDIARY' | 'NONQUALIFIED_INTERMEDIARY' | 'TERRITORY_FINANCIAL_INSTITUTION' | 'US_BRANCH' | 'WITHHOLDING_FOREIGN_PARTNERSHIP' | 'WITHHOLDING_FOREIGN_TRUST' | 'NONWITHHOLDING_FOREIGN_PARTNERSHIP' | 'NONWITHHOLDING_FOREIGN_SIMPLE_TRUST' | 'NONWITHHOLDING_FOREIGN_GRANTOR_TRUST' | 'accountHolderActiveNonFinancialEntityType_INTERNATIONAL_ORGANIZATION' | 'INTERNATIONAL_ORGANIZATION' | 'INVESTMENT_ENTITY' | 'INSURANCE_COMPANY' | 'LLC' | 'OTHER' | 'accountHolderActiveNonFinancialEntityType_OTHER' | 'PARTNERSHIP' | 'PASSIVE_NON_FINANCIAL_ENTITY' | 'PRIVATE_FOUNDATION' | 'accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION' | 'signatureCapacity_EXECUTOR' | 'signatureCapacity_OFFICER' | 'signatureCapacity_OTHER_CAPACITY' | 'SIMPLE_TRUST' | 'SM_LLC' | 'SOLE_PROPRIETOR' | 'S_CORPORATION' | 'TAX_EXEMPT_ORGANIZATION' | 'TRUST' | 'TRUST_ESTATE' | 'controllingPersonRole_SETTLOR' | 'controllingPersonRole_TRUSTEE' | 'controllingPersonRole_PROTECTOR' | 'controllingPersonRole_BENEFICIARY' | 'controllingPersonRole_OTHER' | 'controllingPersonRole_SETTLOR_EQUIVALENT' | 'controllingPersonRole_TRUSTEE_EQUIVALENT' | 'controllingPersonRole_PROTECTOR_EQUIVALENT' | 'controllingPersonRole_BENEFICIARY_EQUIVALENT' | 'controllingPersonRole_OTHER_EQUIVALENT' | 'controllingPersonRole_OWNER' | 'controllingPersonRole_OTHER_MEANS' | 'controllingPersonRole_SENIOR_MANAGING_OFFICIAL' | 'missingTinNotRequiredReason_NOT_ISSUED' | 'missingTinNotRequiredReason_NOT_REQUIRED' | 'missingTinNotRequiredReason_OTHER';
5
+ export type PromptKey = TreatyClaimPrompt | 'accountHolderAccountOwnerType' | 'accountHolderIntermediaryAccountType' | 'accountHolderEntityAccountType' | 'activeNonFinancialEntityType' | 'addAdditionalResidence' | 'addControllingPerson' | 'address' | 'businessRegistrationNumber' | 'businessRegistrationCountry' | 'city' | 'cityOfBirth' | 'country' | 'countryOfBirth' | 'dateOfBirth' | 'day' | 'dbaName' | 'exemptPayeeCode' | 'exemptFatcaCode' | 'financialAccountIdentifier' | 'financialAccountName' | 'foreignAccountType' | 'financialInstitutionType' | 'foreignTin' | 'foreignTinIsNotRequired' | 'investmentEntityManaged' | 'isIndividual' | 'iAcknowledgeESignIsOk' | 'iWillResubmitIfIncorrect' | 'iAmACitizenOfTheUs' | 'iAmExemptFromFatcaReporting' | 'iAmNotSubjectToBackupWithholding' | 'iAuthorizeWithholdingAgent' | 'iCertifyToAll' | 'iConfirmIncomeIsNonUs' | 'iConfirmTheBeneficialOwnerIsExempt' | 'iConfirmTheInformationIsCorrectComplete' | 'iConfirmTheEntityIsNotAUsPerson' | 'iConfirmTheEntityIsTheBeneficialOwner' | 'iConfirmTheIndividualIsNotAUsPerson' | 'iConfirmTheIndividualIsTheBeneficialOwner' | 'iConfirmTheIndividualIsResidentOfTreatyCountry' | 'iConfirmTheTaxIdIsCorrect' | 'iHaveCapacityToSignForEntity' | 'iHaveCapacityToSignForIndividual' | 'iDeclareStatementsAreCorrect' | 'iUnderstandTheInformationIsCovered' | 'iAcknowledgeTheInformationMayBeProvided' | 'iCertifyIAmAccountHolder' | 'iCertifyIAmAuthorizedToSignForAccountHolder' | 'iCertifyIWillNotifyPersons' | 'iWillNotifyChangeInCircumstanceForIndividual' | 'iWillNotifyChangeInCircumstanceForAccountHolder' | 'mailingAddress' | 'mailingAddressIsDifferent' | 'month' | 'name' | 'nameOfDisregardedEntity' | 'nameOfEntity' | 'nameOfCCorporation' | 'nameOfCorporation' | 'nameOfIndividual' | 'nameOfIndividualSoleProprietor' | 'nameOfLlc' | 'nameOfOrganization' | 'nameOfPartnership' | 'nameOfSCorporation' | 'nameOfSmllc' | 'nameOfSmllcOwner' | 'nameOfSoleProprietor' | 'nameOfTrustEstate' | 'nameOfComplexTrust' | 'nameOfTaxExemptOrganization' | 'nameOfPrivateFoundation' | 'nameOfInternationalOrganization' | 'nameOfCentralBankOfIssue' | 'nameOfForeignGovernmentControlledEntity' | 'nameOfForeignGovernmentIntegralPart' | 'nameOfEstate' | 'nameOfQualifiedIntermediary' | 'nameOfNonqualifiedIntermediary' | 'nameOfTerritoryFinancialInstitution' | 'nameOfUsBranch' | 'nameOfWithholdingForeignPartnership' | 'nameOfWithholdingForeignTrust' | 'nameOfNonwithholdingForeignPartnership' | 'nameOfNonwithholdingForeignSimpleTrust' | 'nameOfNonwithholdingForeignGrantorTrust' | 'otherRole' | 'otherEquivalentRole' | 'ownershipPercentage' | 'managedEntityType' | 'passiveEntityType' | 'province' | 'referenceNumbers' | 'regardedOwnerUsPerson' | 'regardedOwnerAccountType' | 'regardedOwnerEntityAccountType' | 'regardedOwnerIntermediaryAccountType' | 'relatedCorporation' | 'removeResidence' | 'removeControllingPerson' | 'role' | 'securitiesMarket' | 'signature' | 'signatureCapacity' | 'signatureCapacityOther' | 'smllcElection' | 'smllcOwnerAccountType' | 'smllcOwnerUsPerson' | 'countyRegion' | 'stateProvince' | 'street' | 'street2' | 'taxIdNumber' | 'taxIdNumberIsNotRequired' | 'taxIdNumberIsNotRequiredReason' | 'taxIdNumberIsNotRequiredReasonOther' | 'tin' | 'tinUkCrn' | 'tinUkNino' | 'type' | 'usAccountType' | 'usLlcClassification' | 'usOtherClassification' | 'usPerson' | 'usEin' | 'usSoleProprietorEin' | 'usSsn' | 'usTin' | 'usTrustEstateEin' | 'vatIdentificationNumber' | 'vatIsNotRequired' | 'vatCountry' | 'year' | 'zip' | 'isQiCertified' | 'assumesChapters3And4Responsibility' | 'assumes1099Responsibility' | 'usPersonElection' | 'providesAdditionalDocumentation' | 'assumesChapters3And4ResponsibilityCertified' | 'assumes1099ResponsibilityCertified' | 'notAssume1099ResponsibilityCertified' | 'meetsQiRegulationsRequirementsCertified' | 'obtainsDocumentationCertified' | 'notActingAsQiCertified' | 'transmitsNqiDocumentationCertified' | 'representsWithholdingStatementsCertified' | 'isFinancialInstitutionCertified' | 'tfiUsPersonElectionCertified' | 'transmitsTfiDocumentationCertified' | 'usbPaymentsCertified' | 'usbUsPersonElectionCertified' | 'transmitsUsbDocumentationCertified' | 'isCompliantCertified' | 'entityPaymentsCertified' | 'providesWithholdingStatementCertified';
6
+ export type SubPromptKey = TreatyClaimSubPrompt | 'isQiCertified' | 'smllcElection' | 'iAmNotSubjectToBackupWithholding' | 'iConfirmIncomeIsNonUs' | 'isIndividual' | 'transmitsTfiDocumentationCertified' | 'transmitsUsbDocumentationCertified' | 'entityPaymentsCertified' | 'financialAccountIdentifier' | 'financialAccountName' | 'financialInstitutionType' | 'vatIdentificationNumber' | 'placeOfBirth' | 'referenceNumbers' | 'relatedCorporation' | 'role' | 'securitiesMarket' | 'signature' | 'signatureCapacityOther' | 'streetIsPermanent' | 'usPerson';
7
+ export type TitleKey = 'accountHolder' | 'accountHolderCertifications' | 'accountHolderClassification' | 'accountHolderContactInformation' | 'accountHolderTaxInformation' | 'accountHolderTaxClarification' | 'accountHolderTreatyClaims' | 'accountTypeCertifications' | 'address' | 'additionalConditions' | 'acknowledge' | 'carfClassificationDetails' | 'certificationStatements' | 'certify' | 'confirmation' | 'controllingPersonDetails' | 'controllingPersons' | 'controllingPerson1' | 'controllingPerson2' | 'controllingPerson3' | 'controllingPerson4' | 'controllingPerson5' | 'countryOfCitizenship' | 'countryOfIncorporation' | 'exemptions' | 'mailingAddress' | 'primaryAddress' | 'permanentAddress' | 'placeOfBirth' | 'regardedOwner' | 'regardedOwnerCertifications' | 'regardedOwnerClassification' | 'regardedOwnerContactInformation' | 'regardedOwnerTaxInformation' | 'regardedOwnerTreatyClaims' | 'signature' | 'summary' | 'taxResidences' | 'taxResidence1' | 'taxResidence2' | 'taxResidence3' | 'taxResidence4' | 'taxResidence5';
8
8
  export type SubTitleKey = 'controllingPersonDetails' | 'taxResidences' | 'permanentAddress' | 'taxInformationTreatyClaims';
9
- export type TextKey = 'eSignActReference' | 'notRequired' | 'notRequiredOrNotIssued' | 'interviewIsComplete' | 'penaltyOfPerjury' | 'penaltiesOfPerjury' | 'retrievingInterviewStatus' | 'taxDocumentationSaved' | 'w8imyInstructions';
10
- type TreatyClaimPrompt = 'treatyClaimIsEligible' | 'treatyClaimICertifyResident' | 'treatyClaimICertifyRequirements' | 'treatyClaimCountry' | 'treatyClaimTypeOfIncome' | 'treatyClaimWithholding' | 'treatyClaimAdditionalConditions' | 'treatyClaimLimitationOnBenefits' | 'treatyClaimLimitationOnBenefitsOtherArticleParagraph';
11
- type TreatyClaimSubPrompt = 'treatyClaimIsEligible' | 'treatyClaimWithholding' | 'treatyClaimAdditionalConditions' | 'treatyClaimLimitationOnBenefits';
12
- type TreatyClaimOption = 'treatyClaimIsEligible_yes' | 'treatyClaimIsEligible_no' | 'BUSINESS_PROFITS' | 'ROYALTIES_OTHER' | 'SERVICES' | 'GOVERNMENT' | 'TAX_EXEMPT_PENSION' | 'OTHER_TAX_EXEMPT_ORGANIZATION' | 'PUBLICLY_TRADED_CORPORATION' | 'SUBSIDIARY' | 'COMPANY_MEETS_EROSION_TEST' | 'COMPANY_MEETS_DERIVATIVE_TEST' | 'COMPANY_MEETS_BUSINESS_TEST' | 'FAVORABLE_DETERMINATION' | 'NO_LOB_ARTICLE' | 'OTHER_ARTICLE_PARAGRAPH';
9
+ export type TextKey = 'eSignActReference' | 'notRequired' | 'notRequiredOrNotIssued' | 'interviewIsComplete' | 'penaltyOfPerjury' | 'penaltiesOfPerjury' | 'retrievingInterviewStatus' | 'taxDocumentationSaved';
10
+ type TreatyClaimPrompt = 'eligibleForTreatyClaim' | 'iCertifyBeneficialOwnerIsResident' | 'iCertifyBeneficialOwnerMeetsRequirements' | 'treatyCountry' | 'typeOfIncome' | 'withholdingRateArticleParagraph' | 'iMeetRequiredTermsOfTreaty' | 'limitationOnBenefitsProvisions' | 'limitationOnBenefitsSpecifyArticleParagraph';
11
+ type TreatyClaimSubPrompt = 'eligibleForTreatyClaim' | 'withholdingRateArticleParagraph' | 'iMeetRequiredTermsOfTreaty' | 'limitationOnBenefitsProvisions';
12
+ type TreatyClaimOption = 'eligibleForTreatyClaim_yes' | 'eligibleForTreatyClaim_no' | 'BUSINESS_PROFITS' | 'ROYALTIES_OTHER' | 'SERVICES' | 'GOVERNMENT' | 'TAX_EXEMPT_PENSION' | 'OTHER_TAX_EXEMPT_ORGANIZATION' | 'PUBLICLY_TRADED_CORPORATION' | 'SUBSIDIARY' | 'COMPANY_MEETS_EROSION_TEST' | 'COMPANY_MEETS_DERIVATIVE_TEST' | 'COMPANY_MEETS_BUSINESS_TEST' | 'FAVORABLE_DETERMINATION' | 'NO_LOB_ARTICLE' | 'OTHER_ARTICLE_PARAGRAPH';
13
13
  export {};
@@ -37,10 +37,10 @@ export type ForeignPropertyFile = {
37
37
  title: Pick<PropertyFile['title'], 'acknowledge' | 'certify' | 'carfClassificationDetails' | 'controllingPersonDetails' | 'controllingPersons' | 'controllingPerson1' | 'controllingPerson2' | 'controllingPerson3' | 'controllingPerson4' | 'controllingPerson5' | 'accountHolder' | 'accountHolderClassification' | 'accountHolderContactInformation' | 'accountHolderTaxInformation' | 'accountHolderTaxClarification' | 'address' | 'confirmation' | 'countryOfCitizenship' | 'countryOfIncorporation' | 'placeOfBirth' | 'mailingAddress' | 'permanentAddress' | 'primaryAddress' | 'summary' | 'taxResidences' | 'taxResidence1' | 'taxResidence2' | 'taxResidence3' | 'taxResidence4' | 'taxResidence5'>;
38
38
  text: Pick<PropertyFile['text'], 'eSignActReference' | 'interviewIsComplete' | 'notRequired' | 'notRequiredOrNotIssued' | 'retrievingInterviewStatus' | 'taxDocumentationSaved'>;
39
39
  error: Pick<PropertyFile['error'], 'countryMustBeAResidenceCountry' | 'formHasErrors' | 'invalid' | 'invalidDate' | 'invalidVat' | 'mustBeAtLeast18' | 'mustBeFiveOrNineDigits' | 'mustBeInDateFormat' | 'mustBeInVatinFormat' | 'mustBeNineDigits' | 'mustBeNinoFormat' | 'mustBeCaPostalCodeFormat' | 'mustBeValidBirthDate' | 'mustNotMatchVatin' | 'required' | 'residencesMustIncludeAddressCountry' | 'residencesMustIncludeAnEUCountry' | 'residencesMustIncludeVatCountry' | 'tooLong' | 'tooShort' | 'vatinMustNotMatchResidencyTin'>;
40
- option: Pick<PropertyFile['option'], 'no' | 'yes' | 'isIndividual_yes' | 'isIndividual_no' | 'investmentEntityManaged_yes' | 'investmentEntityManaged_no' | 'ACTIVE_NON_FINANCIAL_ENTITY' | 'PASSIVE_NON_FINANCIAL_ENTITY' | 'CUSTODIAL_INSTITUTION' | 'accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY' | 'INSURANCE_COMPANY' | 'INVESTMENT_ENTITY' | 'ENTITY_TYPE_TRUST' | 'ENTITY_TYPE_SIMILAR_TO_TRUST' | 'ENTITY_TYPE_OTHER' | 'accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION' | 'accountHolderActiveNonFinancialEntityType_OTHER' | 'accountHolderActiveNonFinancialEntityType_INTERNATIONAL_ORGANIZATION' | 'SIGNATURE_CAPACITY_EXECUTOR' | 'SIGNATURE_CAPACITY_OFFICER' | 'SIGNATURE_CAPACITY_OTHER_CAPACITY' | 'DEPOSITORY_INSTITUTION' | 'FINANCIAL_INSTITUTION' | 'CONTROLLING_PERSON_ROLE_SETTLOR' | 'CONTROLLING_PERSON_ROLE_TRUSTEE' | 'CONTROLLING_PERSON_ROLE_PROTECTOR' | 'CONTROLLING_PERSON_ROLE_BENEFICIARY' | 'CONTROLLING_PERSON_ROLE_OTHER' | 'CONTROLLING_PERSON_ROLE_SETTLOR_EQUIVALENT' | 'CONTROLLING_PERSON_ROLE_TRUSTEE_EQUIVALENT' | 'CONTROLLING_PERSON_ROLE_PROTECTOR_EQUIVALENT' | 'CONTROLLING_PERSON_ROLE_BENEFICIARY_EQUIVALENT' | 'CONTROLLING_PERSON_ROLE_OTHER_EQUIVALENT' | 'CONTROLLING_PERSON_ROLE_OWNER' | 'CONTROLLING_PERSON_ROLE_OTHER_MEANS' | 'CONTROLLING_PERSON_ROLE_SENIOR_MANAGING_OFFICIAL' | 'MISSING_TIN_NOT_REQUIRED_REASON_NOT_ISSUED' | 'MISSING_TIN_NOT_REQUIRED_REASON_NOT_REQUIRED' | 'MISSING_TIN_NOT_REQUIRED_REASON_OTHER'>;
40
+ option: Pick<PropertyFile['option'], 'no' | 'yes' | 'isIndividual_yes' | 'isIndividual_no' | 'investmentEntityManaged_yes' | 'investmentEntityManaged_no' | 'ACTIVE_NON_FINANCIAL_ENTITY' | 'PASSIVE_NON_FINANCIAL_ENTITY' | 'CUSTODIAL_INSTITUTION' | 'accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY' | 'INSURANCE_COMPANY' | 'INVESTMENT_ENTITY' | 'entityType_TRUST' | 'entityType_SIMILAR_TO_TRUST' | 'entityType_OTHER' | 'accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION' | 'accountHolderActiveNonFinancialEntityType_OTHER' | 'accountHolderActiveNonFinancialEntityType_INTERNATIONAL_ORGANIZATION' | 'signatureCapacity_EXECUTOR' | 'signatureCapacity_OFFICER' | 'signatureCapacity_OTHER_CAPACITY' | 'DEPOSITORY_INSTITUTION' | 'FINANCIAL_INSTITUTION' | 'controllingPersonRole_SETTLOR' | 'controllingPersonRole_TRUSTEE' | 'controllingPersonRole_PROTECTOR' | 'controllingPersonRole_BENEFICIARY' | 'controllingPersonRole_OTHER' | 'controllingPersonRole_SETTLOR_EQUIVALENT' | 'controllingPersonRole_TRUSTEE_EQUIVALENT' | 'controllingPersonRole_PROTECTOR_EQUIVALENT' | 'controllingPersonRole_BENEFICIARY_EQUIVALENT' | 'controllingPersonRole_OTHER_EQUIVALENT' | 'controllingPersonRole_OWNER' | 'controllingPersonRole_OTHER_MEANS' | 'controllingPersonRole_SENIOR_MANAGING_OFFICIAL' | 'missingTinNotRequiredReason_NOT_ISSUED' | 'missingTinNotRequiredReason_NOT_REQUIRED' | 'missingTinNotRequiredReason_OTHER'>;
41
41
  subOption: Pick<PropertyFile['subOption'], 'accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION' | 'accountHolderActiveNonFinancialEntityType_OTHER' | 'accountHolderSelfCertificationAccountType_FINANCIAL_INSTITUTION' | 'accountHolderSelfCertificationAccountType_ACTIVE_NON_FINANCIAL_ENTITY' | 'accountHolderSelfCertificationAccountType_PASSIVE_NON_FINANCIAL_ENTITY'>;
42
42
  };
43
- export type PartialDPSPropertyFile = {
43
+ export type PartialForeignPropertyFile = {
44
44
  button?: Partial<ForeignPropertyFile['button']>;
45
45
  prompt?: Partial<ForeignPropertyFile['prompt']>;
46
46
  subPrompt?: Partial<ForeignPropertyFile['subPrompt']>;
@@ -1,12 +1,12 @@
1
- import { Locale } from '../../types';
1
+ import { Locale, TaxDocumentation } from '../../types';
2
2
  import { ButtonKey, ErrorKey, OptionKey, PromptKey, SubOptionKey, SubPromptKey, SubTitleKey, TextKey } from '../types';
3
3
 
4
- export declare const getPromptText: (key: PromptKey, locale: Locale | undefined) => string;
5
- export declare const getSubPromptText: (key: SubPromptKey, locale: Locale | undefined) => string;
6
- export declare const getErrorText: (key: ErrorKey, locale: Locale | undefined) => string;
7
- export declare const getTextText: (key: TextKey, locale: Locale | undefined) => string;
8
- export declare const getTitleText: (key: string, locale: Locale | undefined) => string;
9
- export declare const getSubTitleText: (key: SubTitleKey, locale: Locale | undefined) => string;
10
- export declare const getButtonText: (key: ButtonKey, locale: Locale | undefined) => string;
11
- export declare const getOptionText: (key: OptionKey | undefined, locale: Locale | undefined) => string;
12
- export declare const getSubOptionText: (key: SubOptionKey | undefined, locale: Locale | undefined) => string | undefined;
4
+ export declare const getPromptText: (key: PromptKey, data: TaxDocumentation, locale: Locale | undefined) => string;
5
+ export declare const getSubPromptText: (key: SubPromptKey, data: TaxDocumentation, locale: Locale | undefined) => string;
6
+ export declare const getErrorText: (key: ErrorKey, data: TaxDocumentation, locale: Locale | undefined) => string;
7
+ export declare const getTextText: (key: TextKey, data: TaxDocumentation, locale: Locale | undefined) => string;
8
+ export declare const getTitleText: (key: string, data: TaxDocumentation, locale: Locale | undefined) => string;
9
+ export declare const getSubTitleText: (key: SubTitleKey, data: TaxDocumentation, locale: Locale | undefined) => string;
10
+ export declare const getButtonText: (key: ButtonKey, data: TaxDocumentation, locale: Locale | undefined) => string;
11
+ export declare const getOptionText: (key: OptionKey | undefined, data: TaxDocumentation, locale: Locale | undefined) => string;
12
+ export declare const getSubOptionText: (key: SubOptionKey | undefined, data: TaxDocumentation, locale: Locale | undefined) => string | undefined;
@@ -0,0 +1,3 @@
1
+ export declare const accountHolderEntityAccountTypeOptions: {
2
+ value: T;
3
+ }[];
@@ -0,0 +1,3 @@
1
+ export declare const accountOwnerTypeOptions: {
2
+ value: T;
3
+ }[];
@@ -1,3 +1,5 @@
1
+ export * from './accountHolderEntityAccountTypeOptions';
2
+ export * from './accountOwnerTypeOptions';
1
3
  export * from './activeNonFinancialEntityTypeOptions';
2
4
  export * from './controllingPersonRoleOptions';
3
5
  export * from './countryOptions';
@@ -5,13 +7,12 @@ export * from './dayOptions';
5
7
  export * from './entityTypeOptions.ts';
6
8
  export * from './fatcaCodeOptions';
7
9
  export * from './financialInstitutionTypeOptions';
8
- export * from './foreignAccountHolderAccountTypeOptions';
9
- export * from './foreignOtherClassificationOptions';
10
10
  export * from './foreignRegardedOwnerAccountTypeOptions';
11
- export * from './foreignTrustClassificationOptions';
12
11
  export * from './getTreatyCountryLimitationOnBenefitOptions';
12
+ export * from './intermediaryAccountTypeOptions';
13
13
  export * from './localeOptions';
14
14
  export * from './payeeCodeOptions';
15
+ export * from './regardedOwnerEntityAccountTypeOptions';
15
16
  export * from './selfCertificationAccountTypeOptions';
16
17
  export * from './signatureCapacityOptions';
17
18
  export * from './tinNotRequiredReasonOptions';
@@ -0,0 +1,3 @@
1
+ export declare const intermediaryAccountTypeOptions: {
2
+ value: T;
3
+ }[];
@@ -0,0 +1,3 @@
1
+ export declare const regardedOwnerEntityAccountTypeOptions: {
2
+ value: T;
3
+ }[];