@taxbit/react-sdk 3.3.1-beta.0 → 3.4.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.
- package/README.md +37 -29
- package/dist/src/components/PoweredByTaxbit/PoweredByTaxbit.d.ts +2 -0
- package/dist/src/components/PoweredByTaxbit/index.d.ts +0 -0
- package/dist/src/contexts/TaxDocumentation/TaxbitQuestionnaireProvider.d.ts +1 -2
- package/dist/src/contexts/TaxDocumentation/useTaxDocumentation.d.ts +3 -1
- package/dist/src/contexts/TaxDocumentation/useTaxDocumentationContext.d.ts +2 -0
- package/dist/src/i18n/json/bg.json.d.ts +5 -4
- package/dist/src/i18n/json/cs.json.d.ts +5 -4
- package/dist/src/i18n/json/da.json.d.ts +5 -4
- package/dist/src/i18n/json/de-AT.json.d.ts +4 -3
- package/dist/src/i18n/json/de.json.d.ts +5 -4
- package/dist/src/i18n/json/el-CY.json.d.ts +2 -4
- package/dist/src/i18n/json/el.json.d.ts +5 -4
- package/dist/src/i18n/json/en.json.d.ts +4 -3
- package/dist/src/i18n/json/es.json.d.ts +5 -4
- package/dist/src/i18n/json/et.json.d.ts +5 -4
- package/dist/src/i18n/json/fi.json.d.ts +5 -4
- package/dist/src/i18n/json/fr-LU.json.d.ts +2 -1
- package/dist/src/i18n/json/fr.json.d.ts +5 -4
- package/dist/src/i18n/json/ga.json.d.ts +5 -4
- package/dist/src/i18n/json/hr.json.d.ts +5 -4
- package/dist/src/i18n/json/hu.json.d.ts +5 -4
- package/dist/src/i18n/json/id.json.d.ts +5 -4
- package/dist/src/i18n/json/it.json.d.ts +5 -4
- package/dist/src/i18n/json/ja.json.d.ts +5 -4
- package/dist/src/i18n/json/ko.json.d.ts +5 -4
- package/dist/src/i18n/json/lt.json.d.ts +5 -4
- package/dist/src/i18n/json/lv.json.d.ts +5 -4
- package/dist/src/i18n/json/ms.json.d.ts +5 -4
- package/dist/src/i18n/json/mt.json.d.ts +5 -4
- package/dist/src/i18n/json/nl-BE.json.d.ts +3 -2
- package/dist/src/i18n/json/nl.json.d.ts +5 -4
- package/dist/src/i18n/json/no.json.d.ts +5 -4
- package/dist/src/i18n/json/pl.json.d.ts +5 -4
- package/dist/src/i18n/json/pt.json.d.ts +5 -4
- package/dist/src/i18n/json/ro.json.d.ts +5 -4
- package/dist/src/i18n/json/ru.json.d.ts +5 -4
- package/dist/src/i18n/json/sk.json.d.ts +5 -4
- package/dist/src/i18n/json/sl.json.d.ts +5 -4
- package/dist/src/i18n/json/sv.json.d.ts +5 -4
- package/dist/src/i18n/json/th.json.d.ts +5 -4
- package/dist/src/i18n/json/tr.json.d.ts +5 -4
- package/dist/src/i18n/json/uk.json.d.ts +5 -4
- package/dist/src/i18n/json/vi.json.d.ts +5 -4
- package/dist/src/i18n/json/zh-TW.json.d.ts +5 -4
- package/dist/src/i18n/json/zh.json.d.ts +5 -4
- package/dist/src/i18n/types/Language.d.ts +2 -2
- package/dist/src/i18n/types/LocalizationKey.d.ts +2 -2
- package/dist/src/index.d.ts +3 -2
- package/dist/src/utils/transformInbound/transformInboundTaxResidencies.d.ts +2 -2
- package/dist/src/widgets/TaxbitQuestionnaire/TaxbitQuestionnaire.d.ts +2 -1
- package/dist/src/widgets/TaxbitQuestionnaire/__tests__/TaxbitQuestionnaire.poweredByTaxbit.test.d.ts +0 -0
- package/dist/src/widgets/TaxbitQuestionnairePersist/TaxbitQuestionnairePersist.d.ts +2 -1
- package/dist/src/wizard/Residencies/Residencies.d.ts +14 -0
- package/dist/src/wizard/Residencies/index.d.ts +1 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/TaxbitQuestionnaireUI.d.ts +2 -1
- package/dist/src/wizard/TaxbitTaxResidencies/TaxbitTaxResidencies.d.ts +11 -0
- package/dist/src/wizard/TaxbitTaxResidencies/__tests__/TaxbitTaxResidencies.test.d.ts +0 -0
- package/dist/src/wizard/TaxbitTaxResidencies/index.d.ts +1 -0
- package/dist/src/wizard/index.d.ts +1 -0
- package/dist/taxbit-react-sdk.js +3293 -3219
- package/dist/taxbit-react-sdk.umd.cjs +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -153,6 +153,8 @@ Adaptive mode is particularly useful when users are updating their tax documenta
|
|
|
153
153
|
|
|
154
154
|
The `region` prop can be set to either `US` or `EU` to determine which regional server the component will connect to. The default is `US`. The `proxyDomain` prop can be set to a custom domain to route requests through a proxy server. This is useful in environments where direct access to the Taxbit servers is restricted. If not provided, the component will connect directly to the Taxbit servers based on the selected region.
|
|
155
155
|
|
|
156
|
+
`proxyHeaders` are also allowed to be passed in as a prop to allow custom headers to be sent with each request when using a proxy server. They must be removed by the proxy server to avoid authorization issues with the Taxbit servers. `authorization` and `content-type` headers are reserved terms and used by the Taxbit server. If provided will be overwritten by the Taxbit values.
|
|
157
|
+
|
|
156
158
|
## useTaxbit Hook
|
|
157
159
|
|
|
158
160
|
The `useTaxbit` hook can be used to get the data from the server or the account status.
|
|
@@ -172,6 +174,7 @@ const {
|
|
|
172
174
|
staging,
|
|
173
175
|
region,
|
|
174
176
|
proxyDomain,
|
|
177
|
+
proxyHeaders,
|
|
175
178
|
onError,
|
|
176
179
|
});
|
|
177
180
|
```
|
|
@@ -376,6 +379,11 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
376
379
|
|
|
377
380
|
## Changelog
|
|
378
381
|
|
|
382
|
+
### Version 3.4.0-beta.0
|
|
383
|
+
|
|
384
|
+
- **Powered by Taxbit**: Optional Taxbit attribution in the component footer.
|
|
385
|
+
- **Residencies**: A component for capturing and validating data for tax residencies.
|
|
386
|
+
|
|
379
387
|
#### Version 3.3.1-beta.0
|
|
380
388
|
|
|
381
389
|
- Bug fix, clearing client-provided account holder data on a disregarded entity.
|
|
@@ -384,7 +392,7 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
384
392
|
|
|
385
393
|
- **Proxy Headers**: New `proxyHeaders` prop allows passing custom HTTP headers through to all API requests, enabling support for proxy configurations and custom authentication schemes
|
|
386
394
|
|
|
387
|
-
|
|
395
|
+
#### Version 3.2.1-beta.0
|
|
388
396
|
|
|
389
397
|
- Bug fix, Fatca and Payee option text updated.
|
|
390
398
|
|
|
@@ -406,7 +414,7 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
406
414
|
- Adaptive mode. Self-Certification support.
|
|
407
415
|
- Bug fix, white space only fields are not allowed if required.
|
|
408
416
|
|
|
409
|
-
|
|
417
|
+
#### Version 3.0.0-beta.1
|
|
410
418
|
|
|
411
419
|
- Bug fix, DOM on summary screen in adaptive mode had extraneous div.
|
|
412
420
|
|
|
@@ -428,11 +436,11 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
428
436
|
|
|
429
437
|
- Simplifying checkbox options on the Certification screen.
|
|
430
438
|
|
|
431
|
-
|
|
439
|
+
#### Version 2.2.0-beta.2
|
|
432
440
|
|
|
433
441
|
- Bug fix, hiding email field for non-AU residents.
|
|
434
442
|
|
|
435
|
-
|
|
443
|
+
#### Version 2.2.0-beta.1
|
|
436
444
|
|
|
437
445
|
- Updating TaxDocumentationStatus type to include issues and treatyClaimStatus.
|
|
438
446
|
|
|
@@ -444,11 +452,11 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
444
452
|
|
|
445
453
|
- Adding Real-Time Tin Validation for W-9
|
|
446
454
|
|
|
447
|
-
|
|
455
|
+
#### Version 2.0.0-beta.2
|
|
448
456
|
|
|
449
457
|
- Adding es-MX ISO option.
|
|
450
458
|
|
|
451
|
-
|
|
459
|
+
#### Version 2.0.0-beta.1
|
|
452
460
|
|
|
453
461
|
- Fixed required fields for non-us Regarded Owner.
|
|
454
462
|
|
|
@@ -461,19 +469,19 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
461
469
|
1. Enforcing printable characters in the Foreign Tin
|
|
462
470
|
2. Adjusting treaty claims types of income.
|
|
463
471
|
|
|
464
|
-
|
|
472
|
+
#### Version 1.2.0-beta.7
|
|
465
473
|
|
|
466
474
|
- Verifying Mailing Address for W8-BEN-E, showing UsPerson selection on Summary screen.
|
|
467
475
|
|
|
468
|
-
|
|
476
|
+
#### Version 1.2.0-beta.6
|
|
469
477
|
|
|
470
478
|
- Fixing Treaty Claim header showing erroneously on the Summary screen.
|
|
471
479
|
|
|
472
|
-
|
|
480
|
+
#### Version 1.2.0-beta.4
|
|
473
481
|
|
|
474
482
|
- Passing investmentEntityManaged boolean to the server.
|
|
475
483
|
|
|
476
|
-
|
|
484
|
+
#### Version 1.2.0-beta.2
|
|
477
485
|
|
|
478
486
|
- React 17 issue fixed with void return types in components.
|
|
479
487
|
|
|
@@ -481,7 +489,7 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
481
489
|
|
|
482
490
|
- Self-Certification support
|
|
483
491
|
|
|
484
|
-
|
|
492
|
+
#### Version 1.1.0-beta.1
|
|
485
493
|
|
|
486
494
|
1. Small bug fixes related to mailing address and using enter key to submit.
|
|
487
495
|
2. React 19 Support.
|
|
@@ -490,40 +498,40 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
490
498
|
|
|
491
499
|
- Treaty Claims Support on W-Forms.
|
|
492
500
|
|
|
493
|
-
|
|
501
|
+
#### Version 1.0.0-beta.8
|
|
494
502
|
|
|
495
503
|
1. Signature confirmation is more flexible with spaces.
|
|
496
504
|
2. Fixed checkbox issue with certification upon submission.
|
|
497
505
|
|
|
498
|
-
|
|
506
|
+
#### Version 1.0.0-beta.7
|
|
499
507
|
|
|
500
508
|
1. BearerToken and Fetch errors are now sent only to the console, no longer thrown and bubbled up.
|
|
501
509
|
2. Added an `error` object to the 'useTaxbit' hook.
|
|
502
510
|
|
|
503
|
-
|
|
511
|
+
#### Version 1.0.0-beta.6
|
|
504
512
|
|
|
505
513
|
1. Bugs fixed related to the country drop-downs.
|
|
506
514
|
2. Added a `loadingComponent` prop to the TaxbitQuestionnaire component.
|
|
507
515
|
|
|
508
|
-
|
|
516
|
+
#### Version 1.0.0-beta.5
|
|
509
517
|
|
|
510
518
|
1. Document Generation modifications. Renamed from "getDocumentUrl" to "generateDocumentUrl".
|
|
511
519
|
2. `onError` callback is now exposed in both the TaxbitQuestionnaire component and the useTaxbit hook.
|
|
512
520
|
|
|
513
|
-
|
|
521
|
+
#### Version 1.0.0-beta.4
|
|
514
522
|
|
|
515
523
|
- More explicit typing for TaxbitQuestionnaire component props
|
|
516
524
|
|
|
517
|
-
|
|
525
|
+
#### Version 1.0.0-beta.3
|
|
518
526
|
|
|
519
527
|
1. Transforming deprecated tax documentation data types for import to SDK
|
|
520
528
|
2. More Readme documentation around Status and Questionnaire types
|
|
521
529
|
|
|
522
|
-
|
|
530
|
+
#### Version 1.0.0-beta.2
|
|
523
531
|
|
|
524
532
|
- The ClientTaxDocumentation type is exposed in the `useTaxbit` hook.
|
|
525
533
|
|
|
526
|
-
|
|
534
|
+
#### Version 1.0.0-beta.1
|
|
527
535
|
|
|
528
536
|
- Showing "\*" when required for Addresses on Summary
|
|
529
537
|
|
|
@@ -533,7 +541,7 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
533
541
|
2. Translations for country names are now coming from the Intl API.
|
|
534
542
|
3. Download URL available in the `useTaxbit` hook.
|
|
535
543
|
|
|
536
|
-
|
|
544
|
+
#### Version 0.6.2
|
|
537
545
|
|
|
538
546
|
- Added this Changelog file
|
|
539
547
|
|
|
@@ -543,7 +551,7 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
543
551
|
2. Moved "Remove Residence" button, added section action button
|
|
544
552
|
3. Fixed Type for onSubmit callback. Callback can be async or not async.
|
|
545
553
|
|
|
546
|
-
|
|
554
|
+
#### Version 0.5.1
|
|
547
555
|
|
|
548
556
|
1. Place of Birth: Localized text update
|
|
549
557
|
2. Confirming valid ISO country code in data
|
|
@@ -555,21 +563,21 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
555
563
|
2. Submit button is disabled when saved data matches local data
|
|
556
564
|
3. Indicate in form footer when errors are in the form above
|
|
557
565
|
|
|
558
|
-
|
|
566
|
+
#### Version 0.4.4
|
|
559
567
|
|
|
560
568
|
- Handle blank bearer token. No error, but a warning is logged.
|
|
561
569
|
|
|
562
|
-
|
|
570
|
+
#### Version 0.4.3
|
|
563
571
|
|
|
564
572
|
1. Show error on VAT Identifier field when the Identifier is determined to be invalid
|
|
565
573
|
2. Fix: data should not reset on react render
|
|
566
574
|
3. Fix: changing data prop will reset form
|
|
567
575
|
|
|
568
|
-
|
|
576
|
+
#### Version 0.4.2
|
|
569
577
|
|
|
570
578
|
- Added stepIndex and steps fields to the Progress object. stepId is now typed to potential enum values.
|
|
571
579
|
|
|
572
|
-
|
|
580
|
+
#### Version 0.4.1
|
|
573
581
|
|
|
574
582
|
- Bug fix for onProgress callback not being triggered from the TaxBitDAC7Form component.
|
|
575
583
|
|
|
@@ -583,19 +591,19 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
583
591
|
1. Added business registration questions to the form.
|
|
584
592
|
2. Added confirmation checkbox to the summary screen before submission.
|
|
585
593
|
|
|
586
|
-
|
|
594
|
+
#### Version 0.2.4
|
|
587
595
|
|
|
588
596
|
- Bug fix for naming of CommonJS module exports.
|
|
589
597
|
|
|
590
|
-
|
|
598
|
+
#### Version 0.2.3
|
|
591
599
|
|
|
592
600
|
- Bug fix for the ClientTaxDocumentationStatus type not being accessible externally.
|
|
593
601
|
|
|
594
|
-
|
|
602
|
+
#### Version 0.2.2
|
|
595
603
|
|
|
596
604
|
- onSubmit and onSuccess callbacks are invoked with a parameter of type ClientTaxDocumentation which is now exposed.
|
|
597
605
|
|
|
598
|
-
|
|
606
|
+
#### Version 0.2.1
|
|
599
607
|
|
|
600
608
|
- The SDK now supports React versions 16, 17, 18 and TypeScript versions 4 and 5.
|
|
601
609
|
|
|
File without changes
|
|
@@ -2,7 +2,6 @@ import { default as React } from 'react';
|
|
|
2
2
|
import { UseTaxDocumentationProps } from './useTaxDocumentation';
|
|
3
3
|
type TaxDocumentationProviderProps = UseTaxDocumentationProps & {
|
|
4
4
|
children: React.ReactNode;
|
|
5
|
-
treatyClaims?: boolean;
|
|
6
5
|
};
|
|
7
|
-
export declare const TaxbitQuestionnaireProvider: ({ data, externalValidations, onSubmit, onProgress, language, questionnaire, step, children, config, treatyClaims, dateFormat, realTimeTinValidation, staging, bearerToken, adaptiveMode, proxyHeaders, proxyDomain, }: TaxDocumentationProviderProps) => React.JSX.Element;
|
|
6
|
+
export declare const TaxbitQuestionnaireProvider: ({ data, externalValidations, onSubmit, onProgress, language, questionnaire, step, children, config, treatyClaims, dateFormat, realTimeTinValidation, staging, bearerToken, adaptiveMode, proxyHeaders, proxyDomain, poweredByTaxbit, }: TaxDocumentationProviderProps) => React.JSX.Element;
|
|
8
7
|
export {};
|
|
@@ -24,8 +24,9 @@ export type UseTaxDocumentationProps = {
|
|
|
24
24
|
proxyDomain?: string;
|
|
25
25
|
proxyHeaders?: Record<string, string>;
|
|
26
26
|
adaptiveMode?: AdaptiveMode;
|
|
27
|
+
poweredByTaxbit?: boolean;
|
|
27
28
|
};
|
|
28
|
-
export declare const useTaxDocumentation: ({ data: startingData, language: initialLanguage, externalValidations, onSubmit, onProgress, step: initialStep, questionnaire, config, treatyClaims, dateFormat, realTimeTinValidation, staging, bearerToken, region, proxyDomain, proxyHeaders, adaptiveMode, }: UseTaxDocumentationProps) => {
|
|
29
|
+
export declare const useTaxDocumentation: ({ data: startingData, language: initialLanguage, externalValidations, onSubmit, onProgress, step: initialStep, questionnaire, config, treatyClaims, dateFormat, realTimeTinValidation, staging, bearerToken, region, proxyDomain, proxyHeaders, adaptiveMode, poweredByTaxbit, }: UseTaxDocumentationProps) => {
|
|
29
30
|
adaptiveMode: AdaptiveMode | undefined;
|
|
30
31
|
config: InterviewConfig | undefined;
|
|
31
32
|
data: TaxDocumentation;
|
|
@@ -58,5 +59,6 @@ export declare const useTaxDocumentation: ({ data: startingData, language: initi
|
|
|
58
59
|
isEditing: boolean;
|
|
59
60
|
setIsEditing: import('react').Dispatch<import('react').SetStateAction<boolean>>;
|
|
60
61
|
canShowField: (fieldName: TaxDocumentationKey) => boolean;
|
|
62
|
+
poweredByTaxbit: boolean | undefined;
|
|
61
63
|
};
|
|
62
64
|
export {};
|
|
@@ -33,6 +33,7 @@ export declare const useTaxDocumentationContext: () => {
|
|
|
33
33
|
isEditing: boolean;
|
|
34
34
|
setIsEditing: import('react').Dispatch<import('react').SetStateAction<boolean>>;
|
|
35
35
|
canShowField: (fieldName: import('../../types').TaxDocumentationKey) => boolean;
|
|
36
|
+
poweredByTaxbit: boolean | undefined;
|
|
36
37
|
}, TaxDocumentationContextProvider: import('react').Provider<{
|
|
37
38
|
adaptiveMode: import('../../types/props').AdaptiveMode | undefined;
|
|
38
39
|
config: {
|
|
@@ -68,4 +69,5 @@ export declare const useTaxDocumentationContext: () => {
|
|
|
68
69
|
isEditing: boolean;
|
|
69
70
|
setIsEditing: import('react').Dispatch<import('react').SetStateAction<boolean>>;
|
|
70
71
|
canShowField: (fieldName: import('../../types').TaxDocumentationKey) => boolean;
|
|
72
|
+
poweredByTaxbit: boolean | undefined;
|
|
71
73
|
} | undefined>;
|
|
@@ -76,7 +76,9 @@ declare const _default: {
|
|
|
76
76
|
"signature": "Подпис",
|
|
77
77
|
"giin": "Глобален идентификационен номер на посредник",
|
|
78
78
|
"residenceByInvestmentConfirmed": "Потвърждавам:",
|
|
79
|
-
"iConfirmNoOtherResidencies": "<b>С натискане на „Напред“ потвърждавам, че няма други данъчни местожителства освен изброените по-горе.</b>"
|
|
79
|
+
"iConfirmNoOtherResidencies": "<b>С натискане на „Напред“ потвърждавам, че няма други данъчни местожителства освен изброените по-горе.</b>",
|
|
80
|
+
"countryOfCitizenship": "Държава на гражданство",
|
|
81
|
+
"countryOfIncorporation": "Държава на включване"
|
|
80
82
|
},
|
|
81
83
|
"subPrompt": {
|
|
82
84
|
"accountHolderTaxResidences": "Данъчно местожителство на притежателя на сметката",
|
|
@@ -110,8 +112,6 @@ declare const _default: {
|
|
|
110
112
|
"reviewAndSubmit": "Преглед и изпращане",
|
|
111
113
|
"certify": "Сертифицирам следното:",
|
|
112
114
|
"confirmation": "Потвърждение",
|
|
113
|
-
"countryOfCitizenship": "Държава на гражданство",
|
|
114
|
-
"countryOfIncorporation": "Държава на включване",
|
|
115
115
|
"permanentAddress": "Постоянен адрес",
|
|
116
116
|
"placeOfBirth": "Място на раждане",
|
|
117
117
|
"summary": "Обобщение",
|
|
@@ -135,7 +135,8 @@ declare const _default: {
|
|
|
135
135
|
"controllingPerson4": "Контролиращо лице 4",
|
|
136
136
|
"controllingPerson5": "Контролиращо лице 5",
|
|
137
137
|
"mailingAddress": "Пощенски адрес",
|
|
138
|
-
"primaryAddress": "Основен адрес"
|
|
138
|
+
"primaryAddress": "Основен адрес",
|
|
139
|
+
"taxIdentification": "Данъчна идентификация"
|
|
139
140
|
},
|
|
140
141
|
"text": {
|
|
141
142
|
"notRequired": "Не е задължително",
|
|
@@ -76,7 +76,9 @@ declare const _default: {
|
|
|
76
76
|
"signature": "Podpis",
|
|
77
77
|
"giin": "Globální identifikační číslo zprostředkovatele",
|
|
78
78
|
"residenceByInvestmentConfirmed": "Potvrzuji:",
|
|
79
|
-
"iConfirmNoOtherResidencies": "<b>Kliknutím na tlačítko další potvrzuji, že neexistují žádné další daňové rezidence kromě výše uvedených.</b>"
|
|
79
|
+
"iConfirmNoOtherResidencies": "<b>Kliknutím na tlačítko další potvrzuji, že neexistují žádné další daňové rezidence kromě výše uvedených.</b>",
|
|
80
|
+
"countryOfCitizenship": "Země občanství",
|
|
81
|
+
"countryOfIncorporation": "Země registrace"
|
|
80
82
|
},
|
|
81
83
|
"subPrompt": {
|
|
82
84
|
"accountHolderTaxResidences": "Uveďte každou zemi nebo jurisdikci, kde je držitel účtu daňovým rezidentem.",
|
|
@@ -112,8 +114,6 @@ declare const _default: {
|
|
|
112
114
|
"mailingAddress": "Poštovní adresa",
|
|
113
115
|
"primaryAddress": "Primární adresa",
|
|
114
116
|
"confirmation": "Potvrzení",
|
|
115
|
-
"countryOfCitizenship": "Země občanství",
|
|
116
|
-
"countryOfIncorporation": "Země registrace",
|
|
117
117
|
"permanentAddress": "Trvalá adresa",
|
|
118
118
|
"placeOfBirth": "Místo narození",
|
|
119
119
|
"summary": "Souhrn",
|
|
@@ -135,7 +135,8 @@ declare const _default: {
|
|
|
135
135
|
"controllingPerson2": "Kontrolující osoba 2",
|
|
136
136
|
"controllingPerson3": "Kontrolující osoba 3",
|
|
137
137
|
"controllingPerson4": "Kontrolující osoba 4",
|
|
138
|
-
"controllingPerson5": "Kontrolující osoba 5"
|
|
138
|
+
"controllingPerson5": "Kontrolující osoba 5",
|
|
139
|
+
"taxIdentification": "Daňová identifikace"
|
|
139
140
|
},
|
|
140
141
|
"text": {
|
|
141
142
|
"notRequired": "Není vyžadováno",
|
|
@@ -76,7 +76,9 @@ declare const _default: {
|
|
|
76
76
|
"signature": "Underskrift",
|
|
77
77
|
"giin": "Globalt formidleridentifikationsnummer",
|
|
78
78
|
"residenceByInvestmentConfirmed": "Jeg bekræfter:",
|
|
79
|
-
"iConfirmNoOtherResidencies": "<b>Ved at klikke på Næste bekræfter jeg, at der ikke er andre skattemæssige bop æle ud over dem, der er anført ovenfor.</b>"
|
|
79
|
+
"iConfirmNoOtherResidencies": "<b>Ved at klikke på Næste bekræfter jeg, at der ikke er andre skattemæssige bop æle ud over dem, der er anført ovenfor.</b>",
|
|
80
|
+
"countryOfCitizenship": "Statsborgerskabsland",
|
|
81
|
+
"countryOfIncorporation": "Land for inkorporering"
|
|
80
82
|
},
|
|
81
83
|
"subPrompt": {
|
|
82
84
|
"accountHolderTaxResidences": "Indtast det land eller jurisdiktion, hvor kontohaveren er skattemæssigt hjemmehørende.",
|
|
@@ -111,8 +113,6 @@ declare const _default: {
|
|
|
111
113
|
"reviewAndSubmit": "Gennemse og indsend",
|
|
112
114
|
"certify": "Jeg bekræfter følgende:",
|
|
113
115
|
"confirmation": "Bekræftelse",
|
|
114
|
-
"countryOfCitizenship": "Statsborgerskabsland",
|
|
115
|
-
"countryOfIncorporation": "Land for inkorporering",
|
|
116
116
|
"permanentAddress": "Permanent adresse",
|
|
117
117
|
"mailingAddress": "Postadresse",
|
|
118
118
|
"primaryAddress": "Primær adresse",
|
|
@@ -135,7 +135,8 @@ declare const _default: {
|
|
|
135
135
|
"controllingPerson2": "Kontrollerende person 2",
|
|
136
136
|
"controllingPerson3": "Kontrollerende person 3",
|
|
137
137
|
"controllingPerson4": "Kontrollerende person 4",
|
|
138
|
-
"controllingPerson5": "Kontrollerende person 5"
|
|
138
|
+
"controllingPerson5": "Kontrollerende person 5",
|
|
139
|
+
"taxIdentification": "Skatteidentifikation"
|
|
139
140
|
},
|
|
140
141
|
"text": {
|
|
141
142
|
"notRequired": "Ikke påkrævet",
|
|
@@ -23,7 +23,8 @@ declare const _default: {
|
|
|
23
23
|
"phoneNumber": "Telefonnummer",
|
|
24
24
|
"phoneNumberCode": "Ländervorwahl",
|
|
25
25
|
"phoneNumberNumber": "Telefonnummer",
|
|
26
|
-
"iConfirmNoOtherResidencies": "<b>Durch Klicken auf Weiter bestätige ich, dass es keine anderen Steuerwohnsitze gibt als die oben aufgeführten.</b>"
|
|
26
|
+
"iConfirmNoOtherResidencies": "<b>Durch Klicken auf Weiter bestätige ich, dass es keine anderen Steuerwohnsitze gibt als die oben aufgeführten.</b>",
|
|
27
|
+
"countryOfCitizenship": "Staatsangehörigkeit"
|
|
27
28
|
},
|
|
28
29
|
"subPrompt": {
|
|
29
30
|
"isIndividual": "Wählen Sie \"Ja\", wenn das Konto für eine natürliche Person bestimmt ist. Wählen Sie \"Nein\", wenn Sie ein Unternehmen, eine Organisation oder eine andere Einheit vertreten.",
|
|
@@ -38,8 +39,8 @@ declare const _default: {
|
|
|
38
39
|
"accountHolderContactInformation": "Identifikationsdetails",
|
|
39
40
|
"accountHolderTaxInformation": "Steuerliche Informationen",
|
|
40
41
|
"address": "Adresse",
|
|
41
|
-
"
|
|
42
|
-
"
|
|
42
|
+
"permanentAddress": "Ständige Adresse",
|
|
43
|
+
"taxIdentification": "Steueridentifikation"
|
|
43
44
|
},
|
|
44
45
|
"text": {
|
|
45
46
|
"interviewIsComplete": "Ihre Befragung ist abgeschlossen.",
|
|
@@ -181,7 +181,9 @@ declare const _default: {
|
|
|
181
181
|
"iDeclareStatementsAreCorrect": "Ich erkläre, dass alle Aussagen in dieser Erklärung nach bestem Wissen und Gewissen richtig und vollständig sind.",
|
|
182
182
|
"iWillNotifyChangeInCircumstance": "Ich verpflichte mich, die Einheit, der dieses Formular zur Verfügung gestellt wird, innerhalb von 30 Tagen über jede Änderung der Umstände zu informieren, die den steuerlichen Wohnsitzstatus des oben genannten Kontoinhabers beeinflusst oder dazu führt, dass die hier bereitgestellten Informationen falsch werden (einschließlich Änderungen der Informationen über kontrollierende Personen), und der Einheit, der dieses Formular zur Verfügung gestellt wird, innerhalb von 90 Tagen nach einer solchen Änderung der Umstände eine aktualisierte Selbstauskunft und Erklärung zur Verfügung zu stellen.",
|
|
183
183
|
"giin": "Globale Intermediär-Identifikationsnummer",
|
|
184
|
-
"iConfirmNoOtherResidencies": "<b>Durch Klicken auf Weiter bestätige ich, dass es keine anderen Steuerwohnsitze gibt als die oben aufgeführten.</b>"
|
|
184
|
+
"iConfirmNoOtherResidencies": "<b>Durch Klicken auf Weiter bestätige ich, dass es keine anderen Steuerwohnsitze gibt als die oben aufgeführten.</b>",
|
|
185
|
+
"countryOfCitizenship": "Land der Staatsangehörigkeit",
|
|
186
|
+
"countryOfIncorporation": "Land der Gründung"
|
|
185
187
|
},
|
|
186
188
|
"subPrompt": {
|
|
187
189
|
"eligibleForTreatyClaim": "Sind Sie berechtigt, eine ermäßigte Quellensteuer oder eine Quellensteuerbefreiung gemäß dem Doppelbesteuerungsabkommen zwischen den Vereinigten Staaten und dem ausländischen Land, in dem Sie steuerlich ansässig sind, zu beantragen?",
|
|
@@ -243,8 +245,6 @@ declare const _default: {
|
|
|
243
245
|
"controllingPerson3": "Kontrollierende Person 3",
|
|
244
246
|
"controllingPerson4": "Kontrollierende Person 4",
|
|
245
247
|
"controllingPerson5": "Kontrollierende Person 5",
|
|
246
|
-
"countryOfCitizenship": "Land der Staatsangehörigkeit",
|
|
247
|
-
"countryOfIncorporation": "Land der Gründung",
|
|
248
248
|
"exemptions": "Befreiungen",
|
|
249
249
|
"mailingAddress": "Postanschrift",
|
|
250
250
|
"primaryAddress": "Primäre Adresse",
|
|
@@ -266,7 +266,8 @@ declare const _default: {
|
|
|
266
266
|
"accountHolderTreatyClaims": "Antrag auf Steuerabkommensvorteile",
|
|
267
267
|
"regardedOwnerTreatyClaims": "Antrag auf Steuerabkommensvorteile",
|
|
268
268
|
"accountHolderUsTinValidation": "US-TIN-Überprüfung",
|
|
269
|
-
"regardedOwnerUsTinValidation": "US-TIN-Überprüfung"
|
|
269
|
+
"regardedOwnerUsTinValidation": "US-TIN-Überprüfung",
|
|
270
|
+
"taxIdentification": "Steueridentifikation"
|
|
270
271
|
},
|
|
271
272
|
"subTitle": {
|
|
272
273
|
"taxResidences": "Geben Sie jedes Land oder jedes Rechtsgebiet an, in dem Sie steuerlich ansässig sind.",
|
|
@@ -13,15 +13,13 @@ declare const _default: {
|
|
|
13
13
|
"emailAddress": "Διεύθυνση email",
|
|
14
14
|
"phoneNumber": "Αριθμός τηλεφώνου",
|
|
15
15
|
"phoneNumberCode": "Κωδικός χώρας",
|
|
16
|
-
"phoneNumberNumber": "Αριθμός τηλεφώνου"
|
|
16
|
+
"phoneNumberNumber": "Αριθμός τηλεφώνου",
|
|
17
|
+
"countryOfIncorporation": "Χώρα εγγραφής"
|
|
17
18
|
},
|
|
18
19
|
"subPrompt": {
|
|
19
20
|
"isIndividual": "Επιλέξτε «Ναι» εάν ο λογαριασμός ανήκει σε φυσικό πρόσωπο. Επιλέξτε «Όχι» εάν εκπροσωπείτε μια επιχείρηση, οργανισμό ή άλλη οντότητα.",
|
|
20
21
|
"vatIdentificationNumber": "Μοναδικό αναγνωριστικό για επιχειρήσεις ή φυσικά πρόσωπα που είναι υπόχρεοι καταβολής ΦΠΑ."
|
|
21
22
|
},
|
|
22
|
-
"title": {
|
|
23
|
-
"countryOfIncorporation": "Χώρα εγγραφής"
|
|
24
|
-
},
|
|
25
23
|
"status": {
|
|
26
24
|
"matchesExpectedFormat": "✓ Ταιριάζει με την αναμενόμενη μορφή",
|
|
27
25
|
"mustBeFiveOrNineDigits": "Πρέπει να αποτελείται από πέντε ή εννέα ψηφία",
|
|
@@ -76,7 +76,9 @@ declare const _default: {
|
|
|
76
76
|
"signature": "Υπογραφή",
|
|
77
77
|
"giin": "Παγκόσμιος Αριθμός Αναγνώρισης Διαμεσολαβητή",
|
|
78
78
|
"residenceByInvestmentConfirmed": "Επιβεβαιώνω:",
|
|
79
|
-
"iConfirmNoOtherResidencies": "<b>Κάνοντας κλικ στο Επόμενο, επιβεβαιώνω ότι δεν υπάρχουν άλλες φορολογικές κατοικίες πέρα από αυτές που αναφέρονται παραπάνω.</b>"
|
|
79
|
+
"iConfirmNoOtherResidencies": "<b>Κάνοντας κλικ στο Επόμενο, επιβεβαιώνω ότι δεν υπάρχουν άλλες φορολογικές κατοικίες πέρα από αυτές που αναφέρονται παραπάνω.</b>",
|
|
80
|
+
"countryOfCitizenship": "Χώρα ιθαγένειας",
|
|
81
|
+
"countryOfIncorporation": "Χώρα ίδρυσης"
|
|
80
82
|
},
|
|
81
83
|
"subPrompt": {
|
|
82
84
|
"accountHolderTaxResidences": "Εισαγάγετε κάθε χώρα ή δικαιοδοσία της οποίας είστε φορολογικός κάτοικος.",
|
|
@@ -113,8 +115,6 @@ declare const _default: {
|
|
|
113
115
|
"primaryAddress": "Κύρια διεύθυνση",
|
|
114
116
|
"mailingAddress": "Ταχυδρομική διεύθυνση",
|
|
115
117
|
"confirmation": "Επιβεβαίωση",
|
|
116
|
-
"countryOfCitizenship": "Χώρα ιθαγένειας",
|
|
117
|
-
"countryOfIncorporation": "Χώρα ίδρυσης",
|
|
118
118
|
"permanentAddress": "Μόνιμη διεύθυνση",
|
|
119
119
|
"placeOfBirth": "Τόπος γέννησης",
|
|
120
120
|
"summary": "Σύνοψη",
|
|
@@ -135,7 +135,8 @@ declare const _default: {
|
|
|
135
135
|
"controllingPerson2": "Ελέγχον πρόσωπο 2",
|
|
136
136
|
"controllingPerson3": "Ελέγχον πρόσωπο 3",
|
|
137
137
|
"controllingPerson4": "Ελέγχον πρόσωπο 4",
|
|
138
|
-
"controllingPerson5": "Ελέγχον πρόσωπο 5"
|
|
138
|
+
"controllingPerson5": "Ελέγχον πρόσωπο 5",
|
|
139
|
+
"taxIdentification": "Φορολογική ταυτοποίηση"
|
|
139
140
|
},
|
|
140
141
|
"text": {
|
|
141
142
|
"notRequired": "Δεν απαιτείται",
|
|
@@ -38,6 +38,8 @@ declare const _default: {
|
|
|
38
38
|
"businessRegistrationCountry": "Business Registration Country",
|
|
39
39
|
"city": "City",
|
|
40
40
|
"country": "Country",
|
|
41
|
+
"countryOfCitizenship": "Country of Citizenship",
|
|
42
|
+
"countryOfIncorporation": "Country of Incorporation/Organization",
|
|
41
43
|
"dateOfBirth": "Date of Birth",
|
|
42
44
|
"day": "Day",
|
|
43
45
|
"dbaName": "Name of Business (if different from Name)",
|
|
@@ -243,8 +245,6 @@ declare const _default: {
|
|
|
243
245
|
"controllingPerson3": "Controlling Person 3",
|
|
244
246
|
"controllingPerson4": "Controlling Person 4",
|
|
245
247
|
"controllingPerson5": "Controlling Person 5",
|
|
246
|
-
"countryOfCitizenship": "Country of Citizenship",
|
|
247
|
-
"countryOfIncorporation": "Country of Incorporation/Organization",
|
|
248
248
|
"exemptions": "Exemptions",
|
|
249
249
|
"mailingAddress": "Mailing Address",
|
|
250
250
|
"primaryAddress": "Primary Residence Address",
|
|
@@ -266,7 +266,8 @@ declare const _default: {
|
|
|
266
266
|
"accountHolderTreatyClaims": "Claim of Tax Treaty Benefits",
|
|
267
267
|
"regardedOwnerTreatyClaims": "Claim of Tax Treaty Benefits",
|
|
268
268
|
"accountHolderUsTinValidation": "U.S. TIN Verification",
|
|
269
|
-
"regardedOwnerUsTinValidation": "U.S. TIN Verification"
|
|
269
|
+
"regardedOwnerUsTinValidation": "U.S. TIN Verification",
|
|
270
|
+
"taxIdentification": "Tax Identification"
|
|
270
271
|
},
|
|
271
272
|
"subTitle": {
|
|
272
273
|
"taxResidences": "Enter each country or jurisdiction of which you are a tax resident.",
|
|
@@ -181,7 +181,9 @@ declare const _default: {
|
|
|
181
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.",
|
|
182
182
|
"iDeclareStatementsAreCorrect": "Declaro que todas las declaraciones contenidas en esta declaración, según mi leal saber y entender, son correctas y completas.",
|
|
183
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>"
|
|
184
|
+
"iConfirmNoOtherResidencies": "<b>Al hacer clic en siguiente, confirmo que no hay otras residencias fiscales más allá de las mencionadas anteriormente.</b>",
|
|
185
|
+
"countryOfCitizenship": "País de ciudadanía",
|
|
186
|
+
"countryOfIncorporation": "País de incorporación"
|
|
185
187
|
},
|
|
186
188
|
"subPrompt": {
|
|
187
189
|
"accountHolderTaxResidences": "Seleccione cada país o jurisdicción en los cuales el titular de la cuenta tenga residencia fiscal.",
|
|
@@ -253,8 +255,6 @@ declare const _default: {
|
|
|
253
255
|
"certify": "Certificar",
|
|
254
256
|
"certificationStatements": "Declaraciones de certificación",
|
|
255
257
|
"confirmation": "Confirmación",
|
|
256
|
-
"countryOfCitizenship": "País de ciudadanía",
|
|
257
|
-
"countryOfIncorporation": "País de incorporación",
|
|
258
258
|
"exemptions": "Exenciones",
|
|
259
259
|
"mailingAddress": "Dirección postal",
|
|
260
260
|
"primaryAddress": "Dirección principal",
|
|
@@ -272,7 +272,8 @@ declare const _default: {
|
|
|
272
272
|
"taxResidence4": "Domicilio fiscal 4",
|
|
273
273
|
"taxResidence5": "Domicilio fiscal 5",
|
|
274
274
|
"accountHolderUsTinValidation": "Verificación de TIN del IRS",
|
|
275
|
-
"regardedOwnerUsTinValidation": "Verificación de TIN del IRS"
|
|
275
|
+
"regardedOwnerUsTinValidation": "Verificación de TIN del IRS",
|
|
276
|
+
"taxIdentification": "Identificación fiscal"
|
|
276
277
|
},
|
|
277
278
|
"text": {
|
|
278
279
|
"subjectToBackupWithholding": "Si el IRS le ha notificado que está sujeto a retención de respaldo, desmarque la casilla 2 de arriba.",
|
|
@@ -76,7 +76,9 @@ declare const _default: {
|
|
|
76
76
|
"signature": "Allkiri",
|
|
77
77
|
"giin": "Ülemaailmne vahendaja identifitseerimisnumber",
|
|
78
78
|
"residenceByInvestmentConfirmed": "Kinnitan:",
|
|
79
|
-
"iConfirmNoOtherResidencies": "<b>Järgmisele klõpsates kinnitan, et ülalloetletust ei ole muid maksuresidentseid.</b>"
|
|
79
|
+
"iConfirmNoOtherResidencies": "<b>Järgmisele klõpsates kinnitan, et ülalloetletust ei ole muid maksuresidentseid.</b>",
|
|
80
|
+
"countryOfCitizenship": "Kodakondsus",
|
|
81
|
+
"countryOfIncorporation": "Inkorporeerimise riik"
|
|
80
82
|
},
|
|
81
83
|
"subPrompt": {
|
|
82
84
|
"accountHolderTaxResidences": "Maksuresidentsused",
|
|
@@ -111,8 +113,6 @@ declare const _default: {
|
|
|
111
113
|
"reviewAndSubmit": "Vaadake üle ja esitage",
|
|
112
114
|
"certify": "Kinnitan järgmist:",
|
|
113
115
|
"confirmation": "Kinnitus",
|
|
114
|
-
"countryOfCitizenship": "Kodakondsus",
|
|
115
|
-
"countryOfIncorporation": "Inkorporeerimise riik",
|
|
116
116
|
"permanentAddress": "Alaline aadress",
|
|
117
117
|
"primaryAddress": "Peamine aadress",
|
|
118
118
|
"mailingAddress": "Postiaadress",
|
|
@@ -135,7 +135,8 @@ declare const _default: {
|
|
|
135
135
|
"controllingPerson2": "Kontrolliv isik 2",
|
|
136
136
|
"controllingPerson3": "Kontrolliv isik 3",
|
|
137
137
|
"controllingPerson4": "Kontrolliv isik 4",
|
|
138
|
-
"controllingPerson5": "Kontrolliv isik 5"
|
|
138
|
+
"controllingPerson5": "Kontrolliv isik 5",
|
|
139
|
+
"taxIdentification": "Maksutunnistus"
|
|
139
140
|
},
|
|
140
141
|
"text": {
|
|
141
142
|
"notRequired": "Pole nõutav",
|
|
@@ -76,7 +76,9 @@ declare const _default: {
|
|
|
76
76
|
"signature": "Allekirjoitus",
|
|
77
77
|
"giin": "Maailmanlaajuinen välittäjän tunnistenumero",
|
|
78
78
|
"residenceByInvestmentConfirmed": "Vahvistan:",
|
|
79
|
-
"iConfirmNoOtherResidencies": "<b>Klikkaamalla seuraava vahvistan, ettei muita veroasuinpaikkoja ole kuin yllä luetellut.</b>"
|
|
79
|
+
"iConfirmNoOtherResidencies": "<b>Klikkaamalla seuraava vahvistan, ettei muita veroasuinpaikkoja ole kuin yllä luetellut.</b>",
|
|
80
|
+
"countryOfCitizenship": "Kansalaisuus",
|
|
81
|
+
"countryOfIncorporation": "Perustamismaa"
|
|
80
82
|
},
|
|
81
83
|
"subPrompt": {
|
|
82
84
|
"accountHolderTaxResidences": "Anna jokainen maa tai lainkäyttöalue, jossa tilinhaltija on verovelvollinen.",
|
|
@@ -111,8 +113,6 @@ declare const _default: {
|
|
|
111
113
|
"reviewAndSubmit": "Tarkista ja lähetä",
|
|
112
114
|
"certify": "Vakuutan seuraavat:",
|
|
113
115
|
"confirmation": "Vahvistus",
|
|
114
|
-
"countryOfCitizenship": "Kansalaisuus",
|
|
115
|
-
"countryOfIncorporation": "Perustamismaa",
|
|
116
116
|
"permanentAddress": "Pysyvä osoite",
|
|
117
117
|
"primaryAddress": "Pääosoite",
|
|
118
118
|
"mailingAddress": "Postiosoite",
|
|
@@ -135,7 +135,8 @@ declare const _default: {
|
|
|
135
135
|
"controllingPerson2": "Määräysvaltaa käyttävä henkilö 2",
|
|
136
136
|
"controllingPerson3": "Määräysvaltaa käyttävä henkilö 3",
|
|
137
137
|
"controllingPerson4": "Määräysvaltaa käyttävä henkilö 4",
|
|
138
|
-
"controllingPerson5": "Määräysvaltaa käyttävä henkilö 5"
|
|
138
|
+
"controllingPerson5": "Määräysvaltaa käyttävä henkilö 5",
|
|
139
|
+
"taxIdentification": "Verotunniste"
|
|
139
140
|
},
|
|
140
141
|
"text": {
|
|
141
142
|
"notRequired": "Ei vaadita",
|
|
@@ -35,7 +35,8 @@ declare const _default: {
|
|
|
35
35
|
"title": {
|
|
36
36
|
"accountHolder": "Titulaire de compte",
|
|
37
37
|
"accountHolderClassification": "Classification des comptes",
|
|
38
|
-
"summary": "Résumé"
|
|
38
|
+
"summary": "Résumé",
|
|
39
|
+
"taxIdentification": "Identification fiscale"
|
|
39
40
|
},
|
|
40
41
|
"text": {
|
|
41
42
|
"notRequired": "Non requis",
|
|
@@ -181,7 +181,9 @@ declare const _default: {
|
|
|
181
181
|
"iDeclareStatementsAreCorrect": "Je déclare que toutes les déclarations faites dans cette déclaration sont, à ma connaissance et croyance, correctes et complètes.",
|
|
182
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
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>"
|
|
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>",
|
|
185
|
+
"countryOfCitizenship": "Pays de citoyenneté",
|
|
186
|
+
"countryOfIncorporation": "Pays d'incorporation"
|
|
185
187
|
},
|
|
186
188
|
"subPrompt": {
|
|
187
189
|
"accountHolderTaxResidences": "Sélectionnez le pays ou la juridiction de résidence fiscale du titulaire du compte.",
|
|
@@ -253,8 +255,6 @@ declare const _default: {
|
|
|
253
255
|
"certify": "Certification",
|
|
254
256
|
"certificationStatements": "Déclarations de certification",
|
|
255
257
|
"confirmation": "Confirmation",
|
|
256
|
-
"countryOfCitizenship": "Pays de citoyenneté",
|
|
257
|
-
"countryOfIncorporation": "Pays d'incorporation",
|
|
258
258
|
"exemptions": "Exemptions",
|
|
259
259
|
"mailingAddress": "Adresse postale",
|
|
260
260
|
"primaryAddress": "Adresse principale",
|
|
@@ -272,7 +272,8 @@ declare const _default: {
|
|
|
272
272
|
"taxResidence4": "Résidence fiscale 4",
|
|
273
273
|
"taxResidence5": "Résidence fiscale 5",
|
|
274
274
|
"accountHolderUsTinValidation": "Vérification du NIF américain du titulaire du compte",
|
|
275
|
-
"regardedOwnerUsTinValidation": "Vérification du NIF américain du titulaire du compte"
|
|
275
|
+
"regardedOwnerUsTinValidation": "Vérification du NIF américain du titulaire du compte",
|
|
276
|
+
"taxIdentification": "Identification fiscale"
|
|
276
277
|
},
|
|
277
278
|
"text": {
|
|
278
279
|
"subjectToBackupWithholding": "Si l'IRS vous a informé que vous êtes soumis à la retenue de sauvegarde, veuillez décocher la case 2 ci-dessus.",
|