@taxbit/react-sdk 3.3.0-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 +41 -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 +3497 -3435
- 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,11 +379,20 @@ 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
|
+
|
|
387
|
+
#### Version 3.3.1-beta.0
|
|
388
|
+
|
|
389
|
+
- Bug fix, clearing client-provided account holder data on a disregarded entity.
|
|
390
|
+
|
|
379
391
|
### Version 3.3.0-beta.0
|
|
380
392
|
|
|
381
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
|
|
382
394
|
|
|
383
|
-
|
|
395
|
+
#### Version 3.2.1-beta.0
|
|
384
396
|
|
|
385
397
|
- Bug fix, Fatca and Payee option text updated.
|
|
386
398
|
|
|
@@ -402,7 +414,7 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
402
414
|
- Adaptive mode. Self-Certification support.
|
|
403
415
|
- Bug fix, white space only fields are not allowed if required.
|
|
404
416
|
|
|
405
|
-
|
|
417
|
+
#### Version 3.0.0-beta.1
|
|
406
418
|
|
|
407
419
|
- Bug fix, DOM on summary screen in adaptive mode had extraneous div.
|
|
408
420
|
|
|
@@ -424,11 +436,11 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
424
436
|
|
|
425
437
|
- Simplifying checkbox options on the Certification screen.
|
|
426
438
|
|
|
427
|
-
|
|
439
|
+
#### Version 2.2.0-beta.2
|
|
428
440
|
|
|
429
441
|
- Bug fix, hiding email field for non-AU residents.
|
|
430
442
|
|
|
431
|
-
|
|
443
|
+
#### Version 2.2.0-beta.1
|
|
432
444
|
|
|
433
445
|
- Updating TaxDocumentationStatus type to include issues and treatyClaimStatus.
|
|
434
446
|
|
|
@@ -440,11 +452,11 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
440
452
|
|
|
441
453
|
- Adding Real-Time Tin Validation for W-9
|
|
442
454
|
|
|
443
|
-
|
|
455
|
+
#### Version 2.0.0-beta.2
|
|
444
456
|
|
|
445
457
|
- Adding es-MX ISO option.
|
|
446
458
|
|
|
447
|
-
|
|
459
|
+
#### Version 2.0.0-beta.1
|
|
448
460
|
|
|
449
461
|
- Fixed required fields for non-us Regarded Owner.
|
|
450
462
|
|
|
@@ -457,19 +469,19 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
457
469
|
1. Enforcing printable characters in the Foreign Tin
|
|
458
470
|
2. Adjusting treaty claims types of income.
|
|
459
471
|
|
|
460
|
-
|
|
472
|
+
#### Version 1.2.0-beta.7
|
|
461
473
|
|
|
462
474
|
- Verifying Mailing Address for W8-BEN-E, showing UsPerson selection on Summary screen.
|
|
463
475
|
|
|
464
|
-
|
|
476
|
+
#### Version 1.2.0-beta.6
|
|
465
477
|
|
|
466
478
|
- Fixing Treaty Claim header showing erroneously on the Summary screen.
|
|
467
479
|
|
|
468
|
-
|
|
480
|
+
#### Version 1.2.0-beta.4
|
|
469
481
|
|
|
470
482
|
- Passing investmentEntityManaged boolean to the server.
|
|
471
483
|
|
|
472
|
-
|
|
484
|
+
#### Version 1.2.0-beta.2
|
|
473
485
|
|
|
474
486
|
- React 17 issue fixed with void return types in components.
|
|
475
487
|
|
|
@@ -477,7 +489,7 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
477
489
|
|
|
478
490
|
- Self-Certification support
|
|
479
491
|
|
|
480
|
-
|
|
492
|
+
#### Version 1.1.0-beta.1
|
|
481
493
|
|
|
482
494
|
1. Small bug fixes related to mailing address and using enter key to submit.
|
|
483
495
|
2. React 19 Support.
|
|
@@ -486,40 +498,40 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
486
498
|
|
|
487
499
|
- Treaty Claims Support on W-Forms.
|
|
488
500
|
|
|
489
|
-
|
|
501
|
+
#### Version 1.0.0-beta.8
|
|
490
502
|
|
|
491
503
|
1. Signature confirmation is more flexible with spaces.
|
|
492
504
|
2. Fixed checkbox issue with certification upon submission.
|
|
493
505
|
|
|
494
|
-
|
|
506
|
+
#### Version 1.0.0-beta.7
|
|
495
507
|
|
|
496
508
|
1. BearerToken and Fetch errors are now sent only to the console, no longer thrown and bubbled up.
|
|
497
509
|
2. Added an `error` object to the 'useTaxbit' hook.
|
|
498
510
|
|
|
499
|
-
|
|
511
|
+
#### Version 1.0.0-beta.6
|
|
500
512
|
|
|
501
513
|
1. Bugs fixed related to the country drop-downs.
|
|
502
514
|
2. Added a `loadingComponent` prop to the TaxbitQuestionnaire component.
|
|
503
515
|
|
|
504
|
-
|
|
516
|
+
#### Version 1.0.0-beta.5
|
|
505
517
|
|
|
506
518
|
1. Document Generation modifications. Renamed from "getDocumentUrl" to "generateDocumentUrl".
|
|
507
519
|
2. `onError` callback is now exposed in both the TaxbitQuestionnaire component and the useTaxbit hook.
|
|
508
520
|
|
|
509
|
-
|
|
521
|
+
#### Version 1.0.0-beta.4
|
|
510
522
|
|
|
511
523
|
- More explicit typing for TaxbitQuestionnaire component props
|
|
512
524
|
|
|
513
|
-
|
|
525
|
+
#### Version 1.0.0-beta.3
|
|
514
526
|
|
|
515
527
|
1. Transforming deprecated tax documentation data types for import to SDK
|
|
516
528
|
2. More Readme documentation around Status and Questionnaire types
|
|
517
529
|
|
|
518
|
-
|
|
530
|
+
#### Version 1.0.0-beta.2
|
|
519
531
|
|
|
520
532
|
- The ClientTaxDocumentation type is exposed in the `useTaxbit` hook.
|
|
521
533
|
|
|
522
|
-
|
|
534
|
+
#### Version 1.0.0-beta.1
|
|
523
535
|
|
|
524
536
|
- Showing "\*" when required for Addresses on Summary
|
|
525
537
|
|
|
@@ -529,7 +541,7 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
529
541
|
2. Translations for country names are now coming from the Intl API.
|
|
530
542
|
3. Download URL available in the `useTaxbit` hook.
|
|
531
543
|
|
|
532
|
-
|
|
544
|
+
#### Version 0.6.2
|
|
533
545
|
|
|
534
546
|
- Added this Changelog file
|
|
535
547
|
|
|
@@ -539,7 +551,7 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
539
551
|
2. Moved "Remove Residence" button, added section action button
|
|
540
552
|
3. Fixed Type for onSubmit callback. Callback can be async or not async.
|
|
541
553
|
|
|
542
|
-
|
|
554
|
+
#### Version 0.5.1
|
|
543
555
|
|
|
544
556
|
1. Place of Birth: Localized text update
|
|
545
557
|
2. Confirming valid ISO country code in data
|
|
@@ -551,21 +563,21 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
551
563
|
2. Submit button is disabled when saved data matches local data
|
|
552
564
|
3. Indicate in form footer when errors are in the form above
|
|
553
565
|
|
|
554
|
-
|
|
566
|
+
#### Version 0.4.4
|
|
555
567
|
|
|
556
568
|
- Handle blank bearer token. No error, but a warning is logged.
|
|
557
569
|
|
|
558
|
-
|
|
570
|
+
#### Version 0.4.3
|
|
559
571
|
|
|
560
572
|
1. Show error on VAT Identifier field when the Identifier is determined to be invalid
|
|
561
573
|
2. Fix: data should not reset on react render
|
|
562
574
|
3. Fix: changing data prop will reset form
|
|
563
575
|
|
|
564
|
-
|
|
576
|
+
#### Version 0.4.2
|
|
565
577
|
|
|
566
578
|
- Added stepIndex and steps fields to the Progress object. stepId is now typed to potential enum values.
|
|
567
579
|
|
|
568
|
-
|
|
580
|
+
#### Version 0.4.1
|
|
569
581
|
|
|
570
582
|
- Bug fix for onProgress callback not being triggered from the TaxBitDAC7Form component.
|
|
571
583
|
|
|
@@ -579,19 +591,19 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
579
591
|
1. Added business registration questions to the form.
|
|
580
592
|
2. Added confirmation checkbox to the summary screen before submission.
|
|
581
593
|
|
|
582
|
-
|
|
594
|
+
#### Version 0.2.4
|
|
583
595
|
|
|
584
596
|
- Bug fix for naming of CommonJS module exports.
|
|
585
597
|
|
|
586
|
-
|
|
598
|
+
#### Version 0.2.3
|
|
587
599
|
|
|
588
600
|
- Bug fix for the ClientTaxDocumentationStatus type not being accessible externally.
|
|
589
601
|
|
|
590
|
-
|
|
602
|
+
#### Version 0.2.2
|
|
591
603
|
|
|
592
604
|
- onSubmit and onSuccess callbacks are invoked with a parameter of type ClientTaxDocumentation which is now exposed.
|
|
593
605
|
|
|
594
|
-
|
|
606
|
+
#### Version 0.2.1
|
|
595
607
|
|
|
596
608
|
- The SDK now supports React versions 16, 17, 18 and TypeScript versions 4 and 5.
|
|
597
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.",
|