@taxbit/react-sdk 2.0.0-beta.2 → 2.0.0-beta.3
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/dist/src/i18n/json/index.d.ts +35 -0
- package/dist/taxbit-react-sdk.js +808 -809
- package/dist/taxbit-react-sdk.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/taxbit-react-sdk.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import
|
|
1
|
+
var ao = Object.defineProperty;
|
|
2
|
+
var oo = (e, i, n) => i in e ? ao(e, i, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[i] = n;
|
|
3
|
+
var yt = (e, i, n) => oo(e, typeof i != "symbol" ? i + "" : i, n);
|
|
4
|
+
import Dt, { useCallback as qt, useState as $, useEffect as Y, useRef as Ci, useMemo as We, createContext as ro, useContext as so, Component as lo, Fragment as Bt } from "react";
|
|
5
5
|
import { jsx as t, jsxs as I, Fragment as Ke } from "react/jsx-runtime";
|
|
6
|
-
const
|
|
6
|
+
const co = [
|
|
7
7
|
"ä",
|
|
8
8
|
"æ",
|
|
9
9
|
"ǽ",
|
|
@@ -218,18 +218,18 @@ const lo = [
|
|
|
218
218
|
"ij",
|
|
219
219
|
"Œ",
|
|
220
220
|
"ƒ"
|
|
221
|
-
],
|
|
221
|
+
], uo = (e, i) => !W(e) || !W(i) ? !1 : e.replace(/\s+/g, " ").trim() === i.replace(/\s+/g, " ").trim(), xt = (e) => W(e) ? /^(.)\1+$/.test(e) : !1, W = (e) => typeof e == "string", mo = (e) => W(e) ? new RegExp(`[a-zA-Z0-9${co.join("")}]`).test(e) : !1, $t = (e) => W(e) ? e.trim() === "" : e == null, Q = (e) => !$t(e), Vt = (e) => {
|
|
222
222
|
if (Q(e))
|
|
223
|
-
return W(e) &&
|
|
224
|
-
},
|
|
225
|
-
if (!
|
|
223
|
+
return W(e) && !xt(e) && e.length >= 2 && e.length <= 22;
|
|
224
|
+
}, po = (e, i) => {
|
|
225
|
+
if (!Vt(e))
|
|
226
226
|
return ["invalid"];
|
|
227
227
|
if (Q(e) && e === i)
|
|
228
228
|
return ["mustNotMatchVatin"];
|
|
229
|
-
},
|
|
229
|
+
}, go = /^[ABCEGHJ-NPRSTVXY]\d[ABCEGHJ-NPRSTV-Z][ -]?\d[ABCEGHJ-NPRSTV-Z]\d$/i, fo = /^[a-zA-Z0-9]{3}[ -]?[a-zA-Z0-9]{3}$/, yo = (e) => W(e) ? fo.test(e) : !1, To = (e) => W(e) ? go.test(e) : !1, vo = (e) => {
|
|
230
230
|
if (Q(e))
|
|
231
|
-
return
|
|
232
|
-
},
|
|
231
|
+
return yo(e) ? To(e) ? void 0 : ["invalid"] : ["mustBeCaPostalCodeFormat"];
|
|
232
|
+
}, Gt = [
|
|
233
233
|
"INDIVIDUAL",
|
|
234
234
|
"ENTITY",
|
|
235
235
|
"INTERMEDIARY"
|
|
@@ -238,7 +238,7 @@ const lo = [
|
|
|
238
238
|
"INTERNATIONAL_ORGANIZATION",
|
|
239
239
|
"PUBLIC_CORPORATION",
|
|
240
240
|
"OTHER"
|
|
241
|
-
],
|
|
241
|
+
], Yt = {
|
|
242
242
|
AB: "Alberta",
|
|
243
243
|
BC: "British Columbia",
|
|
244
244
|
MB: "Manitoba",
|
|
@@ -252,7 +252,7 @@ const lo = [
|
|
|
252
252
|
QC: "Quebec",
|
|
253
253
|
SK: "Saskatchewan",
|
|
254
254
|
YT: "Yukon Territory"
|
|
255
|
-
},
|
|
255
|
+
}, ho = [
|
|
256
256
|
{ code: "AB", fr: "Alberta" },
|
|
257
257
|
{ code: "BC", fr: "Colombie britannique" },
|
|
258
258
|
{ code: "MB", fr: "Manitoba" },
|
|
@@ -266,42 +266,42 @@ const lo = [
|
|
|
266
266
|
{ code: "QC", fr: "Québec" },
|
|
267
267
|
{ code: "SK", fr: "Saskatchewan" },
|
|
268
268
|
{ code: "YT", fr: "Territoire du Yukon" }
|
|
269
|
-
],
|
|
269
|
+
], Wt = Object.keys(Yt), Io = (e) => Wt.map((i) => ({
|
|
270
270
|
value: i,
|
|
271
|
-
label:
|
|
272
|
-
})),
|
|
271
|
+
label: Kt(i, e)
|
|
272
|
+
})), Kt = (e, i) => {
|
|
273
273
|
if (!e)
|
|
274
274
|
return "";
|
|
275
|
-
const n =
|
|
276
|
-
return (n == null ? void 0 : n[i.toLowerCase().slice(0, 2)]) ||
|
|
277
|
-
},
|
|
275
|
+
const n = ho.find((a) => a.code === e);
|
|
276
|
+
return (n == null ? void 0 : n[i.toLowerCase().slice(0, 2)]) || Yt[e] || "";
|
|
277
|
+
}, No = [
|
|
278
278
|
"SETTLOR",
|
|
279
279
|
"TRUSTEE",
|
|
280
280
|
"PROTECTOR",
|
|
281
281
|
"BENEFICIARY",
|
|
282
282
|
"OTHER"
|
|
283
|
-
],
|
|
283
|
+
], Co = [
|
|
284
284
|
"SETTLOR_EQUIVALENT",
|
|
285
285
|
"TRUSTEE_EQUIVALENT",
|
|
286
286
|
"PROTECTOR_EQUIVALENT",
|
|
287
287
|
"BENEFICIARY_EQUIVALENT",
|
|
288
288
|
"OTHER_EQUIVALENT"
|
|
289
|
-
],
|
|
289
|
+
], ko = [
|
|
290
290
|
"OWNER",
|
|
291
291
|
"OTHER_MEANS",
|
|
292
292
|
"SENIOR_MANAGING_OFFICIAL"
|
|
293
|
-
],
|
|
293
|
+
], Oo = (e) => {
|
|
294
294
|
switch (e) {
|
|
295
295
|
case "TRUST":
|
|
296
|
-
return Io;
|
|
297
|
-
case "SIMILAR_TO_TRUST":
|
|
298
296
|
return No;
|
|
299
|
-
case "
|
|
297
|
+
case "SIMILAR_TO_TRUST":
|
|
300
298
|
return Co;
|
|
299
|
+
case "OTHER":
|
|
300
|
+
return ko;
|
|
301
301
|
}
|
|
302
|
-
},
|
|
302
|
+
}, Ro = {
|
|
303
303
|
byLabel: (e, i) => e.label.localeCompare(i.label)
|
|
304
|
-
},
|
|
304
|
+
}, Qt = [
|
|
305
305
|
{ code: "AD", mt: "Andorra" },
|
|
306
306
|
{ code: "AE", mt: "L-Emirati Għarab Magħquda" },
|
|
307
307
|
{ code: "AF", mt: "L-Afganistan" },
|
|
@@ -551,21 +551,21 @@ const lo = [
|
|
|
551
551
|
{ code: "ZA", mt: "L-Afrika t’Isfel" },
|
|
552
552
|
{ code: "ZM", mt: "Iż-Żambja" },
|
|
553
553
|
{ code: "ZW", mt: "Iż-Żimbabwe" }
|
|
554
|
-
], ci =
|
|
554
|
+
], ci = Qt.map((e) => e.code).sort(), Oi = ["UM", "FM"], Jt = [
|
|
555
555
|
"AS",
|
|
556
556
|
"GU",
|
|
557
557
|
"MP",
|
|
558
558
|
"PR",
|
|
559
559
|
"VI"
|
|
560
|
-
],
|
|
560
|
+
], Zt = (e, i) => {
|
|
561
561
|
if (!e)
|
|
562
562
|
return "";
|
|
563
|
-
const n =
|
|
563
|
+
const n = Qt.find((o) => o.code === e), a = new Intl.DisplayNames([i], { type: "region" });
|
|
564
564
|
return (n == null ? void 0 : n[i]) || a.of(e) || a.of("en") || "";
|
|
565
565
|
}, Ne = (e) => ci.map((i) => ({
|
|
566
566
|
value: i,
|
|
567
|
-
label:
|
|
568
|
-
})).sort(
|
|
567
|
+
label: Zt(i, e)
|
|
568
|
+
})).sort(Ro.byLabel), Ri = [
|
|
569
569
|
"CORPORATION",
|
|
570
570
|
"COMPLEX_TRUST",
|
|
571
571
|
"TAX_EXEMPT_ORGANIZATION",
|
|
@@ -586,7 +586,7 @@ const lo = [
|
|
|
586
586
|
"FOREIGN_GOVERNMENT_CONTROLLED_ENTITY",
|
|
587
587
|
"FOREIGN_GOVERNMENT_INTEGRAL_PART",
|
|
588
588
|
"ESTATE"
|
|
589
|
-
], bi = ["TRUST", "SIMILAR_TO_TRUST", "OTHER"],
|
|
589
|
+
], bi = ["TRUST", "SIMILAR_TO_TRUST", "OTHER"], Ao = [
|
|
590
590
|
"A",
|
|
591
591
|
"B",
|
|
592
592
|
"C",
|
|
@@ -600,7 +600,7 @@ const lo = [
|
|
|
600
600
|
"K",
|
|
601
601
|
"L",
|
|
602
602
|
"M"
|
|
603
|
-
],
|
|
603
|
+
], bo = [
|
|
604
604
|
"1",
|
|
605
605
|
"2",
|
|
606
606
|
"3",
|
|
@@ -614,7 +614,7 @@ const lo = [
|
|
|
614
614
|
"11",
|
|
615
615
|
"12",
|
|
616
616
|
"13"
|
|
617
|
-
],
|
|
617
|
+
], Xt = [
|
|
618
618
|
"DEPOSITORY_INSTITUTION",
|
|
619
619
|
"CUSTODIAL_INSTITUTION",
|
|
620
620
|
"INSURANCE_COMPANY",
|
|
@@ -634,10 +634,10 @@ const lo = [
|
|
|
634
634
|
...Ri,
|
|
635
635
|
...ui
|
|
636
636
|
];
|
|
637
|
-
const
|
|
637
|
+
const Eo = [
|
|
638
638
|
...Ai,
|
|
639
639
|
...ui
|
|
640
|
-
],
|
|
640
|
+
], Po = {
|
|
641
641
|
limitationOnBenefits: {
|
|
642
642
|
government: !0,
|
|
643
643
|
taxExemptPension: !0,
|
|
@@ -666,7 +666,7 @@ const bo = [
|
|
|
666
666
|
articleParagraph: "7(1)",
|
|
667
667
|
additionalConditionsRequired: !0
|
|
668
668
|
}
|
|
669
|
-
},
|
|
669
|
+
}, jo = {
|
|
670
670
|
limitationOnBenefits: {
|
|
671
671
|
government: !1,
|
|
672
672
|
taxExemptPension: !1,
|
|
@@ -695,7 +695,7 @@ const bo = [
|
|
|
695
695
|
articleParagraph: "IV(1)",
|
|
696
696
|
additionalConditionsRequired: !0
|
|
697
697
|
}
|
|
698
|
-
},
|
|
698
|
+
}, _o = {
|
|
699
699
|
limitationOnBenefits: {
|
|
700
700
|
government: !0,
|
|
701
701
|
taxExemptPension: !0,
|
|
@@ -726,7 +726,7 @@ const bo = [
|
|
|
726
726
|
articleParagraph: "7(1)",
|
|
727
727
|
additionalConditionsRequired: !0
|
|
728
728
|
}
|
|
729
|
-
},
|
|
729
|
+
}, zo = {
|
|
730
730
|
limitationOnBenefits: {
|
|
731
731
|
government: !0,
|
|
732
732
|
taxExemptPension: !0,
|
|
@@ -757,7 +757,7 @@ const bo = [
|
|
|
757
757
|
articleParagraph: "7(1)",
|
|
758
758
|
additionalConditionsRequired: !0
|
|
759
759
|
}
|
|
760
|
-
},
|
|
760
|
+
}, So = {
|
|
761
761
|
limitationOnBenefits: {
|
|
762
762
|
government: !1,
|
|
763
763
|
taxExemptPension: !1,
|
|
@@ -786,7 +786,7 @@ const bo = [
|
|
|
786
786
|
articleParagraph: "IV(1)",
|
|
787
787
|
additionalConditionsRequired: !0
|
|
788
788
|
}
|
|
789
|
-
},
|
|
789
|
+
}, wo = {
|
|
790
790
|
limitationOnBenefits: {
|
|
791
791
|
government: !0,
|
|
792
792
|
taxExemptPension: !0,
|
|
@@ -815,7 +815,7 @@ const bo = [
|
|
|
815
815
|
articleParagraph: "7(1)",
|
|
816
816
|
additionalConditionsRequired: !0
|
|
817
817
|
}
|
|
818
|
-
},
|
|
818
|
+
}, Ho = {
|
|
819
819
|
limitationOnBenefits: {
|
|
820
820
|
government: !0,
|
|
821
821
|
taxExemptPension: !0,
|
|
@@ -846,7 +846,7 @@ const bo = [
|
|
|
846
846
|
articleParagraph: "7(1)",
|
|
847
847
|
additionalConditionsRequired: !0
|
|
848
848
|
}
|
|
849
|
-
},
|
|
849
|
+
}, Fo = {
|
|
850
850
|
limitationOnBenefits: {
|
|
851
851
|
government: !1,
|
|
852
852
|
taxExemptPension: !1,
|
|
@@ -875,7 +875,7 @@ const bo = [
|
|
|
875
875
|
articleParagraph: "IV(1)",
|
|
876
876
|
additionalConditionsRequired: !0
|
|
877
877
|
}
|
|
878
|
-
},
|
|
878
|
+
}, Uo = {
|
|
879
879
|
limitationOnBenefits: {
|
|
880
880
|
government: !0,
|
|
881
881
|
taxExemptPension: !0,
|
|
@@ -906,7 +906,7 @@ const bo = [
|
|
|
906
906
|
articleParagraph: "7(1)",
|
|
907
907
|
additionalConditionsRequired: !0
|
|
908
908
|
}
|
|
909
|
-
},
|
|
909
|
+
}, Lo = {
|
|
910
910
|
limitationOnBenefits: {
|
|
911
911
|
government: !0,
|
|
912
912
|
taxExemptPension: !0,
|
|
@@ -935,7 +935,7 @@ const bo = [
|
|
|
935
935
|
articleParagraph: "7(1)",
|
|
936
936
|
additionalConditionsRequired: !0
|
|
937
937
|
}
|
|
938
|
-
},
|
|
938
|
+
}, Mo = {
|
|
939
939
|
limitationOnBenefits: {
|
|
940
940
|
government: !0,
|
|
941
941
|
taxExemptPension: !0,
|
|
@@ -964,7 +964,7 @@ const bo = [
|
|
|
964
964
|
articleParagraph: "VII(1)",
|
|
965
965
|
additionalConditionsRequired: !0
|
|
966
966
|
}
|
|
967
|
-
},
|
|
967
|
+
}, Do = {
|
|
968
968
|
limitationOnBenefits: {
|
|
969
969
|
government: !0,
|
|
970
970
|
taxExemptPension: !0,
|
|
@@ -993,7 +993,7 @@ const bo = [
|
|
|
993
993
|
articleParagraph: "7(1)",
|
|
994
994
|
additionalConditionsRequired: !0
|
|
995
995
|
}
|
|
996
|
-
},
|
|
996
|
+
}, qo = {
|
|
997
997
|
limitationOnBenefits: {
|
|
998
998
|
government: !0,
|
|
999
999
|
taxExemptPension: !1,
|
|
@@ -1025,7 +1025,7 @@ const bo = [
|
|
|
1025
1025
|
articleParagraph: "7(1)",
|
|
1026
1026
|
additionalConditionsRequired: !0
|
|
1027
1027
|
}
|
|
1028
|
-
},
|
|
1028
|
+
}, Bo = {
|
|
1029
1029
|
limitationOnBenefits: {
|
|
1030
1030
|
government: !0,
|
|
1031
1031
|
taxExemptPension: !0,
|
|
@@ -1056,7 +1056,7 @@ const bo = [
|
|
|
1056
1056
|
articleParagraph: "7(1)",
|
|
1057
1057
|
additionalConditionsRequired: !0
|
|
1058
1058
|
}
|
|
1059
|
-
},
|
|
1059
|
+
}, xo = {
|
|
1060
1060
|
limitationOnBenefits: {
|
|
1061
1061
|
government: !0,
|
|
1062
1062
|
taxExemptPension: !0,
|
|
@@ -1087,7 +1087,7 @@ const bo = [
|
|
|
1087
1087
|
articleParagraph: "7(1)",
|
|
1088
1088
|
additionalConditionsRequired: !0
|
|
1089
1089
|
}
|
|
1090
|
-
},
|
|
1090
|
+
}, $o = {
|
|
1091
1091
|
limitationOnBenefits: {
|
|
1092
1092
|
government: !0,
|
|
1093
1093
|
taxExemptPension: !1,
|
|
@@ -1118,7 +1118,7 @@ const bo = [
|
|
|
1118
1118
|
articleParagraph: "8(1)",
|
|
1119
1119
|
additionalConditionsRequired: !0
|
|
1120
1120
|
}
|
|
1121
|
-
},
|
|
1121
|
+
}, Vo = {
|
|
1122
1122
|
limitationOnBenefits: {
|
|
1123
1123
|
government: !0,
|
|
1124
1124
|
taxExemptPension: !0,
|
|
@@ -1147,7 +1147,7 @@ const bo = [
|
|
|
1147
1147
|
articleParagraph: "7(1)",
|
|
1148
1148
|
additionalConditionsRequired: !0
|
|
1149
1149
|
}
|
|
1150
|
-
},
|
|
1150
|
+
}, Go = {
|
|
1151
1151
|
limitationOnBenefits: {
|
|
1152
1152
|
government: !0,
|
|
1153
1153
|
taxExemptPension: !0,
|
|
@@ -1176,7 +1176,7 @@ const bo = [
|
|
|
1176
1176
|
articleParagraph: "7(1)",
|
|
1177
1177
|
additionalConditionsRequired: !0
|
|
1178
1178
|
}
|
|
1179
|
-
},
|
|
1179
|
+
}, Yo = {
|
|
1180
1180
|
limitationOnBenefits: {
|
|
1181
1181
|
government: !1,
|
|
1182
1182
|
taxExemptPension: !1,
|
|
@@ -1205,7 +1205,7 @@ const bo = [
|
|
|
1205
1205
|
articleParagraph: "8(1)",
|
|
1206
1206
|
additionalConditionsRequired: !0
|
|
1207
1207
|
}
|
|
1208
|
-
},
|
|
1208
|
+
}, Wo = {
|
|
1209
1209
|
limitationOnBenefits: {
|
|
1210
1210
|
government: !0,
|
|
1211
1211
|
taxExemptPension: !0,
|
|
@@ -1236,7 +1236,7 @@ const bo = [
|
|
|
1236
1236
|
articleParagraph: "7(1)",
|
|
1237
1237
|
additionalConditionsRequired: !0
|
|
1238
1238
|
}
|
|
1239
|
-
},
|
|
1239
|
+
}, Ko = {
|
|
1240
1240
|
limitationOnBenefits: {
|
|
1241
1241
|
government: !0,
|
|
1242
1242
|
taxExemptPension: !0,
|
|
@@ -1265,7 +1265,7 @@ const bo = [
|
|
|
1265
1265
|
articleParagraph: "7(1)",
|
|
1266
1266
|
additionalConditionsRequired: !0
|
|
1267
1267
|
}
|
|
1268
|
-
},
|
|
1268
|
+
}, Qo = {
|
|
1269
1269
|
limitationOnBenefits: {
|
|
1270
1270
|
government: !0,
|
|
1271
1271
|
taxExemptPension: !0,
|
|
@@ -1296,7 +1296,7 @@ const bo = [
|
|
|
1296
1296
|
articleParagraph: "7(1)",
|
|
1297
1297
|
additionalConditionsRequired: !0
|
|
1298
1298
|
}
|
|
1299
|
-
},
|
|
1299
|
+
}, Jo = {
|
|
1300
1300
|
limitationOnBenefits: {
|
|
1301
1301
|
government: !0,
|
|
1302
1302
|
taxExemptPension: !0,
|
|
@@ -1327,7 +1327,7 @@ const bo = [
|
|
|
1327
1327
|
articleParagraph: "7(1)",
|
|
1328
1328
|
additionalConditionsRequired: !0
|
|
1329
1329
|
}
|
|
1330
|
-
},
|
|
1330
|
+
}, Zo = {
|
|
1331
1331
|
limitationOnBenefits: {
|
|
1332
1332
|
government: !1,
|
|
1333
1333
|
taxExemptPension: !1,
|
|
@@ -1356,7 +1356,7 @@ const bo = [
|
|
|
1356
1356
|
articleParagraph: "IV(1)",
|
|
1357
1357
|
additionalConditionsRequired: !0
|
|
1358
1358
|
}
|
|
1359
|
-
},
|
|
1359
|
+
}, Xo = {
|
|
1360
1360
|
limitationOnBenefits: {
|
|
1361
1361
|
government: !0,
|
|
1362
1362
|
taxExemptPension: !0,
|
|
@@ -1387,7 +1387,7 @@ const bo = [
|
|
|
1387
1387
|
articleParagraph: "7(1)",
|
|
1388
1388
|
additionalConditionsRequired: !0
|
|
1389
1389
|
}
|
|
1390
|
-
},
|
|
1390
|
+
}, er = {
|
|
1391
1391
|
limitationOnBenefits: {
|
|
1392
1392
|
government: !1,
|
|
1393
1393
|
taxExemptPension: !1,
|
|
@@ -1416,7 +1416,7 @@ const bo = [
|
|
|
1416
1416
|
articleParagraph: "III(1)",
|
|
1417
1417
|
additionalConditionsRequired: !0
|
|
1418
1418
|
}
|
|
1419
|
-
},
|
|
1419
|
+
}, ir = {
|
|
1420
1420
|
limitationOnBenefits: {
|
|
1421
1421
|
government: !0,
|
|
1422
1422
|
taxExemptPension: !0,
|
|
@@ -1447,7 +1447,7 @@ const bo = [
|
|
|
1447
1447
|
articleParagraph: "7(1)",
|
|
1448
1448
|
additionalConditionsRequired: !0
|
|
1449
1449
|
}
|
|
1450
|
-
},
|
|
1450
|
+
}, nr = {
|
|
1451
1451
|
limitationOnBenefits: {
|
|
1452
1452
|
government: !0,
|
|
1453
1453
|
taxExemptPension: !0,
|
|
@@ -1478,7 +1478,7 @@ const bo = [
|
|
|
1478
1478
|
articleParagraph: "7(1)",
|
|
1479
1479
|
additionalConditionsRequired: !0
|
|
1480
1480
|
}
|
|
1481
|
-
},
|
|
1481
|
+
}, tr = {
|
|
1482
1482
|
limitationOnBenefits: {
|
|
1483
1483
|
government: !0,
|
|
1484
1484
|
taxExemptPension: !1,
|
|
@@ -1507,7 +1507,7 @@ const bo = [
|
|
|
1507
1507
|
articleParagraph: "7(1)",
|
|
1508
1508
|
additionalConditionsRequired: !0
|
|
1509
1509
|
}
|
|
1510
|
-
},
|
|
1510
|
+
}, ar = {
|
|
1511
1511
|
limitationOnBenefits: {
|
|
1512
1512
|
government: !0,
|
|
1513
1513
|
taxExemptPension: !1,
|
|
@@ -1536,7 +1536,7 @@ const bo = [
|
|
|
1536
1536
|
articleParagraph: "8(1)",
|
|
1537
1537
|
additionalConditionsRequired: !0
|
|
1538
1538
|
}
|
|
1539
|
-
},
|
|
1539
|
+
}, or = {
|
|
1540
1540
|
limitationOnBenefits: {
|
|
1541
1541
|
government: !0,
|
|
1542
1542
|
taxExemptPension: !0,
|
|
@@ -1567,7 +1567,7 @@ const bo = [
|
|
|
1567
1567
|
articleParagraph: "7(1)",
|
|
1568
1568
|
additionalConditionsRequired: !0
|
|
1569
1569
|
}
|
|
1570
|
-
},
|
|
1570
|
+
}, rr = {
|
|
1571
1571
|
limitationOnBenefits: {
|
|
1572
1572
|
government: !0,
|
|
1573
1573
|
taxExemptPension: !0,
|
|
@@ -1596,7 +1596,7 @@ const bo = [
|
|
|
1596
1596
|
articleParagraph: "8(1)",
|
|
1597
1597
|
additionalConditionsRequired: !0
|
|
1598
1598
|
}
|
|
1599
|
-
},
|
|
1599
|
+
}, sr = {
|
|
1600
1600
|
limitationOnBenefits: {
|
|
1601
1601
|
government: !0,
|
|
1602
1602
|
taxExemptPension: !0,
|
|
@@ -1625,7 +1625,7 @@ const bo = [
|
|
|
1625
1625
|
articleParagraph: "7(1)",
|
|
1626
1626
|
additionalConditionsRequired: !0
|
|
1627
1627
|
}
|
|
1628
|
-
},
|
|
1628
|
+
}, lr = {
|
|
1629
1629
|
limitationOnBenefits: {
|
|
1630
1630
|
government: !0,
|
|
1631
1631
|
taxExemptPension: !1,
|
|
@@ -1656,7 +1656,7 @@ const bo = [
|
|
|
1656
1656
|
articleParagraph: "7(1)",
|
|
1657
1657
|
additionalConditionsRequired: !0
|
|
1658
1658
|
}
|
|
1659
|
-
},
|
|
1659
|
+
}, dr = {
|
|
1660
1660
|
limitationOnBenefits: {
|
|
1661
1661
|
government: !0,
|
|
1662
1662
|
taxExemptPension: !0,
|
|
@@ -1685,7 +1685,7 @@ const bo = [
|
|
|
1685
1685
|
articleParagraph: "7(1)",
|
|
1686
1686
|
additionalConditionsRequired: !0
|
|
1687
1687
|
}
|
|
1688
|
-
},
|
|
1688
|
+
}, cr = {
|
|
1689
1689
|
limitationOnBenefits: {
|
|
1690
1690
|
government: !0,
|
|
1691
1691
|
taxExemptPension: !0,
|
|
@@ -1714,7 +1714,7 @@ const bo = [
|
|
|
1714
1714
|
articleParagraph: "6(1)",
|
|
1715
1715
|
additionalConditionsRequired: !0
|
|
1716
1716
|
}
|
|
1717
|
-
},
|
|
1717
|
+
}, ur = {
|
|
1718
1718
|
limitationOnBenefits: {
|
|
1719
1719
|
government: !1,
|
|
1720
1720
|
taxExemptPension: !1,
|
|
@@ -1743,7 +1743,7 @@ const bo = [
|
|
|
1743
1743
|
articleParagraph: "8(1)",
|
|
1744
1744
|
additionalConditionsRequired: !0
|
|
1745
1745
|
}
|
|
1746
|
-
},
|
|
1746
|
+
}, mr = {
|
|
1747
1747
|
limitationOnBenefits: {
|
|
1748
1748
|
government: !1,
|
|
1749
1749
|
taxExemptPension: !1,
|
|
@@ -1772,7 +1772,7 @@ const bo = [
|
|
|
1772
1772
|
articleParagraph: "IV(1)",
|
|
1773
1773
|
additionalConditionsRequired: !0
|
|
1774
1774
|
}
|
|
1775
|
-
},
|
|
1775
|
+
}, pr = {
|
|
1776
1776
|
limitationOnBenefits: {
|
|
1777
1777
|
government: !0,
|
|
1778
1778
|
taxExemptPension: !0,
|
|
@@ -1803,7 +1803,7 @@ const bo = [
|
|
|
1803
1803
|
articleParagraph: "7(1)",
|
|
1804
1804
|
additionalConditionsRequired: !0
|
|
1805
1805
|
}
|
|
1806
|
-
},
|
|
1806
|
+
}, gr = {
|
|
1807
1807
|
limitationOnBenefits: {
|
|
1808
1808
|
government: !0,
|
|
1809
1809
|
taxExemptPension: !0,
|
|
@@ -1834,7 +1834,7 @@ const bo = [
|
|
|
1834
1834
|
articleParagraph: "7(1)",
|
|
1835
1835
|
additionalConditionsRequired: !0
|
|
1836
1836
|
}
|
|
1837
|
-
},
|
|
1837
|
+
}, fr = {
|
|
1838
1838
|
limitationOnBenefits: {
|
|
1839
1839
|
government: !0,
|
|
1840
1840
|
taxExemptPension: !0,
|
|
@@ -1865,7 +1865,7 @@ const bo = [
|
|
|
1865
1865
|
articleParagraph: "7(1)",
|
|
1866
1866
|
additionalConditionsRequired: !0
|
|
1867
1867
|
}
|
|
1868
|
-
},
|
|
1868
|
+
}, yr = {
|
|
1869
1869
|
limitationOnBenefits: {
|
|
1870
1870
|
government: !0,
|
|
1871
1871
|
taxExemptPension: !0,
|
|
@@ -1896,7 +1896,7 @@ const bo = [
|
|
|
1896
1896
|
articleParagraph: "7(1)",
|
|
1897
1897
|
additionalConditionsRequired: !0
|
|
1898
1898
|
}
|
|
1899
|
-
},
|
|
1899
|
+
}, Tr = {
|
|
1900
1900
|
limitationOnBenefits: {
|
|
1901
1901
|
government: !0,
|
|
1902
1902
|
taxExemptPension: !0,
|
|
@@ -1927,7 +1927,7 @@ const bo = [
|
|
|
1927
1927
|
articleParagraph: "7(1)",
|
|
1928
1928
|
additionalConditionsRequired: !0
|
|
1929
1929
|
}
|
|
1930
|
-
},
|
|
1930
|
+
}, vr = {
|
|
1931
1931
|
limitationOnBenefits: {
|
|
1932
1932
|
government: !0,
|
|
1933
1933
|
taxExemptPension: !0,
|
|
@@ -1956,7 +1956,7 @@ const bo = [
|
|
|
1956
1956
|
articleParagraph: "7(1)",
|
|
1957
1957
|
additionalConditionsRequired: !0
|
|
1958
1958
|
}
|
|
1959
|
-
},
|
|
1959
|
+
}, hr = {
|
|
1960
1960
|
limitationOnBenefits: {
|
|
1961
1961
|
government: !1,
|
|
1962
1962
|
taxExemptPension: !1,
|
|
@@ -1985,7 +1985,7 @@ const bo = [
|
|
|
1985
1985
|
articleParagraph: "IV(1)",
|
|
1986
1986
|
additionalConditionsRequired: !0
|
|
1987
1987
|
}
|
|
1988
|
-
},
|
|
1988
|
+
}, Ir = {
|
|
1989
1989
|
limitationOnBenefits: {
|
|
1990
1990
|
government: !1,
|
|
1991
1991
|
taxExemptPension: !1,
|
|
@@ -2014,7 +2014,7 @@ const bo = [
|
|
|
2014
2014
|
articleParagraph: "7(1)",
|
|
2015
2015
|
additionalConditionsRequired: !0
|
|
2016
2016
|
}
|
|
2017
|
-
},
|
|
2017
|
+
}, Nr = {
|
|
2018
2018
|
limitationOnBenefits: {
|
|
2019
2019
|
government: !0,
|
|
2020
2020
|
taxExemptPension: !0,
|
|
@@ -2046,7 +2046,7 @@ const bo = [
|
|
|
2046
2046
|
articleParagraph: "7(1)",
|
|
2047
2047
|
additionalConditionsRequired: !0
|
|
2048
2048
|
}
|
|
2049
|
-
},
|
|
2049
|
+
}, Cr = {
|
|
2050
2050
|
limitationOnBenefits: {
|
|
2051
2051
|
government: !0,
|
|
2052
2052
|
taxExemptPension: !1,
|
|
@@ -2077,7 +2077,7 @@ const bo = [
|
|
|
2077
2077
|
articleParagraph: "7(1)",
|
|
2078
2078
|
additionalConditionsRequired: !0
|
|
2079
2079
|
}
|
|
2080
|
-
},
|
|
2080
|
+
}, kr = {
|
|
2081
2081
|
limitationOnBenefits: {
|
|
2082
2082
|
government: !0,
|
|
2083
2083
|
taxExemptPension: !0,
|
|
@@ -2108,7 +2108,7 @@ const bo = [
|
|
|
2108
2108
|
articleParagraph: "7(1)",
|
|
2109
2109
|
additionalConditionsRequired: !0
|
|
2110
2110
|
}
|
|
2111
|
-
},
|
|
2111
|
+
}, Or = {
|
|
2112
2112
|
limitationOnBenefits: {
|
|
2113
2113
|
government: !1,
|
|
2114
2114
|
taxExemptPension: !1,
|
|
@@ -2137,7 +2137,7 @@ const bo = [
|
|
|
2137
2137
|
articleParagraph: "5(1)",
|
|
2138
2138
|
additionalConditionsRequired: !0
|
|
2139
2139
|
}
|
|
2140
|
-
},
|
|
2140
|
+
}, Rr = {
|
|
2141
2141
|
limitationOnBenefits: {
|
|
2142
2142
|
government: !1,
|
|
2143
2143
|
taxExemptPension: !1,
|
|
@@ -2166,7 +2166,7 @@ const bo = [
|
|
|
2166
2166
|
articleParagraph: "3(2)",
|
|
2167
2167
|
additionalConditionsRequired: !0
|
|
2168
2168
|
}
|
|
2169
|
-
},
|
|
2169
|
+
}, Ar = {
|
|
2170
2170
|
limitationOnBenefits: {
|
|
2171
2171
|
government: !1,
|
|
2172
2172
|
taxExemptPension: !1,
|
|
@@ -2195,7 +2195,7 @@ const bo = [
|
|
|
2195
2195
|
articleParagraph: "8(1)",
|
|
2196
2196
|
additionalConditionsRequired: !0
|
|
2197
2197
|
}
|
|
2198
|
-
},
|
|
2198
|
+
}, br = {
|
|
2199
2199
|
limitationOnBenefits: {
|
|
2200
2200
|
government: !1,
|
|
2201
2201
|
taxExemptPension: !1,
|
|
@@ -2224,7 +2224,7 @@ const bo = [
|
|
|
2224
2224
|
articleParagraph: "8(1)",
|
|
2225
2225
|
additionalConditionsRequired: !0
|
|
2226
2226
|
}
|
|
2227
|
-
},
|
|
2227
|
+
}, Er = {
|
|
2228
2228
|
limitationOnBenefits: {
|
|
2229
2229
|
government: !0,
|
|
2230
2230
|
taxExemptPension: !0,
|
|
@@ -2255,7 +2255,7 @@ const bo = [
|
|
|
2255
2255
|
articleParagraph: "7(1)",
|
|
2256
2256
|
additionalConditionsRequired: !0
|
|
2257
2257
|
}
|
|
2258
|
-
},
|
|
2258
|
+
}, Pr = {
|
|
2259
2259
|
limitationOnBenefits: {
|
|
2260
2260
|
government: !0,
|
|
2261
2261
|
taxExemptPension: !0,
|
|
@@ -2286,7 +2286,7 @@ const bo = [
|
|
|
2286
2286
|
articleParagraph: "7(1)",
|
|
2287
2287
|
additionalConditionsRequired: !0
|
|
2288
2288
|
}
|
|
2289
|
-
},
|
|
2289
|
+
}, jr = {
|
|
2290
2290
|
limitationOnBenefits: {
|
|
2291
2291
|
government: !1,
|
|
2292
2292
|
taxExemptPension: !1,
|
|
@@ -2315,7 +2315,7 @@ const bo = [
|
|
|
2315
2315
|
articleParagraph: "7(1)",
|
|
2316
2316
|
additionalConditionsRequired: !0
|
|
2317
2317
|
}
|
|
2318
|
-
},
|
|
2318
|
+
}, _r = {
|
|
2319
2319
|
limitationOnBenefits: {
|
|
2320
2320
|
government: !0,
|
|
2321
2321
|
taxExemptPension: !0,
|
|
@@ -2344,7 +2344,7 @@ const bo = [
|
|
|
2344
2344
|
articleParagraph: "7(1)",
|
|
2345
2345
|
additionalConditionsRequired: !0
|
|
2346
2346
|
}
|
|
2347
|
-
},
|
|
2347
|
+
}, zr = {
|
|
2348
2348
|
limitationOnBenefits: {
|
|
2349
2349
|
government: !0,
|
|
2350
2350
|
taxExemptPension: !0,
|
|
@@ -2373,7 +2373,7 @@ const bo = [
|
|
|
2373
2373
|
articleParagraph: "7(1)",
|
|
2374
2374
|
additionalConditionsRequired: !0
|
|
2375
2375
|
}
|
|
2376
|
-
},
|
|
2376
|
+
}, Sr = {
|
|
2377
2377
|
limitationOnBenefits: {
|
|
2378
2378
|
government: !0,
|
|
2379
2379
|
taxExemptPension: !0,
|
|
@@ -2402,7 +2402,7 @@ const bo = [
|
|
|
2402
2402
|
articleParagraph: "7(1)",
|
|
2403
2403
|
additionalConditionsRequired: !0
|
|
2404
2404
|
}
|
|
2405
|
-
},
|
|
2405
|
+
}, wr = {
|
|
2406
2406
|
limitationOnBenefits: {
|
|
2407
2407
|
government: !0,
|
|
2408
2408
|
taxExemptPension: !0,
|
|
@@ -2431,7 +2431,7 @@ const bo = [
|
|
|
2431
2431
|
articleParagraph: "7(1)",
|
|
2432
2432
|
additionalConditionsRequired: !0
|
|
2433
2433
|
}
|
|
2434
|
-
},
|
|
2434
|
+
}, Hr = {
|
|
2435
2435
|
limitationOnBenefits: {
|
|
2436
2436
|
government: !0,
|
|
2437
2437
|
taxExemptPension: !0,
|
|
@@ -2460,7 +2460,7 @@ const bo = [
|
|
|
2460
2460
|
articleParagraph: "7(1)",
|
|
2461
2461
|
additionalConditionsRequired: !0
|
|
2462
2462
|
}
|
|
2463
|
-
},
|
|
2463
|
+
}, Fr = {
|
|
2464
2464
|
limitationOnBenefits: {
|
|
2465
2465
|
government: !0,
|
|
2466
2466
|
taxExemptPension: !0,
|
|
@@ -2489,7 +2489,7 @@ const bo = [
|
|
|
2489
2489
|
articleParagraph: "7(1)",
|
|
2490
2490
|
additionalConditionsRequired: !0
|
|
2491
2491
|
}
|
|
2492
|
-
},
|
|
2492
|
+
}, Ur = {
|
|
2493
2493
|
limitationOnBenefits: {
|
|
2494
2494
|
government: !0,
|
|
2495
2495
|
taxExemptPension: !0,
|
|
@@ -2522,7 +2522,7 @@ const bo = [
|
|
|
2522
2522
|
articleParagraph: "7(1)",
|
|
2523
2523
|
additionalConditionsRequired: !0
|
|
2524
2524
|
}
|
|
2525
|
-
},
|
|
2525
|
+
}, Lr = {
|
|
2526
2526
|
limitationOnBenefits: {
|
|
2527
2527
|
government: !1,
|
|
2528
2528
|
taxExemptPension: !1,
|
|
@@ -2551,7 +2551,7 @@ const bo = [
|
|
|
2551
2551
|
articleParagraph: "IV(1)",
|
|
2552
2552
|
additionalConditionsRequired: !0
|
|
2553
2553
|
}
|
|
2554
|
-
},
|
|
2554
|
+
}, Mr = {
|
|
2555
2555
|
limitationOnBenefits: {
|
|
2556
2556
|
government: !0,
|
|
2557
2557
|
taxExemptPension: !0,
|
|
@@ -2583,7 +2583,7 @@ const bo = [
|
|
|
2583
2583
|
articleParagraph: "7(1)",
|
|
2584
2584
|
additionalConditionsRequired: !0
|
|
2585
2585
|
}
|
|
2586
|
-
},
|
|
2586
|
+
}, Dr = {
|
|
2587
2587
|
limitationOnBenefits: {
|
|
2588
2588
|
government: !1,
|
|
2589
2589
|
taxExemptPension: !1,
|
|
@@ -2612,7 +2612,7 @@ const bo = [
|
|
|
2612
2612
|
articleParagraph: "8(1)",
|
|
2613
2613
|
additionalConditionsRequired: !0
|
|
2614
2614
|
}
|
|
2615
|
-
},
|
|
2615
|
+
}, qr = {
|
|
2616
2616
|
limitationOnBenefits: {
|
|
2617
2617
|
government: !0,
|
|
2618
2618
|
taxExemptPension: !1,
|
|
@@ -2641,7 +2641,7 @@ const bo = [
|
|
|
2641
2641
|
articleParagraph: "7(1)",
|
|
2642
2642
|
additionalConditionsRequired: !0
|
|
2643
2643
|
}
|
|
2644
|
-
},
|
|
2644
|
+
}, Br = {
|
|
2645
2645
|
limitationOnBenefits: {
|
|
2646
2646
|
government: !0,
|
|
2647
2647
|
taxExemptPension: !0,
|
|
@@ -2670,7 +2670,7 @@ const bo = [
|
|
|
2670
2670
|
articleParagraph: "7(1)",
|
|
2671
2671
|
additionalConditionsRequired: !0
|
|
2672
2672
|
}
|
|
2673
|
-
},
|
|
2673
|
+
}, xr = {
|
|
2674
2674
|
limitationOnBenefits: {
|
|
2675
2675
|
government: !1,
|
|
2676
2676
|
taxExemptPension: !1,
|
|
@@ -2699,7 +2699,7 @@ const bo = [
|
|
|
2699
2699
|
articleParagraph: "IV(1)",
|
|
2700
2700
|
additionalConditionsRequired: !0
|
|
2701
2701
|
}
|
|
2702
|
-
},
|
|
2702
|
+
}, $r = {
|
|
2703
2703
|
limitationOnBenefits: {
|
|
2704
2704
|
government: !0,
|
|
2705
2705
|
taxExemptPension: !0,
|
|
@@ -2728,7 +2728,7 @@ const bo = [
|
|
|
2728
2728
|
articleParagraph: "7(1)",
|
|
2729
2729
|
additionalConditionsRequired: !0
|
|
2730
2730
|
}
|
|
2731
|
-
},
|
|
2731
|
+
}, Vr = {
|
|
2732
2732
|
limitationOnBenefits: {
|
|
2733
2733
|
government: !0,
|
|
2734
2734
|
taxExemptPension: !0,
|
|
@@ -2759,7 +2759,7 @@ const bo = [
|
|
|
2759
2759
|
articleParagraph: "7(1)",
|
|
2760
2760
|
additionalConditionsRequired: !0
|
|
2761
2761
|
}
|
|
2762
|
-
},
|
|
2762
|
+
}, Gr = {
|
|
2763
2763
|
limitationOnBenefits: {
|
|
2764
2764
|
government: !1,
|
|
2765
2765
|
taxExemptPension: !1,
|
|
@@ -2788,7 +2788,7 @@ const bo = [
|
|
|
2788
2788
|
articleParagraph: "IV(1)",
|
|
2789
2789
|
additionalConditionsRequired: !0
|
|
2790
2790
|
}
|
|
2791
|
-
},
|
|
2791
|
+
}, Yr = {
|
|
2792
2792
|
limitationOnBenefits: {
|
|
2793
2793
|
government: !0,
|
|
2794
2794
|
taxExemptPension: !0,
|
|
@@ -2820,89 +2820,89 @@ const bo = [
|
|
|
2820
2820
|
articleParagraph: "7(1)",
|
|
2821
2821
|
additionalConditionsRequired: !0
|
|
2822
2822
|
}
|
|
2823
|
-
},
|
|
2824
|
-
AX:
|
|
2825
|
-
AM:
|
|
2826
|
-
AU:
|
|
2827
|
-
AT:
|
|
2828
|
-
AZ:
|
|
2829
|
-
BD:
|
|
2830
|
-
BB:
|
|
2831
|
-
BY:
|
|
2832
|
-
BE:
|
|
2833
|
-
BG:
|
|
2834
|
-
CA:
|
|
2835
|
-
CL:
|
|
2836
|
-
CN:
|
|
2837
|
-
CX:
|
|
2838
|
-
CC:
|
|
2839
|
-
CY:
|
|
2840
|
-
CZ:
|
|
2841
|
-
DK:
|
|
2842
|
-
EG:
|
|
2843
|
-
EE:
|
|
2844
|
-
FI:
|
|
2845
|
-
FR:
|
|
2846
|
-
GF:
|
|
2847
|
-
GE:
|
|
2848
|
-
DE:
|
|
2849
|
-
GR:
|
|
2850
|
-
GP:
|
|
2851
|
-
IS:
|
|
2852
|
-
IN:
|
|
2853
|
-
ID:
|
|
2854
|
-
IE:
|
|
2855
|
-
IL:
|
|
2856
|
-
IT:
|
|
2857
|
-
JM:
|
|
2858
|
-
JP:
|
|
2859
|
-
KZ:
|
|
2860
|
-
KR:
|
|
2861
|
-
KG:
|
|
2862
|
-
LV:
|
|
2863
|
-
LT:
|
|
2864
|
-
LU:
|
|
2865
|
-
MT:
|
|
2866
|
-
MQ:
|
|
2867
|
-
MX:
|
|
2868
|
-
MD:
|
|
2869
|
-
MA:
|
|
2870
|
-
NL:
|
|
2871
|
-
NZ:
|
|
2872
|
-
NF:
|
|
2873
|
-
NO:
|
|
2874
|
-
PK:
|
|
2875
|
-
PH:
|
|
2876
|
-
PL:
|
|
2877
|
-
PT:
|
|
2878
|
-
RE:
|
|
2879
|
-
RO:
|
|
2880
|
-
SK:
|
|
2881
|
-
SI:
|
|
2882
|
-
ZA:
|
|
2883
|
-
ES:
|
|
2884
|
-
LK:
|
|
2885
|
-
SE:
|
|
2886
|
-
CH:
|
|
2887
|
-
TJ:
|
|
2888
|
-
TH:
|
|
2889
|
-
TT:
|
|
2890
|
-
TN:
|
|
2891
|
-
TR:
|
|
2892
|
-
TM:
|
|
2893
|
-
UA:
|
|
2894
|
-
GB:
|
|
2895
|
-
UZ:
|
|
2896
|
-
VE:
|
|
2897
|
-
},
|
|
2823
|
+
}, ea = {
|
|
2824
|
+
AX: Po,
|
|
2825
|
+
AM: jo,
|
|
2826
|
+
AU: _o,
|
|
2827
|
+
AT: zo,
|
|
2828
|
+
AZ: So,
|
|
2829
|
+
BD: wo,
|
|
2830
|
+
BB: Ho,
|
|
2831
|
+
BY: Fo,
|
|
2832
|
+
BE: Uo,
|
|
2833
|
+
BG: Lo,
|
|
2834
|
+
CA: Mo,
|
|
2835
|
+
CL: Do,
|
|
2836
|
+
CN: qo,
|
|
2837
|
+
CX: Bo,
|
|
2838
|
+
CC: xo,
|
|
2839
|
+
CY: $o,
|
|
2840
|
+
CZ: Vo,
|
|
2841
|
+
DK: Go,
|
|
2842
|
+
EG: Yo,
|
|
2843
|
+
EE: Wo,
|
|
2844
|
+
FI: Ko,
|
|
2845
|
+
FR: Qo,
|
|
2846
|
+
GF: Jo,
|
|
2847
|
+
GE: Zo,
|
|
2848
|
+
DE: Xo,
|
|
2849
|
+
GR: er,
|
|
2850
|
+
GP: ir,
|
|
2851
|
+
IS: nr,
|
|
2852
|
+
IN: tr,
|
|
2853
|
+
ID: ar,
|
|
2854
|
+
IE: or,
|
|
2855
|
+
IL: rr,
|
|
2856
|
+
IT: sr,
|
|
2857
|
+
JM: lr,
|
|
2858
|
+
JP: dr,
|
|
2859
|
+
KZ: cr,
|
|
2860
|
+
KR: ur,
|
|
2861
|
+
KG: mr,
|
|
2862
|
+
LV: pr,
|
|
2863
|
+
LT: gr,
|
|
2864
|
+
LU: fr,
|
|
2865
|
+
MT: yr,
|
|
2866
|
+
MQ: Tr,
|
|
2867
|
+
MX: vr,
|
|
2868
|
+
MD: hr,
|
|
2869
|
+
MA: Ir,
|
|
2870
|
+
NL: Nr,
|
|
2871
|
+
NZ: Cr,
|
|
2872
|
+
NF: kr,
|
|
2873
|
+
NO: Or,
|
|
2874
|
+
PK: Rr,
|
|
2875
|
+
PH: Ar,
|
|
2876
|
+
PL: br,
|
|
2877
|
+
PT: Er,
|
|
2878
|
+
RE: Pr,
|
|
2879
|
+
RO: jr,
|
|
2880
|
+
SK: _r,
|
|
2881
|
+
SI: zr,
|
|
2882
|
+
ZA: Sr,
|
|
2883
|
+
ES: wr,
|
|
2884
|
+
LK: Hr,
|
|
2885
|
+
SE: Fr,
|
|
2886
|
+
CH: Ur,
|
|
2887
|
+
TJ: Lr,
|
|
2888
|
+
TH: Mr,
|
|
2889
|
+
TT: Dr,
|
|
2890
|
+
TN: qr,
|
|
2891
|
+
TR: Br,
|
|
2892
|
+
TM: xr,
|
|
2893
|
+
UA: $r,
|
|
2894
|
+
GB: Vr,
|
|
2895
|
+
UZ: Gr,
|
|
2896
|
+
VE: Yr
|
|
2897
|
+
}, ia = (e) => e.toLowerCase().replace(
|
|
2898
2898
|
/([-_][a-z]|[-_][0-9]+)/gi,
|
|
2899
2899
|
(i) => i.toUpperCase().replace(/[-_]/g, "")
|
|
2900
2900
|
), Ce = (e) => Array.isArray(e) ? e.map((i) => Ce(i)) : e !== Object(e) ? e : Object.fromEntries(
|
|
2901
2901
|
Object.entries(e).map(([i, n]) => [
|
|
2902
|
-
|
|
2902
|
+
ia(i),
|
|
2903
2903
|
Ce(n)
|
|
2904
2904
|
])
|
|
2905
|
-
),
|
|
2905
|
+
), Wr = {
|
|
2906
2906
|
government: "GOVERNMENT",
|
|
2907
2907
|
taxExemptPension: "TAX_EXEMPT_PENSION",
|
|
2908
2908
|
otherTaxExemptOrganization: "OTHER_TAX_EXEMPT_ORGANIZATION",
|
|
@@ -2914,7 +2914,7 @@ const bo = [
|
|
|
2914
2914
|
favorableDetermination: "FAVORABLE_DETERMINATION",
|
|
2915
2915
|
noLobArticle: "NO_LOB_ARTICLE",
|
|
2916
2916
|
otherArticleParagraphs: "OTHER_ARTICLE_PARAGRAPH"
|
|
2917
|
-
},
|
|
2917
|
+
}, Kr = (e) => Wr[e], na = Object.keys(ea), Qr = ["ROYALTIES_OTHER"], Jr = ["ROYALTIES_OTHER"], Zr = ea, Tt = {
|
|
2918
2918
|
royaltiesOther: void 0,
|
|
2919
2919
|
services: void 0,
|
|
2920
2920
|
limitationOnBenefits: {
|
|
@@ -2930,15 +2930,15 @@ const bo = [
|
|
|
2930
2930
|
noLobArticle: !0,
|
|
2931
2931
|
otherArticleParagraphs: []
|
|
2932
2932
|
}
|
|
2933
|
-
}, mi = (e) => e &&
|
|
2934
|
-
const n =
|
|
2933
|
+
}, mi = (e) => e && Zr[e] || Tt, ta = (e, i) => mi(e)[i === "ROYALTIES_OTHER" ? "royaltiesOther" : i === "BUSINESS_PROFITS" ? "businessProfits" : i === "SERVICES" ? "services" : "royaltiesOther"], vt = (e, i) => {
|
|
2934
|
+
const n = ta(e, i);
|
|
2935
2935
|
return n ? `${n.rate}% - ${n.articleParagraph}` : "30%";
|
|
2936
2936
|
}, oi = (e, i) => {
|
|
2937
2937
|
if (!e || !i)
|
|
2938
2938
|
return !1;
|
|
2939
|
-
const n =
|
|
2939
|
+
const n = ia(i), a = mi(e)[n];
|
|
2940
2940
|
return !!(a != null && a.additionalConditionsRequired);
|
|
2941
|
-
},
|
|
2941
|
+
}, Xr = [
|
|
2942
2942
|
"01",
|
|
2943
2943
|
"02",
|
|
2944
2944
|
"03",
|
|
@@ -2951,30 +2951,30 @@ const bo = [
|
|
|
2951
2951
|
"10",
|
|
2952
2952
|
"11",
|
|
2953
2953
|
"12"
|
|
2954
|
-
],
|
|
2954
|
+
], es = (e, i) => new Intl.DateTimeFormat(i, {
|
|
2955
2955
|
month: "long",
|
|
2956
2956
|
timeZone: "UTC"
|
|
2957
|
-
}).format(e),
|
|
2957
|
+
}).format(e), aa = (e, i) => {
|
|
2958
2958
|
if (!e)
|
|
2959
2959
|
return "";
|
|
2960
2960
|
const n = parseInt(e, 10) - 1, a = new Date(Date.UTC(0, n));
|
|
2961
|
-
return
|
|
2962
|
-
},
|
|
2961
|
+
return es(a, i);
|
|
2962
|
+
}, is = (e) => Xr.map((i) => ({
|
|
2963
2963
|
value: i,
|
|
2964
|
-
label:
|
|
2965
|
-
})),
|
|
2964
|
+
label: aa(i, e)
|
|
2965
|
+
})), oa = [
|
|
2966
2966
|
"FINANCIAL_INSTITUTION",
|
|
2967
2967
|
"ACTIVE_NON_FINANCIAL_ENTITY",
|
|
2968
2968
|
"PASSIVE_NON_FINANCIAL_ENTITY"
|
|
2969
|
-
],
|
|
2969
|
+
], ra = [
|
|
2970
2970
|
"OFFICER",
|
|
2971
2971
|
"EXECUTOR",
|
|
2972
2972
|
"OTHER_CAPACITY"
|
|
2973
|
-
],
|
|
2973
|
+
], sa = [
|
|
2974
2974
|
"NOT_ISSUED",
|
|
2975
2975
|
"OTHER",
|
|
2976
2976
|
"NOT_REQUIRED"
|
|
2977
|
-
],
|
|
2977
|
+
], la = [
|
|
2978
2978
|
"INDIVIDUAL",
|
|
2979
2979
|
"SOLE_PROPRIETOR",
|
|
2980
2980
|
"LLC",
|
|
@@ -2985,11 +2985,11 @@ const bo = [
|
|
|
2985
2985
|
"TRUST_ESTATE",
|
|
2986
2986
|
"OTHER",
|
|
2987
2987
|
"DISREGARDED_ENTITY"
|
|
2988
|
-
],
|
|
2988
|
+
], da = [
|
|
2989
2989
|
"C_CORPORATION",
|
|
2990
2990
|
"S_CORPORATION",
|
|
2991
2991
|
"PARTNERSHIP"
|
|
2992
|
-
],
|
|
2992
|
+
], ca = [
|
|
2993
2993
|
"INDIVIDUAL",
|
|
2994
2994
|
"LLC",
|
|
2995
2995
|
"C_CORPORATION",
|
|
@@ -2997,7 +2997,7 @@ const bo = [
|
|
|
2997
2997
|
"PARTNERSHIP",
|
|
2998
2998
|
"TRUST_ESTATE",
|
|
2999
2999
|
"OTHER"
|
|
3000
|
-
],
|
|
3000
|
+
], ua = {
|
|
3001
3001
|
AL: "Alabama",
|
|
3002
3002
|
AK: "Alaska",
|
|
3003
3003
|
AZ: "Arizona",
|
|
@@ -3049,19 +3049,19 @@ const bo = [
|
|
|
3049
3049
|
WV: "West Virginia",
|
|
3050
3050
|
WI: "Wisconsin",
|
|
3051
3051
|
WY: "Wyoming"
|
|
3052
|
-
},
|
|
3052
|
+
}, ma = Object.keys(ua), ns = () => ma.map((e) => ({
|
|
3053
3053
|
value: e,
|
|
3054
|
-
label:
|
|
3055
|
-
})),
|
|
3054
|
+
label: pa(e)
|
|
3055
|
+
})), pa = (e) => e && ua[e] || "", Ei = "3.0", ts = ["MH", "PW"], as = [
|
|
3056
3056
|
...Oi,
|
|
3057
|
-
...
|
|
3058
|
-
], ri = (e, i = Ei) => W(e) ? i === "1.0" ?
|
|
3057
|
+
...ts
|
|
3058
|
+
], ri = (e, i = Ei) => W(e) ? i === "1.0" ? as.includes(
|
|
3059
3059
|
e
|
|
3060
3060
|
) : Oi.includes(
|
|
3061
3061
|
e
|
|
3062
|
-
) : !1,
|
|
3062
|
+
) : !1, ga = (e) => W(e) ? Jt.includes(
|
|
3063
3063
|
e
|
|
3064
|
-
) : !1,
|
|
3064
|
+
) : !1, os = (e) => {
|
|
3065
3065
|
try {
|
|
3066
3066
|
const i = (/* @__PURE__ */ new Date()).getUTCFullYear(), n = e.substring(e.length - 4, e.length), a = i - Number(n);
|
|
3067
3067
|
if (a > 0 && a < 121)
|
|
@@ -3074,7 +3074,7 @@ const bo = [
|
|
|
3074
3074
|
} catch {
|
|
3075
3075
|
return !1;
|
|
3076
3076
|
}
|
|
3077
|
-
},
|
|
3077
|
+
}, rs = (e) => W(e) ? /^\d{2}\/\d{2}\/\d{4}$/.test(e) : !1, ss = (e) => {
|
|
3078
3078
|
if (W(e)) {
|
|
3079
3079
|
const i = new Date(e);
|
|
3080
3080
|
if (isNaN(i.getTime()))
|
|
@@ -3087,25 +3087,25 @@ const bo = [
|
|
|
3087
3087
|
return e === n;
|
|
3088
3088
|
}
|
|
3089
3089
|
return !1;
|
|
3090
|
-
},
|
|
3090
|
+
}, ht = (e) => {
|
|
3091
3091
|
if (Q(e)) {
|
|
3092
|
-
if (!os(e))
|
|
3093
|
-
return ["mustBeInDateFormat"];
|
|
3094
3092
|
if (!rs(e))
|
|
3093
|
+
return ["mustBeInDateFormat"];
|
|
3094
|
+
if (!ss(e))
|
|
3095
3095
|
return ["invalidDate"];
|
|
3096
|
-
if (!
|
|
3096
|
+
if (!os(e))
|
|
3097
3097
|
return ["mustBeValidBirthDate"];
|
|
3098
3098
|
}
|
|
3099
|
-
},
|
|
3099
|
+
}, fa = "ABCEGHJKLMNOPRSTWXYZ", ls = fa.replace("O", ""), ya = /^[A-Z]{2}\d{6}[A-D]$/, ds = new RegExp(`^[${fa}][${ls}]`), cs = new RegExp("^BG|GB|KN|NK|NT|TN|ZZ"), us = (e) => W(e) ? ya.test(e) && ds.test(e) && !cs.test(e) : !1, ms = (e) => W(e) ? ya.test(e) : !1, ps = (e) => {
|
|
3100
3100
|
if (Q(e))
|
|
3101
|
-
return
|
|
3102
|
-
},
|
|
3103
|
-
if (Q(e) && Q(i) && !
|
|
3101
|
+
return ms(e) ? us(e) ? void 0 : ["invalid"] : ["mustBeNinoFormat"];
|
|
3102
|
+
}, gs = (e, i) => {
|
|
3103
|
+
if (Q(e) && Q(i) && !uo(e, i))
|
|
3104
3104
|
return ["mustMatchName"];
|
|
3105
3105
|
}, de = (e) => {
|
|
3106
3106
|
if (Q(e))
|
|
3107
|
-
return
|
|
3108
|
-
},
|
|
3107
|
+
return mo(e) ? void 0 : ["invalid"];
|
|
3108
|
+
}, fs = [
|
|
3109
3109
|
"000000000",
|
|
3110
3110
|
"111111111",
|
|
3111
3111
|
"222222222",
|
|
@@ -3122,10 +3122,10 @@ const bo = [
|
|
|
3122
3122
|
"876543210",
|
|
3123
3123
|
"987654321",
|
|
3124
3124
|
"098765432"
|
|
3125
|
-
],
|
|
3125
|
+
], ys = /^\d{9}$|^\d{3}-\d{2}-\d{4}$|^\d{2}-\d{7}$/, Ts = (e) => W(e) ? ys.test(e) : !1, vs = (e) => W(e) ? e.startsWith("00000") : !1, hs = (e) => W(e) ? fs.includes(e) || vs(e) : !1, Ii = (e) => {
|
|
3126
3126
|
if (Q(e))
|
|
3127
|
-
return
|
|
3128
|
-
},
|
|
3127
|
+
return Ts(e) ? hs(e) ? ["invalid"] : void 0 : ["mustBeNineDigits"];
|
|
3128
|
+
}, Is = (e, i, n, a, o, s) => {
|
|
3129
3129
|
if (n !== !0) {
|
|
3130
3130
|
if (e === "US") {
|
|
3131
3131
|
const r = Ii(i);
|
|
@@ -3133,60 +3133,60 @@ const bo = [
|
|
|
3133
3133
|
return r;
|
|
3134
3134
|
}
|
|
3135
3135
|
if (e === "GB" && a) {
|
|
3136
|
-
const r =
|
|
3136
|
+
const r = ps(i);
|
|
3137
3137
|
if (r)
|
|
3138
3138
|
return r;
|
|
3139
3139
|
}
|
|
3140
|
-
if (!
|
|
3140
|
+
if (!Vt(i) && Q(e))
|
|
3141
3141
|
return ["invalid"];
|
|
3142
3142
|
if (Q(i) && Q(o) && e === o && i === s)
|
|
3143
3143
|
return ["mustNotMatchVatin"];
|
|
3144
3144
|
}
|
|
3145
|
-
},
|
|
3145
|
+
}, Ns = (e, i, n, a) => {
|
|
3146
3146
|
const o = [];
|
|
3147
|
-
if (
|
|
3147
|
+
if ($t(e))
|
|
3148
3148
|
return o.push("required"), o;
|
|
3149
3149
|
if (!Array.isArray(e))
|
|
3150
3150
|
return o.push("invalid"), o;
|
|
3151
3151
|
const s = e.map((r) => r.country);
|
|
3152
3152
|
return Q(i) && !s.includes(i) && o.push("residencesMustIncludeAddressCountry"), Q(n) && a !== !0 && !s.includes(n) && o.push("residencesMustIncludeVatCountry"), o.length > 0 ? o : void 0;
|
|
3153
|
-
},
|
|
3153
|
+
}, Cs = /^\d{5}$|^\d{5}-\d{4}$|^\d{5} \d{4}$|^\d{9}$/, It = (e) => W(e) ? Cs.test(e) : !1, ks = (e) => {
|
|
3154
3154
|
if (Q(e))
|
|
3155
|
-
return
|
|
3155
|
+
return It(e) ? void 0 : ["mustBeFiveOrNineDigits"];
|
|
3156
3156
|
if (Q(e))
|
|
3157
|
-
return
|
|
3158
|
-
},
|
|
3157
|
+
return It(e) ? void 0 : ["mustBeFiveOrNineDigits"];
|
|
3158
|
+
}, Os = (e) => Q(e) && W(e) && !xt(e), Rs = (e) => Q(e) && W(e) && e.length >= 8 && e.length <= 14, As = (e, i, n) => {
|
|
3159
3159
|
if (Q(e)) {
|
|
3160
3160
|
if (i && i.find((a) => a === e))
|
|
3161
3161
|
return ["invalidVat"];
|
|
3162
3162
|
if (n && e === n)
|
|
3163
3163
|
return ["vatinMustNotMatchResidencyTin"];
|
|
3164
|
-
if (!
|
|
3164
|
+
if (!Rs(e))
|
|
3165
3165
|
return ["mustBeInVatinFormat"];
|
|
3166
|
-
if (!
|
|
3166
|
+
if (!Os(e))
|
|
3167
3167
|
return ["invalid"];
|
|
3168
3168
|
}
|
|
3169
|
-
},
|
|
3169
|
+
}, bs = (e) => typeof e != "string" ? e : e.replace(/[A-Z]|[0-9]+/g, (i) => `_${i.toLowerCase()}`), si = (e) => Array.isArray(e) ? e.map((i) => si(i)) : typeof e == "function" || e !== Object(e) ? e : Object.fromEntries(
|
|
3170
3170
|
Object.entries(e).map(
|
|
3171
3171
|
([i, n]) => [
|
|
3172
|
-
|
|
3172
|
+
bs(i),
|
|
3173
3173
|
si(n)
|
|
3174
3174
|
]
|
|
3175
3175
|
)
|
|
3176
|
-
),
|
|
3176
|
+
), Es = (e) => e.country === "CA", Ps = (e, i = Ei) => e.country === "US" && !ri(e.stateOrProvince, i) && !ga(e.stateOrProvince), we = (e, i) => `https://api.multi1.enterprise${i === "STAGING" ? "-staging" : ""}.taxbit.com/v1/${e}`, js = (e) => e === "SELF-CERT" ? "SELF_CERTIFICATION" : e, Nt = "tax-documentation/submissions", _s = "tax-documentation-status", Ct = "tax-documentation/document", Qe = {
|
|
3177
3177
|
taxDocumentationSubmissions: {
|
|
3178
|
-
post: (e) => we(
|
|
3178
|
+
post: (e) => we(Nt, e),
|
|
3179
3179
|
get: (e, i) => we(
|
|
3180
|
-
`${
|
|
3180
|
+
`${Nt}?unmask=true&questionnaire=${js(i)}`,
|
|
3181
3181
|
e
|
|
3182
3182
|
)
|
|
3183
3183
|
},
|
|
3184
3184
|
taxDocumentationStatus: {
|
|
3185
|
-
get: (e) => we(
|
|
3185
|
+
get: (e) => we(_s, e)
|
|
3186
3186
|
},
|
|
3187
3187
|
taxDocument: {
|
|
3188
|
-
post: (e) => we(
|
|
3189
|
-
get: (e, i) => we(`${
|
|
3188
|
+
post: (e) => we(Ct, e),
|
|
3189
|
+
get: (e, i) => we(`${Ct}/${e}`, i)
|
|
3190
3190
|
}
|
|
3191
3191
|
}, Je = new Error("Bearer Token is required"), fe = (...e) => e.filter(Boolean).join(" "), li = (e, i = "_") => e.replace(/\D/g, "").padEnd(9, i).replace(
|
|
3192
3192
|
new RegExp(
|
|
@@ -3204,13 +3204,13 @@ const bo = [
|
|
|
3204
3204
|
return i.length <= 2 ? i : i.replace(/(\d{2})(\d{0,7}).*/, "$1-$2");
|
|
3205
3205
|
}, _e = (e) => e.replace(/\D/g, "").substring(0, 9), ne = (e) => e.map((i) => ({
|
|
3206
3206
|
value: i
|
|
3207
|
-
})),
|
|
3207
|
+
})), zs = ne(
|
|
3208
3208
|
Ri
|
|
3209
|
-
),
|
|
3209
|
+
), kt = ne(Gt);
|
|
3210
3210
|
ne(
|
|
3211
3211
|
ki
|
|
3212
3212
|
);
|
|
3213
|
-
const
|
|
3213
|
+
const Ss = (e) => e ? ne(Oo(e)) : [], ws = [
|
|
3214
3214
|
"AT",
|
|
3215
3215
|
"BE",
|
|
3216
3216
|
"BG",
|
|
@@ -3238,7 +3238,7 @@ const zs = (e) => e ? ne(ko(e)) : [], Ss = [
|
|
|
3238
3238
|
"SE",
|
|
3239
3239
|
"SI",
|
|
3240
3240
|
"SK"
|
|
3241
|
-
], ge = (e) => e ?
|
|
3241
|
+
], ge = (e) => e ? ws.includes(e) : !1, Hs = [
|
|
3242
3242
|
"01",
|
|
3243
3243
|
"02",
|
|
3244
3244
|
"03",
|
|
@@ -3270,34 +3270,34 @@ const zs = (e) => e ? ne(ko(e)) : [], Ss = [
|
|
|
3270
3270
|
"29",
|
|
3271
3271
|
"30",
|
|
3272
3272
|
"31"
|
|
3273
|
-
],
|
|
3273
|
+
], Ot = ne(Hs);
|
|
3274
3274
|
ne(bi);
|
|
3275
|
-
const
|
|
3275
|
+
const Fs = ne(Ao).map((e) => ({
|
|
3276
3276
|
...e,
|
|
3277
3277
|
label: e.value
|
|
3278
|
-
})),
|
|
3279
|
-
|
|
3278
|
+
})), Us = ne(
|
|
3279
|
+
Xt
|
|
3280
3280
|
);
|
|
3281
3281
|
ne(
|
|
3282
|
-
|
|
3282
|
+
Eo
|
|
3283
3283
|
);
|
|
3284
|
-
const
|
|
3284
|
+
const Ta = (e) => {
|
|
3285
3285
|
if (!e)
|
|
3286
3286
|
return [];
|
|
3287
3287
|
const i = mi(e);
|
|
3288
3288
|
return i.limitationOnBenefits.noLobArticle ? [] : Object.entries(i.limitationOnBenefits).filter(
|
|
3289
3289
|
(n) => n[1] === !0 || Array.isArray(n[1]) && n[1].length > 0
|
|
3290
3290
|
).map(([n]) => ({
|
|
3291
|
-
value:
|
|
3291
|
+
value: Kr(n)
|
|
3292
3292
|
}));
|
|
3293
|
-
},
|
|
3293
|
+
}, va = (e) => e ? mi(e).limitationOnBenefits.otherArticleParagraphs.map(
|
|
3294
3294
|
(n) => ({
|
|
3295
3295
|
value: n,
|
|
3296
3296
|
label: n
|
|
3297
3297
|
})
|
|
3298
|
-
) : [],
|
|
3298
|
+
) : [], Rt = ne(
|
|
3299
3299
|
ui
|
|
3300
|
-
),
|
|
3300
|
+
), ha = [
|
|
3301
3301
|
{ value: "bg", label: "Български" },
|
|
3302
3302
|
{ value: "cs", label: "Česky" },
|
|
3303
3303
|
{ value: "da", label: "Dansk" },
|
|
@@ -3311,7 +3311,6 @@ const va = (e) => {
|
|
|
3311
3311
|
{ value: "en-us", label: "English (United States)" },
|
|
3312
3312
|
{ value: "es", label: "Español" },
|
|
3313
3313
|
{ value: "fr", label: "Français (France)" },
|
|
3314
|
-
{ value: "fr-ca", label: "Français (Canada)" },
|
|
3315
3314
|
{ value: "fr-lu", label: "Français (Luxembourg)" },
|
|
3316
3315
|
{ value: "ga", label: "Gaeilge" },
|
|
3317
3316
|
{ value: "hr", label: "Hrvatski" },
|
|
@@ -3330,40 +3329,40 @@ const va = (e) => {
|
|
|
3330
3329
|
{ value: "sl", label: "Slovenščina" },
|
|
3331
3330
|
{ value: "fi", label: "Suomi" },
|
|
3332
3331
|
{ value: "sv", label: "Svenska" }
|
|
3333
|
-
],
|
|
3332
|
+
], Ia = [
|
|
3334
3333
|
{ value: "en-us", label: "English" },
|
|
3335
3334
|
{ value: "es-mx", label: "Español" },
|
|
3336
3335
|
{ value: "fr-ca", label: "Français" }
|
|
3337
|
-
],
|
|
3336
|
+
], Ls = ne(bo).map((e) => ({
|
|
3338
3337
|
...e,
|
|
3339
3338
|
label: e.value
|
|
3340
|
-
})),
|
|
3339
|
+
})), Ms = ne(
|
|
3341
3340
|
Ai
|
|
3342
|
-
),
|
|
3343
|
-
|
|
3341
|
+
), Ds = ne(
|
|
3342
|
+
oa
|
|
3344
3343
|
);
|
|
3344
|
+
ne(ra);
|
|
3345
3345
|
ne(sa);
|
|
3346
|
-
|
|
3347
|
-
const Ca = Kr.map(
|
|
3346
|
+
const Na = Qr.map(
|
|
3348
3347
|
(e) => ({
|
|
3349
3348
|
value: e
|
|
3350
3349
|
})
|
|
3351
|
-
),
|
|
3350
|
+
), Ca = Jr.map((e) => ({
|
|
3352
3351
|
value: e
|
|
3353
|
-
})),
|
|
3354
|
-
|
|
3355
|
-
),
|
|
3356
|
-
|
|
3357
|
-
),
|
|
3352
|
+
})), qs = ne(
|
|
3353
|
+
la
|
|
3354
|
+
), At = ne(da), Bs = ne(
|
|
3355
|
+
ca
|
|
3356
|
+
), xs = (e = 0) => {
|
|
3358
3357
|
const i = /* @__PURE__ */ new Date(), n = i.getFullYear() - 100, a = i.getFullYear() - e;
|
|
3359
3358
|
return Array.from(
|
|
3360
3359
|
{ length: a - n + 1 },
|
|
3361
3360
|
(o, s) => a - s
|
|
3362
3361
|
);
|
|
3363
|
-
},
|
|
3362
|
+
}, ka = (e) => xs(e).map((i) => ({
|
|
3364
3363
|
value: i
|
|
3365
3364
|
}));
|
|
3366
|
-
|
|
3365
|
+
ka(0);
|
|
3367
3366
|
const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G = (e) => H(e) ? e : void 0, te = (e) => {
|
|
3368
3367
|
const i = e.accountHolderEntityAccountType === "DISREGARDED_ENTITY" || e.accountHolderUsAccountType === "DISREGARDED_ENTITY" || e.accountHolderUsAccountType === "SM_LLC" && e.accountHolderUsSmllcElection === "no", n = !i && e.accountHolderUsAccountType !== void 0 || i && e.regardedOwnerUsAccountType !== void 0, a = !i && e.accountHolderAccountOwnerType !== void 0 || i && e.regardedOwnerAccountOwnerType !== void 0, o = a && (!i && e.accountHolderAccountOwnerType === "INDIVIDUAL" || i && e.regardedOwnerAccountOwnerType === "INDIVIDUAL"), s = a && (!i && e.accountHolderAccountOwnerType === "ENTITY" || i && e.regardedOwnerAccountOwnerType === "ENTITY"), r = a && (!i && e.accountHolderAccountOwnerType === "INTERMEDIARY" || i && e.regardedOwnerAccountOwnerType === "INTERMEDIARY"), c = n || a, l = e.accountHolderIntermediaryAccountType === "QUALIFIED_INTERMEDIARY" || e.regardedOwnerIntermediaryAccountType === "QUALIFIED_INTERMEDIARY", u = e.accountHolderIntermediaryAccountType === "NONQUALIFIED_INTERMEDIARY" || e.regardedOwnerIntermediaryAccountType === "NONQUALIFIED_INTERMEDIARY", T = e.accountHolderIntermediaryAccountType === "TERRITORY_FINANCIAL_INSTITUTION" || e.regardedOwnerIntermediaryAccountType === "TERRITORY_FINANCIAL_INSTITUTION", p = e.accountHolderIntermediaryAccountType === "US_BRANCH" || e.regardedOwnerIntermediaryAccountType === "US_BRANCH", m = e.accountHolderIntermediaryAccountType === "WITHHOLDING_FOREIGN_PARTNERSHIP" || e.regardedOwnerIntermediaryAccountType === "WITHHOLDING_FOREIGN_PARTNERSHIP", N = e.accountHolderIntermediaryAccountType === "WITHHOLDING_FOREIGN_TRUST" || e.regardedOwnerIntermediaryAccountType === "WITHHOLDING_FOREIGN_TRUST", R = e.accountHolderIntermediaryAccountType === "NONWITHHOLDING_FOREIGN_PARTNERSHIP" || e.regardedOwnerIntermediaryAccountType === "NONWITHHOLDING_FOREIGN_PARTNERSHIP", A = e.accountHolderIntermediaryAccountType === "NONWITHHOLDING_FOREIGN_SIMPLE_TRUST" || e.regardedOwnerIntermediaryAccountType === "NONWITHHOLDING_FOREIGN_SIMPLE_TRUST", v = e.accountHolderIntermediaryAccountType === "NONWITHHOLDING_FOREIGN_GRANTOR_TRUST" || e.regardedOwnerIntermediaryAccountType === "NONWITHHOLDING_FOREIGN_GRANTOR_TRUST", k = [
|
|
3369
3368
|
e.accountHolderTaxResidenceCountry1,
|
|
@@ -3431,33 +3430,33 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
3431
3430
|
residenceCountryCodes: k,
|
|
3432
3431
|
getResidences: _
|
|
3433
3432
|
};
|
|
3434
|
-
},
|
|
3433
|
+
}, Oa = (e, i) => {
|
|
3435
3434
|
var n, a, o;
|
|
3436
3435
|
if (e)
|
|
3437
3436
|
return i === "DPS" ? (n = e == null ? void 0 : e.dpsQuestionnaire) == null ? void 0 : n.dataCollectionStatus : i === "W-FORM" ? (a = e == null ? void 0 : e.wFormQuestionnaire) == null ? void 0 : a.dataCollectionStatus : i === "SELF-CERT" ? (o = e == null ? void 0 : e.selfCertification) == null ? void 0 : o.dataCollectionStatus : void 0;
|
|
3438
3437
|
}, Ze = ({ bearerToken: e }) => new Headers({
|
|
3439
3438
|
Authorization: `Bearer ${e}`
|
|
3440
|
-
}),
|
|
3441
|
-
const n = i === "W-FORM" ?
|
|
3439
|
+
}), bt = (e) => (i) => i.value === e, $s = (e, i) => {
|
|
3440
|
+
const n = i === "W-FORM" ? Ia : ha, a = n.find(bt(e)) || n.find(bt(e.split("-")[0]));
|
|
3442
3441
|
if (a)
|
|
3443
3442
|
return a.value;
|
|
3444
|
-
},
|
|
3443
|
+
}, Et = (e, i) => {
|
|
3445
3444
|
if (!e)
|
|
3446
3445
|
return i === "W-FORM" ? "en" : "en-gb";
|
|
3447
|
-
const n =
|
|
3446
|
+
const n = $s(e, i);
|
|
3448
3447
|
return n || (i === "W-FORM" ? "en" : "en-gb");
|
|
3449
|
-
},
|
|
3448
|
+
}, Vs = (e) => {
|
|
3450
3449
|
if (!e)
|
|
3451
3450
|
return "";
|
|
3452
3451
|
const i = Math.max(Math.ceil(e.length / 2), e.length - 4);
|
|
3453
3452
|
return "*".repeat(i) + e.substring(i);
|
|
3454
|
-
},
|
|
3453
|
+
}, Pt = (e, i) => new Date(i ?? 2012, e, 0).getDate(), Ra = (e) => {
|
|
3455
3454
|
if (H(e))
|
|
3456
3455
|
return e.split(" - ")[0].replace("%", "");
|
|
3457
|
-
},
|
|
3456
|
+
}, Aa = (e) => {
|
|
3458
3457
|
if (H(e))
|
|
3459
3458
|
return e.split(" - ")[1];
|
|
3460
|
-
},
|
|
3459
|
+
}, Gs = async (e) => {
|
|
3461
3460
|
if (!e.ok) {
|
|
3462
3461
|
const i = await e.json();
|
|
3463
3462
|
throw i.errors ? Error(
|
|
@@ -3471,14 +3470,14 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
3471
3470
|
}) => {
|
|
3472
3471
|
try {
|
|
3473
3472
|
const a = await e;
|
|
3474
|
-
if (await
|
|
3473
|
+
if (await Gs(a), i) {
|
|
3475
3474
|
const o = await a.json();
|
|
3476
3475
|
i(o);
|
|
3477
3476
|
}
|
|
3478
3477
|
} catch (a) {
|
|
3479
3478
|
a instanceof Error ? n(a) : n(new Error("Unknown Error"));
|
|
3480
3479
|
}
|
|
3481
|
-
}, ei = (e) => e.trim().replace(/([a-z])([A-Z])/g, "$1-$2").replace(/[\s_]+/g, "-").toLowerCase(),
|
|
3480
|
+
}, ei = (e) => e.trim().replace(/([a-z])([A-Z])/g, "$1-$2").replace(/[\s_]+/g, "-").toLowerCase(), Ys = (e, i) => {
|
|
3482
3481
|
var a, o, s, r, c, l, u, T, p, m, N, R, A, v, k, _, F, O, z, M;
|
|
3483
3482
|
const n = { ...e, ...i };
|
|
3484
3483
|
return (e != null && e.accountHolder || i != null && i.accountHolder) && (n.accountHolder = {
|
|
@@ -3521,11 +3520,11 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
3521
3520
|
[`${n}Street`]: "street",
|
|
3522
3521
|
[`${n}Street2`]: "street2",
|
|
3523
3522
|
[`${n}City`]: "city",
|
|
3524
|
-
[`${n}State`]: a.country && (
|
|
3523
|
+
[`${n}State`]: a.country && (Ps(a) || Es(a)) ? "stateProvince" : "countyRegion",
|
|
3525
3524
|
[`${n}Zip`]: "zip",
|
|
3526
3525
|
[`${n}Country`]: "country"
|
|
3527
3526
|
};
|
|
3528
|
-
}, He = (e, i) => e === "US" ? "usTin" : e === "GB" ? i ? "tinUkNino" : "tinUkCrn" : "taxIdNumber",
|
|
3527
|
+
}, He = (e, i) => e === "US" ? "usTin" : e === "GB" ? i ? "tinUkNino" : "tinUkCrn" : "taxIdNumber", ba = (e, i) => {
|
|
3529
3528
|
const { isIndividual: n } = te(e);
|
|
3530
3529
|
return {
|
|
3531
3530
|
[`${i}ShowTaxResidence1`]: e[`${i}ShowTaxResidence2`] === "yes" ? "removeResidence" : "addAdditionalResidence",
|
|
@@ -3590,15 +3589,15 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
3590
3589
|
[`${n}MailingAddressIsDifferent`]: "mailingAddressIsDifferent",
|
|
3591
3590
|
...Oe(`${n}Mailing`, e),
|
|
3592
3591
|
[`${n}ShowFields`]: i === 1 || e[`${n}ShowFields`] === "yes" ? "removeControllingPerson" : "addControllingPerson",
|
|
3593
|
-
...
|
|
3592
|
+
...ba(e, n)
|
|
3594
3593
|
};
|
|
3595
|
-
},
|
|
3594
|
+
}, Ws = (e) => ({
|
|
3596
3595
|
...Fe(e, 1),
|
|
3597
3596
|
...Fe(e, 2),
|
|
3598
3597
|
...Fe(e, 3),
|
|
3599
3598
|
...Fe(e, 4),
|
|
3600
3599
|
...Fe(e, 5)
|
|
3601
|
-
}),
|
|
3600
|
+
}), Ks = (e) => {
|
|
3602
3601
|
if (e.accountHolderUsPerson === "yes") {
|
|
3603
3602
|
const i = e.accountHolderUsAccountType, n = e.accountHolderUsTrustEstateEin, a = e.accountHolderUsSoleProprietorEin;
|
|
3604
3603
|
switch (i) {
|
|
@@ -3677,7 +3676,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
3677
3676
|
}
|
|
3678
3677
|
}
|
|
3679
3678
|
return e.accountHolderIsIndividual === "yes" ? "nameOfIndividual" : e.accountHolderIsIndividual === "no" ? "nameOfEntity" : "name";
|
|
3680
|
-
},
|
|
3679
|
+
}, Qs = (e) => e.accountHolderUsPerson === "yes" ? e.accountHolderUsAccountType === "TRUST_ESTATE" && e.accountHolderUsTrustEstateEin === "no" ? "nameOfTrustEstate" : e.accountHolderUsAccountType === "SOLE_PROPRIETOR" && e.accountHolderUsSoleProprietorEin === "no" ? "nameOfSoleProprietor" : "dbaName" : "referenceNumbers", Js = (e) => {
|
|
3681
3680
|
if (e.regardedOwnerUsPerson === "yes")
|
|
3682
3681
|
switch (e.regardedOwnerUsAccountType) {
|
|
3683
3682
|
case "INDIVIDUAL":
|
|
@@ -3750,7 +3749,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
3750
3749
|
}
|
|
3751
3750
|
}
|
|
3752
3751
|
return "name";
|
|
3753
|
-
},
|
|
3752
|
+
}, Zs = (e) => e.accountHolderUsAccountType === "SM_LLC" ? "nameOfSmllc" : "nameOfDisregardedEntity", Xs = (e) => e.accountHolderUsAccountType === "SM_LLC" && e.accountHolderUsSmllcElection === "no" ? "smllcOwnerUsPerson" : "regardedOwnerUsPerson", ii = (e) => {
|
|
3754
3753
|
const { isIndividual: i } = te(e);
|
|
3755
3754
|
return {
|
|
3756
3755
|
accountHolderIsIndividual: "isIndividual",
|
|
@@ -3767,15 +3766,15 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
3767
3766
|
accountHolderRelatedCorporation: "relatedCorporation",
|
|
3768
3767
|
accountHolderFinancialAccountIdentifier: "financialAccountIdentifier",
|
|
3769
3768
|
accountHolderFinancialAccountName: "financialAccountName",
|
|
3770
|
-
...
|
|
3769
|
+
...ba(e, "accountHolder"),
|
|
3771
3770
|
accountHolderVatIdentificationNumber: "vatIdentificationNumber",
|
|
3772
3771
|
accountHolderVatCountry: "vatCountry",
|
|
3773
3772
|
accountHolderVatIsNotRequired: "vatIsNotRequired",
|
|
3774
3773
|
accountHolderBusinessRegistrationCountry: "businessRegistrationCountry",
|
|
3775
3774
|
accountHolderBusinessRegistrationNumber: "businessRegistrationNumber",
|
|
3776
|
-
accountHolderName:
|
|
3775
|
+
accountHolderName: Ks(e),
|
|
3777
3776
|
accountHolderDateOfBirth: "dateOfBirth",
|
|
3778
|
-
accountHolderDbaName:
|
|
3777
|
+
accountHolderDbaName: Qs(e),
|
|
3779
3778
|
...Oe("accountHolder", e),
|
|
3780
3779
|
accountHolderForeignTin: "foreignTin",
|
|
3781
3780
|
accountHolderForeignTinIsNotRequired: "foreignTinIsNotRequired",
|
|
@@ -3789,16 +3788,16 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
3789
3788
|
regardedOwnerForeignTin: "foreignTin",
|
|
3790
3789
|
regardedOwnerForeignTinIsNotRequired: "foreignTinIsNotRequired",
|
|
3791
3790
|
regardedOwnerUsTin: e.regardedOwnerUsPerson === "yes" ? e.regardedOwnerUsAccountType === "INDIVIDUAL" ? "usSsn" : "usEin" : "usTin",
|
|
3792
|
-
regardedOwnerUsPerson:
|
|
3791
|
+
regardedOwnerUsPerson: Xs(e),
|
|
3793
3792
|
// This key will change based on account holder account type
|
|
3794
3793
|
regardedOwnerUsAccountType: e.accountHolderUsAccountType === "SM_LLC" ? "smllcOwnerAccountType" : "regardedOwnerAccountType",
|
|
3795
3794
|
regardedOwnerUsOtherClassification: "usOtherClassification",
|
|
3796
3795
|
regardedOwnerUsLlcClassification: "usLlcClassification",
|
|
3797
3796
|
regardedOwnerAccountOwnerType: e.accountHolderUsAccountType === "SM_LLC" ? "smllcOwnerAccountType" : "regardedOwnerAccountType",
|
|
3798
3797
|
regardedOwnerCountryOfCitizenship: "country",
|
|
3799
|
-
regardedOwnerName:
|
|
3798
|
+
regardedOwnerName: Js(e),
|
|
3800
3799
|
regardedOwnerDateOfBirth: "dateOfBirth",
|
|
3801
|
-
regardedOwnerDbaName:
|
|
3800
|
+
regardedOwnerDbaName: Zs(e),
|
|
3802
3801
|
...Oe("regardedOwner", e),
|
|
3803
3802
|
regardedOwnerMailingAddress: "mailingAddress",
|
|
3804
3803
|
regardedOwnerMailingAddressIsDifferent: "mailingAddressIsDifferent",
|
|
@@ -3831,7 +3830,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
3831
3830
|
regardedOwnerTreatyClaimHasAdditionalConditions: "iMeetRequiredTermsOfTreaty",
|
|
3832
3831
|
regardedOwnerTreatyClaimLimitationOnBenefits: "limitationOnBenefitsProvisions",
|
|
3833
3832
|
regardedOwnerTreatyClaimLimitationOnBenefitsOtherArticleParagraph: "limitationOnBenefitsSpecifyArticleParagraph",
|
|
3834
|
-
...
|
|
3833
|
+
...Ws(e),
|
|
3835
3834
|
accountHolderAssumesChapters3And4Responsibility: "assumesChapters3And4Responsibility",
|
|
3836
3835
|
accountHolderAssumes1099Responsibility: "assumes1099Responsibility",
|
|
3837
3836
|
accountHolderUsPersonElection: "usPersonElection",
|
|
@@ -3877,7 +3876,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
3877
3876
|
regardedOwnerEntityPaymentsCertified: "entityPaymentsCertified",
|
|
3878
3877
|
regardedOwnerProvidesWithholdingStatementCertified: "providesWithholdingStatementCertified"
|
|
3879
3878
|
};
|
|
3880
|
-
},
|
|
3879
|
+
}, el = "2.0.0-beta.3", pi = (e) => e === "yes", j = (e) => e === void 0 ? void 0 : e === "yes", il = (e) => ({
|
|
3881
3880
|
// 14
|
|
3882
3881
|
isQiCertified: j(
|
|
3883
3882
|
e.accountHolderIsQiCertified || e.regardedOwnerIsQiCertified
|
|
@@ -3950,7 +3949,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
3950
3949
|
providesWithholdingStatementCertified: j(
|
|
3951
3950
|
e.accountHolderProvidesWithholdingStatementCertified || e.regardedOwnerProvidesWithholdingStatementCertified
|
|
3952
3951
|
)
|
|
3953
|
-
}),
|
|
3952
|
+
}), nl = (e) => {
|
|
3954
3953
|
const i = {
|
|
3955
3954
|
city: e.accountHolderAddressCity,
|
|
3956
3955
|
country: e.accountHolderAddressCountry,
|
|
@@ -3960,7 +3959,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
3960
3959
|
postalCode: e.accountHolderAddressZip
|
|
3961
3960
|
};
|
|
3962
3961
|
return Object.entries(i).some(([, n]) => n !== void 0) ? i : void 0;
|
|
3963
|
-
},
|
|
3962
|
+
}, tl = (e) => {
|
|
3964
3963
|
const i = {
|
|
3965
3964
|
city: e.regardedOwnerAddressCity,
|
|
3966
3965
|
country: e.regardedOwnerAddressCountry,
|
|
@@ -3970,7 +3969,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
3970
3969
|
postalCode: e.regardedOwnerAddressZip
|
|
3971
3970
|
};
|
|
3972
3971
|
return Object.entries(i).some(([, n]) => n !== void 0) ? i : void 0;
|
|
3973
|
-
},
|
|
3972
|
+
}, al = (e) => {
|
|
3974
3973
|
const i = {
|
|
3975
3974
|
city: e.accountHolderMailingAddressCity,
|
|
3976
3975
|
country: e.accountHolderMailingAddressCountry,
|
|
@@ -3980,7 +3979,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
3980
3979
|
postalCode: e.accountHolderMailingAddressZip
|
|
3981
3980
|
};
|
|
3982
3981
|
return Object.entries(i).some(([, n]) => n !== void 0) ? i : void 0;
|
|
3983
|
-
},
|
|
3982
|
+
}, ol = (e) => {
|
|
3984
3983
|
const i = {
|
|
3985
3984
|
city: e.regardedOwnerMailingAddressCity,
|
|
3986
3985
|
country: e.regardedOwnerMailingAddressCountry,
|
|
@@ -3998,7 +3997,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
3998
3997
|
),
|
|
3999
3998
|
tinNotRequiredReason: e[`${i}TaxResidenceTinIsNotRequiredReason${n}`],
|
|
4000
3999
|
tinNotRequiredReasonOther: e[`${i}TaxResidenceTinIsNotRequiredReasonOther${n}`]
|
|
4001
|
-
}),
|
|
4000
|
+
}), Ea = (e, i) => {
|
|
4002
4001
|
const n = [
|
|
4003
4002
|
Ue(e, i, "1"),
|
|
4004
4003
|
Ue(e, i, "2"),
|
|
@@ -4009,14 +4008,14 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4009
4008
|
(a) => H(a.country) !== void 0 && (H(a.tin) || a.tinNotRequired)
|
|
4010
4009
|
);
|
|
4011
4010
|
return n.length ? n : void 0;
|
|
4012
|
-
},
|
|
4011
|
+
}, rl = (e) => {
|
|
4013
4012
|
const a = {
|
|
4014
4013
|
...te(e).isDre ? {} : {
|
|
4015
|
-
address:
|
|
4014
|
+
address: nl(e),
|
|
4016
4015
|
countryOfCitizenship: e.accountHolderCountryOfCitizenship,
|
|
4017
4016
|
dateOfBirth: e.accountHolderDateOfBirth,
|
|
4018
4017
|
dbaName: G(e.accountHolderDbaName),
|
|
4019
|
-
mailingAddress:
|
|
4018
|
+
mailingAddress: al(e),
|
|
4020
4019
|
mailingAddressIsDifferent: j(
|
|
4021
4020
|
e.accountHolderMailingAddressIsDifferent
|
|
4022
4021
|
),
|
|
@@ -4037,7 +4036,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4037
4036
|
ftinNotLegallyRequired: pi(
|
|
4038
4037
|
e.accountHolderForeignTinIsNotRequired
|
|
4039
4038
|
),
|
|
4040
|
-
taxResidences:
|
|
4039
|
+
taxResidences: Ea(e, "accountHolder"),
|
|
4041
4040
|
tin: e.accountHolderUsTin,
|
|
4042
4041
|
vatin: G(e.accountHolderVatIdentificationNumber),
|
|
4043
4042
|
vatinCountry: G(e.accountHolderVatCountry),
|
|
@@ -4062,10 +4061,10 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4062
4061
|
treatyClaimICertifyRequirements: j(
|
|
4063
4062
|
e.accountHolderTreatyClaimICertifyRequirements
|
|
4064
4063
|
),
|
|
4065
|
-
treatyClaimRateOfWithholding:
|
|
4064
|
+
treatyClaimRateOfWithholding: Ra(
|
|
4066
4065
|
e.accountHolderTreatyClaimWithholding
|
|
4067
4066
|
),
|
|
4068
|
-
treatyClaimArticleParagraph:
|
|
4067
|
+
treatyClaimArticleParagraph: Aa(
|
|
4069
4068
|
e.accountHolderTreatyClaimWithholding
|
|
4070
4069
|
),
|
|
4071
4070
|
treatyClaimLimitationOnBenefits: G(
|
|
@@ -4124,13 +4123,13 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4124
4123
|
foreignAccountType: e.accountHolderEntityAccountType || e.accountHolderIntermediaryAccountType
|
|
4125
4124
|
};
|
|
4126
4125
|
return Object.entries(a).some(([, o]) => o !== void 0) ? a : void 0;
|
|
4127
|
-
},
|
|
4126
|
+
}, sl = (e) => {
|
|
4128
4127
|
const n = te(e).isDre ? {
|
|
4129
|
-
address:
|
|
4128
|
+
address: tl(e),
|
|
4130
4129
|
countryOfCitizenship: e.regardedOwnerCountryOfCitizenship,
|
|
4131
4130
|
dateOfBirth: e.regardedOwnerDateOfBirth,
|
|
4132
4131
|
dbaName: e.regardedOwnerDbaName,
|
|
4133
|
-
mailingAddress:
|
|
4132
|
+
mailingAddress: ol(e),
|
|
4134
4133
|
mailingAddressIsDifferent: j(
|
|
4135
4134
|
e.regardedOwnerMailingAddressIsDifferent
|
|
4136
4135
|
),
|
|
@@ -4160,10 +4159,10 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4160
4159
|
treatyClaimICertifyRequirements: j(
|
|
4161
4160
|
e.regardedOwnerTreatyClaimICertifyRequirements
|
|
4162
4161
|
),
|
|
4163
|
-
treatyClaimRateOfWithholding:
|
|
4162
|
+
treatyClaimRateOfWithholding: Ra(
|
|
4164
4163
|
e.regardedOwnerTreatyClaimWithholding
|
|
4165
4164
|
),
|
|
4166
|
-
treatyClaimArticleParagraph:
|
|
4165
|
+
treatyClaimArticleParagraph: Aa(
|
|
4167
4166
|
e.regardedOwnerTreatyClaimWithholding
|
|
4168
4167
|
),
|
|
4169
4168
|
treatyClaimLimitationOnBenefits: G(
|
|
@@ -4193,7 +4192,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4193
4192
|
)
|
|
4194
4193
|
} : {};
|
|
4195
4194
|
return Object.entries(n).some(([, a]) => a !== void 0) ? n : void 0;
|
|
4196
|
-
},
|
|
4195
|
+
}, ll = (e, i) => {
|
|
4197
4196
|
if (i[`controllingPerson${e}Name`])
|
|
4198
4197
|
return {
|
|
4199
4198
|
name: i[`controllingPerson${e}Name`],
|
|
@@ -4222,29 +4221,29 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4222
4221
|
postalCode: i[`controllingPerson${e}MailingAddressZip`],
|
|
4223
4222
|
country: i[`controllingPerson${e}MailingAddressCountry`]
|
|
4224
4223
|
},
|
|
4225
|
-
taxResidences:
|
|
4224
|
+
taxResidences: Ea(
|
|
4226
4225
|
i,
|
|
4227
4226
|
`controllingPerson${e}`
|
|
4228
4227
|
)
|
|
4229
4228
|
};
|
|
4230
|
-
},
|
|
4229
|
+
}, dl = (e) => {
|
|
4231
4230
|
const i = [];
|
|
4232
4231
|
for (let n = 1; n <= 5; n++) {
|
|
4233
|
-
const a = n.toString(), o =
|
|
4232
|
+
const a = n.toString(), o = ll(a, e);
|
|
4234
4233
|
o && i.push(o);
|
|
4235
4234
|
}
|
|
4236
4235
|
if (i.length !== 0)
|
|
4237
4236
|
return i;
|
|
4238
|
-
},
|
|
4239
|
-
accountHolder:
|
|
4240
|
-
regardedOwner:
|
|
4241
|
-
controllingPersons:
|
|
4242
|
-
...
|
|
4243
|
-
}),
|
|
4237
|
+
}, cl = (e) => ({
|
|
4238
|
+
accountHolder: rl(e),
|
|
4239
|
+
regardedOwner: sl(e),
|
|
4240
|
+
controllingPersons: dl(e),
|
|
4241
|
+
...il(e)
|
|
4242
|
+
}), ul = (e, i) => {
|
|
4244
4243
|
var a;
|
|
4245
4244
|
const n = i === "SELF-CERT" ? "SELF_CERTIFICATION" : i;
|
|
4246
4245
|
return {
|
|
4247
|
-
...
|
|
4246
|
+
...cl(e),
|
|
4248
4247
|
documentType: "COMPREHENSIVE",
|
|
4249
4248
|
hasCertified: j(e.iHaveCapacityToSign),
|
|
4250
4249
|
isNotSubjectBackupWithholding: pi(
|
|
@@ -4259,17 +4258,17 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4259
4258
|
signatureCapacity: e.signatureCapacity,
|
|
4260
4259
|
signatureCapacityOther: e.signatureCapacityOther,
|
|
4261
4260
|
signatureDate: (/* @__PURE__ */ new Date()).toISOString(),
|
|
4262
|
-
source: `Taxbit React SDK v${
|
|
4261
|
+
source: `Taxbit React SDK v${el}`
|
|
4263
4262
|
};
|
|
4264
4263
|
}, gi = (e) => {
|
|
4265
|
-
if (e &&
|
|
4264
|
+
if (e && Gt.includes(e))
|
|
4266
4265
|
return e;
|
|
4267
4266
|
}, fi = (e) => {
|
|
4268
4267
|
if (e && Ri.includes(
|
|
4269
4268
|
e
|
|
4270
4269
|
))
|
|
4271
4270
|
return e;
|
|
4272
|
-
},
|
|
4271
|
+
}, jt = (e) => {
|
|
4273
4272
|
if (e && Ai.includes(
|
|
4274
4273
|
e
|
|
4275
4274
|
))
|
|
@@ -4277,16 +4276,16 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4277
4276
|
}, ai = (e) => {
|
|
4278
4277
|
if (e && ui.includes(e))
|
|
4279
4278
|
return e;
|
|
4280
|
-
},
|
|
4281
|
-
if (e &&
|
|
4279
|
+
}, _t = (e) => {
|
|
4280
|
+
if (e && da.includes(e))
|
|
4282
4281
|
return e;
|
|
4283
4282
|
}, yi = (e) => {
|
|
4284
|
-
if (e &&
|
|
4283
|
+
if (e && la.includes(
|
|
4285
4284
|
e
|
|
4286
4285
|
))
|
|
4287
4286
|
return e;
|
|
4288
|
-
},
|
|
4289
|
-
if (e &&
|
|
4287
|
+
}, ml = (e) => {
|
|
4288
|
+
if (e && ca.includes(
|
|
4290
4289
|
e
|
|
4291
4290
|
))
|
|
4292
4291
|
return e;
|
|
@@ -4306,16 +4305,16 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4306
4305
|
isAccountOwnerEntity: R
|
|
4307
4306
|
} = te(e), A = n === "DPS", v = ["AccountHolderClassification"];
|
|
4308
4307
|
return a ? (v.push("RegardedOwnerContact"), m && (s || R) && i && v.push("RegardedOwnerTreatyClaims"), N && v.push("RegardedOwnerCertifications"), v.push("RegardedOwnerTax")) : (v.push("AccountHolderContact"), m && (s || R) && i && v.push("AccountHolderTreatyClaims"), N && v.push("AccountHolderCertifications"), v.push("AccountHolderTax"), A && o && s && p && v.push("AccountHolderTaxClarification"), r && v.push("ControllingPersonDetails1"), c && v.push("ControllingPersonDetails2"), l && v.push("ControllingPersonDetails3"), u && v.push("ControllingPersonDetails4"), T && v.push("ControllingPersonDetails5")), v.push("Summary"), v;
|
|
4309
|
-
},
|
|
4308
|
+
}, pl = (e, i) => !ri(e) && !(e === "US" && ri(i)), gl = (e, i) => e === "US" && !ri(i) || e === "CA" || ga(e), Re = (e, i, n) => n ? {
|
|
4310
4309
|
[`${e}`]: !0,
|
|
4311
4310
|
[`${e}Country`]: !0,
|
|
4312
4311
|
[`${e}Street`]: !0,
|
|
4313
4312
|
[`${e}State`]: i[`${e}Country`] === "US" || i[`${e}Country`] === "CA",
|
|
4314
|
-
[`${e}City`]:
|
|
4313
|
+
[`${e}City`]: pl(
|
|
4315
4314
|
i[`${e}Country`],
|
|
4316
4315
|
i[`${e}State`]
|
|
4317
4316
|
),
|
|
4318
|
-
[`${e}Zip`]:
|
|
4317
|
+
[`${e}Zip`]: gl(
|
|
4319
4318
|
i[`${e}Country`],
|
|
4320
4319
|
i[`${e}State`]
|
|
4321
4320
|
)
|
|
@@ -4326,7 +4325,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4326
4325
|
[`${e}State`]: !1,
|
|
4327
4326
|
[`${e}City`]: !1,
|
|
4328
4327
|
[`${e}Zip`]: !1
|
|
4329
|
-
},
|
|
4328
|
+
}, Pa = (e, i) => {
|
|
4330
4329
|
const n = (r) => H(i[`${e}TaxResidenceTin${r}`]) || i[`${e}TaxResidenceTinIsNotRequired${r}`] === "yes", a = (r) => H(i[`${e}TaxResidenceCountry${r}`]) && le(i[`${e}TaxResidenceTinIsNotRequired${r}`]), o = (r) => i[`${e}TaxResidenceTinIsNotRequired${r}`] === "yes", s = (r) => i[`${e}TaxResidenceTinIsNotRequiredReason${r}`] === "OTHER";
|
|
4331
4330
|
return {
|
|
4332
4331
|
[`${e}TaxResidenceCountry1`]: !0,
|
|
@@ -4366,8 +4365,8 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4366
4365
|
i,
|
|
4367
4366
|
i[`${e}MailingAddressIsDifferent`] === "yes"
|
|
4368
4367
|
),
|
|
4369
|
-
...n ?
|
|
4370
|
-
}),
|
|
4368
|
+
...n ? Pa(e, i) : {}
|
|
4369
|
+
}), fl = (e, i) => {
|
|
4371
4370
|
if (!i)
|
|
4372
4371
|
return {};
|
|
4373
4372
|
const n = !0, a = e.controllingPerson2ShowFields === "yes", o = e.controllingPerson3ShowFields === "yes", s = e.controllingPerson4ShowFields === "yes", r = e.controllingPerson5ShowFields === "yes";
|
|
@@ -4378,7 +4377,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4378
4377
|
...Le("controllingPerson4", e, s),
|
|
4379
4378
|
...Le("controllingPerson5", e, r)
|
|
4380
4379
|
};
|
|
4381
|
-
},
|
|
4380
|
+
}, ja = (e, i) => {
|
|
4382
4381
|
const {
|
|
4383
4382
|
hasNoEuTaxId: n,
|
|
4384
4383
|
isDre: a,
|
|
@@ -4422,7 +4421,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4422
4421
|
accountHolderVatCountry: e.accountHolderVatIsNotRequired !== "yes",
|
|
4423
4422
|
accountHolderCityOfBirth: s && n && o,
|
|
4424
4423
|
accountHolderCountryOfBirth: s && n && o,
|
|
4425
|
-
...
|
|
4424
|
+
...Pa("accountHolder", e),
|
|
4426
4425
|
accountHolderTreatyClaimIsEligible: r,
|
|
4427
4426
|
accountHolderTreatyClaimCountry: e.accountHolderTreatyClaimIsEligible === "yes",
|
|
4428
4427
|
accountHolderTreatyClaimICertifyResident: e.accountHolderTreatyClaimIsEligible === "yes",
|
|
@@ -4546,7 +4545,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4546
4545
|
regardedOwnerEntityPaymentsCertified: l.isNonwithholdingForeignPartnership || l.isNonwithholdingForeignSimpleTrust || l.isNonwithholdingForeignGrantorTrust,
|
|
4547
4546
|
// Box 21f
|
|
4548
4547
|
// Optional
|
|
4549
|
-
...
|
|
4548
|
+
...fl(
|
|
4550
4549
|
e,
|
|
4551
4550
|
p && !s && e.accountHolderEntityType !== void 0
|
|
4552
4551
|
),
|
|
@@ -4574,9 +4573,9 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4574
4573
|
signatureCapacity: p && !s,
|
|
4575
4574
|
signatureCapacityOther: e.signatureCapacity === "OTHER_CAPACITY"
|
|
4576
4575
|
};
|
|
4577
|
-
},
|
|
4576
|
+
}, yl = (e, i) => e === "US" && !Oi.includes(
|
|
4578
4577
|
i
|
|
4579
|
-
) ||
|
|
4578
|
+
) || Jt.includes(
|
|
4580
4579
|
e
|
|
4581
4580
|
), Ae = (e) => ({
|
|
4582
4581
|
[`${e}AddressStreet`]: (i) => de(i[`${e}AddressStreet`]),
|
|
@@ -4584,17 +4583,17 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4584
4583
|
[`${e}AddressState`]: (i) => de(i[`${e}AddressState`]),
|
|
4585
4584
|
[`${e}AddressZip`]: (i) => {
|
|
4586
4585
|
const n = i[`${e}AddressZip`];
|
|
4587
|
-
if (
|
|
4586
|
+
if (yl(
|
|
4588
4587
|
i[`${e}AddressCountry`],
|
|
4589
4588
|
i[`${e}AddressState`]
|
|
4590
4589
|
))
|
|
4591
|
-
return
|
|
4590
|
+
return ks(n);
|
|
4592
4591
|
if (i[`${e}AddressCountry`] === "CA")
|
|
4593
|
-
return
|
|
4592
|
+
return vo(n);
|
|
4594
4593
|
}
|
|
4595
4594
|
}), Me = (e, i) => (n) => {
|
|
4596
4595
|
const a = n[`${e}TaxResidenceTin${i}`], o = n[`${e}TaxResidenceCountry${i}`], s = n[`${e}TaxResidenceTinIsNotRequired${i}`] === "yes";
|
|
4597
|
-
return
|
|
4596
|
+
return Is(
|
|
4598
4597
|
o,
|
|
4599
4598
|
a,
|
|
4600
4599
|
s,
|
|
@@ -4603,7 +4602,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4603
4602
|
e === "accountHolder" ? n.accountHolderVatCountry : void 0,
|
|
4604
4603
|
e === "accountHolder" ? n.accountHolderVatIdentificationNumber : void 0
|
|
4605
4604
|
);
|
|
4606
|
-
},
|
|
4605
|
+
}, _a = (e) => ({
|
|
4607
4606
|
[`${e}TaxResidenceTin1`]: Me(
|
|
4608
4607
|
e,
|
|
4609
4608
|
"1"
|
|
@@ -4626,7 +4625,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4626
4625
|
),
|
|
4627
4626
|
[`${e}TaxResidences`]: (i) => {
|
|
4628
4627
|
const n = te(i).getResidences(e), a = i[`${e}AddressCountry`], o = e === "accountHolder" ? i.accountHolderVatCountry : void 0, s = e === "accountHolder" ? i.accountHolderVatIsNotRequired === "yes" : void 0;
|
|
4629
|
-
return
|
|
4628
|
+
return Ns(
|
|
4630
4629
|
n,
|
|
4631
4630
|
a,
|
|
4632
4631
|
o,
|
|
@@ -4639,14 +4638,14 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4639
4638
|
[`${e}RoleOtherEquivalent`]: (i) => de(i[`${e}RoleOther`]),
|
|
4640
4639
|
...Ae(e),
|
|
4641
4640
|
...Ae(`${e}Mailing`),
|
|
4642
|
-
...
|
|
4643
|
-
}),
|
|
4641
|
+
..._a(e)
|
|
4642
|
+
}), Tl = () => ({
|
|
4644
4643
|
...De("controllingPerson1"),
|
|
4645
4644
|
...De("controllingPerson2"),
|
|
4646
4645
|
...De("controllingPerson3"),
|
|
4647
4646
|
...De("controllingPerson4"),
|
|
4648
4647
|
...De("controllingPerson5")
|
|
4649
|
-
}),
|
|
4648
|
+
}), vl = (e, i) => {
|
|
4650
4649
|
switch (e) {
|
|
4651
4650
|
case i.accountHolderTaxResidenceCountry1:
|
|
4652
4651
|
return i.accountHolderTaxResidenceTin1;
|
|
@@ -4664,7 +4663,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4664
4663
|
}, vi = {
|
|
4665
4664
|
accountHolderName: (e) => de(e.accountHolderName),
|
|
4666
4665
|
accountHolderDbaName: (e) => de(e.accountHolderDbaName),
|
|
4667
|
-
accountHolderDateOfBirth: (e) =>
|
|
4666
|
+
accountHolderDateOfBirth: (e) => ht(e.accountHolderDateOfBirth),
|
|
4668
4667
|
...Ae("accountHolder"),
|
|
4669
4668
|
...Ae("accountHolderMailing"),
|
|
4670
4669
|
accountHolderUsTin: (e) => {
|
|
@@ -4678,24 +4677,24 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4678
4677
|
accountHolderVatIdentificationNumber: (e, i) => {
|
|
4679
4678
|
const n = e.accountHolderVatIdentificationNumber, a = i == null ? void 0 : i.filter((o) => o.type === "vat").map((o) => o.identifier);
|
|
4680
4679
|
if (H(n) && e.accountHolderVatIsNotRequired !== "yes")
|
|
4681
|
-
return
|
|
4680
|
+
return As(
|
|
4682
4681
|
n,
|
|
4683
4682
|
a,
|
|
4684
|
-
|
|
4683
|
+
vl(e.accountHolderVatCountry, e)
|
|
4685
4684
|
);
|
|
4686
4685
|
},
|
|
4687
4686
|
accountHolderBusinessRegistrationNumber: (e) => {
|
|
4688
4687
|
const i = e.accountHolderBusinessRegistrationNumber;
|
|
4689
4688
|
if (H(i) && e.accountHolderIsIndividual === "no")
|
|
4690
|
-
return
|
|
4689
|
+
return po(
|
|
4691
4690
|
i,
|
|
4692
4691
|
e.accountHolderVatIdentificationNumber
|
|
4693
4692
|
);
|
|
4694
4693
|
},
|
|
4695
|
-
...
|
|
4694
|
+
..._a("accountHolder"),
|
|
4696
4695
|
regardedOwnerName: (e) => de(e.regardedOwnerName),
|
|
4697
4696
|
regardedOwnerDbaName: (e) => de(e.regardedOwnerDbaName),
|
|
4698
|
-
regardedOwnerDateOfBirth: (e) =>
|
|
4697
|
+
regardedOwnerDateOfBirth: (e) => ht(e.regardedOwnerDateOfBirth),
|
|
4699
4698
|
...Ae("regardedOwner"),
|
|
4700
4699
|
...Ae("regardedOwnerMailing"),
|
|
4701
4700
|
regardedOwnerUsTin: (e) => {
|
|
@@ -4703,14 +4702,14 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4703
4702
|
return Ii(i);
|
|
4704
4703
|
},
|
|
4705
4704
|
regardedOwnerForeignTin: (e) => de(e.regardedOwnerForeignTin),
|
|
4706
|
-
...
|
|
4705
|
+
...Tl(),
|
|
4707
4706
|
signature: (e) => {
|
|
4708
4707
|
const { isDre: i, isIndividual: n } = te(e), a = e.signature, o = i ? e.regardedOwnerName : e.accountHolderName;
|
|
4709
4708
|
if (n)
|
|
4710
|
-
return
|
|
4709
|
+
return gs(a, o);
|
|
4711
4710
|
}
|
|
4712
|
-
},
|
|
4713
|
-
const a =
|
|
4711
|
+
}, hl = (e, i, n) => {
|
|
4712
|
+
const a = ja(e, i);
|
|
4714
4713
|
return Object.fromEntries(
|
|
4715
4714
|
Object.keys(e).map((o) => {
|
|
4716
4715
|
var c;
|
|
@@ -4733,7 +4732,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4733
4732
|
[`${n}Street`]: i,
|
|
4734
4733
|
[`${n}Zip`]: i
|
|
4735
4734
|
};
|
|
4736
|
-
},
|
|
4735
|
+
}, za = (e, i, n) => ({
|
|
4737
4736
|
[`${e}TaxResidences`]: i,
|
|
4738
4737
|
[`${e}ShowTaxResidence1`]: i,
|
|
4739
4738
|
[`${e}ShowTaxResidence2`]: i,
|
|
@@ -4779,8 +4778,8 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4779
4778
|
[`${e}CountryOfCitizenship`]: i,
|
|
4780
4779
|
...be(e, i),
|
|
4781
4780
|
...be(`${e}Mailing`, i),
|
|
4782
|
-
...
|
|
4783
|
-
}),
|
|
4781
|
+
...za(e, i, !0)
|
|
4782
|
+
}), zt = (e, i) => {
|
|
4784
4783
|
const n = `${e}TreatyClaim`;
|
|
4785
4784
|
return {
|
|
4786
4785
|
[`${n}IsEligible`]: i,
|
|
@@ -4793,7 +4792,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4793
4792
|
[`${n}ICertifyResident`]: i,
|
|
4794
4793
|
[`${n}ICertifyRequirements`]: i
|
|
4795
4794
|
};
|
|
4796
|
-
},
|
|
4795
|
+
}, Sa = (e, i) => {
|
|
4797
4796
|
const n = e === "W-FORM", a = e === "DPS", o = e === "SELF-CERT", s = !!(n && i);
|
|
4798
4797
|
return {
|
|
4799
4798
|
accountHolderUsPerson: n,
|
|
@@ -4826,7 +4825,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4826
4825
|
accountHolderCountryOfBirth: a,
|
|
4827
4826
|
accountHolderOptionalCityOfBirth: o,
|
|
4828
4827
|
accountHolderOptionalCountryOfBirth: o,
|
|
4829
|
-
...
|
|
4828
|
+
...za(
|
|
4830
4829
|
"accountHolder",
|
|
4831
4830
|
a || o,
|
|
4832
4831
|
o
|
|
@@ -4867,7 +4866,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4867
4866
|
accountHolderIsCompliantCertified: n,
|
|
4868
4867
|
accountHolderEntityPaymentsCertified: n,
|
|
4869
4868
|
accountHolderProvidesWithholdingStatementCertified: n,
|
|
4870
|
-
...
|
|
4869
|
+
...zt("accountHolder", s),
|
|
4871
4870
|
regardedOwnerUsPerson: n,
|
|
4872
4871
|
regardedOwnerUsAccountType: n,
|
|
4873
4872
|
regardedOwnerUsLlcClassification: n,
|
|
@@ -4906,7 +4905,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4906
4905
|
regardedOwnerForeignTin: n,
|
|
4907
4906
|
regardedOwnerForeignTinIsNotRequired: n,
|
|
4908
4907
|
regardedOwnerUsTin: n,
|
|
4909
|
-
...
|
|
4908
|
+
...zt("regardedOwner", s),
|
|
4910
4909
|
// W8IMY Gating Questions
|
|
4911
4910
|
regardedOwnerAssumesChapters3And4Responsibility: n,
|
|
4912
4911
|
regardedOwnerAssumes1099Responsibility: n,
|
|
@@ -4970,7 +4969,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
4970
4969
|
[`${e}Street2`]: i,
|
|
4971
4970
|
[`${e}Street`]: i,
|
|
4972
4971
|
[`${e}Zip`]: i
|
|
4973
|
-
}),
|
|
4972
|
+
}), wa = (e, i) => ({
|
|
4974
4973
|
[`${e}TaxResidenceTinIsNotRequiredReason1`]: i[`${e}TaxResidenceTinIsNotRequired1`] === "yes",
|
|
4975
4974
|
[`${e}TaxResidenceTinIsNotRequiredReasonOther1`]: i[`${e}TaxResidenceTinIsNotRequiredReason1`] === "OTHER",
|
|
4976
4975
|
[`${e}TaxResidenceCountry2`]: i[`${e}ShowTaxResidence2`] === "yes",
|
|
@@ -5012,8 +5011,8 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5012
5011
|
`${e}MailingAddress`,
|
|
5013
5012
|
i[`${e}MailingAddressIsDifferent`] === "yes"
|
|
5014
5013
|
),
|
|
5015
|
-
...
|
|
5016
|
-
}),
|
|
5014
|
+
...wa(e, i)
|
|
5015
|
+
}), Il = (e, i) => {
|
|
5017
5016
|
const n = i, a = e.controllingPerson2ShowFields === "yes", o = e.controllingPerson3ShowFields === "yes", s = e.controllingPerson4ShowFields === "yes", r = e.controllingPerson5ShowFields === "yes";
|
|
5018
5017
|
return {
|
|
5019
5018
|
...Be("controllingPerson1", e, n),
|
|
@@ -5022,8 +5021,8 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5022
5021
|
...Be("controllingPerson4", e, s),
|
|
5023
5022
|
...Be("controllingPerson5", e, r)
|
|
5024
5023
|
};
|
|
5025
|
-
},
|
|
5026
|
-
const a =
|
|
5024
|
+
}, Nl = (e = {}, i, n) => {
|
|
5025
|
+
const a = Sa(i, n), o = i === "SELF-CERT", {
|
|
5027
5026
|
requiresControllingPersons: s,
|
|
5028
5027
|
isDre: r,
|
|
5029
5028
|
isBuildingW8: c,
|
|
@@ -5077,7 +5076,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5077
5076
|
accountHolderUsTin: !r,
|
|
5078
5077
|
accountHolderBusinessRegistrationNumber: e.accountHolderIsIndividual === "no",
|
|
5079
5078
|
accountHolderBusinessRegistrationCountry: e.accountHolderIsIndividual === "no",
|
|
5080
|
-
...
|
|
5079
|
+
...wa("accountHolder", e),
|
|
5081
5080
|
// Treaty Claims
|
|
5082
5081
|
accountHolderTreatyClaimIsEligible: (v || N) && c,
|
|
5083
5082
|
accountHolderTreatyClaimCountry: e.accountHolderTreatyClaimIsEligible === "yes",
|
|
@@ -5221,7 +5220,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5221
5220
|
regardedOwnerProvidesWithholdingStatementCertified: r && (m.isNonwithholdingForeignPartnership || m.isNonwithholdingForeignSimpleTrust || m.isNonwithholdingForeignGrantorTrust),
|
|
5222
5221
|
exemptPayeeCode: T,
|
|
5223
5222
|
exemptFatcaCode: T,
|
|
5224
|
-
...
|
|
5223
|
+
...Il(e, s),
|
|
5225
5224
|
source: !1,
|
|
5226
5225
|
iAmExemptFromFatcaReporting: T,
|
|
5227
5226
|
iAmNotSubjectToBackupWithholding: T,
|
|
@@ -5249,39 +5248,39 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5249
5248
|
}),
|
|
5250
5249
|
{}
|
|
5251
5250
|
);
|
|
5252
|
-
},
|
|
5251
|
+
}, Cl = (e) => {
|
|
5253
5252
|
if (e && ki.includes(
|
|
5254
5253
|
e
|
|
5255
5254
|
))
|
|
5256
5255
|
return e;
|
|
5257
|
-
},
|
|
5256
|
+
}, kl = (e) => {
|
|
5258
5257
|
if (e && bi.includes(e))
|
|
5259
5258
|
return e;
|
|
5260
|
-
},
|
|
5261
|
-
if (e &&
|
|
5259
|
+
}, Ol = (e) => {
|
|
5260
|
+
if (e && Xt.includes(
|
|
5262
5261
|
e
|
|
5263
5262
|
))
|
|
5264
5263
|
return e;
|
|
5265
|
-
},
|
|
5266
|
-
if (e &&
|
|
5264
|
+
}, Rl = (e) => {
|
|
5265
|
+
if (e && oa.includes(
|
|
5267
5266
|
e
|
|
5268
5267
|
))
|
|
5269
5268
|
return e;
|
|
5270
|
-
},
|
|
5269
|
+
}, St = (e) => {
|
|
5271
5270
|
if (e !== void 0)
|
|
5272
5271
|
return ci.find((i) => i === e);
|
|
5273
|
-
},
|
|
5274
|
-
[`${e}Address`]:
|
|
5272
|
+
}, Al = (e, i) => e === "US" ? ma.find((n) => n === i) : e === "CA" ? Wt.find((n) => n === i) : i, Pe = (e, i) => ({
|
|
5273
|
+
[`${e}Address`]: St(i == null ? void 0 : i.country),
|
|
5275
5274
|
[`${e}AddressStreet`]: i == null ? void 0 : i.firstLine,
|
|
5276
5275
|
[`${e}AddressStreet2`]: i == null ? void 0 : i.secondLine,
|
|
5277
5276
|
[`${e}AddressCity`]: i == null ? void 0 : i.city,
|
|
5278
|
-
[`${e}AddressState`]:
|
|
5277
|
+
[`${e}AddressState`]: Al(
|
|
5279
5278
|
i == null ? void 0 : i.country,
|
|
5280
5279
|
i == null ? void 0 : i.stateOrProvince
|
|
5281
5280
|
),
|
|
5282
5281
|
[`${e}AddressZip`]: i == null ? void 0 : i.postalCode,
|
|
5283
|
-
[`${e}AddressCountry`]:
|
|
5284
|
-
}),
|
|
5282
|
+
[`${e}AddressCountry`]: St(i == null ? void 0 : i.country)
|
|
5283
|
+
}), bl = (e) => {
|
|
5285
5284
|
if (e !== void 0)
|
|
5286
5285
|
return ci.find((i) => i === e);
|
|
5287
5286
|
}, xe = (e, i, n) => {
|
|
@@ -5289,7 +5288,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5289
5288
|
const a = Number(n) - 1;
|
|
5290
5289
|
return {
|
|
5291
5290
|
[`${i}ShowTaxResidence${n}`]: !le((o = e == null ? void 0 : e[a]) == null ? void 0 : o.country) || !le((s = e == null ? void 0 : e[a]) == null ? void 0 : s.tin) || n === "1" ? "yes" : void 0,
|
|
5292
|
-
[`${i}TaxResidenceCountry${n}`]:
|
|
5291
|
+
[`${i}TaxResidenceCountry${n}`]: bl(
|
|
5293
5292
|
(r = e == null ? void 0 : e[a]) == null ? void 0 : r.country
|
|
5294
5293
|
),
|
|
5295
5294
|
[`${i}TaxResidenceTin${n}`]: (c = e == null ? void 0 : e[a]) != null && c.tinNotRequired || (l = e == null ? void 0 : e[a]) == null ? void 0 : l.tin,
|
|
@@ -5297,7 +5296,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5297
5296
|
[`${i}TaxResidenceTinIsNotRequiredReason${n}`]: (T = e == null ? void 0 : e[a]) == null ? void 0 : T.tinNotRequiredReason,
|
|
5298
5297
|
[`${i}TaxResidenceTinIsNotRequiredReasonOther${n}`]: (p = e == null ? void 0 : e[a]) == null ? void 0 : p.tinNotRequiredReasonOther
|
|
5299
5298
|
};
|
|
5300
|
-
},
|
|
5299
|
+
}, Ha = (e, i) => ({
|
|
5301
5300
|
[`${i}TaxResidences`]: void 0,
|
|
5302
5301
|
...xe(e, i, "1"),
|
|
5303
5302
|
...xe(e, i, "2"),
|
|
@@ -5323,24 +5322,24 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5323
5322
|
`controllingPerson${i}Mailing`,
|
|
5324
5323
|
e == null ? void 0 : e.mailingAddress
|
|
5325
5324
|
),
|
|
5326
|
-
...
|
|
5325
|
+
...Ha(
|
|
5327
5326
|
e == null ? void 0 : e.taxResidences,
|
|
5328
5327
|
`controllingPerson${i}`
|
|
5329
5328
|
),
|
|
5330
5329
|
[`controllingPerson${i}ShowFields`]: e != null && e.name || i === "1" ? "yes" : void 0
|
|
5331
|
-
}),
|
|
5330
|
+
}), El = (e) => ({
|
|
5332
5331
|
...$e(e == null ? void 0 : e[0], "1"),
|
|
5333
5332
|
...$e(e == null ? void 0 : e[1], "2"),
|
|
5334
5333
|
...$e(e == null ? void 0 : e[2], "3"),
|
|
5335
5334
|
...$e(e == null ? void 0 : e[3], "4"),
|
|
5336
5335
|
...$e(e == null ? void 0 : e[4], "5")
|
|
5337
|
-
}),
|
|
5338
|
-
var c, l, u, T, p, m, N, R, A, v, k, _, F, O, z, M, Z, K, x, X, oe, ee, P, E, S, L, re, Te, ke, Di, qi, Bi, xi, $i, Vi, Gi, Yi, Wi, Ki, Qi, Ji, Zi, Xi, en, nn, tn, an, on, rn, sn, ln, dn, cn, un, mn, pn, gn, fn, yn, Tn, vn, hn, In, Nn, Cn, kn, On, Rn, An, bn, En, Pn, jn, _n, zn, Sn, wn, Hn, Fn, Un, Ln, Mn, Dn, qn, Bn, xn, $n, Vn, Gn, Yn, Wn, Kn, Qn, Jn, Zn, Xn, et, it, nt, tt, at, ot, rt, st, lt, dt, ct, ut, mt, pt, gt, ft
|
|
5336
|
+
}), wt = (e, i, n) => {
|
|
5337
|
+
var c, l, u, T, p, m, N, R, A, v, k, _, F, O, z, M, Z, K, x, X, oe, ee, P, E, S, L, re, Te, ke, Mi, Di, qi, Bi, xi, $i, Vi, Gi, Yi, Wi, Ki, Qi, Ji, Zi, Xi, en, nn, tn, an, on, rn, sn, ln, dn, cn, un, mn, pn, gn, fn, yn, Tn, vn, hn, In, Nn, Cn, kn, On, Rn, An, bn, En, Pn, jn, _n, zn, Sn, wn, Hn, Fn, Un, Ln, Mn, Dn, qn, Bn, xn, $n, Vn, Gn, Yn, Wn, Kn, Qn, Jn, Zn, Xn, et, it, nt, tt, at, ot, rt, st, lt, dt, ct, ut, mt, pt, gt, ft;
|
|
5339
5338
|
if (e == null)
|
|
5340
5339
|
return {};
|
|
5341
5340
|
const a = (ti) => {
|
|
5342
5341
|
if (ti !== void 0)
|
|
5343
|
-
return ci.find((
|
|
5342
|
+
return ci.find((to) => to === ti);
|
|
5344
5343
|
}, o = ((c = e.regardedOwner) == null ? void 0 : c.isUsPerson) !== void 0, s = {
|
|
5345
5344
|
accountHolderName: (l = e.accountHolder) == null ? void 0 : l.name,
|
|
5346
5345
|
accountHolderDbaName: (u = e.accountHolder) == null ? void 0 : u.dbaName,
|
|
@@ -5353,7 +5352,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5353
5352
|
accountHolderOptionalCountryOfBirth: a(
|
|
5354
5353
|
(R = e.accountHolder) == null ? void 0 : R.countryOfBirth
|
|
5355
5354
|
),
|
|
5356
|
-
accountHolderEntityType:
|
|
5355
|
+
accountHolderEntityType: kl((A = e.accountHolder) == null ? void 0 : A.entityType),
|
|
5357
5356
|
accountHolderUsTin: (v = e.accountHolder) == null ? void 0 : v.tin,
|
|
5358
5357
|
accountHolderForeignTin: (k = e.accountHolder) != null && k.ftinNotLegallyRequired || (_ = e.accountHolder) == null ? void 0 : _.ftin,
|
|
5359
5358
|
accountHolderForeignTinIsNotRequired: (F = e.accountHolder) != null && F.ftinNotLegallyRequired ? "yes" : void 0,
|
|
@@ -5366,13 +5365,13 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5366
5365
|
"accountHolderMailing",
|
|
5367
5366
|
(Z = e.accountHolder) == null ? void 0 : Z.mailingAddress
|
|
5368
5367
|
),
|
|
5369
|
-
accountHolderSelfCertificationAccountType:
|
|
5368
|
+
accountHolderSelfCertificationAccountType: Rl(
|
|
5370
5369
|
(K = e.accountHolder) == null ? void 0 : K.selfCertificationAccountType
|
|
5371
5370
|
),
|
|
5372
|
-
accountHolderActiveNonFinancialEntityType:
|
|
5371
|
+
accountHolderActiveNonFinancialEntityType: Cl(
|
|
5373
5372
|
(x = e.accountHolder) == null ? void 0 : x.activeNonFinancialEntityType
|
|
5374
5373
|
),
|
|
5375
|
-
accountHolderFinancialInstitutionType:
|
|
5374
|
+
accountHolderFinancialInstitutionType: Ol(
|
|
5376
5375
|
(X = e.accountHolder) == null ? void 0 : X.financialInstitutionType
|
|
5377
5376
|
),
|
|
5378
5377
|
accountHolderInvestmentEntityManaged: ((oe = e.accountHolder) == null ? void 0 : oe.investmentEntityManaged) === !0 ? "yes" : ((ee = e.accountHolder) == null ? void 0 : ee.investmentEntityManaged) === !1 ? "no" : void 0,
|
|
@@ -5385,56 +5384,56 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5385
5384
|
)
|
|
5386
5385
|
) ? "yes" : H(
|
|
5387
5386
|
fi(
|
|
5388
|
-
(
|
|
5387
|
+
(Mi = e.accountHolder) == null ? void 0 : Mi.foreignAccountType
|
|
5389
5388
|
)
|
|
5390
5389
|
) ? "no" : void 0,
|
|
5391
5390
|
accountHolderUsAccountType: yi(
|
|
5392
|
-
(
|
|
5391
|
+
(Di = e.accountHolder) == null ? void 0 : Di.usAccountType
|
|
5393
5392
|
),
|
|
5394
|
-
accountHolderUsSmllcElection: ((
|
|
5395
|
-
accountHolderUsLlcClassification:
|
|
5396
|
-
(
|
|
5393
|
+
accountHolderUsSmllcElection: ((qi = e.accountHolder) == null ? void 0 : qi.usSmllcElection) === !0 ? "yes" : ((Bi = e.accountHolder) == null ? void 0 : Bi.usSmllcElection) === !1 ? "no" : void 0,
|
|
5394
|
+
accountHolderUsLlcClassification: _t(
|
|
5395
|
+
(xi = e.accountHolder) == null ? void 0 : xi.usLlcClassification
|
|
5397
5396
|
),
|
|
5398
|
-
accountHolderUsOtherClassification: (
|
|
5399
|
-
accountHolderUsSoleProprietorEin: ((
|
|
5400
|
-
accountHolderUsTrustEstateEin: ((
|
|
5397
|
+
accountHolderUsOtherClassification: ($i = e.accountHolder) == null ? void 0 : $i.usOtherClassification,
|
|
5398
|
+
accountHolderUsSoleProprietorEin: ((Vi = e.accountHolder) == null ? void 0 : Vi.usSoleProprietorEin) === !0 ? "yes" : ((Gi = e.accountHolder) == null ? void 0 : Gi.usSoleProprietorEin) === !1 ? "no" : void 0,
|
|
5399
|
+
accountHolderUsTrustEstateEin: ((Yi = e.accountHolder) == null ? void 0 : Yi.usTrustEstateEin) === !0 ? "yes" : ((Wi = e.accountHolder) == null ? void 0 : Wi.usTrustEstateEin) === !1 ? "no" : void 0,
|
|
5401
5400
|
accountHolderAccountOwnerType: gi(
|
|
5402
|
-
(
|
|
5401
|
+
(Ki = e.accountHolder) == null ? void 0 : Ki.accountOwnerType
|
|
5403
5402
|
),
|
|
5404
5403
|
accountHolderIntermediaryAccountType: ai(
|
|
5405
|
-
ai((
|
|
5404
|
+
ai((Qi = e.accountHolder) == null ? void 0 : Qi.foreignAccountType)
|
|
5406
5405
|
),
|
|
5407
5406
|
accountHolderEntityAccountType: fi(
|
|
5408
|
-
fi((
|
|
5407
|
+
fi((Ji = e.accountHolder) == null ? void 0 : Ji.foreignAccountType)
|
|
5409
5408
|
),
|
|
5410
|
-
accountHolderFinancialAccountName: (
|
|
5411
|
-
accountHolderFinancialAccountIdentifier: (
|
|
5412
|
-
accountHolderVatIdentificationNumber: (
|
|
5413
|
-
accountHolderVatCountry: (
|
|
5414
|
-
accountHolderVatIsNotRequired: (
|
|
5415
|
-
accountHolderBusinessRegistrationNumber: (
|
|
5409
|
+
accountHolderFinancialAccountName: (Zi = e.accountHolder) == null ? void 0 : Zi.financialAccountName,
|
|
5410
|
+
accountHolderFinancialAccountIdentifier: (Xi = e.accountHolder) == null ? void 0 : Xi.financialAccountIdentifier,
|
|
5411
|
+
accountHolderVatIdentificationNumber: (en = e.accountHolder) != null && en.vatinNotRequired || (nn = e.accountHolder) == null ? void 0 : nn.vatin,
|
|
5412
|
+
accountHolderVatCountry: (tn = e.accountHolder) != null && tn.vatinNotRequired ? void 0 : a((an = e.accountHolder) == null ? void 0 : an.vatinCountry),
|
|
5413
|
+
accountHolderVatIsNotRequired: (on = e.accountHolder) != null && on.vatinNotRequired ? "yes" : void 0,
|
|
5414
|
+
accountHolderBusinessRegistrationNumber: (rn = e.accountHolder) == null ? void 0 : rn.businessRegistrationNumber,
|
|
5416
5415
|
accountHolderBusinessRegistrationCountry: a(
|
|
5417
|
-
(
|
|
5416
|
+
(sn = e.accountHolder) == null ? void 0 : sn.businessRegistrationCountry
|
|
5418
5417
|
),
|
|
5419
|
-
...
|
|
5420
|
-
(
|
|
5418
|
+
...Ha(
|
|
5419
|
+
(ln = e.accountHolder) == null ? void 0 : ln.taxResidences,
|
|
5421
5420
|
"accountHolder"
|
|
5422
5421
|
),
|
|
5423
|
-
accountHolderTreatyClaimIsEligible: (
|
|
5422
|
+
accountHolderTreatyClaimIsEligible: (dn = e.accountHolder) != null && dn.treatyClaimIsEligible ? "yes" : ((cn = e.accountHolder) == null ? void 0 : cn.treatyClaimIsEligible) === !1 ? "no" : void 0,
|
|
5424
5423
|
accountHolderTreatyClaimCountry: a(
|
|
5425
|
-
(
|
|
5424
|
+
(un = e.accountHolder) == null ? void 0 : un.treatyClaimCountry
|
|
5426
5425
|
),
|
|
5427
|
-
accountHolderTreatyClaimICertifyResident: (
|
|
5428
|
-
accountHolderTreatyClaimICertifyRequirements: (
|
|
5429
|
-
accountHolderTreatyClaimLimitationOnBenefits: (
|
|
5430
|
-
accountHolderTreatyClaimLimitationOnBenefitsOtherArticleParagraph: (
|
|
5431
|
-
accountHolderTreatyClaimTypeOfIncome: (
|
|
5432
|
-
accountHolderTreatyClaimWithholding: (
|
|
5433
|
-
accountHolderTreatyClaimHasAdditionalConditions: (
|
|
5434
|
-
accountHolderAssumesChapters3And4Responsibility: ((
|
|
5435
|
-
accountHolderAssumes1099Responsibility: ((
|
|
5436
|
-
accountHolderUsPersonElection: ((
|
|
5437
|
-
accountHolderProvidesAdditionalDocumentation: ((
|
|
5426
|
+
accountHolderTreatyClaimICertifyResident: (mn = e.accountHolder) != null && mn.treatyClaimICertifyResident ? "yes" : void 0,
|
|
5427
|
+
accountHolderTreatyClaimICertifyRequirements: (pn = e.accountHolder) != null && pn.treatyClaimICertifyRequirements ? "yes" : void 0,
|
|
5428
|
+
accountHolderTreatyClaimLimitationOnBenefits: (gn = e.accountHolder) == null ? void 0 : gn.treatyClaimLimitationOnBenefits,
|
|
5429
|
+
accountHolderTreatyClaimLimitationOnBenefitsOtherArticleParagraph: (fn = e.accountHolder) == null ? void 0 : fn.treatyClaimLimitationOnBenefitsOtherArticleParagraph,
|
|
5430
|
+
accountHolderTreatyClaimTypeOfIncome: (yn = e.accountHolder) == null ? void 0 : yn.treatyClaimTypeOfIncome,
|
|
5431
|
+
accountHolderTreatyClaimWithholding: (Tn = e.accountHolder) != null && Tn.treatyClaimRateOfWithholding ? ((vn = e.accountHolder) == null ? void 0 : vn.treatyClaimRateOfWithholding) + "% - " + ((hn = e.accountHolder) == null ? void 0 : hn.treatyClaimArticleParagraph) : void 0,
|
|
5432
|
+
accountHolderTreatyClaimHasAdditionalConditions: (In = e.accountHolder) != null && In.treatyClaimHasAdditionalConditions ? "yes" : void 0,
|
|
5433
|
+
accountHolderAssumesChapters3And4Responsibility: ((Nn = e.accountHolder) == null ? void 0 : Nn.assumesChapters3And4Responsibility) === !0 ? "yes" : ((Cn = e.accountHolder) == null ? void 0 : Cn.assumesChapters3And4Responsibility) === !1 ? "no" : void 0,
|
|
5434
|
+
accountHolderAssumes1099Responsibility: ((kn = e.accountHolder) == null ? void 0 : kn.assumes1099Responsibility) === !0 ? "yes" : ((On = e.accountHolder) == null ? void 0 : On.assumes1099Responsibility) === !1 ? "no" : void 0,
|
|
5435
|
+
accountHolderUsPersonElection: ((Rn = e.accountHolder) == null ? void 0 : Rn.usPersonElection) === !0 ? "yes" : ((An = e.accountHolder) == null ? void 0 : An.usPersonElection) === !1 ? "no" : void 0,
|
|
5436
|
+
accountHolderProvidesAdditionalDocumentation: ((bn = e.accountHolder) == null ? void 0 : bn.providesAdditionalDocumentation) === !0 ? "yes" : ((En = e.accountHolder) == null ? void 0 : En.providesAdditionalDocumentation) === !1 ? "no" : void 0,
|
|
5438
5437
|
accountHolderIsQiCertified: !o && e.isQiCertified ? "yes" : void 0,
|
|
5439
5438
|
accountHolderAssumesChapters3And4ResponsibilityCertified: !o && e.assumesChapters3And4ResponsibilityCertified ? "yes" : void 0,
|
|
5440
5439
|
accountHolderAssumes1099ResponsibilityCertified: !o && e.assumes1099ResponsibilityCertified ? "yes" : void 0,
|
|
@@ -5453,10 +5452,10 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5453
5452
|
accountHolderIsCompliantCertified: !o && e.isCompliantCertified ? "yes" : void 0,
|
|
5454
5453
|
accountHolderEntityPaymentsCertified: !o && e.entityPaymentsCertified ? "yes" : void 0,
|
|
5455
5454
|
accountHolderProvidesWithholdingStatementCertified: !o && e.providesWithholdingStatementCertified ? "yes" : void 0,
|
|
5456
|
-
regardedOwnerAssumesChapters3And4Responsibility: ((
|
|
5457
|
-
regardedOwnerAssumes1099Responsibility: ((
|
|
5458
|
-
regardedOwnerUsPersonElection: ((
|
|
5459
|
-
regardedOwnerProvidesAdditionalDocumentation: ((
|
|
5455
|
+
regardedOwnerAssumesChapters3And4Responsibility: ((Pn = e.regardedOwner) == null ? void 0 : Pn.assumesChapters3And4Responsibility) === !0 ? "yes" : ((jn = e.regardedOwner) == null ? void 0 : jn.assumesChapters3And4Responsibility) === !1 ? "no" : void 0,
|
|
5456
|
+
regardedOwnerAssumes1099Responsibility: ((_n = e.regardedOwner) == null ? void 0 : _n.assumes1099Responsibility) === !0 ? "yes" : ((zn = e.regardedOwner) == null ? void 0 : zn.assumes1099Responsibility) === !1 ? "no" : void 0,
|
|
5457
|
+
regardedOwnerUsPersonElection: ((Sn = e.regardedOwner) == null ? void 0 : Sn.usPersonElection) === !0 ? "yes" : ((wn = e.regardedOwner) == null ? void 0 : wn.usPersonElection) === !1 ? "no" : void 0,
|
|
5458
|
+
regardedOwnerProvidesAdditionalDocumentation: ((Hn = e.regardedOwner) == null ? void 0 : Hn.providesAdditionalDocumentation) === !0 ? "yes" : ((Fn = e.regardedOwner) == null ? void 0 : Fn.providesAdditionalDocumentation) === !1 ? "no" : void 0,
|
|
5460
5459
|
regardedOwnerIsQiCertified: o && e.isQiCertified ? "yes" : void 0,
|
|
5461
5460
|
regardedOwnerAssumesChapters3And4ResponsibilityCertified: o && e.assumesChapters3And4ResponsibilityCertified ? "yes" : void 0,
|
|
5462
5461
|
regardedOwnerAssumes1099ResponsibilityCertified: o && e.assumes1099ResponsibilityCertified ? "yes" : void 0,
|
|
@@ -5475,56 +5474,56 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5475
5474
|
regardedOwnerIsCompliantCertified: o && e.isCompliantCertified ? "yes" : void 0,
|
|
5476
5475
|
regardedOwnerEntityPaymentsCertified: o && e.entityPaymentsCertified ? "yes" : void 0,
|
|
5477
5476
|
regardedOwnerProvidesWithholdingStatementCertified: o && e.providesWithholdingStatementCertified ? "yes" : void 0,
|
|
5478
|
-
regardedOwnerTreatyClaimIsEligible: ((
|
|
5477
|
+
regardedOwnerTreatyClaimIsEligible: ((Un = e.regardedOwner) == null ? void 0 : Un.treatyClaimIsEligible) === !0 ? "yes" : ((Ln = e.regardedOwner) == null ? void 0 : Ln.treatyClaimIsEligible) === !1 ? "no" : void 0,
|
|
5479
5478
|
regardedOwnerTreatyClaimCountry: a(
|
|
5480
|
-
(
|
|
5479
|
+
(Mn = e.regardedOwner) == null ? void 0 : Mn.treatyClaimCountry
|
|
5481
5480
|
),
|
|
5482
|
-
regardedOwnerTreatyClaimICertifyResident: (
|
|
5483
|
-
regardedOwnerTreatyClaimICertifyRequirements: (
|
|
5484
|
-
regardedOwnerTreatyClaimLimitationOnBenefits: (
|
|
5485
|
-
regardedOwnerTreatyClaimLimitationOnBenefitsOtherArticleParagraph: (
|
|
5486
|
-
regardedOwnerTreatyClaimTypeOfIncome: (
|
|
5487
|
-
regardedOwnerTreatyClaimWithholding: (
|
|
5488
|
-
regardedOwnerTreatyClaimHasAdditionalConditions: (
|
|
5489
|
-
regardedOwnerName: (
|
|
5490
|
-
regardedOwnerDbaName: (
|
|
5491
|
-
regardedOwnerDateOfBirth: (
|
|
5492
|
-
regardedOwnerUsTin: (
|
|
5493
|
-
regardedOwnerForeignTin: (
|
|
5494
|
-
regardedOwnerForeignTinIsNotRequired: (
|
|
5481
|
+
regardedOwnerTreatyClaimICertifyResident: (Dn = e.regardedOwner) != null && Dn.treatyClaimICertifyResident ? "yes" : void 0,
|
|
5482
|
+
regardedOwnerTreatyClaimICertifyRequirements: (qn = e.regardedOwner) != null && qn.treatyClaimICertifyRequirements ? "yes" : void 0,
|
|
5483
|
+
regardedOwnerTreatyClaimLimitationOnBenefits: (Bn = e.regardedOwner) == null ? void 0 : Bn.treatyClaimLimitationOnBenefits,
|
|
5484
|
+
regardedOwnerTreatyClaimLimitationOnBenefitsOtherArticleParagraph: (xn = e.regardedOwner) == null ? void 0 : xn.treatyClaimLimitationOnBenefitsOtherArticleParagraph,
|
|
5485
|
+
regardedOwnerTreatyClaimTypeOfIncome: ($n = e.regardedOwner) == null ? void 0 : $n.treatyClaimTypeOfIncome,
|
|
5486
|
+
regardedOwnerTreatyClaimWithholding: (Vn = e.regardedOwner) != null && Vn.treatyClaimRateOfWithholding ? ((Gn = e.regardedOwner) == null ? void 0 : Gn.treatyClaimRateOfWithholding) + "% - " + ((Yn = e.regardedOwner) == null ? void 0 : Yn.treatyClaimArticleParagraph) : void 0,
|
|
5487
|
+
regardedOwnerTreatyClaimHasAdditionalConditions: (Wn = e.regardedOwner) != null && Wn.treatyClaimHasAdditionalConditions ? "yes" : void 0,
|
|
5488
|
+
regardedOwnerName: (Kn = e.regardedOwner) == null ? void 0 : Kn.name,
|
|
5489
|
+
regardedOwnerDbaName: (Qn = e.regardedOwner) == null ? void 0 : Qn.dbaName,
|
|
5490
|
+
regardedOwnerDateOfBirth: (Jn = e.regardedOwner) == null ? void 0 : Jn.dateOfBirth,
|
|
5491
|
+
regardedOwnerUsTin: (Zn = e.regardedOwner) == null ? void 0 : Zn.tin,
|
|
5492
|
+
regardedOwnerForeignTin: (Xn = e.regardedOwner) != null && Xn.ftinNotLegallyRequired || (et = e.regardedOwner) == null ? void 0 : et.ftin,
|
|
5493
|
+
regardedOwnerForeignTinIsNotRequired: (it = e.regardedOwner) != null && it.ftinNotLegallyRequired ? "yes" : void 0,
|
|
5495
5494
|
regardedOwnerCountryOfCitizenship: a(
|
|
5496
|
-
(
|
|
5495
|
+
(nt = e.regardedOwner) == null ? void 0 : nt.countryOfCitizenship
|
|
5497
5496
|
),
|
|
5498
|
-
...Pe("regardedOwner", (
|
|
5499
|
-
regardedOwnerMailingAddressIsDifferent: (
|
|
5497
|
+
...Pe("regardedOwner", (tt = e.regardedOwner) == null ? void 0 : tt.address),
|
|
5498
|
+
regardedOwnerMailingAddressIsDifferent: (at = e.regardedOwner) != null && at.mailingAddressIsDifferent ? "yes" : void 0,
|
|
5500
5499
|
...Pe(
|
|
5501
5500
|
"regardedOwnerMailing",
|
|
5502
|
-
(
|
|
5501
|
+
(ot = e.regardedOwner) == null ? void 0 : ot.mailingAddress
|
|
5503
5502
|
),
|
|
5504
|
-
regardedOwnerUsPerson: ((
|
|
5503
|
+
regardedOwnerUsPerson: ((rt = e.regardedOwner) == null ? void 0 : rt.isUsPerson) === !0 ? "yes" : ((st = e.regardedOwner) == null ? void 0 : st.isUsPerson) === !1 ? "no" : H(
|
|
5505
5504
|
yi(
|
|
5506
|
-
(
|
|
5505
|
+
(lt = e.regardedOwner) == null ? void 0 : lt.usAccountType
|
|
5507
5506
|
)
|
|
5508
5507
|
) ? "yes" : H(
|
|
5509
|
-
gi((
|
|
5508
|
+
gi((dt = e.regardedOwner) == null ? void 0 : dt.accountOwnerType)
|
|
5510
5509
|
) ? "no" : void 0,
|
|
5511
|
-
regardedOwnerUsAccountType:
|
|
5512
|
-
(
|
|
5510
|
+
regardedOwnerUsAccountType: ml(
|
|
5511
|
+
(ct = e.regardedOwner) == null ? void 0 : ct.usAccountType
|
|
5513
5512
|
),
|
|
5514
|
-
regardedOwnerUsLlcClassification:
|
|
5515
|
-
(
|
|
5513
|
+
regardedOwnerUsLlcClassification: _t(
|
|
5514
|
+
(ut = e.regardedOwner) == null ? void 0 : ut.usLlcClassification
|
|
5516
5515
|
),
|
|
5517
|
-
regardedOwnerUsOtherClassification: (
|
|
5516
|
+
regardedOwnerUsOtherClassification: (mt = e.regardedOwner) == null ? void 0 : mt.usOtherClassification,
|
|
5518
5517
|
regardedOwnerAccountOwnerType: gi(
|
|
5519
|
-
(
|
|
5518
|
+
(pt = e.regardedOwner) == null ? void 0 : pt.accountOwnerType
|
|
5520
5519
|
),
|
|
5521
|
-
regardedOwnerEntityAccountType:
|
|
5522
|
-
|
|
5520
|
+
regardedOwnerEntityAccountType: jt(
|
|
5521
|
+
jt((gt = e.regardedOwner) == null ? void 0 : gt.foreignAccountType)
|
|
5523
5522
|
),
|
|
5524
5523
|
regardedOwnerIntermediaryAccountType: ai(
|
|
5525
|
-
ai((
|
|
5524
|
+
ai((ft = e.regardedOwner) == null ? void 0 : ft.foreignAccountType)
|
|
5526
5525
|
),
|
|
5527
|
-
...
|
|
5526
|
+
...El(e.controllingPersons),
|
|
5528
5527
|
iAcknowledgeESignIsOk: void 0,
|
|
5529
5528
|
iWillResubmitIfIncorrect: void 0,
|
|
5530
5529
|
iAmACitizenOfTheUs: void 0,
|
|
@@ -5549,20 +5548,20 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5549
5548
|
signature: void 0,
|
|
5550
5549
|
signatureCapacity: void 0,
|
|
5551
5550
|
signatureCapacityOther: void 0
|
|
5552
|
-
}, r =
|
|
5551
|
+
}, r = Sa(i, n);
|
|
5553
5552
|
return Object.fromEntries(
|
|
5554
5553
|
Object.entries(s).filter(
|
|
5555
5554
|
([ti]) => r[ti]
|
|
5556
5555
|
)
|
|
5557
5556
|
);
|
|
5558
|
-
},
|
|
5559
|
-
handleError:
|
|
5557
|
+
}, Fa = (e) => e.toUpperCase(), _i = (e, i) => ({
|
|
5558
|
+
handleError: qt(
|
|
5560
5559
|
(a) => {
|
|
5561
5560
|
e ? (i && i(a), e(a)) : (i && i(a), console.error(a));
|
|
5562
5561
|
},
|
|
5563
5562
|
[e, i]
|
|
5564
5563
|
)
|
|
5565
|
-
}),
|
|
5564
|
+
}), Pl = (e) => e.document_type === "COMPREHENSIVE" && (e.schema_version === void 0 || e.schema_version === "1.0" || e.schema_version === "1.1" || e.schema_version === "2.0"), jl = (e) => {
|
|
5566
5565
|
var i, n;
|
|
5567
5566
|
return {
|
|
5568
5567
|
...e,
|
|
@@ -5575,7 +5574,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5575
5574
|
account_owner_type: ((i = e.regarded_owner) == null ? void 0 : i.foreign_account_type) === "INDIVIDUAL" ? "INDIVIDUAL" : ((n = e.regarded_owner) == null ? void 0 : n.foreign_account_type) === "PARTNERSHIP" ? "INTERMEDIARY" : "ENTITY"
|
|
5576
5575
|
}
|
|
5577
5576
|
};
|
|
5578
|
-
},
|
|
5577
|
+
}, _l = (e) => e.document_type === "W-8BEN" || e.document_type === "W-8BEN-E", zl = (e) => ({
|
|
5579
5578
|
account_holder: {
|
|
5580
5579
|
...e,
|
|
5581
5580
|
country_of_citizenship: e.country,
|
|
@@ -5586,7 +5585,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5586
5585
|
mailing_address_is_different: e.mailing_address !== void 0 && e.mailing_address.first_line !== e.permanent_address.first_line
|
|
5587
5586
|
},
|
|
5588
5587
|
document_type: "COMPREHENSIVE"
|
|
5589
|
-
}),
|
|
5588
|
+
}), Sl = (e) => e.document_type === "W-9", wl = (e) => {
|
|
5590
5589
|
var i;
|
|
5591
5590
|
return {
|
|
5592
5591
|
account_holder: {
|
|
@@ -5596,7 +5595,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5596
5595
|
},
|
|
5597
5596
|
document_type: "COMPREHENSIVE"
|
|
5598
5597
|
};
|
|
5599
|
-
},
|
|
5598
|
+
}, Ua = ({
|
|
5600
5599
|
bearerToken: e,
|
|
5601
5600
|
questionnaire: i,
|
|
5602
5601
|
staging: n,
|
|
@@ -5629,16 +5628,16 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5629
5628
|
const v = Qe.taxDocumentationSubmissions.get(A, i), k = (O) => {
|
|
5630
5629
|
if (O.data.length > 0) {
|
|
5631
5630
|
const z = O.data[0];
|
|
5632
|
-
if (
|
|
5633
|
-
s(Ce(
|
|
5631
|
+
if (Sl(z)) {
|
|
5632
|
+
s(Ce(wl(z)));
|
|
5634
5633
|
return;
|
|
5635
5634
|
}
|
|
5636
|
-
if (
|
|
5637
|
-
s(Ce(
|
|
5635
|
+
if (_l(z)) {
|
|
5636
|
+
s(Ce(zl(z)));
|
|
5638
5637
|
return;
|
|
5639
5638
|
}
|
|
5640
|
-
if (
|
|
5641
|
-
s(Ce(
|
|
5639
|
+
if (Pl(z)) {
|
|
5640
|
+
s(Ce(jl(z)));
|
|
5642
5641
|
return;
|
|
5643
5642
|
}
|
|
5644
5643
|
s(Ce(z));
|
|
@@ -5665,7 +5664,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5665
5664
|
isLoading: T || l,
|
|
5666
5665
|
error: m
|
|
5667
5666
|
};
|
|
5668
|
-
},
|
|
5667
|
+
}, Hl = 4 * 60 * 1e3, Fl = 3 * 1e3, ay = ({
|
|
5669
5668
|
bearerToken: e,
|
|
5670
5669
|
questionnaire: i,
|
|
5671
5670
|
staging: n,
|
|
@@ -5675,14 +5674,14 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5675
5674
|
serverData: s,
|
|
5676
5675
|
statusData: r,
|
|
5677
5676
|
error: c
|
|
5678
|
-
} =
|
|
5677
|
+
} = Ua({
|
|
5679
5678
|
bearerToken: e,
|
|
5680
5679
|
questionnaire: i,
|
|
5681
5680
|
staging: n,
|
|
5682
5681
|
onError: a
|
|
5683
5682
|
}), [l, u] = $(
|
|
5684
5683
|
void 0
|
|
5685
|
-
), { handleError: T } = _i(a, u), [p, m] = $(void 0), [N, R] = $(void 0), [A, v] = $(!1), [k, _] = $(void 0), F = n ? "STAGING" : "PRODUCTION", O =
|
|
5684
|
+
), { handleError: T } = _i(a, u), [p, m] = $(void 0), [N, R] = $(void 0), [A, v] = $(!1), [k, _] = $(void 0), F = n ? "STAGING" : "PRODUCTION", O = Oa(r, i);
|
|
5686
5685
|
Y(() => {
|
|
5687
5686
|
u(void 0);
|
|
5688
5687
|
}, [e, a, i, n]);
|
|
@@ -5702,7 +5701,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5702
5701
|
onSuccess: (P) => {
|
|
5703
5702
|
m(P.id), o.current = setTimeout(() => {
|
|
5704
5703
|
_(Date.now());
|
|
5705
|
-
},
|
|
5704
|
+
}, Fl);
|
|
5706
5705
|
},
|
|
5707
5706
|
onError: T
|
|
5708
5707
|
});
|
|
@@ -5729,7 +5728,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5729
5728
|
}, x = (X) => {
|
|
5730
5729
|
X.status === "FINISHED" ? (R(X.url), o.current = setTimeout(() => {
|
|
5731
5730
|
_(Date.now());
|
|
5732
|
-
},
|
|
5731
|
+
}, Hl)) : _(Date.now());
|
|
5733
5732
|
};
|
|
5734
5733
|
return Xe({
|
|
5735
5734
|
fetcher: K(p),
|
|
@@ -5748,7 +5747,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5748
5747
|
documentUrl: N,
|
|
5749
5748
|
error: c || l
|
|
5750
5749
|
};
|
|
5751
|
-
},
|
|
5750
|
+
}, Ul = {
|
|
5752
5751
|
back: "Назад",
|
|
5753
5752
|
cancel: "Отказ",
|
|
5754
5753
|
edit: "Редактиране",
|
|
@@ -5757,7 +5756,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5757
5756
|
submit: "Изпращане",
|
|
5758
5757
|
hide: "Скрий",
|
|
5759
5758
|
show: "Покажи"
|
|
5760
|
-
},
|
|
5759
|
+
}, Ll = {
|
|
5761
5760
|
day: "Ден",
|
|
5762
5761
|
month: "Месец",
|
|
5763
5762
|
year: "Година",
|
|
@@ -5826,7 +5825,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5826
5825
|
iCertifyToAll: "Сертифицирам всичко",
|
|
5827
5826
|
iHaveCapacityToSignForEntity: "Сертифицирам, че имам капацитет да подписвам от името на посоченото по-горе юридическо лице",
|
|
5828
5827
|
iHaveCapacityToSignForIndividual: "Сертифицирам, че имам капацитет да подписвам от името на посоченото по-горе физическо лице"
|
|
5829
|
-
},
|
|
5828
|
+
}, Ml = {
|
|
5830
5829
|
isIndividual: 'Изберете "Да", ако сметката е за физическо лице. Изберете "Не", ако представлявате бизнес, организация или друго юридическо лице.',
|
|
5831
5830
|
financialAccountIdentifier: "Идентификатор на финансова сметка (т.е. номер на банкова сметка), използван за плащания, направени по тази сметка.",
|
|
5832
5831
|
financialAccountName: "Името, свързано с финансовата сметка, използвана за плащания, направени по тази сметка.",
|
|
@@ -5838,11 +5837,11 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5838
5837
|
signatureCapacityOther: "Опишете ролята, в която имате капацитет за подписване.",
|
|
5839
5838
|
financialInstitutionType: "Кой тип финансова институция най-добре представя вашия тип сметка?",
|
|
5840
5839
|
role: "Коя от следните най-добре представя ролята, поради която това лице е контролиращо лице?"
|
|
5841
|
-
},
|
|
5840
|
+
}, Dl = {
|
|
5842
5841
|
taxResidences: "Въведете всяка държава или юрисдикция, на която сте данъчно местно лице.",
|
|
5843
5842
|
controllingPersonDetails: "Завършете следните въпроси за контролиращото лице по-долу.",
|
|
5844
5843
|
permanentAddress: "Вашият постоянен адрес е адресът в страната, в която твърдите, че сте резидент за целите на данъчното облагане в тази страна."
|
|
5845
|
-
},
|
|
5844
|
+
}, ql = {
|
|
5846
5845
|
accountHolder: "Титуляр на сметка",
|
|
5847
5846
|
accountHolderClassification: "Класификация на сметката",
|
|
5848
5847
|
accountHolderContactInformation: "Име и адрес",
|
|
@@ -5873,14 +5872,14 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5873
5872
|
controllingPerson5: "Контролиращо лице 5",
|
|
5874
5873
|
mailingAddress: "Пощенски адрес",
|
|
5875
5874
|
primaryAddress: "Основен адрес"
|
|
5876
|
-
},
|
|
5875
|
+
}, Bl = {
|
|
5877
5876
|
notRequired: "Не е задължително",
|
|
5878
5877
|
notRequiredOrNotIssued: "Не се изисква или не е издадено",
|
|
5879
5878
|
interviewIsComplete: "Вашето интервю е завършено.",
|
|
5880
5879
|
retrievingInterviewStatus: "Състоянието на интервюто се извлича...",
|
|
5881
5880
|
taxDocumentationSaved: "Вашата данъчна документация е запазена",
|
|
5882
5881
|
eSignActReference: '<sup>1</sup> Законът за електронните подписи в глобалната и националната търговия, 15 U.S.C. §7001 и следващите ("Закон за електронните подписи") беше подписан на 30 юни 2000 г. и предоставя общо правило за валидиране на електронни записи и подписи за транзакции в или засягащи междудържавната или чуждестранната търговия.'
|
|
5883
|
-
},
|
|
5882
|
+
}, xl = {
|
|
5884
5883
|
countryMustBeAResidenceCountry: "Държавата трябва да бъде държава на пребиваване",
|
|
5885
5884
|
formHasErrors: "Моля, прегледайте грешките по-горе",
|
|
5886
5885
|
invalid: "Невалиден",
|
|
@@ -5902,7 +5901,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5902
5901
|
tooLong: "Твърде дълго",
|
|
5903
5902
|
tooShort: "Твърде кратко",
|
|
5904
5903
|
vatinMustNotMatchResidencyTin: "VAT TIN не трябва да съвпада с TIN на резиденция"
|
|
5905
|
-
},
|
|
5904
|
+
}, $l = {
|
|
5906
5905
|
isIndividual_yes: "Да, аз съм физическо лице",
|
|
5907
5906
|
isIndividual_no: "Не, не съм физическо лице",
|
|
5908
5907
|
no: "Не",
|
|
@@ -5942,22 +5941,22 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5942
5941
|
signatureCapacity_EXECUTOR: "Изпълнител на завещание",
|
|
5943
5942
|
signatureCapacity_OFFICER: "Упълномощен служител, изпълнителен директор или контролиращо лице на единицата",
|
|
5944
5943
|
signatureCapacity_OTHER_CAPACITY: "Друг упълномощен представител"
|
|
5945
|
-
},
|
|
5944
|
+
}, Vl = {
|
|
5946
5945
|
accountHolderActiveNonFinancialEntityType_OTHER: "Субект, който не е изброен по-горе, където по-малко от 50% от брутния доход на субекта и/или по-малко от 50% от активите на субекта се държат за производство на пасивен доход. Други активни НФЕ включват, но не се ограничават до, холдингови компании, които са членове на нефинансова група, стартиращи компании, които възнамеряват да бъдат активни компании, и квалифицирани неправителствени организации.",
|
|
5947
5946
|
accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION: "Корпорация, чиито акции се търгуват редовно на установен пазар на ценни книжа или корпорация, която е свързана с такава корпорация.",
|
|
5948
5947
|
accountHolderSelfCertificationAccountType_FINANCIAL_INSTITUTION: "Субект, който държи финансови активи за други като съществена част от своята дейност, приема депозити в нормалния ход на своята дейност или по друг начин извършва инвестиционни дейности за клиенти (т.е. търгува, инвестира или управлява финансови активи).",
|
|
5949
5948
|
accountHolderSelfCertificationAccountType_ACTIVE_NON_FINANCIAL_ENTITY: "Нефинансова единица, обикновено при която по-малко от 50% от доходите са пасивни и по-малко от 50% от активите произвеждат пасивен доход.",
|
|
5950
5949
|
accountHolderSelfCertificationAccountType_PASSIVE_NON_FINANCIAL_ENTITY: "Всяка нефинансова единица, която не е Активна НФЕ, обикновено означаваща, че повече от 50% от брутния доход е пасивен доход, като лихви, дивиденти, капиталови печалби или доходи от финансови активи."
|
|
5951
|
-
},
|
|
5952
|
-
button:
|
|
5953
|
-
prompt:
|
|
5954
|
-
subPrompt:
|
|
5955
|
-
subTitle:
|
|
5956
|
-
title:
|
|
5957
|
-
text:
|
|
5958
|
-
error:
|
|
5959
|
-
option:
|
|
5960
|
-
subOption:
|
|
5950
|
+
}, Gl = {
|
|
5951
|
+
button: Ul,
|
|
5952
|
+
prompt: Ll,
|
|
5953
|
+
subPrompt: Ml,
|
|
5954
|
+
subTitle: Dl,
|
|
5955
|
+
title: ql,
|
|
5956
|
+
text: Bl,
|
|
5957
|
+
error: xl,
|
|
5958
|
+
option: $l,
|
|
5959
|
+
subOption: Vl
|
|
5961
5960
|
}, U = (e, i) => Array.isArray(i) ? i.reduce(
|
|
5962
5961
|
(n, a) => U(n, a),
|
|
5963
5962
|
e
|
|
@@ -5973,7 +5972,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5973
5972
|
{}
|
|
5974
5973
|
)
|
|
5975
5974
|
};
|
|
5976
|
-
}, {}), g = "translation required", h = "translation required for DPS", d = "translation required for W-Form",
|
|
5975
|
+
}, {}), g = "translation required", h = "translation required for DPS", d = "translation required for W-Form", La = {
|
|
5977
5976
|
eligibleForTreatyClaim: "",
|
|
5978
5977
|
treatyCountry: "",
|
|
5979
5978
|
typeOfIncome: "",
|
|
@@ -5983,12 +5982,12 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
5983
5982
|
iCertifyBeneficialOwnerIsResident: "",
|
|
5984
5983
|
iCertifyBeneficialOwnerMeetsRequirements: "",
|
|
5985
5984
|
limitationOnBenefitsSpecifyArticleParagraph: ""
|
|
5986
|
-
},
|
|
5985
|
+
}, Ma = {
|
|
5987
5986
|
eligibleForTreatyClaim: "",
|
|
5988
5987
|
withholdingRateArticleParagraph: "",
|
|
5989
5988
|
iMeetRequiredTermsOfTreaty: "",
|
|
5990
5989
|
limitationOnBenefitsProvisions: ""
|
|
5991
|
-
},
|
|
5990
|
+
}, Da = {
|
|
5992
5991
|
eligibleForTreatyClaim_yes: "",
|
|
5993
5992
|
eligibleForTreatyClaim_no: "",
|
|
5994
5993
|
BUSINESS_PROFITS: "",
|
|
@@ -6005,7 +6004,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
6005
6004
|
FAVORABLE_DETERMINATION: "",
|
|
6006
6005
|
NO_LOB_ARTICLE: "",
|
|
6007
6006
|
OTHER_ARTICLE_PARAGRAPH: ""
|
|
6008
|
-
},
|
|
6007
|
+
}, Yl = {
|
|
6009
6008
|
button: {
|
|
6010
6009
|
back: "",
|
|
6011
6010
|
cancel: "",
|
|
@@ -6017,7 +6016,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
6017
6016
|
show: ""
|
|
6018
6017
|
},
|
|
6019
6018
|
prompt: {
|
|
6020
|
-
...
|
|
6019
|
+
...La,
|
|
6021
6020
|
accountHolderAccountOwnerType: "",
|
|
6022
6021
|
accountHolderEntityAccountType: "",
|
|
6023
6022
|
accountHolderIntermediaryAccountType: "",
|
|
@@ -6177,7 +6176,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
6177
6176
|
providesWithholdingStatementCertified: ""
|
|
6178
6177
|
},
|
|
6179
6178
|
subPrompt: {
|
|
6180
|
-
...
|
|
6179
|
+
...Ma,
|
|
6181
6180
|
isQiCertified: "",
|
|
6182
6181
|
entityPaymentsCertified: "",
|
|
6183
6182
|
transmitsTfiDocumentationCertified: "",
|
|
@@ -6286,7 +6285,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
6286
6285
|
vatinMustNotMatchResidencyTin: ""
|
|
6287
6286
|
},
|
|
6288
6287
|
option: {
|
|
6289
|
-
...
|
|
6288
|
+
...Da,
|
|
6290
6289
|
ACTIVE_NON_FINANCIAL_ENTITY: "",
|
|
6291
6290
|
CENTRAL_BANK_OF_ISSUE: "",
|
|
6292
6291
|
COMPLEX_TRUST: "",
|
|
@@ -6395,7 +6394,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
6395
6394
|
regardedOwnerAccountOwnerType_ENTITY: "",
|
|
6396
6395
|
regardedOwnerAccountOwnerType_INTERMEDIARY: ""
|
|
6397
6396
|
}
|
|
6398
|
-
},
|
|
6397
|
+
}, Wl = {
|
|
6399
6398
|
button: {
|
|
6400
6399
|
back: g,
|
|
6401
6400
|
cancel: g,
|
|
@@ -6533,9 +6532,9 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
6533
6532
|
accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION: g,
|
|
6534
6533
|
accountHolderActiveNonFinancialEntityType_OTHER: g
|
|
6535
6534
|
}
|
|
6536
|
-
},
|
|
6535
|
+
}, Kl = {
|
|
6537
6536
|
prompt: {
|
|
6538
|
-
...Object.keys(
|
|
6537
|
+
...Object.keys(La).reduce(
|
|
6539
6538
|
(e, i) => (e[i] = d, e),
|
|
6540
6539
|
{}
|
|
6541
6540
|
),
|
|
@@ -6630,7 +6629,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
6630
6629
|
providesWithholdingStatementCertified: d
|
|
6631
6630
|
},
|
|
6632
6631
|
subPrompt: {
|
|
6633
|
-
...Object.keys(
|
|
6632
|
+
...Object.keys(Ma).reduce(
|
|
6634
6633
|
(e, i) => (e[i] = d, e),
|
|
6635
6634
|
{}
|
|
6636
6635
|
),
|
|
@@ -6671,7 +6670,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
6671
6670
|
mustMatchName: d
|
|
6672
6671
|
},
|
|
6673
6672
|
option: {
|
|
6674
|
-
...Object.keys(
|
|
6673
|
+
...Object.keys(Da).reduce(
|
|
6675
6674
|
(e, i) => (e[i] = d, e),
|
|
6676
6675
|
{}
|
|
6677
6676
|
),
|
|
@@ -6739,7 +6738,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
6739
6738
|
regardedOwnerAccountOwnerType_ENTITY: d,
|
|
6740
6739
|
regardedOwnerAccountOwnerType_INTERMEDIARY: d
|
|
6741
6740
|
}
|
|
6742
|
-
},
|
|
6741
|
+
}, Ql = {
|
|
6743
6742
|
prompt: {
|
|
6744
6743
|
addAdditionalResidence: h,
|
|
6745
6744
|
addControllingPerson: h,
|
|
@@ -6842,11 +6841,11 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
6842
6841
|
accountHolderSelfCertificationAccountType_ACTIVE_NON_FINANCIAL_ENTITY: h,
|
|
6843
6842
|
accountHolderSelfCertificationAccountType_PASSIVE_NON_FINANCIAL_ENTITY: h
|
|
6844
6843
|
}
|
|
6845
|
-
}, V = U(
|
|
6846
|
-
Yl,
|
|
6844
|
+
}, V = U(Yl, [
|
|
6847
6845
|
Wl,
|
|
6848
|
-
Kl
|
|
6849
|
-
|
|
6846
|
+
Kl,
|
|
6847
|
+
Ql
|
|
6848
|
+
]), Jl = () => Gl, Zl = () => U(V, Jl()), Xl = {
|
|
6850
6849
|
back: "Zpět",
|
|
6851
6850
|
cancel: "Zrušit",
|
|
6852
6851
|
edit: "Upravit",
|
|
@@ -6855,7 +6854,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
6855
6854
|
submit: "Odeslat",
|
|
6856
6855
|
hide: "Skrýt",
|
|
6857
6856
|
show: "Zobrazit"
|
|
6858
|
-
},
|
|
6857
|
+
}, ed = {
|
|
6859
6858
|
day: "Den",
|
|
6860
6859
|
month: "Měsíc",
|
|
6861
6860
|
year: "Rok",
|
|
@@ -6924,7 +6923,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
6924
6923
|
iCertifyToAll: "Potvrzuji vše",
|
|
6925
6924
|
iHaveCapacityToSignForEntity: "Potvrzuji, že mám kapacitu podepsat za výše uvedenou entitu",
|
|
6926
6925
|
iHaveCapacityToSignForIndividual: "Potvrzuji, že mám kapacitu podepsat za výše uvedenou osobu"
|
|
6927
|
-
},
|
|
6926
|
+
}, id = {
|
|
6928
6927
|
isIndividual: "Vyberte „Ano“, pokud je účet pro fyzickou osobu. Vyberte „Ne“, pokud zastupujete firmu, organizaci nebo jinou právnickou osobu.",
|
|
6929
6928
|
financialAccountIdentifier: "Identifikátor finančního účtu (tj. číslo bankovního účtu) používaný pro platby prováděné na tento účet.",
|
|
6930
6929
|
financialAccountName: "Jméno spojené s finančním účtem používaným pro platby prováděné na tento účet.",
|
|
@@ -6936,11 +6935,11 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
6936
6935
|
signatureCapacityOther: "Popište roli, ve které máte kapacitu k podpisu.",
|
|
6937
6936
|
financialInstitutionType: "Který typ finanční instituce nejlépe reprezentuje typ vašeho účtu?",
|
|
6938
6937
|
role: "Která z následujících nejlépe reprezentuje roli, díky níž je tato osoba kontrolující osobou?"
|
|
6939
|
-
},
|
|
6938
|
+
}, nd = {
|
|
6940
6939
|
taxResidences: "Uveďte každou zemi nebo jurisdikci, kde jste daňovým rezidentem.",
|
|
6941
6940
|
controllingPersonDetails: "Vyplňte následující otázky pro kontrolující osobu níže.",
|
|
6942
6941
|
permanentAddress: "Vaše trvalá adresa je adresa v zemi, kde tvrdíte, že jste rezidentem pro účely daně z příjmu této země."
|
|
6943
|
-
},
|
|
6942
|
+
}, td = {
|
|
6944
6943
|
accountHolder: "Držitel účtu",
|
|
6945
6944
|
accountHolderClassification: "Klasifikace účtu",
|
|
6946
6945
|
accountHolderContactInformation: "Jméno a adresa",
|
|
@@ -6971,14 +6970,14 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
6971
6970
|
controllingPerson3: "Kontrolující osoba 3",
|
|
6972
6971
|
controllingPerson4: "Kontrolující osoba 4",
|
|
6973
6972
|
controllingPerson5: "Kontrolující osoba 5"
|
|
6974
|
-
},
|
|
6973
|
+
}, ad = {
|
|
6975
6974
|
notRequired: "Není vyžadováno",
|
|
6976
6975
|
notRequiredOrNotIssued: "Není vyžadováno nebo nebylo vydáno",
|
|
6977
6976
|
interviewIsComplete: "Vaše rozhovor je dokončen.",
|
|
6978
6977
|
retrievingInterviewStatus: "Stav rozhovoru se načítá...",
|
|
6979
6978
|
taxDocumentationSaved: "Vaše daňová dokumentace byla uložena",
|
|
6980
6979
|
eSignActReference: '<sup>1</sup> Zákon o elektronických podpisech v globálním a národním obchodu, 15 U.S.C. §7001 a násl., ("E-sign-Act") byl podepsán do zákona dne 30. června 2000 a poskytuje obecné pravidlo pro validaci elektronických záznamů a podpisů pro transakce v nebo ovlivňující mezistátní nebo zahraniční obchod.'
|
|
6981
|
-
},
|
|
6980
|
+
}, od = {
|
|
6982
6981
|
countryMustBeAResidenceCountry: "Země musí být zemí pobytu",
|
|
6983
6982
|
formHasErrors: "Prosím, zkontrolujte chyby výše",
|
|
6984
6983
|
invalid: "Neplatný",
|
|
@@ -7000,7 +6999,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7000
6999
|
tooLong: "Příliš dlouhé",
|
|
7001
7000
|
tooShort: "Příliš krátké",
|
|
7002
7001
|
vatinMustNotMatchResidencyTin: "VAT TIN nesmí odpovídat TIN rezidence"
|
|
7003
|
-
},
|
|
7002
|
+
}, rd = {
|
|
7004
7003
|
isIndividual_yes: "Ano, jsem fyzická osoba",
|
|
7005
7004
|
isIndividual_no: "Ne, nejsem fyzická osoba",
|
|
7006
7005
|
no: "Ne",
|
|
@@ -7040,23 +7039,23 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7040
7039
|
signatureCapacity_EXECUTOR: "Správce pozůstalosti",
|
|
7041
7040
|
signatureCapacity_OFFICER: "Oprávněný úředník, výkonný nebo kontrolní osoba jednotky",
|
|
7042
7041
|
signatureCapacity_OTHER_CAPACITY: "Jiný oprávněný zástupce"
|
|
7043
|
-
},
|
|
7042
|
+
}, sd = {
|
|
7044
7043
|
accountHolderActiveNonFinancialEntityType_OTHER: "Subjekt, který není uveden výše, kde méně než 50% hrubého příjmu subjektu a/nebo méně než 50% aktiv subjektu je drženo za účelem produkce pasivního příjmu. Další aktivní NFE zahrnují, ale nejsou omezeny na, holdingové společnosti, které jsou členy nefinanční skupiny, začínající společnosti, které mají v úmyslu být aktivními společnostmi, a kvalifikované neziskové organizace.",
|
|
7045
7044
|
accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION: "Korporace, jejíž akcie jsou pravidelně obchodovány na zavedeném trhu cenných papírů nebo korporace, která je s takovou korporací spojena.",
|
|
7046
7045
|
accountHolderSelfCertificationAccountType_FINANCIAL_INSTITUTION: "Субект, който държи финансови активи за други като съществена част от своята дейност, приема депозити в нормалния ход на своята дейност или по друг начин извършва инвестиционни дейности за клиенти (т.е. търгува, инвестира или управлява финансови активи).",
|
|
7047
7046
|
accountHolderSelfCertificationAccountType_ACTIVE_NON_FINANCIAL_ENTITY: "Нефинансова единица, обикновено при която по-малко от 50% от доходите са пасивни и по-малко от 50% от активите произвеждат пасивен доход.",
|
|
7048
7047
|
accountHolderSelfCertificationAccountType_PASSIVE_NON_FINANCIAL_ENTITY: "Всяка нефинансова единица, която не е Активна НФЕ, обикновено означаваща, че повече от 50% от брутния доход е пасивен доход, като лихви, дивиденти, капиталови печалби или доходи от финансови активи."
|
|
7049
|
-
},
|
|
7050
|
-
button:
|
|
7051
|
-
prompt:
|
|
7052
|
-
subPrompt:
|
|
7053
|
-
subTitle:
|
|
7054
|
-
title:
|
|
7055
|
-
text:
|
|
7056
|
-
error:
|
|
7057
|
-
option:
|
|
7058
|
-
subOption:
|
|
7059
|
-
},
|
|
7048
|
+
}, ld = {
|
|
7049
|
+
button: Xl,
|
|
7050
|
+
prompt: ed,
|
|
7051
|
+
subPrompt: id,
|
|
7052
|
+
subTitle: nd,
|
|
7053
|
+
title: td,
|
|
7054
|
+
text: ad,
|
|
7055
|
+
error: od,
|
|
7056
|
+
option: rd,
|
|
7057
|
+
subOption: sd
|
|
7058
|
+
}, dd = () => ld, cd = () => U(V, dd()), ud = {
|
|
7060
7059
|
back: "Tilbage",
|
|
7061
7060
|
cancel: "Annuller",
|
|
7062
7061
|
edit: "Rediger",
|
|
@@ -7065,7 +7064,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7065
7064
|
submit: "Send",
|
|
7066
7065
|
hide: "Skjul",
|
|
7067
7066
|
show: "Vis"
|
|
7068
|
-
},
|
|
7067
|
+
}, md = {
|
|
7069
7068
|
day: "Dag",
|
|
7070
7069
|
month: "Måned",
|
|
7071
7070
|
year: "År",
|
|
@@ -7134,7 +7133,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7134
7133
|
iCertifyToAll: "Jeg bekræfter alt",
|
|
7135
7134
|
iHaveCapacityToSignForEntity: "Jeg bekræfter, at jeg har kapacitet til at underskrive for den ovenfor nævnte enhed",
|
|
7136
7135
|
iHaveCapacityToSignForIndividual: "Jeg bekræfter, at jeg har kapacitet til at underskrive for den ovenfor nævnte person"
|
|
7137
|
-
},
|
|
7136
|
+
}, pd = {
|
|
7138
7137
|
isIndividual: 'Vælg "Ja", hvis kontoen er for en privatperson. Vælg "Nej", hvis du repræsenterer en virksomhed, organisation eller anden enhed.',
|
|
7139
7138
|
financialAccountIdentifier: "Finansiel konto-id (dvs. bankkontonummer), der bruges til betalinger for denne konto.",
|
|
7140
7139
|
financialAccountName: "Navnet, der er knyttet til den finansielle konto, der bruges til betalinger for denne konto.",
|
|
@@ -7146,11 +7145,11 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7146
7145
|
securitiesMarket: "Værdipapirmarked",
|
|
7147
7146
|
financialInstitutionType: "Který typ finanční instituce nejlépe reprezentuje typ vašeho účtu?",
|
|
7148
7147
|
role: "Která z následujících nejlépe reprezentuje roli, díky níž je tato osoba kontrolující osobou?"
|
|
7149
|
-
},
|
|
7148
|
+
}, gd = {
|
|
7150
7149
|
taxResidences: "Indtast det land eller jurisdiktion, hvor du er skattemæssigt hjemmehørende.",
|
|
7151
7150
|
controllingPersonDetails: "Udfyld følgende spørgsmål for den kontrollerende person nedenfor.",
|
|
7152
7151
|
permanentAddress: "Din permanente bopælsadresse er adressen i det land, hvor du hævder at være bosiddende med henblik på det lands indkomstskat."
|
|
7153
|
-
},
|
|
7152
|
+
}, fd = {
|
|
7154
7153
|
taxResidences: "Skattebopæl",
|
|
7155
7154
|
accountHolder: "Kontoejer",
|
|
7156
7155
|
accountHolderClassification: "Kontoklassifikation",
|
|
@@ -7181,14 +7180,14 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7181
7180
|
controllingPerson3: "Kontrollerende person 3",
|
|
7182
7181
|
controllingPerson4: "Kontrollerende person 4",
|
|
7183
7182
|
controllingPerson5: "Kontrollerende person 5"
|
|
7184
|
-
},
|
|
7183
|
+
}, yd = {
|
|
7185
7184
|
notRequired: "Ikke påkrævet",
|
|
7186
7185
|
notRequiredOrNotIssued: "Ikke påkrævet eller udstedt",
|
|
7187
7186
|
interviewIsComplete: "Dit interview er fuldendt.",
|
|
7188
7187
|
retrievingInterviewStatus: "Henter interviewstatus...",
|
|
7189
7188
|
taxDocumentationSaved: "Din skatte dokumentation er gemt",
|
|
7190
7189
|
eSignActReference: '<sup>1</sup> Den elektroniske signaturlov i global og national handel, 15 U.S.C. §7001, et seq., ("E-sign-Act") blev underskrevet i lov den 30. juni 2000 og giver en generel regel for validering af elektroniske optegnelser og signaturer for transaktioner i eller påvirker mellemstatslig eller udenlandsk handel.'
|
|
7191
|
-
},
|
|
7190
|
+
}, Td = {
|
|
7192
7191
|
countryMustBeAResidenceCountry: "Landet skal være et bopælsland",
|
|
7193
7192
|
formHasErrors: "Gennemgå venligst fejl ovenfor",
|
|
7194
7193
|
invalid: "Ugyldig",
|
|
@@ -7210,7 +7209,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7210
7209
|
tooLong: "For lang",
|
|
7211
7210
|
tooShort: "For kort",
|
|
7212
7211
|
vatinMustNotMatchResidencyTin: "MOMS-nummer må ikke matche bopæls-TIN"
|
|
7213
|
-
},
|
|
7212
|
+
}, vd = {
|
|
7214
7213
|
isIndividual_yes: "Ja, jeg er en privatperson",
|
|
7215
7214
|
isIndividual_no: "Nej, jeg er ikke en privatperson",
|
|
7216
7215
|
no: "Nej",
|
|
@@ -7250,23 +7249,23 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7250
7249
|
signatureCapacity_EXECUTOR: "Testamentseksekutor",
|
|
7251
7250
|
signatureCapacity_OFFICER: "Autoriseret embedsmand, direktør eller kontrollerende person for enheden",
|
|
7252
7251
|
signatureCapacity_OTHER_CAPACITY: "Anden autoriseret repræsentant"
|
|
7253
|
-
},
|
|
7252
|
+
}, hd = {
|
|
7254
7253
|
accountHolderActiveNonFinancialEntityType_OTHER: "En enhed, der ikke allerede er nævnt ovenfor, hvor mindre end 50% af enhedens bruttoindkomst og/eller mindre end 50% af enhedens aktiver holdes for at producere passiv indkomst. Andre aktive NFE'er omfatter, men er ikke begrænset til, holdingselskaber, der er medlemmer af en ikke-finansiel gruppe, opstartsvirksomheder, der har til hensigt at være aktive virksomheder, og kvalificerede non-profit organisationer.",
|
|
7255
7254
|
accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION: "En virksomhed, hvis aktier regelmæssigt handles på et etableret værdipapirmarked eller en virksomhed, der er relateret til en sådan virksomhed.",
|
|
7256
7255
|
accountHolderSelfCertificationAccountType_FINANCIAL_INSTITUTION: "En enhed, der holder finansielle aktiver for andre som en væsentlig del af sin virksomhed, accepterer indskud i den normale forretningsgang eller på anden måde udfører investeringsaktiviteter for kunder (dvs. handler, investerer eller forvalter finansielle aktiver).",
|
|
7257
7256
|
accountHolderSelfCertificationAccountType_ACTIVE_NON_FINANCIAL_ENTITY: "En ikke-finansiel enhed, hvor typisk mindre end 50% af indkomsten er passiv, og mindre end 50% af aktiverne producerer passiv indkomst.",
|
|
7258
7257
|
accountHolderSelfCertificationAccountType_PASSIVE_NON_FINANCIAL_ENTITY: "Enhver ikke-finansiel enhed, der ikke er en Aktiv NFE, hvilket generelt betyder, at mere end 50% af bruttoindkomsten er passiv indkomst, såsom renter, udbytter, kapitalgevinster eller indkomst fra finansielle aktiver."
|
|
7259
|
-
},
|
|
7260
|
-
button:
|
|
7261
|
-
prompt:
|
|
7262
|
-
subPrompt:
|
|
7263
|
-
subTitle:
|
|
7264
|
-
title:
|
|
7265
|
-
text:
|
|
7266
|
-
error:
|
|
7267
|
-
option:
|
|
7268
|
-
subOption:
|
|
7269
|
-
},
|
|
7258
|
+
}, Id = {
|
|
7259
|
+
button: ud,
|
|
7260
|
+
prompt: md,
|
|
7261
|
+
subPrompt: pd,
|
|
7262
|
+
subTitle: gd,
|
|
7263
|
+
title: fd,
|
|
7264
|
+
text: yd,
|
|
7265
|
+
error: Td,
|
|
7266
|
+
option: vd,
|
|
7267
|
+
subOption: hd
|
|
7268
|
+
}, Nd = () => Id, Cd = () => U(V, Nd()), kd = {
|
|
7270
7269
|
back: "Zurück",
|
|
7271
7270
|
cancel: "Abbrechen",
|
|
7272
7271
|
edit: "Bearbeiten",
|
|
@@ -7275,7 +7274,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7275
7274
|
submit: "Senden",
|
|
7276
7275
|
show: "Anzeigen",
|
|
7277
7276
|
hide: "Ausblenden"
|
|
7278
|
-
},
|
|
7277
|
+
}, Od = {
|
|
7279
7278
|
day: "Tag",
|
|
7280
7279
|
month: "Monat",
|
|
7281
7280
|
year: "Jahr",
|
|
@@ -7344,7 +7343,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7344
7343
|
iCertifyToAll: "Ich bestätige alles",
|
|
7345
7344
|
iHaveCapacityToSignForEntity: "Ich bestätige, dass ich die Befugnis habe, für die oben genannte Einheit zu unterschreiben",
|
|
7346
7345
|
iHaveCapacityToSignForIndividual: "Ich bestätige, dass ich die Befugnis habe, für die oben genannte Person zu unterschreiben"
|
|
7347
|
-
},
|
|
7346
|
+
}, Rd = {
|
|
7348
7347
|
isIndividual: "Wählen Sie „Ja“, wenn das Konto für eine Einzelperson ist. Wählen Sie „Nein“, wenn Sie ein Unternehmen, eine Organisation oder eine andere Einheit vertreten.",
|
|
7349
7348
|
financialAccountIdentifier: "Kennung des Finanzkontos (also Bankkontonummer), das für Zahlungen auf dieses Konto verwendet wird.",
|
|
7350
7349
|
financialAccountName: "Der Name des Finanzkontos, das für Zahlungen auf dieses Konto verwendet wird.",
|
|
@@ -7356,11 +7355,11 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7356
7355
|
signatureCapacityOther: "Beschreiben Sie die Rolle, in der Sie zeichnungsberechtigt sind.",
|
|
7357
7356
|
financialInstitutionType: "Welcher Typ von Finanzinstitut repräsentiert am besten Ihren Kontotyp?",
|
|
7358
7357
|
role: "Welche der folgenden Optionen repräsentiert am besten die Rolle, durch die diese Person eine Kontrollperson ist?"
|
|
7359
|
-
},
|
|
7358
|
+
}, Ad = {
|
|
7360
7359
|
taxResidences: "Geben Sie jedes Land oder jedes Rechtsgebiet an, in dem Sie steuerlich ansässig sind.",
|
|
7361
7360
|
controllingPersonDetails: "Beantworten Sie die folgenden Fragen für die kontrollierende Person unten.",
|
|
7362
7361
|
permanentAddress: "Din permanente bopælsadresse er adressen i det land, hvor du hævder at være bosiddende med henblik på det lands indkomstskat."
|
|
7363
|
-
},
|
|
7362
|
+
}, bd = {
|
|
7364
7363
|
taxResidences: "Steuerwohnsitze",
|
|
7365
7364
|
accountHolder: "Kontoinhaber",
|
|
7366
7365
|
accountHolderClassification: "Konto-Klassifizierung",
|
|
@@ -7391,14 +7390,14 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7391
7390
|
controllingPerson3: "Kontrollierende Person 3",
|
|
7392
7391
|
controllingPerson4: "Kontrollierende Person 4",
|
|
7393
7392
|
controllingPerson5: "Kontrollierende Person 5"
|
|
7394
|
-
},
|
|
7393
|
+
}, Ed = {
|
|
7395
7394
|
notRequired: "Nicht erforderlich",
|
|
7396
7395
|
notRequiredOrNotIssued: "Nicht erforderlich oder nicht ausgestellt",
|
|
7397
7396
|
interviewIsComplete: "Die Befragung ist abgeschlossen.",
|
|
7398
7397
|
retrievingInterviewStatus: "Befragungsstatus wird abgerufen …",
|
|
7399
7398
|
taxDocumentationSaved: "Ihre Steuerdokumentation ist gespeichert",
|
|
7400
7399
|
eSignActReference: '<sup>1</sup> Das Gesetz über elektronische Signaturen im globalen und nationalen Handel, 15 U.S.C. §7001 ff. ("E-sign-Act"), wurde am 30. Juni 2000 unterzeichnet und bietet eine allgemeine Regel für die Validierung elektronischer Aufzeichnungen und Signaturen für Transaktionen im oder mit Auswirkungen auf den zwischenstaatlichen oder ausländischen Handel.'
|
|
7401
|
-
},
|
|
7400
|
+
}, Pd = {
|
|
7402
7401
|
countryMustBeAResidenceCountry: "Land muss ein Wohnsitzland sein",
|
|
7403
7402
|
formHasErrors: "Bitte überprüfen Sie die oben aufgeführten Fehler",
|
|
7404
7403
|
invalid: "Ungültig",
|
|
@@ -7420,7 +7419,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7420
7419
|
tooLong: "Zu lang",
|
|
7421
7420
|
tooShort: "Zu kurz",
|
|
7422
7421
|
vatinMustNotMatchResidencyTin: "VAT TIN darf nicht mit TIN des Wohnsitzes übereinstimmen"
|
|
7423
|
-
},
|
|
7422
|
+
}, jd = {
|
|
7424
7423
|
isIndividual_yes: "Ja, ich bin eine Einzelperson",
|
|
7425
7424
|
isIndividual_no: "Nein, ich bin keine Einzelperson",
|
|
7426
7425
|
no: "Nein",
|
|
@@ -7460,25 +7459,25 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7460
7459
|
signatureCapacity_EXECUTOR: "Testamentsvollstrecker",
|
|
7461
7460
|
signatureCapacity_OFFICER: "Bevollmächtigter Beamter, Geschäftsführer oder kontrollierende Person der Einheit",
|
|
7462
7461
|
signatureCapacity_OTHER_CAPACITY: "Andere bevollmächtigte Vertreter"
|
|
7463
|
-
},
|
|
7462
|
+
}, _d = {
|
|
7464
7463
|
accountHolderActiveNonFinancialEntityType_OTHER: "Eine Einheit, die oben nicht aufgeführt ist, bei der weniger als 50% des Bruttoeinkommens der Einheit und/oder weniger als 50% der Vermögenswerte der Einheit gehalten werden, um passives Einkommen zu erzielen. Andere aktive NFE umfassen, sind aber nicht beschränkt auf, Holdinggesellschaften, die Mitglieder einer nichtfinanziellen Gruppe sind, Start-up-Unternehmen, die beabsichtigen, aktive Unternehmen zu sein, und qualifizierte gemeinnützige Organisationen.",
|
|
7465
7464
|
accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION: "Eine Gesellschaft, deren Aktien regelmäßig an einem etablierten Wertpapiermarkt gehandelt werden, oder eine Gesellschaft, die mit einer solchen Gesellschaft verbunden ist.",
|
|
7466
7465
|
accountHolderSelfCertificationAccountType_FINANCIAL_INSTITUTION: "Eine Einheit, die Finanzanlagen für andere als wesentlichen Teil ihres Geschäfts hält, Einlagen im normalen Geschäftsverlauf annimmt oder anderweitig Anlageaktivitäten für Kunden durchführt (d.h. handelt, investiert oder verwaltet Finanzanlagen).",
|
|
7467
7466
|
accountHolderSelfCertificationAccountType_ACTIVE_NON_FINANCIAL_ENTITY: "Eine nichtfinanzielle Einheit, bei der typischerweise weniger als 50% des Einkommens passiv sind und weniger als 50% der Vermögenswerte passives Einkommen erzeugen.",
|
|
7468
7467
|
accountHolderSelfCertificationAccountType_PASSIVE_NON_FINANCIAL_ENTITY: "Jede nichtfinanzielle Einheit, die keine aktive NFE ist, was im Allgemeinen bedeutet, dass mehr als 50% des Bruttoeinkommens passives Einkommen sind, wie Zinsen, Dividenden, Kapitalgewinne oder Einkommen aus Finanzanlagen."
|
|
7469
|
-
},
|
|
7470
|
-
button:
|
|
7471
|
-
prompt:
|
|
7472
|
-
subPrompt:
|
|
7473
|
-
subTitle:
|
|
7474
|
-
title:
|
|
7475
|
-
text:
|
|
7476
|
-
error:
|
|
7477
|
-
option:
|
|
7478
|
-
subOption:
|
|
7479
|
-
},
|
|
7468
|
+
}, zd = {
|
|
7469
|
+
button: kd,
|
|
7470
|
+
prompt: Od,
|
|
7471
|
+
subPrompt: Rd,
|
|
7472
|
+
subTitle: Ad,
|
|
7473
|
+
title: bd,
|
|
7474
|
+
text: Ed,
|
|
7475
|
+
error: Pd,
|
|
7476
|
+
option: jd,
|
|
7477
|
+
subOption: _d
|
|
7478
|
+
}, Sd = () => zd, qa = () => U(V, Sd()), wd = {
|
|
7480
7479
|
submit: "Absenden"
|
|
7481
|
-
},
|
|
7480
|
+
}, Hd = {
|
|
7482
7481
|
address: "Adresse",
|
|
7483
7482
|
businessRegistrationNumber: "Nummer der Gewerbeanmeldung",
|
|
7484
7483
|
businessRegistrationCountry: "Land der Gewerbeanmeldung",
|
|
@@ -7496,24 +7495,24 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7496
7495
|
vatIsNotRequired: "Die Umsatzsteuer ist nicht erforderlich oder wurde nicht ausgewiesen.",
|
|
7497
7496
|
vatCountry: "Mehrwertsteuer Mitgliedstaat",
|
|
7498
7497
|
iConfirmTheInformationIsCorrectComplete: "Ich bestätige, dass die hier angegebenen Informationen korrekt und vollständig sind, nach bestem Wissen und Gewissen. Sollte eine Änderung eintreten, die dazu führt, dass diese Informationen unrichtig oder unvollständig werden, verpflichte ich mich, die überarbeiteten Informationen innerhalb von 30 Tagen nach einer solchen Änderung zur Verfügung zu stellen."
|
|
7499
|
-
},
|
|
7498
|
+
}, Fd = {
|
|
7500
7499
|
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.',
|
|
7501
7500
|
financialAccountIdentifier: "Finanzkontonummer (d. h. Bankkontonummer), die für Zahlungen auf dieses Konto verwendet wird.",
|
|
7502
7501
|
vatIdentificationNumber: "Eindeutige Kennung für umsatzsteuerlich registrierte Unternehmen oder Einzelpersonen.",
|
|
7503
7502
|
streetIsPermanent: "Geben Sie die Adresse an, die mit Ihrem ständigen Wohnsitz übereinstimmt."
|
|
7504
|
-
}, Fd = {
|
|
7505
|
-
taxResidences: "Geben Sie jedes Land oder jede Gerichtsbarkeit ein, in dem/der Sie steuerlich ansässig sind."
|
|
7506
7503
|
}, Ud = {
|
|
7504
|
+
taxResidences: "Geben Sie jedes Land oder jede Gerichtsbarkeit ein, in dem/der Sie steuerlich ansässig sind."
|
|
7505
|
+
}, Ld = {
|
|
7507
7506
|
accountHolderClassification: "Klassifizierung des Kontos",
|
|
7508
7507
|
accountHolderContactInformation: "Name und Adresse",
|
|
7509
7508
|
accountHolderTaxInformation: "Steuerliche Informationen",
|
|
7510
7509
|
address: "Adresse",
|
|
7511
7510
|
countryOfCitizenship: "Staatsangehörigkeit",
|
|
7512
7511
|
permanentAddress: "Ständige Adresse"
|
|
7513
|
-
},
|
|
7512
|
+
}, Md = {
|
|
7514
7513
|
interviewIsComplete: "Ihre Befragung ist abgeschlossen.",
|
|
7515
7514
|
retrievingInterviewStatus: "Der Status der Befragung wird abgerufen..."
|
|
7516
|
-
},
|
|
7515
|
+
}, Dd = {
|
|
7517
7516
|
countryMustBeAResidenceCountry: "Land muss ein Wohnsitzland sein",
|
|
7518
7517
|
mustBeFiveOrNineDigits: "Muss fünf- oder neunstellig sein",
|
|
7519
7518
|
mustBeInDateFormat: "Bitte wählen Sie einen Monat, Tag und ein Jahr aus",
|
|
@@ -7521,19 +7520,19 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7521
7520
|
mustBeCaPostalCodeFormat: "Muss aus sechs Zeichen bestehen",
|
|
7522
7521
|
mustBeValidBirthDate: "Kein gültiges Geburtsdatum",
|
|
7523
7522
|
mustNotMatchVatin: "Darf nicht mit der angegebenen Umsatzsteuernummer übereinstimmen."
|
|
7524
|
-
},
|
|
7523
|
+
}, qd = {
|
|
7525
7524
|
isIndividual_yes: "Ja, ich bin eine natürliche Person.",
|
|
7526
7525
|
isIndividual_no: "Nein, ich bin keine natürliche Person."
|
|
7527
|
-
},
|
|
7528
|
-
button:
|
|
7529
|
-
prompt:
|
|
7530
|
-
subPrompt:
|
|
7531
|
-
subTitle:
|
|
7532
|
-
title:
|
|
7533
|
-
text:
|
|
7534
|
-
error:
|
|
7535
|
-
option:
|
|
7536
|
-
},
|
|
7526
|
+
}, Bd = {
|
|
7527
|
+
button: wd,
|
|
7528
|
+
prompt: Hd,
|
|
7529
|
+
subPrompt: Fd,
|
|
7530
|
+
subTitle: Ud,
|
|
7531
|
+
title: Ld,
|
|
7532
|
+
text: Md,
|
|
7533
|
+
error: Dd,
|
|
7534
|
+
option: qd
|
|
7535
|
+
}, xd = () => Bd, $d = () => U(qa(), xd()), Vd = {
|
|
7537
7536
|
back: "Πίσω",
|
|
7538
7537
|
cancel: "Άκυρο",
|
|
7539
7538
|
edit: "Επεξεργασία",
|
|
@@ -7542,7 +7541,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7542
7541
|
submit: "Υποβολή",
|
|
7543
7542
|
hide: "Απόκρυψη",
|
|
7544
7543
|
show: "Εμφάνιση"
|
|
7545
|
-
},
|
|
7544
|
+
}, Gd = {
|
|
7546
7545
|
day: "Ημέρα",
|
|
7547
7546
|
month: "Μήνας",
|
|
7548
7547
|
year: "Έτος",
|
|
@@ -7611,7 +7610,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7611
7610
|
iCertifyToAll: "Πιστοποιώ τα πάντα",
|
|
7612
7611
|
iHaveCapacityToSignForEntity: "Πιστοποιώ ότι έχω την ικανότητα να υπογράψω για την οντότητα που αναφέρεται παραπάνω",
|
|
7613
7612
|
iHaveCapacityToSignForIndividual: "Πιστοποιώ ότι έχω την ικανότητα να υπογράψω για το άτομο που αναφέρεται παραπάνω"
|
|
7614
|
-
},
|
|
7613
|
+
}, Yd = {
|
|
7615
7614
|
isIndividual: "Επιλέξτε «Ναι» εάν ο λογαριασμός αφορά ένα άτομο. Επιλέξτε «Όχι» εάν εκπροσωπείτε μια επιχείρηση, οργανισμό ή άλλη οντότητα.",
|
|
7616
7615
|
financialAccountIdentifier: "Αναγνωριστικό χρηματοοικονομικού λογαριασμού (δηλαδή, αριθμός τραπεζικού λογαριασμού) που χρησιμοποιείται για πληρωμές σε αυτόν τον λογαριασμό.",
|
|
7617
7616
|
financialAccountName: "Το όνομα που σχετίζεται με τον χρηματοοικονομικό λογαριασμό που χρησιμοποιείται για τις πληρωμές που πραγματοποιούνται σε αυτόν τον λογαριασμό.",
|
|
@@ -7623,11 +7622,11 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7623
7622
|
securitiesMarket: "Αγορά κινητών αξιών",
|
|
7624
7623
|
financialInstitutionType: "Ποιος τύπος χρηματοπιστωτικού ιδρύματος αντιπροσωπεύει καλύτερα τον τύπο του λογαριασμού σας;",
|
|
7625
7624
|
role: "Ποιο από τα παρακάτω αντιπροσωπεύει καλύτερα τον ρόλο, λόγω του οποίου αυτό το άτομο είναι Ελεγκτικό Πρόσωπο;"
|
|
7626
|
-
},
|
|
7625
|
+
}, Wd = {
|
|
7627
7626
|
taxResidences: "Εισαγάγετε κάθε χώρα ή δικαιοδοσία της οποίας είστε φορολογικός κάτοικος.",
|
|
7628
7627
|
controllingPersonDetails: "Συμπληρώστε τις παρακάτω ερωτήσεις για το ελέγχον πρόσωπο.",
|
|
7629
7628
|
permanentAddress: "Η μόνιμη διεύθυνση κατοικίας σας είναι η διεύθυνση στη χώρα όπου δηλώνετε ότι είστε κάτοικος για σκοπούς φορολογίας εισοδήματος αυτής της χώρας."
|
|
7630
|
-
},
|
|
7629
|
+
}, Kd = {
|
|
7631
7630
|
taxResidences: "Φορολογικές κατοικίες",
|
|
7632
7631
|
accountHolder: "Κάτοχος λογαριασμού",
|
|
7633
7632
|
accountHolderClassification: "Ταξινόμηση λογαριασμού",
|
|
@@ -7658,14 +7657,14 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7658
7657
|
controllingPerson3: "Ελέγχον πρόσωπο 3",
|
|
7659
7658
|
controllingPerson4: "Ελέγχον πρόσωπο 4",
|
|
7660
7659
|
controllingPerson5: "Ελέγχον πρόσωπο 5"
|
|
7661
|
-
},
|
|
7660
|
+
}, Qd = {
|
|
7662
7661
|
notRequired: "Δεν απαιτείται",
|
|
7663
7662
|
notRequiredOrNotIssued: "Δεν απαιτείται ή δεν έχει εκδοθεί",
|
|
7664
7663
|
interviewIsComplete: "Η συνέντευξή σας ολοκληρώθηκε.",
|
|
7665
7664
|
retrievingInterviewStatus: "Ανάκτηση κατάστασης συνέντευξης...",
|
|
7666
7665
|
taxDocumentationSaved: "Τα φορολογικά σας έγγραφα αποθηκεύτηκαν",
|
|
7667
7666
|
eSignActReference: '<sup>1</sup> Ο Νόμος για τις Ηλεκτρονικές Υπογραφές στο Παγκόσμιο και Εθνικό Εμπόριο, 15 U.S.C. §7001, et seq., ("E-sign-Act") υπογράφηκε σε νόμο στις 30 Ιουνίου 2000 και παρέχει έναν γενικό κανόνα για την επικύρωση των ηλεκτρονικών εγγράφων και υπογραφών για συναλλαγές που αφορούν ή επηρεάζουν το διακρατικό ή ξένο εμπόριο.'
|
|
7668
|
-
},
|
|
7667
|
+
}, Jd = {
|
|
7669
7668
|
countryMustBeAResidenceCountry: "Η χώρα πρέπει να είναι χώρα κατοικίας",
|
|
7670
7669
|
formHasErrors: "Παρακαλώ ελέγξτε τα παραπάνω σφάλματα",
|
|
7671
7670
|
invalid: "Μη έγκυρο",
|
|
@@ -7687,7 +7686,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7687
7686
|
tooLong: "Πολύ μεγάλο",
|
|
7688
7687
|
tooShort: "Πολύ μικρό",
|
|
7689
7688
|
vatinMustNotMatchResidencyTin: "Ο αριθμός ΦΠΑ δεν πρέπει να αντιστοιχεί με τον ΑΦΜ κατοικίας"
|
|
7690
|
-
},
|
|
7689
|
+
}, Zd = {
|
|
7691
7690
|
isIndividual_yes: "Ναι, είμαι ιδιώτης",
|
|
7692
7691
|
isIndividual_no: "Όχι, δεν είμαι ιδιώτης",
|
|
7693
7692
|
no: "Όχι",
|
|
@@ -7727,23 +7726,23 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7727
7726
|
signatureCapacity_EXECUTOR: "Εκτελεστής διαθήκης",
|
|
7728
7727
|
signatureCapacity_OFFICER: "Εξουσιοδοτημένος υπάλληλος, εκτελεστικός ή ελεγκτικός πρόσωπο της οντότητας",
|
|
7729
7728
|
signatureCapacity_OTHER_CAPACITY: "Άλλος εξουσιοδοτημένος εκπρόσωπος"
|
|
7730
|
-
},
|
|
7729
|
+
}, Xd = {
|
|
7731
7730
|
accountHolderActiveNonFinancialEntityType_OTHER: "Μια οντότητα που δεν αναφέρεται παραπάνω, όπου λιγότερο από το 50% του ακαθάριστου εισοδήματος της οντότητας και/ή λιγότερο από το 50% των περιουσιακών στοιχείων της οντότητας διατηρούνται για την παραγωγή παθητικού εισοδήματος. Άλλες ενεργές NFE περιλαμβάνουν, αλλά δεν περιορίζονται σε, εταιρείες συμμετοχών που είναι μέλη μιας μη χρηματοοικονομικής ομάδας, νεοσύστατες εταιρείες που σκοπεύουν να είναι ενεργές εταιρείες και καταρτισμένες μη κερδοσκοπικές οργανώσεις.",
|
|
7732
7731
|
accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION: "Μια εταιρεία της οποίας οι μετοχές διαπραγματεύονται τακτικά σε μια καθιερωμένη αγορά κινητών αξιών ή μια εταιρεία που σχετίζεται με μια τέτοια εταιρεία.",
|
|
7733
7732
|
accountHolderSelfCertificationAccountType_FINANCIAL_INSTITUTION: "Μια οντότητα που κατέχει χρηματοοικονομικά περιουσιακά στοιχεία για άλλους ως ουσιαστικό μέρος της επιχείρησής της, δέχεται καταθέσεις στο πλαίσιο της κανονικής επιχειρηματικής της δραστηριότητας ή διεξάγει επενδυτικές δραστηριότητες για πελάτες (δηλαδή, εμπορεύεται, επενδύει ή διαχειρίζεται χρηματοοικονομικά περιουσιακά στοιχεία).",
|
|
7734
7733
|
accountHolderSelfCertificationAccountType_ACTIVE_NON_FINANCIAL_ENTITY: "Μια μη χρηματοοικονομική οντότητα της οποίας συνήθως λιγότερο από το 50% του εισοδήματος είναι παθητικό και λιγότερο από το 50% των περιουσιακών στοιχείων παράγουν παθητικό εισόδημα.",
|
|
7735
7734
|
accountHolderSelfCertificationAccountType_PASSIVE_NON_FINANCIAL_ENTITY: "Οποιαδήποτε μη χρηματοοικονομική οντότητα που δεν είναι Ενεργή NFE, που γενικά σημαίνει ότι περισσότερο από το 50% του ακαθάριστου εισοδήματος είναι παθητικό εισόδημα, όπως τόκοι, μερίσματα, κεφαλαιακά κέρδη ή εισόδημα από χρηματοοικονομικά περιουσιακά στοιχεία."
|
|
7736
|
-
},
|
|
7737
|
-
button:
|
|
7738
|
-
prompt:
|
|
7739
|
-
subPrompt:
|
|
7740
|
-
subTitle:
|
|
7741
|
-
title:
|
|
7742
|
-
text:
|
|
7743
|
-
error:
|
|
7744
|
-
option:
|
|
7745
|
-
subOption:
|
|
7746
|
-
},
|
|
7735
|
+
}, ec = {
|
|
7736
|
+
button: Vd,
|
|
7737
|
+
prompt: Gd,
|
|
7738
|
+
subPrompt: Yd,
|
|
7739
|
+
subTitle: Wd,
|
|
7740
|
+
title: Kd,
|
|
7741
|
+
text: Qd,
|
|
7742
|
+
error: Jd,
|
|
7743
|
+
option: Zd,
|
|
7744
|
+
subOption: Xd
|
|
7745
|
+
}, ic = () => ec, Ba = () => U(V, ic()), nc = {
|
|
7747
7746
|
businessRegistrationNumber: "Αριθμός εγγραφής επιχείρησης",
|
|
7748
7747
|
businessRegistrationCountry: "Χώρα εγγραφής επιχείρησης",
|
|
7749
7748
|
isIndividual: "Είστε φυσικό πρόσωπο;",
|
|
@@ -7755,31 +7754,31 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7755
7754
|
vatIdentificationNumber: "Αναγνωριστικός αριθμός ΦΠΑ",
|
|
7756
7755
|
vatIsNotRequired: "Δεν απαιτείται ΦΠΑ ή δεν έχει εκδοθεί",
|
|
7757
7756
|
iConfirmTheInformationIsCorrectComplete: "Βεβαιώνω ότι οι πληροφορίες που παρέχονται εδώ είναι σωστές και πλήρεις, κατά την καλύτερη γνώση μου. Εάν προκύψει μια αλλαγή που θα προκαλέσει την εσφαλμένη ή ελλιπή αυτή πληροφορία, συμφωνώ να παρέχω τις αναθεωρημένες πληροφορίες εντός 30 ημερών από την εν λόγω αλλαγή."
|
|
7758
|
-
},
|
|
7757
|
+
}, tc = {
|
|
7759
7758
|
isIndividual: "Επιλέξτε «Ναι» εάν ο λογαριασμός ανήκει σε φυσικό πρόσωπο. Επιλέξτε «Όχι» εάν εκπροσωπείτε μια επιχείρηση, οργανισμό ή άλλη οντότητα.",
|
|
7760
7759
|
financialAccountName: "Το όνομα που συσχετίζεται με τον χρηματοοικονομικό λογαριασμό που χρησιμοποιείται για τις πληρωμές που γίνονται σε αυτόν τον λογαριασμό.",
|
|
7761
7760
|
vatIdentificationNumber: "Μοναδικό αναγνωριστικό για επιχειρήσεις ή φυσικά πρόσωπα που είναι υπόχρεοι καταβολής ΦΠΑ."
|
|
7762
|
-
}, tc = {
|
|
7763
|
-
countryOfIncorporation: "Χώρα εγγραφής"
|
|
7764
7761
|
}, ac = {
|
|
7762
|
+
countryOfIncorporation: "Χώρα εγγραφής"
|
|
7763
|
+
}, oc = {
|
|
7765
7764
|
mustBeFiveOrNineDigits: "Πρέπει να αποτελείται από πέντε ή εννέα ψηφία",
|
|
7766
7765
|
mustBeInDateFormat: "Πρέπει να επιλέξετε μήνα, ημέρα και έτος",
|
|
7767
7766
|
mustBeNineDigits: "Πρέπει να αποτελείται από εννέα ψηφία",
|
|
7768
7767
|
mustBeCaPostalCodeFormat: "Πρέπει να αποτελείται από έξι χαρακτήρες",
|
|
7769
7768
|
mustNotMatchVatin: "Δεν πρέπει να αντιστοιχεί στον ΑΦΜ που παρέχεται",
|
|
7770
7769
|
required: "Υποχρεωτικό"
|
|
7771
|
-
},
|
|
7770
|
+
}, rc = {
|
|
7772
7771
|
isIndividual_yes: "Ναι, είμαι φυσικό πρόσωπο",
|
|
7773
7772
|
isIndividual_no: "Όχι, δεν είμαι φυσικό πρόσωπο",
|
|
7774
7773
|
no: "Όχι",
|
|
7775
7774
|
yes: "Ναι"
|
|
7776
|
-
},
|
|
7777
|
-
prompt:
|
|
7778
|
-
subPrompt:
|
|
7779
|
-
title:
|
|
7780
|
-
error:
|
|
7781
|
-
option:
|
|
7782
|
-
},
|
|
7775
|
+
}, sc = {
|
|
7776
|
+
prompt: nc,
|
|
7777
|
+
subPrompt: tc,
|
|
7778
|
+
title: ac,
|
|
7779
|
+
error: oc,
|
|
7780
|
+
option: rc
|
|
7781
|
+
}, lc = () => U(Ba(), sc), dc = {
|
|
7783
7782
|
back: "Back",
|
|
7784
7783
|
cancel: "Cancel",
|
|
7785
7784
|
edit: "Edit",
|
|
@@ -7788,7 +7787,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7788
7787
|
reset: "Reset",
|
|
7789
7788
|
show: "Show",
|
|
7790
7789
|
submit: "Submit"
|
|
7791
|
-
},
|
|
7790
|
+
}, cc = {
|
|
7792
7791
|
eligibleForTreatyClaim: "Eligible for Treaty Claim?",
|
|
7793
7792
|
treatyCountry: "Treaty Country",
|
|
7794
7793
|
typeOfIncome: "Type of Income",
|
|
@@ -7955,7 +7954,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7955
7954
|
iDeclareStatementsAreCorrect: "I declare that all statements made in this declaration are, to the best of my knowledge and belief, correct and complete.",
|
|
7956
7955
|
iWillNotifyChangeInCircumstanceForIndividual: "I undertake to advise the entity to which this form is being provided within 30 days of any change in circumstances which affects the tax residency status of the individual identified in Part 1 of this form or causes the information contained herein to become incorrect or incomplete, and to provide the entity to which this form is being provided with a suitably updated self-certification and Declaration within 90 days of such change in circumstances.",
|
|
7957
7956
|
iWillNotifyChangeInCircumstanceForAccountHolder: "I undertake to advise the entity to which this form is being provided within 30 days of any change in circumstances which affects the tax residency status of the Account Holder identified above or causes the information contained herein to become incorrect (including any changes to the information on any controlling persons), and to provide to the entity to which this form is being provided a suitably updated self-certification and declaration within 90 days of such change in circumstances."
|
|
7958
|
-
},
|
|
7957
|
+
}, uc = {
|
|
7959
7958
|
eligibleForTreatyClaim: "Are you eligible to claim a reduced rate of, or exemption from, withholding under the income tax treaty between the United States and the foreign country of which you are tax resident?",
|
|
7960
7959
|
withholdingRateArticleParagraph: "Select the withholding rate you qualify for under the income tax treaty, and specify the relevant treaty Article and paragraph under which you are claiming benefits.",
|
|
7961
7960
|
iMeetRequiredTermsOfTreaty: "Explain the additional conditions in the Article the beneficial owner meets to be eligible for the rate of withholding.",
|
|
@@ -7981,7 +7980,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
7981
7980
|
signatureCapacityOther: "Describe the role in which you have capacity to sign.",
|
|
7982
7981
|
streetIsPermanent: "Enter your permanent street address. Do not use a PO Box or In-Care-of address.",
|
|
7983
7982
|
usPerson: "An individual is a U.S. Person if they are a U.S. Citizen, U.S. Permanent Resident or has met the Substantial Presence Test. A business is a U.S. Person if they are organized or incorporated in the U.S."
|
|
7984
|
-
},
|
|
7983
|
+
}, mc = {
|
|
7985
7984
|
accountHolder: "Account Holder",
|
|
7986
7985
|
accountHolderCertifications: "Account Type Certifications",
|
|
7987
7986
|
accountHolderClassification: "Account Classification",
|
|
@@ -8025,12 +8024,12 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
8025
8024
|
taxResidence5: "Tax Residency 5",
|
|
8026
8025
|
accountHolderTreatyClaims: "Claim of Tax Treaty Benefits",
|
|
8027
8026
|
regardedOwnerTreatyClaims: "Claim of Tax Treaty Benefits"
|
|
8028
|
-
},
|
|
8027
|
+
}, pc = {
|
|
8029
8028
|
taxResidences: "Enter each country or jurisdiction of which you are a tax resident.",
|
|
8030
8029
|
permanentAddress: "Your permanent residence address is the address in the country where you claim to be a resident for purposes of that country's income tax.",
|
|
8031
8030
|
taxInformationTreatyClaims: "You must provide either a United States or Foreign Tax Identification Number to be able to claim treaty benefits.",
|
|
8032
8031
|
controllingPersonDetails: "Complete the following questions for the controlling person below."
|
|
8033
|
-
},
|
|
8032
|
+
}, gc = {
|
|
8034
8033
|
eSignActReference: '<sup>1</sup> The Electronic Signatures in Global and National Commerce Act, 15 U.S.C. §7001, et seq., ("E-sign-Act") was signed into law on June 30, 2000, and provides a general rule for the validation of electronic records and signatures for transactions in or affecting interstate or foreign commerce.',
|
|
8035
8034
|
notRequired: "Not Required",
|
|
8036
8035
|
notRequiredOrNotIssued: "Not required or not issued",
|
|
@@ -8039,7 +8038,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
8039
8038
|
penaltiesOfPerjury: "Under penalties of perjury, I declare that I have examined the information on this form and to the best of my knowledge and belief it is true, correct, and complete. I further certify under penalties of perjury that:",
|
|
8040
8039
|
retrievingInterviewStatus: "Retrieving interview status...",
|
|
8041
8040
|
taxDocumentationSaved: "Your Tax Documentation is saved"
|
|
8042
|
-
},
|
|
8041
|
+
}, fc = {
|
|
8043
8042
|
countryMustBeAResidenceCountry: "Must be a country that was entered as a residency",
|
|
8044
8043
|
formHasErrors: "Please review errors above",
|
|
8045
8044
|
invalid: "Invalid",
|
|
@@ -8062,7 +8061,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
8062
8061
|
tooLong: "Too Long",
|
|
8063
8062
|
tooShort: "Too Short",
|
|
8064
8063
|
vatinMustNotMatchResidencyTin: "VAT Number must not match Residency TIN"
|
|
8065
|
-
},
|
|
8064
|
+
}, yc = {
|
|
8066
8065
|
eligibleForTreatyClaim_yes: "Yes, I am eligible to claim treaty benefits",
|
|
8067
8066
|
eligibleForTreatyClaim_no: "No, I am not eligible to claim treaty benefits",
|
|
8068
8067
|
BUSINESS_PROFITS: "Business Profits",
|
|
@@ -8172,7 +8171,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
8172
8171
|
usPersonElection_no: "No, I am not electing to be treated as a U.S. person",
|
|
8173
8172
|
providesAdditionalDocumentation_yes: "Yes, I will provide additional withholding certificates and/or other documentation, along with a withholding statement",
|
|
8174
8173
|
providesAdditionalDocumentation_no: "No, I will not provide additional withholding certificates and/or other documentation, along with a withholding statement"
|
|
8175
|
-
},
|
|
8174
|
+
}, Tc = {
|
|
8176
8175
|
accountHolderUsAccountType_SOLE_PROPRIETOR: "A sole proprietor is someone who owns an unincorporated business by himself or herself.",
|
|
8177
8176
|
accountHolderUsAccountType_SM_LLC: "An SMLLC is an LLC with a single owner and is not treated as an entity that is not separate from its single owner for U.S. tax purposes, unless an election has been made.",
|
|
8178
8177
|
accountHolderUsAccountType_DISREGARDED_ENTITY: "A disregarded entity is an entity that is not separate from its owner for U.S. tax purposes, unless an election has been made.",
|
|
@@ -8185,17 +8184,17 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
8185
8184
|
accountHolderAccountOwnerType_INTERMEDIARY: "An intermediary is a flow-through entity that receives payments on behalf of the ultimate beneficial owners. This typically includes partnerships and trusts.",
|
|
8186
8185
|
regardedOwnerAccountOwnerType_ENTITY: "An entity typically refers to any legal entity that is the beneficial owner of an amount paid, such as a corporation or government.",
|
|
8187
8186
|
regardedOwnerAccountOwnerType_INTERMEDIARY: "An intermediary is a flow-through entity that receives payments on behalf of the ultimate beneficial owners. This typically includes partnerships and trusts."
|
|
8188
|
-
},
|
|
8189
|
-
button:
|
|
8190
|
-
prompt:
|
|
8191
|
-
subPrompt:
|
|
8192
|
-
title:
|
|
8193
|
-
subTitle:
|
|
8194
|
-
text:
|
|
8195
|
-
error:
|
|
8196
|
-
option:
|
|
8197
|
-
subOption:
|
|
8198
|
-
},
|
|
8187
|
+
}, xa = {
|
|
8188
|
+
button: dc,
|
|
8189
|
+
prompt: cc,
|
|
8190
|
+
subPrompt: uc,
|
|
8191
|
+
title: mc,
|
|
8192
|
+
subTitle: pc,
|
|
8193
|
+
text: gc,
|
|
8194
|
+
error: fc,
|
|
8195
|
+
option: yc,
|
|
8196
|
+
subOption: Tc
|
|
8197
|
+
}, $a = () => xa, vc = {
|
|
8199
8198
|
financialAccountIdentifier: "Financial Account Identifier",
|
|
8200
8199
|
financialAccountName: "Financial Account Name",
|
|
8201
8200
|
taxIdNumber: "Tax ID Number (TIN)",
|
|
@@ -8203,13 +8202,13 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
8203
8202
|
tin: "Tax Identification Number",
|
|
8204
8203
|
vatIsNotRequired: "VAT Number is not required",
|
|
8205
8204
|
zip: "Postcode"
|
|
8206
|
-
},
|
|
8205
|
+
}, hc = {
|
|
8207
8206
|
financialAccountIdentifier: "Financial Account Identifier (i.e., bank account number) used for payments made to this account.",
|
|
8208
8207
|
financialAccountName: "The name associated with the Financial Account used for payments made to this account."
|
|
8209
|
-
},
|
|
8210
|
-
prompt:
|
|
8211
|
-
subPrompt:
|
|
8212
|
-
},
|
|
8208
|
+
}, Ic = {
|
|
8209
|
+
prompt: vc,
|
|
8210
|
+
subPrompt: hc
|
|
8211
|
+
}, Nc = () => U($a(), Ic), Cc = {}, kc = () => U($a(), Cc), Ht = () => xa, Oc = {
|
|
8213
8212
|
back: "Atrás",
|
|
8214
8213
|
cancel: "Cancelar",
|
|
8215
8214
|
edit: "Editar",
|
|
@@ -8218,7 +8217,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
8218
8217
|
submit: "Enviar",
|
|
8219
8218
|
hide: "Ocultar",
|
|
8220
8219
|
show: "Mostrar"
|
|
8221
|
-
},
|
|
8220
|
+
}, Rc = {
|
|
8222
8221
|
eligibleForTreatyClaim: "¿Elegible para el reclamo del tratado?",
|
|
8223
8222
|
treatyCountry: "País del tratado",
|
|
8224
8223
|
typeOfIncome: "Tipo de ingreso",
|
|
@@ -8385,7 +8384,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
8385
8384
|
iDeclareStatementsAreCorrect: "Declaro que todas las declaraciones contenidas en esta declaración, según mi leal saber y entender, son correctas y completas.",
|
|
8386
8385
|
iWillNotifyChangeInCircumstanceForIndividual: "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 de la persona identificada en la parte 1 de este formulario o que haga que la información proporcionada aquí sea incorrecta o incompleta 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.",
|
|
8387
8386
|
iWillNotifyChangeInCircumstanceForAccountHolder: "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."
|
|
8388
|
-
},
|
|
8387
|
+
}, Ac = {
|
|
8389
8388
|
eligibleForTreatyClaim: "¿Es elegible para reclamar una tasa reducida de retención o exención bajo el tratado de impuestos sobre la renta entre los Estados Unidos y el país extranjero del cual es residente fiscal?",
|
|
8390
8389
|
withholdingRateArticleParagraph: "Seleccione la tasa de retención para la cual es elegible bajo el tratado de impuestos sobre la renta, junto con el artículo y párrafo del tratado de impuestos sobre la renta del cual está reclamando las disposiciones.",
|
|
8391
8390
|
iMeetRequiredTermsOfTreaty: "Explique las condiciones adicionales en el artículo que cumple el beneficiario efectivo para ser elegible para la tasa de retención.",
|
|
@@ -8411,12 +8410,12 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
8411
8410
|
usPerson: 'Una persona estadounidense es una persona que es ciudadana estadounidense, residente permanente de EE. UU. o ha cumplido con la "Prueba de presencia sustancial". Una empresa es una persona estadounidense si está organizada o incorporada en EE. UU.',
|
|
8412
8411
|
financialInstitutionType: "¿Qué tipo de institución financiera representa mejor el tipo de su cuenta?",
|
|
8413
8412
|
role: "¿Cuál de las siguientes opciones representa mejor el rol por el cual esta persona es una Persona Controladora?"
|
|
8414
|
-
},
|
|
8413
|
+
}, bc = {
|
|
8415
8414
|
controllingPersonDetails: "Complete las siguientes preguntas para la persona de control a continuación.",
|
|
8416
8415
|
taxInformationTreatyClaims: "Complete esta sección si desea reclamar beneficios del tratado fiscal entre los Estados Unidos y otro país.",
|
|
8417
8416
|
taxResidences: "Especifique cada país o jurisdicción en los cuales tenga domicilio fiscal.",
|
|
8418
8417
|
permanentAddress: "Su dirección de residencia permanente es la dirección en el país donde afirma ser residente a efectos del impuesto sobre la renta de ese país."
|
|
8419
|
-
},
|
|
8418
|
+
}, Ec = {
|
|
8420
8419
|
controllingPersons: "Personas de control",
|
|
8421
8420
|
carfClassificationDetails: "Detalles de la clasificación de CARF",
|
|
8422
8421
|
controllingPerson1: "Persona de control 1",
|
|
@@ -8460,7 +8459,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
8460
8459
|
taxResidence3: "Domicilio fiscal 3",
|
|
8461
8460
|
taxResidence4: "Domicilio fiscal 4",
|
|
8462
8461
|
taxResidence5: "Domicilio fiscal 5"
|
|
8463
|
-
},
|
|
8462
|
+
}, Pc = {
|
|
8464
8463
|
eSignActReference: '* La ley sobre las firmas electrónicas en el comercio mundial y nacional (Electronic Signatures in Global and National Commerce Act), 15 U.S.C. §7001 y siguientes ("Ley de firma electrónica") se aprobó el 30 de junio de 2000 y proporciona una norma general para la validación de firmas y registros electrónicos en transacciones comerciales interestatales o extranjeras o que sean determinantes para dicho comercio.',
|
|
8465
8464
|
notRequired: "No necesario",
|
|
8466
8465
|
notRequiredOrNotIssued: "No es necesario o no se ha emitido",
|
|
@@ -8469,7 +8468,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
8469
8468
|
penaltiesOfPerjury: "Bajo pena de perjurio, declaro que he examinado la información de este formulario y, según mi leal saber y entender, es verdadera, correcta y completa. Además, certifico bajo pena de perjurio que:",
|
|
8470
8469
|
retrievingInterviewStatus: "Recuperando el estado de la entrevista...",
|
|
8471
8470
|
taxDocumentationSaved: "Su documentación fiscal se ha guardado"
|
|
8472
|
-
},
|
|
8471
|
+
}, jc = {
|
|
8473
8472
|
countryMustBeAResidenceCountry: "El país debe ser un país de residencia",
|
|
8474
8473
|
formHasErrors: "Revise los errores anteriores",
|
|
8475
8474
|
invalid: "No válido",
|
|
@@ -8492,7 +8491,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
8492
8491
|
tooLong: "Demasiado largo",
|
|
8493
8492
|
tooShort: "Demasiado corto",
|
|
8494
8493
|
vatinMustNotMatchResidencyTin: "El número de IVA no debe coincidir con el TIN"
|
|
8495
|
-
},
|
|
8494
|
+
}, _c = {
|
|
8496
8495
|
eligibleForTreatyClaim_yes: "Sí, soy elegible para reclamar beneficios del tratado",
|
|
8497
8496
|
eligibleForTreatyClaim_no: "No, no soy elegible para reclamar beneficios del tratado",
|
|
8498
8497
|
BUSINESS_PROFITS: "Beneficios comerciales",
|
|
@@ -8602,7 +8601,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
8602
8601
|
usPersonElection_no: "No, no elijo ser tratado como una persona estadounidense",
|
|
8603
8602
|
providesAdditionalDocumentation_yes: "Sí, proporcionaré certificados de retención adicionales y/o otra documentación, junto con una declaración de retención",
|
|
8604
8603
|
providesAdditionalDocumentation_no: "No, no proporcionaré certificados de retención adicionales y/o otra documentación, junto con una declaración de retención"
|
|
8605
|
-
},
|
|
8604
|
+
}, zc = {
|
|
8606
8605
|
accountHolderUsAccountType_SOLE_PROPRIETOR: "Un propietario único es alguien que posee un negocio no incorporado por sí mismo.",
|
|
8607
8606
|
accountHolderUsAccountType_SM_LLC: "Una SMLLC es una LLC de un solo miembro que no elige ser tratada como una corporación.",
|
|
8608
8607
|
accountHolderUsAccountType_DISREGARDED_ENTITY: "Una entidad no reconocida es una entidad que no se considera separada de su propietario único para fines fiscales.",
|
|
@@ -8615,17 +8614,17 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
8615
8614
|
accountHolderAccountOwnerType_INTERMEDIARY: "Un intermediario es una entidad de paso que recibe pagos en nombre de los beneficiarios efectivos finales. Esto generalmente incluye asociaciones y fideicomisos.",
|
|
8616
8615
|
regardedOwnerAccountOwnerType_ENTITY: "Una entidad generalmente se refiere a cualquier entidad legal que sea el beneficiario efectivo de un monto pagado, como una corporación o un gobierno.",
|
|
8617
8616
|
regardedOwnerAccountOwnerType_INTERMEDIARY: "Un intermediario es una entidad de paso que recibe pagos en nombre de los beneficiarios efectivos finales. Esto generalmente incluye asociaciones y fideicomisos."
|
|
8618
|
-
},
|
|
8619
|
-
button:
|
|
8620
|
-
prompt:
|
|
8621
|
-
subPrompt:
|
|
8622
|
-
subTitle:
|
|
8623
|
-
title:
|
|
8624
|
-
text:
|
|
8625
|
-
error:
|
|
8626
|
-
option:
|
|
8627
|
-
subOption:
|
|
8628
|
-
},
|
|
8617
|
+
}, Sc = {
|
|
8618
|
+
button: Oc,
|
|
8619
|
+
prompt: Rc,
|
|
8620
|
+
subPrompt: Ac,
|
|
8621
|
+
subTitle: bc,
|
|
8622
|
+
title: Ec,
|
|
8623
|
+
text: Pc,
|
|
8624
|
+
error: jc,
|
|
8625
|
+
option: _c,
|
|
8626
|
+
subOption: zc
|
|
8627
|
+
}, Va = () => Sc, wc = {}, Hc = () => U(Va(), wc), Fc = {
|
|
8629
8628
|
back: "Tagasi",
|
|
8630
8629
|
cancel: "Tühista",
|
|
8631
8630
|
edit: "Muuda",
|
|
@@ -9461,10 +9460,10 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
9461
9460
|
error: uu,
|
|
9462
9461
|
option: mu,
|
|
9463
9462
|
subOption: pu
|
|
9464
|
-
},
|
|
9463
|
+
}, zi = () => gu, fu = {}, yu = {}, Tu = {
|
|
9465
9464
|
prompt: fu,
|
|
9466
9465
|
subPrompt: yu
|
|
9467
|
-
}, vu = () => U(
|
|
9466
|
+
}, vu = () => U(zi(), Tu), hu = {
|
|
9468
9467
|
submit: "Soumettre"
|
|
9469
9468
|
}, Iu = {
|
|
9470
9469
|
addAdditionalResidence: "Ajouter une résidence supplémentaire",
|
|
@@ -9517,7 +9516,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
9517
9516
|
title: ku,
|
|
9518
9517
|
text: Ou,
|
|
9519
9518
|
error: Ru
|
|
9520
|
-
}, bu = () => U(
|
|
9519
|
+
}, bu = () => U(zi(), Au), Eu = {
|
|
9521
9520
|
back: "Ar ais",
|
|
9522
9521
|
cancel: "Cealaigh",
|
|
9523
9522
|
edit: "Cuir in eagar",
|
|
@@ -11187,7 +11186,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
11187
11186
|
accountHolderSelfCertificationAccountType_FINANCIAL_INSTITUTION: "Een entiteit die financiële activa voor anderen aanhoudt als een substantieel deel van haar bedrijf, deposito's accepteert in de normale gang van zaken, of anderszins investeringsactiviteiten uitvoert voor klanten (d.w.z. handelt, investeert of beheert financiële activa).",
|
|
11188
11187
|
accountHolderSelfCertificationAccountType_ACTIVE_NON_FINANCIAL_ENTITY: "Een niet-financiële entiteit waarvan doorgaans minder dan 50% van het inkomen passief is, en minder dan 50% van de activa passief inkomen genereren.",
|
|
11189
11188
|
accountHolderSelfCertificationAccountType_PASSIVE_NON_FINANCIAL_ENTITY: "'Elke niet-financiële entiteit die geen actieve NFE is, wat over het algemeen betekent dat meer dan 50% van het bruto-inkomen passief inkomen is, zoals rente, dividenden, vermogenswinsten of inkomen uit financiële activa."
|
|
11190
|
-
},
|
|
11189
|
+
}, Ga = {
|
|
11191
11190
|
button: Jm,
|
|
11192
11191
|
prompt: Zm,
|
|
11193
11192
|
subPrompt: Xm,
|
|
@@ -11197,7 +11196,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
11197
11196
|
error: tp,
|
|
11198
11197
|
option: ap,
|
|
11199
11198
|
subOption: op
|
|
11200
|
-
},
|
|
11199
|
+
}, Ya = () => U(V, Ga), rp = () => U(Ya(), Ga), sp = {
|
|
11201
11200
|
back: "Tilbake",
|
|
11202
11201
|
cancel: "Avbryt",
|
|
11203
11202
|
edit: "Rediger",
|
|
@@ -12668,22 +12667,22 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
12668
12667
|
option: Ag,
|
|
12669
12668
|
subOption: bg
|
|
12670
12669
|
}, Pg = () => U(V, Eg), hi = {
|
|
12671
|
-
bg: () =>
|
|
12672
|
-
cs: () =>
|
|
12673
|
-
da: () =>
|
|
12674
|
-
"de-at": () =>
|
|
12675
|
-
de: () =>
|
|
12676
|
-
el: () =>
|
|
12677
|
-
"el-cy": () =>
|
|
12678
|
-
en: () =>
|
|
12679
|
-
"en-gb": () =>
|
|
12680
|
-
"en-nz": () =>
|
|
12681
|
-
"en-us": () =>
|
|
12682
|
-
es: () =>
|
|
12670
|
+
bg: () => Zl(),
|
|
12671
|
+
cs: () => cd(),
|
|
12672
|
+
da: () => Cd(),
|
|
12673
|
+
"de-at": () => $d(),
|
|
12674
|
+
de: () => qa(),
|
|
12675
|
+
el: () => Ba(),
|
|
12676
|
+
"el-cy": () => lc(),
|
|
12677
|
+
en: () => Ht(),
|
|
12678
|
+
"en-gb": () => Nc(),
|
|
12679
|
+
"en-nz": () => kc(),
|
|
12680
|
+
"en-us": () => Ht(),
|
|
12681
|
+
es: () => Va(),
|
|
12683
12682
|
"es-mx": () => Hc(),
|
|
12684
12683
|
et: () => Yc(),
|
|
12685
12684
|
fi: () => au(),
|
|
12686
|
-
fr: () =>
|
|
12685
|
+
fr: () => zi(),
|
|
12687
12686
|
"fr-ca": () => vu(),
|
|
12688
12687
|
"fr-lu": () => bu(),
|
|
12689
12688
|
ga: () => Lu(),
|
|
@@ -12694,7 +12693,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
12694
12693
|
lv: () => Mm(),
|
|
12695
12694
|
mt: () => Qm(),
|
|
12696
12695
|
"nl-be": () => rp(),
|
|
12697
|
-
nl: () =>
|
|
12696
|
+
nl: () => Ya(),
|
|
12698
12697
|
no: () => Tp(),
|
|
12699
12698
|
pl: () => Ep(),
|
|
12700
12699
|
pt: () => Mp(),
|
|
@@ -12737,14 +12736,14 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
12737
12736
|
return a || (console.log(
|
|
12738
12737
|
'Missing button for key: "' + e + '" in locale: "' + n + '"'
|
|
12739
12738
|
), e);
|
|
12740
|
-
},
|
|
12739
|
+
}, Ft = (e, i, n) => {
|
|
12741
12740
|
if (!e)
|
|
12742
12741
|
return "";
|
|
12743
12742
|
const a = he(i, n).option[e];
|
|
12744
12743
|
return a || (console.log(
|
|
12745
12744
|
'Missing option for key: "' + e + '" in locale: "' + n + '"'
|
|
12746
12745
|
), e);
|
|
12747
|
-
},
|
|
12746
|
+
}, Ut = (e, i, n) => {
|
|
12748
12747
|
if (!e)
|
|
12749
12748
|
return "";
|
|
12750
12749
|
const a = he(i, n).subOption[e];
|
|
@@ -12786,7 +12785,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
12786
12785
|
controllingPerson3Role: "role",
|
|
12787
12786
|
controllingPerson4Role: "role",
|
|
12788
12787
|
controllingPerson5Role: "role"
|
|
12789
|
-
},
|
|
12788
|
+
}, Wa = (e, i, n) => {
|
|
12790
12789
|
const a = (O) => {
|
|
12791
12790
|
const z = ii(e);
|
|
12792
12791
|
return z[O] ? z[O] : O;
|
|
@@ -12821,16 +12820,16 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
12821
12820
|
if (!O)
|
|
12822
12821
|
return;
|
|
12823
12822
|
const M = z ? `${z}_${O}` : O;
|
|
12824
|
-
return
|
|
12823
|
+
return Ft(M, e, i) ? Ft(M, e, i) : M;
|
|
12825
12824
|
},
|
|
12826
12825
|
getLocalSubOption: (O) => {
|
|
12827
12826
|
if (O)
|
|
12828
|
-
return
|
|
12827
|
+
return Ut(O, e, i) ? Ut(O, e, i) : "";
|
|
12829
12828
|
},
|
|
12830
|
-
getLocalCountry: (O) =>
|
|
12831
|
-
getLocalUsState: (O) =>
|
|
12832
|
-
getLocalCaProvince: (O) =>
|
|
12833
|
-
getLocalMonth: (O) =>
|
|
12829
|
+
getLocalCountry: (O) => Zt(O, i),
|
|
12830
|
+
getLocalUsState: (O) => pa(O),
|
|
12831
|
+
getLocalCaProvince: (O) => Kt(O, i),
|
|
12832
|
+
getLocalMonth: (O) => aa(O, i),
|
|
12834
12833
|
getLocalAddressTitle: (O) => {
|
|
12835
12834
|
const z = n === "SELF-CERT", { isBuildingW9: M, isBuildingW8: Z } = te(O);
|
|
12836
12835
|
return c(
|
|
@@ -12853,11 +12852,11 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
12853
12852
|
dateFormat: u = "mdy"
|
|
12854
12853
|
}) => {
|
|
12855
12854
|
const T = Ci(e || {}), [p, m] = $(
|
|
12856
|
-
|
|
12855
|
+
Et(i, r)
|
|
12857
12856
|
), [N, R] = $(), [A, v] = $(
|
|
12858
|
-
|
|
12857
|
+
wt(e || {}, r, l)
|
|
12859
12858
|
), [k, _] = $(s), [F, O] = $(!1), { isBuildingW9: z, isBuildingW8: M } = te(A), Z = (L) => {
|
|
12860
|
-
m(
|
|
12859
|
+
m(Et(L, r));
|
|
12861
12860
|
}, K = (L) => ({
|
|
12862
12861
|
AccountHolderContact: "accountHolderContactInformation",
|
|
12863
12862
|
AccountHolderTax: "accountHolderTaxInformation",
|
|
@@ -12878,7 +12877,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
12878
12877
|
Summary: "summary"
|
|
12879
12878
|
})[L];
|
|
12880
12879
|
Y(() => {
|
|
12881
|
-
const { getLocalTitle: L } =
|
|
12880
|
+
const { getLocalTitle: L } = Wa(A, p, r), re = Ti(A, l, r), Te = re.indexOf(k);
|
|
12882
12881
|
R({
|
|
12883
12882
|
stepNumber: Te + 1,
|
|
12884
12883
|
stepIndex: Te,
|
|
@@ -12895,7 +12894,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
12895
12894
|
const x = async (L) => {
|
|
12896
12895
|
a && (O(!0), await a(L), O(!1));
|
|
12897
12896
|
}, X = async (L) => {
|
|
12898
|
-
v(L), await x(
|
|
12897
|
+
v(L), await x(ul(L, r));
|
|
12899
12898
|
}, oe = (L) => {
|
|
12900
12899
|
const re = Ti(L, l, r), Te = re.indexOf(k), ke = Te >= 0 ? re[Te + 1] : "Summary";
|
|
12901
12900
|
_(ke);
|
|
@@ -12912,7 +12911,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
12912
12911
|
return L.indexOf(k) > 0 ? () => {
|
|
12913
12912
|
_((re) => L[L.indexOf(re) - 1]);
|
|
12914
12913
|
} : void 0;
|
|
12915
|
-
}, [A, k, r, l]), S =
|
|
12914
|
+
}, [A, k, r, l]), S = wt(
|
|
12916
12915
|
T.current,
|
|
12917
12916
|
r,
|
|
12918
12917
|
l
|
|
@@ -12939,15 +12938,15 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
12939
12938
|
treatyClaims: l,
|
|
12940
12939
|
dateFormat: u
|
|
12941
12940
|
};
|
|
12942
|
-
},
|
|
12943
|
-
const e =
|
|
12941
|
+
}, Ka = () => {
|
|
12942
|
+
const e = ro(void 0);
|
|
12944
12943
|
return [() => {
|
|
12945
|
-
const n =
|
|
12944
|
+
const n = so(e);
|
|
12946
12945
|
if (n === void 0)
|
|
12947
12946
|
throw new Error("useCtx must be inside a Provider with a value");
|
|
12948
12947
|
return n;
|
|
12949
12948
|
}, e.Provider];
|
|
12950
|
-
}, [q, Lg] =
|
|
12949
|
+
}, [q, Lg] = Ka(), Mg = ({
|
|
12951
12950
|
data: e = {},
|
|
12952
12951
|
externalValidations: i,
|
|
12953
12952
|
onSubmit: n,
|
|
@@ -13020,7 +13019,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
13020
13019
|
treatyClaims: r,
|
|
13021
13020
|
dateFormat: c
|
|
13022
13021
|
} = q(), [l, u] = $(i), [T, p] = $(!1), [m, N] = $(/* @__PURE__ */ new Set()), R = We(
|
|
13023
|
-
() =>
|
|
13022
|
+
() => Nl(l, n, r),
|
|
13024
13023
|
[l, n, r]
|
|
13025
13024
|
), A = We(
|
|
13026
13025
|
() => Object.fromEntries(
|
|
@@ -13028,7 +13027,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
13028
13027
|
),
|
|
13029
13028
|
[m]
|
|
13030
13029
|
), v = We(() => {
|
|
13031
|
-
const P =
|
|
13030
|
+
const P = ja(l, n);
|
|
13032
13031
|
return Object.fromEntries(
|
|
13033
13032
|
Object.keys(A).map((E) => [
|
|
13034
13033
|
E,
|
|
@@ -13036,7 +13035,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
13036
13035
|
])
|
|
13037
13036
|
);
|
|
13038
13037
|
}, [l, A, n]), k = We(() => {
|
|
13039
|
-
const P =
|
|
13038
|
+
const P = hl(
|
|
13040
13039
|
l,
|
|
13041
13040
|
n,
|
|
13042
13041
|
a
|
|
@@ -13044,7 +13043,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
13044
13043
|
return Object.fromEntries(
|
|
13045
13044
|
Object.keys(A).map((E) => [E, P[E]]).filter(([, E]) => E)
|
|
13046
13045
|
);
|
|
13047
|
-
}, [l, A, n, a]), _ =
|
|
13046
|
+
}, [l, A, n, a]), _ = qt(
|
|
13048
13047
|
(P, E) => {
|
|
13049
13048
|
if (/controllingPerson[1234]ShowFields/.test(P) && E === void 0) {
|
|
13050
13049
|
const S = Yg(P);
|
|
@@ -13098,7 +13097,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
13098
13097
|
p(!0);
|
|
13099
13098
|
}, z = () => {
|
|
13100
13099
|
p(!1);
|
|
13101
|
-
}, M = Object.keys(k).length === 0, Z =
|
|
13100
|
+
}, M = Object.keys(k).length === 0, Z = Wa(l, e, n), K = (P) => Z.getLocalPrompt(P) + (v[P] ? "*" : ""), x = (P) => {
|
|
13102
13101
|
m.has(P) || N((E) => /* @__PURE__ */ new Set([...E, P]));
|
|
13103
13102
|
}, X = (P) => {
|
|
13104
13103
|
m.has(P) && N((E) => new Set([...E].filter((S) => S !== P))), _(P, void 0);
|
|
@@ -13129,7 +13128,7 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
13129
13128
|
dateFormat: c,
|
|
13130
13129
|
...Z
|
|
13131
13130
|
};
|
|
13132
|
-
}, [b, Kg] =
|
|
13131
|
+
}, [b, Kg] = Ka(), ae = ({
|
|
13133
13132
|
children: e
|
|
13134
13133
|
}) => /* @__PURE__ */ t(Kg, { value: Wg(), children: e }), Qg = ({ address: e, className: i }) => {
|
|
13135
13134
|
const { getLocalCountry: n, getLocalUsState: a, getLocalCaProvince: o } = b(), s = e.country === "US" ? a(e.state) : e.country === "CA" ? o(e.state) : e.state;
|
|
@@ -13143,14 +13142,14 @@ const le = (e) => e === void 0 || e === "" || e === null, H = (e) => !le(e), G =
|
|
|
13143
13142
|
] }),
|
|
13144
13143
|
e.country && /* @__PURE__ */ t("div", { children: n(e.country) })
|
|
13145
13144
|
] });
|
|
13146
|
-
},
|
|
13145
|
+
}, Qa = ({ message: e }) => /* @__PURE__ */ I(Ke, { children: [
|
|
13147
13146
|
/* @__PURE__ */ t("p", { children: "There was an error loading the Questionnaire" }),
|
|
13148
13147
|
e && /* @__PURE__ */ t("p", { children: e })
|
|
13149
13148
|
] });
|
|
13150
|
-
class
|
|
13149
|
+
class Lt extends lo {
|
|
13151
13150
|
constructor() {
|
|
13152
13151
|
super(...arguments);
|
|
13153
|
-
|
|
13152
|
+
yt(this, "state", {
|
|
13154
13153
|
hasError: !1,
|
|
13155
13154
|
errorMessage: void 0
|
|
13156
13155
|
});
|
|
@@ -13166,7 +13165,7 @@ class Mt extends so {
|
|
|
13166
13165
|
this.state.hasError = !1;
|
|
13167
13166
|
}
|
|
13168
13167
|
render() {
|
|
13169
|
-
return this.state.hasError ? /* @__PURE__ */ t(
|
|
13168
|
+
return this.state.hasError ? /* @__PURE__ */ t(Qa, { message: this.state.errorMessage }) : this.props.children;
|
|
13170
13169
|
}
|
|
13171
13170
|
}
|
|
13172
13171
|
const D = ({ name: e }) => {
|
|
@@ -13176,7 +13175,7 @@ const D = ({ name: e }) => {
|
|
|
13176
13175
|
isShowingErrorsForField: a,
|
|
13177
13176
|
getLocalError: o
|
|
13178
13177
|
} = b(), s = i[e] ? i[e].map((r) => o(r)) : void 0;
|
|
13179
|
-
return s && (n || a(e)) ? /* @__PURE__ */ t("div", { className: "taxbit-error-message", children: s.map((r, c) => /* @__PURE__ */ I(
|
|
13178
|
+
return s && (n || a(e)) ? /* @__PURE__ */ t("div", { className: "taxbit-error-message", children: s.map((r, c) => /* @__PURE__ */ I(Bt, { children: [
|
|
13180
13179
|
r,
|
|
13181
13180
|
s.length !== c + 1 && /* @__PURE__ */ t("br", {})
|
|
13182
13181
|
] }, r)) }) : null;
|
|
@@ -13206,14 +13205,14 @@ const D = ({ name: e }) => {
|
|
|
13206
13205
|
), ue = ({
|
|
13207
13206
|
children: e,
|
|
13208
13207
|
className: i
|
|
13209
|
-
}) => /* @__PURE__ */ t("div", { className: fe(i, "taxbit-input-status"), children: e }), Jg = (e) => e.localName !== void 0,
|
|
13208
|
+
}) => /* @__PURE__ */ t("div", { className: fe(i, "taxbit-input-status"), children: e }), Jg = (e) => e.localName !== void 0, Ja = (e) => e.map((i, n) => {
|
|
13210
13209
|
if (Jg(i)) {
|
|
13211
13210
|
const a = { key: `${n}` }, { localName: o, childNodes: s, attributes: r } = i;
|
|
13212
13211
|
r && Array.from(r).forEach((l) => {
|
|
13213
13212
|
l.name && l.nodeValue && (a[l.name] = l.nodeValue);
|
|
13214
13213
|
});
|
|
13215
|
-
const c = s && s.length > 0 ?
|
|
13216
|
-
return
|
|
13214
|
+
const c = s && s.length > 0 ? Ja(Array.from(s)) : void 0;
|
|
13215
|
+
return Dt.createElement(o, a, c);
|
|
13217
13216
|
}
|
|
13218
13217
|
return i.nodeValue;
|
|
13219
13218
|
}), ze = ({ val: e }) => {
|
|
@@ -13222,8 +13221,8 @@ const D = ({ name: e }) => {
|
|
|
13222
13221
|
const i = Array.from(
|
|
13223
13222
|
new DOMParser().parseFromString(e, "text/html").body.childNodes
|
|
13224
13223
|
);
|
|
13225
|
-
return
|
|
13226
|
-
},
|
|
13224
|
+
return Ja(i);
|
|
13225
|
+
}, Si = ({
|
|
13227
13226
|
label: e,
|
|
13228
13227
|
subLabel: i,
|
|
13229
13228
|
value: n,
|
|
@@ -13384,13 +13383,13 @@ const D = ({ name: e }) => {
|
|
|
13384
13383
|
/* @__PURE__ */ t(D, { name: n })
|
|
13385
13384
|
] });
|
|
13386
13385
|
}, Xg = (e) => {
|
|
13387
|
-
const { config: i, language: n } = q(), { fields: a, setValue: o } = b(), s = (i == null ? void 0 : i.minimumAge) || 0, r = a[e] || "", c = r.split("/")[0] || "", l = r.split("/")[1] || "", u = r.split("/")[2] || "", T = c !== "" ?
|
|
13386
|
+
const { config: i, language: n } = q(), { fields: a, setValue: o } = b(), s = (i == null ? void 0 : i.minimumAge) || 0, r = a[e] || "", c = r.split("/")[0] || "", l = r.split("/")[1] || "", u = r.split("/")[2] || "", T = c !== "" ? Pt(
|
|
13388
13387
|
parseInt(c),
|
|
13389
13388
|
u !== "" ? parseInt(u) : void 0
|
|
13390
|
-
) :
|
|
13389
|
+
) : Ot.length, p = is(n), m = (v, k, _) => {
|
|
13391
13390
|
if (!k)
|
|
13392
13391
|
return !0;
|
|
13393
|
-
const F =
|
|
13392
|
+
const F = Pt(
|
|
13394
13393
|
parseInt(k),
|
|
13395
13394
|
H(_) ? parseInt(_) : void 0
|
|
13396
13395
|
);
|
|
@@ -13418,8 +13417,8 @@ const D = ({ name: e }) => {
|
|
|
13418
13417
|
`${c || ""}/${m(l, c, k) ? l : ""}/${k}`
|
|
13419
13418
|
);
|
|
13420
13419
|
},
|
|
13421
|
-
dayOptions:
|
|
13422
|
-
birthYearOptions:
|
|
13420
|
+
dayOptions: Ot.slice(0, T),
|
|
13421
|
+
birthYearOptions: ka(s),
|
|
13423
13422
|
monthOptions: p
|
|
13424
13423
|
};
|
|
13425
13424
|
}, ef = ({
|
|
@@ -13550,7 +13549,7 @@ const D = ({ name: e }) => {
|
|
|
13550
13549
|
}[p] }),
|
|
13551
13550
|
/* @__PURE__ */ t(D, { name: e })
|
|
13552
13551
|
] });
|
|
13553
|
-
},
|
|
13552
|
+
}, wi = ({
|
|
13554
13553
|
name: e,
|
|
13555
13554
|
onChange: i,
|
|
13556
13555
|
format: n,
|
|
@@ -13612,7 +13611,7 @@ const D = ({ name: e }) => {
|
|
|
13612
13611
|
n
|
|
13613
13612
|
] });
|
|
13614
13613
|
}, Ie = ({ name: e }) => {
|
|
13615
|
-
const { fields: i } = b(), n =
|
|
13614
|
+
const { fields: i } = b(), n = Vs(i[e]);
|
|
13616
13615
|
return /* @__PURE__ */ I(ue, { children: [
|
|
13617
13616
|
n,
|
|
13618
13617
|
/* @__PURE__ */ t(D, { name: e })
|
|
@@ -13755,7 +13754,7 @@ const D = ({ name: e }) => {
|
|
|
13755
13754
|
className: i
|
|
13756
13755
|
}
|
|
13757
13756
|
) : a || /* @__PURE__ */ t(
|
|
13758
|
-
|
|
13757
|
+
Hi,
|
|
13759
13758
|
{
|
|
13760
13759
|
name: e,
|
|
13761
13760
|
disabled: o,
|
|
@@ -13765,7 +13764,7 @@ const D = ({ name: e }) => {
|
|
|
13765
13764
|
),
|
|
13766
13765
|
/* @__PURE__ */ t(of, { onClick: () => r((c) => !c) })
|
|
13767
13766
|
] });
|
|
13768
|
-
},
|
|
13767
|
+
}, Hi = ({
|
|
13769
13768
|
name: e,
|
|
13770
13769
|
className: i,
|
|
13771
13770
|
onChange: n,
|
|
@@ -13797,7 +13796,7 @@ const D = ({ name: e }) => {
|
|
|
13797
13796
|
/* @__PURE__ */ t(D, { name: e }),
|
|
13798
13797
|
a ? /* @__PURE__ */ t("div", { className: "taxbit-input-status-footer", children: a }) : null
|
|
13799
13798
|
] });
|
|
13800
|
-
},
|
|
13799
|
+
}, Fi = ({ name: e }) => {
|
|
13801
13800
|
const { fields: i, setValue: n, getLocalPrompt: a } = b(), o = i[e];
|
|
13802
13801
|
return /* @__PURE__ */ t(
|
|
13803
13802
|
"button",
|
|
@@ -13813,7 +13812,7 @@ const D = ({ name: e }) => {
|
|
|
13813
13812
|
children: a(e)
|
|
13814
13813
|
}
|
|
13815
13814
|
);
|
|
13816
|
-
},
|
|
13815
|
+
}, Mt = [
|
|
13817
13816
|
"City",
|
|
13818
13817
|
"State",
|
|
13819
13818
|
"Street",
|
|
@@ -13830,13 +13829,13 @@ const D = ({ name: e }) => {
|
|
|
13830
13829
|
requiredFields: l
|
|
13831
13830
|
} = b(), u = !!a[i], T = l[i];
|
|
13832
13831
|
return Y(() => {
|
|
13833
|
-
u ? (s(i),
|
|
13832
|
+
u ? (s(i), Mt.forEach((p) => {
|
|
13834
13833
|
s(`${i}${p}`);
|
|
13835
|
-
})) : (r(i),
|
|
13834
|
+
})) : (r(i), Mt.forEach((p) => {
|
|
13836
13835
|
r(`${i}${p}`);
|
|
13837
13836
|
}));
|
|
13838
13837
|
}, [u, s, r, i]), u ? /* @__PURE__ */ t(
|
|
13839
|
-
|
|
13838
|
+
Si,
|
|
13840
13839
|
{
|
|
13841
13840
|
label: n ? `${n}${T ? "*" : ""}` : o(i),
|
|
13842
13841
|
onEdit: e,
|
|
@@ -13877,7 +13876,7 @@ const D = ({ name: e }) => {
|
|
|
13877
13876
|
return Y(() => {
|
|
13878
13877
|
p ? c(n) : l(n);
|
|
13879
13878
|
}, [p, n, c, l]), p && o ? /* @__PURE__ */ t(
|
|
13880
|
-
|
|
13879
|
+
Si,
|
|
13881
13880
|
{
|
|
13882
13881
|
name: n,
|
|
13883
13882
|
label: e ? u(n) : a,
|
|
@@ -13906,13 +13905,13 @@ const D = ({ name: e }) => {
|
|
|
13906
13905
|
indicateRequired: !n
|
|
13907
13906
|
}
|
|
13908
13907
|
) });
|
|
13909
|
-
},
|
|
13908
|
+
}, Ui = ({
|
|
13910
13909
|
label: e,
|
|
13911
13910
|
subLabel: i,
|
|
13912
13911
|
name: n
|
|
13913
13912
|
}) => {
|
|
13914
13913
|
const { isShowingErrors: a, invalidFields: o, getLocalError: s } = b(), r = o[n] ? o[n].map((c) => s(c)) : void 0;
|
|
13915
|
-
return /* @__PURE__ */ t(y, { name: n, label: e, subLabel: i, children: a && r && /* @__PURE__ */ t(ue, { children: /* @__PURE__ */ t("div", { className: "taxbit-error-message", children: r.map((c, l) => /* @__PURE__ */ I(
|
|
13914
|
+
return /* @__PURE__ */ t(y, { name: n, label: e, subLabel: i, children: a && r && /* @__PURE__ */ t(ue, { children: /* @__PURE__ */ t("div", { className: "taxbit-error-message", children: r.map((c, l) => /* @__PURE__ */ I(Bt, { children: [
|
|
13916
13915
|
c,
|
|
13917
13916
|
r.length !== l + 1 && /* @__PURE__ */ t("br", {})
|
|
13918
13917
|
] }, c)) }) }) });
|
|
@@ -13926,7 +13925,7 @@ const D = ({ name: e }) => {
|
|
|
13926
13925
|
disabled: a,
|
|
13927
13926
|
defaultValue: o
|
|
13928
13927
|
}) => /* @__PURE__ */ t(y, { name: e, label: i, subLabel: n, children: /* @__PURE__ */ t(
|
|
13929
|
-
|
|
13928
|
+
Hi,
|
|
13930
13929
|
{
|
|
13931
13930
|
name: e,
|
|
13932
13931
|
onChange: cf,
|
|
@@ -13984,27 +13983,27 @@ const D = ({ name: e }) => {
|
|
|
13984
13983
|
disabled: o,
|
|
13985
13984
|
defaultValue: s
|
|
13986
13985
|
}) => /* @__PURE__ */ t(y, { name: e, label: i, subLabel: n, children: /* @__PURE__ */ t(
|
|
13987
|
-
|
|
13986
|
+
Hi,
|
|
13988
13987
|
{
|
|
13989
13988
|
name: e,
|
|
13990
13989
|
onChange: a,
|
|
13991
13990
|
disabled: o,
|
|
13992
13991
|
defaultValue: s
|
|
13993
13992
|
}
|
|
13994
|
-
) }),
|
|
13993
|
+
) }), Za = ({ name: e }) => /* @__PURE__ */ t(Si, { name: e, children: /* @__PURE__ */ t(Fi, { name: e }) }), Xa = ({
|
|
13995
13994
|
prefix: e,
|
|
13996
13995
|
country: i,
|
|
13997
13996
|
typeOfIncome: n
|
|
13998
13997
|
}) => {
|
|
13999
|
-
const a =
|
|
13998
|
+
const a = ta(i, n), o = [
|
|
14000
13999
|
{
|
|
14001
14000
|
value: "30%",
|
|
14002
14001
|
label: "30%"
|
|
14003
14002
|
}
|
|
14004
14003
|
];
|
|
14005
14004
|
return a && o.unshift({
|
|
14006
|
-
value:
|
|
14007
|
-
label:
|
|
14005
|
+
value: vt(i, n),
|
|
14006
|
+
label: vt(i, n)
|
|
14008
14007
|
}), /* @__PURE__ */ t(
|
|
14009
14008
|
w,
|
|
14010
14009
|
{
|
|
@@ -14020,7 +14019,7 @@ const D = ({ name: e }) => {
|
|
|
14020
14019
|
const { language: i, setLanguage: n } = q(), a = (s) => {
|
|
14021
14020
|
const r = s.target.value;
|
|
14022
14021
|
n(r);
|
|
14023
|
-
}, o = e === "W-FORM" ?
|
|
14022
|
+
}, o = e === "W-FORM" ? Ia : ha;
|
|
14024
14023
|
return o ? /* @__PURE__ */ t(
|
|
14025
14024
|
"select",
|
|
14026
14025
|
{
|
|
@@ -14193,7 +14192,7 @@ const D = ({ name: e }) => {
|
|
|
14193
14192
|
w,
|
|
14194
14193
|
{
|
|
14195
14194
|
name: "accountHolderSelfCertificationAccountType",
|
|
14196
|
-
options:
|
|
14195
|
+
options: Ds,
|
|
14197
14196
|
label: !0
|
|
14198
14197
|
}
|
|
14199
14198
|
),
|
|
@@ -14201,7 +14200,7 @@ const D = ({ name: e }) => {
|
|
|
14201
14200
|
w,
|
|
14202
14201
|
{
|
|
14203
14202
|
name: "accountHolderFinancialInstitutionType",
|
|
14204
|
-
options:
|
|
14203
|
+
options: Us,
|
|
14205
14204
|
label: !0
|
|
14206
14205
|
}
|
|
14207
14206
|
),
|
|
@@ -14242,7 +14241,7 @@ const D = ({ name: e }) => {
|
|
|
14242
14241
|
w,
|
|
14243
14242
|
{
|
|
14244
14243
|
name: "accountHolderUsAccountType",
|
|
14245
|
-
options:
|
|
14244
|
+
options: qs,
|
|
14246
14245
|
label: !0
|
|
14247
14246
|
}
|
|
14248
14247
|
),
|
|
@@ -14259,7 +14258,7 @@ const D = ({ name: e }) => {
|
|
|
14259
14258
|
w,
|
|
14260
14259
|
{
|
|
14261
14260
|
name: "accountHolderUsLlcClassification",
|
|
14262
|
-
options:
|
|
14261
|
+
options: At,
|
|
14263
14262
|
label: !0
|
|
14264
14263
|
}
|
|
14265
14264
|
),
|
|
@@ -14284,7 +14283,7 @@ const D = ({ name: e }) => {
|
|
|
14284
14283
|
w,
|
|
14285
14284
|
{
|
|
14286
14285
|
name: "accountHolderAccountOwnerType",
|
|
14287
|
-
options:
|
|
14286
|
+
options: kt,
|
|
14288
14287
|
label: !0
|
|
14289
14288
|
}
|
|
14290
14289
|
),
|
|
@@ -14292,7 +14291,7 @@ const D = ({ name: e }) => {
|
|
|
14292
14291
|
w,
|
|
14293
14292
|
{
|
|
14294
14293
|
name: "accountHolderEntityAccountType",
|
|
14295
|
-
options:
|
|
14294
|
+
options: zs,
|
|
14296
14295
|
label: !0
|
|
14297
14296
|
}
|
|
14298
14297
|
),
|
|
@@ -14300,7 +14299,7 @@ const D = ({ name: e }) => {
|
|
|
14300
14299
|
w,
|
|
14301
14300
|
{
|
|
14302
14301
|
name: "accountHolderIntermediaryAccountType",
|
|
14303
|
-
options:
|
|
14302
|
+
options: Rt,
|
|
14304
14303
|
label: !0
|
|
14305
14304
|
}
|
|
14306
14305
|
),
|
|
@@ -14349,7 +14348,7 @@ const D = ({ name: e }) => {
|
|
|
14349
14348
|
w,
|
|
14350
14349
|
{
|
|
14351
14350
|
name: "regardedOwnerUsAccountType",
|
|
14352
|
-
options:
|
|
14351
|
+
options: Bs,
|
|
14353
14352
|
label: !0
|
|
14354
14353
|
}
|
|
14355
14354
|
),
|
|
@@ -14357,7 +14356,7 @@ const D = ({ name: e }) => {
|
|
|
14357
14356
|
w,
|
|
14358
14357
|
{
|
|
14359
14358
|
name: "regardedOwnerUsLlcClassification",
|
|
14360
|
-
options:
|
|
14359
|
+
options: At,
|
|
14361
14360
|
label: !0
|
|
14362
14361
|
}
|
|
14363
14362
|
),
|
|
@@ -14366,7 +14365,7 @@ const D = ({ name: e }) => {
|
|
|
14366
14365
|
w,
|
|
14367
14366
|
{
|
|
14368
14367
|
name: "regardedOwnerAccountOwnerType",
|
|
14369
|
-
options:
|
|
14368
|
+
options: kt,
|
|
14370
14369
|
label: !0
|
|
14371
14370
|
}
|
|
14372
14371
|
),
|
|
@@ -14374,7 +14373,7 @@ const D = ({ name: e }) => {
|
|
|
14374
14373
|
w,
|
|
14375
14374
|
{
|
|
14376
14375
|
name: "regardedOwnerEntityAccountType",
|
|
14377
|
-
options:
|
|
14376
|
+
options: Ms,
|
|
14378
14377
|
label: !0
|
|
14379
14378
|
}
|
|
14380
14379
|
),
|
|
@@ -14382,7 +14381,7 @@ const D = ({ name: e }) => {
|
|
|
14382
14381
|
w,
|
|
14383
14382
|
{
|
|
14384
14383
|
name: "regardedOwnerIntermediaryAccountType",
|
|
14385
|
-
options:
|
|
14384
|
+
options: Rt,
|
|
14386
14385
|
label: !0
|
|
14387
14386
|
}
|
|
14388
14387
|
),
|
|
@@ -14429,7 +14428,7 @@ const D = ({ name: e }) => {
|
|
|
14429
14428
|
prefix: n,
|
|
14430
14429
|
showIf: a = !0
|
|
14431
14430
|
}) => {
|
|
14432
|
-
const { language: o } = q(), { fields: s, hideErrors: r } = b(), c = te(s), l = s[`${n}Country`], u = Ne(o), T =
|
|
14431
|
+
const { language: o } = q(), { fields: s, hideErrors: r } = b(), c = te(s), l = s[`${n}Country`], u = Ne(o), T = ns(), p = Io(o);
|
|
14433
14432
|
return /* @__PURE__ */ I(ie, { title: e, subTitle: i, showIf: a, children: [
|
|
14434
14433
|
/* @__PURE__ */ t(
|
|
14435
14434
|
J,
|
|
@@ -14459,9 +14458,9 @@ const D = ({ name: e }) => {
|
|
|
14459
14458
|
label: !0
|
|
14460
14459
|
}
|
|
14461
14460
|
),
|
|
14462
|
-
/* @__PURE__ */ t(B, { name: `${n}Zip`, onChange:
|
|
14461
|
+
/* @__PURE__ */ t(B, { name: `${n}Zip`, onChange: Fa, label: !0 })
|
|
14463
14462
|
] });
|
|
14464
|
-
},
|
|
14463
|
+
}, Li = ({
|
|
14465
14464
|
name: e,
|
|
14466
14465
|
label: i,
|
|
14467
14466
|
subLabel: n
|
|
@@ -14496,7 +14495,7 @@ const D = ({ name: e }) => {
|
|
|
14496
14495
|
subLabel: n
|
|
14497
14496
|
}
|
|
14498
14497
|
),
|
|
14499
|
-
/* @__PURE__ */ t(
|
|
14498
|
+
/* @__PURE__ */ t(Li, { name: "accountHolderDateOfBirth", label: !0 }),
|
|
14500
14499
|
/* @__PURE__ */ t(B, { label: !0, name: "accountHolderOptionalCityOfBirth" }),
|
|
14501
14500
|
/* @__PURE__ */ t(
|
|
14502
14501
|
J,
|
|
@@ -14555,7 +14554,7 @@ const D = ({ name: e }) => {
|
|
|
14555
14554
|
more: a,
|
|
14556
14555
|
remove: o
|
|
14557
14556
|
}) => {
|
|
14558
|
-
const { getLocalTitle: s, fields: r, getLocalOption: c } = b(), l = `controllingPerson${e}Name`, u = `controllingPerson${e}Role`, T = `controllingPerson${e}RoleOther`, p = `controllingPerson${e}RoleOtherEquivalent`, m = `controllingPerson${e}OwnershipPercentage`, N = `controllingPerson${e}ShowFields`, R = `controllingPerson${e + 1}ShowFields`, A = `controllingPerson${e}`, v = r.accountHolderEntityType, k =
|
|
14557
|
+
const { getLocalTitle: s, fields: r, getLocalOption: c } = b(), l = `controllingPerson${e}Name`, u = `controllingPerson${e}Role`, T = `controllingPerson${e}RoleOther`, p = `controllingPerson${e}RoleOtherEquivalent`, m = `controllingPerson${e}OwnershipPercentage`, N = `controllingPerson${e}ShowFields`, R = `controllingPerson${e + 1}ShowFields`, A = `controllingPerson${e}`, v = r.accountHolderEntityType, k = Ss(
|
|
14559
14558
|
v
|
|
14560
14559
|
).map((_) => ({
|
|
14561
14560
|
value: _.value,
|
|
@@ -14568,7 +14567,7 @@ const D = ({ name: e }) => {
|
|
|
14568
14567
|
{
|
|
14569
14568
|
title: s(A),
|
|
14570
14569
|
showIf: i,
|
|
14571
|
-
action: o && /* @__PURE__ */ t(
|
|
14570
|
+
action: o && /* @__PURE__ */ t(Fi, { name: N }),
|
|
14572
14571
|
children: [
|
|
14573
14572
|
/* @__PURE__ */ t(B, { label: !0, name: l }),
|
|
14574
14573
|
/* @__PURE__ */ t(
|
|
@@ -14582,7 +14581,7 @@ const D = ({ name: e }) => {
|
|
|
14582
14581
|
/* @__PURE__ */ t(B, { label: !0, name: T }),
|
|
14583
14582
|
/* @__PURE__ */ t(B, { label: !0, name: p }),
|
|
14584
14583
|
/* @__PURE__ */ t(uf, { label: !0, name: m }),
|
|
14585
|
-
i && a && /* @__PURE__ */ t(
|
|
14584
|
+
i && a && /* @__PURE__ */ t(Za, { name: R })
|
|
14586
14585
|
]
|
|
14587
14586
|
}
|
|
14588
14587
|
);
|
|
@@ -14605,7 +14604,7 @@ const D = ({ name: e }) => {
|
|
|
14605
14604
|
(x) => x !== c[`${i}TaxResidenceCountry${e}`]
|
|
14606
14605
|
), z = r.filter(
|
|
14607
14606
|
(x) => !O.includes(x.value)
|
|
14608
|
-
), M =
|
|
14607
|
+
), M = sa.map((x) => ({
|
|
14609
14608
|
value: x,
|
|
14610
14609
|
label: u(`missingTinNotRequiredReason_${x}`)
|
|
14611
14610
|
}));
|
|
@@ -14618,7 +14617,7 @@ const D = ({ name: e }) => {
|
|
|
14618
14617
|
{
|
|
14619
14618
|
title: l(v),
|
|
14620
14619
|
showIf: n,
|
|
14621
|
-
action: s && /* @__PURE__ */ t(
|
|
14620
|
+
action: s && /* @__PURE__ */ t(Fi, { name: A }),
|
|
14622
14621
|
children: [
|
|
14623
14622
|
/* @__PURE__ */ t(
|
|
14624
14623
|
J,
|
|
@@ -14638,7 +14637,7 @@ const D = ({ name: e }) => {
|
|
|
14638
14637
|
disabled: c[N] === "yes",
|
|
14639
14638
|
children: /* @__PURE__ */ I(ue, { children: [
|
|
14640
14639
|
/* @__PURE__ */ t(
|
|
14641
|
-
|
|
14640
|
+
wi,
|
|
14642
14641
|
{
|
|
14643
14642
|
name: m,
|
|
14644
14643
|
format: Z,
|
|
@@ -14654,7 +14653,7 @@ const D = ({ name: e }) => {
|
|
|
14654
14653
|
{
|
|
14655
14654
|
name: m,
|
|
14656
14655
|
label: !0,
|
|
14657
|
-
onChange:
|
|
14656
|
+
onChange: Fa,
|
|
14658
14657
|
disabled: c[N] === "yes"
|
|
14659
14658
|
}
|
|
14660
14659
|
),
|
|
@@ -14675,7 +14674,7 @@ const D = ({ name: e }) => {
|
|
|
14675
14674
|
}
|
|
14676
14675
|
),
|
|
14677
14676
|
/* @__PURE__ */ t(B, { label: !0, name: _ }),
|
|
14678
|
-
n && o && /* @__PURE__ */ t(
|
|
14677
|
+
n && o && /* @__PURE__ */ t(Za, { name: R })
|
|
14679
14678
|
]
|
|
14680
14679
|
}
|
|
14681
14680
|
);
|
|
@@ -14704,7 +14703,7 @@ const D = ({ name: e }) => {
|
|
|
14704
14703
|
label: !0,
|
|
14705
14704
|
children: /* @__PURE__ */ I(ue, { children: [
|
|
14706
14705
|
/* @__PURE__ */ t(
|
|
14707
|
-
|
|
14706
|
+
wi,
|
|
14708
14707
|
{
|
|
14709
14708
|
name: "accountHolderUsTin",
|
|
14710
14709
|
format: p,
|
|
@@ -14789,7 +14788,7 @@ const D = ({ name: e }) => {
|
|
|
14789
14788
|
}
|
|
14790
14789
|
)
|
|
14791
14790
|
] }),
|
|
14792
|
-
/* @__PURE__ */ t(
|
|
14791
|
+
/* @__PURE__ */ t(Ui, { name: "accountHolderTaxResidences" }),
|
|
14793
14792
|
/* @__PURE__ */ t(
|
|
14794
14793
|
ye,
|
|
14795
14794
|
{
|
|
@@ -14930,7 +14929,7 @@ const D = ({ name: e }) => {
|
|
|
14930
14929
|
]
|
|
14931
14930
|
}
|
|
14932
14931
|
);
|
|
14933
|
-
}, Nf = () => /* @__PURE__ */ t(ae, { children: /* @__PURE__ */ t(If, {}) }),
|
|
14932
|
+
}, Nf = () => /* @__PURE__ */ t(ae, { children: /* @__PURE__ */ t(If, {}) }), eo = ({
|
|
14934
14933
|
name: e,
|
|
14935
14934
|
defaultValue: i
|
|
14936
14935
|
}) => {
|
|
@@ -14940,8 +14939,8 @@ const D = ({ name: e }) => {
|
|
|
14940
14939
|
}, [c, e, a, o, s, r, i]), null;
|
|
14941
14940
|
}, Cf = () => {
|
|
14942
14941
|
const { onPersistCollectedData: e, goBack: i, language: n, questionnaire: a } = q(), { fields: o, getLocalTitle: s, getLocalOption: r, setValue: c, hideErrors: l } = b(), { isIndividual: u } = te(o), T = Ne(n).filter(
|
|
14943
|
-
(k) =>
|
|
14944
|
-
), m = (u ?
|
|
14942
|
+
(k) => na.includes(k.value)
|
|
14943
|
+
), m = (u ? Na : Ca).map((k) => ({
|
|
14945
14944
|
...k,
|
|
14946
14945
|
label: r(k.value)
|
|
14947
14946
|
})), N = se.map((k) => ({
|
|
@@ -14958,7 +14957,7 @@ const D = ({ name: e }) => {
|
|
|
14958
14957
|
].forEach((_) => {
|
|
14959
14958
|
c(_, "");
|
|
14960
14959
|
}), l();
|
|
14961
|
-
}, A =
|
|
14960
|
+
}, A = Ta(
|
|
14962
14961
|
o.accountHolderTreatyClaimCountry
|
|
14963
14962
|
), v = A.length > 0;
|
|
14964
14963
|
return /* @__PURE__ */ I(
|
|
@@ -15005,7 +15004,7 @@ const D = ({ name: e }) => {
|
|
|
15005
15004
|
subLabel: !0
|
|
15006
15005
|
}
|
|
15007
15006
|
) : /* @__PURE__ */ t(
|
|
15008
|
-
|
|
15007
|
+
eo,
|
|
15009
15008
|
{
|
|
15010
15009
|
name: "accountHolderTreatyClaimLimitationOnBenefits",
|
|
15011
15010
|
defaultValue: "NO_LOB_ARTICLE"
|
|
@@ -15015,7 +15014,7 @@ const D = ({ name: e }) => {
|
|
|
15015
15014
|
J,
|
|
15016
15015
|
{
|
|
15017
15016
|
name: "accountHolderTreatyClaimLimitationOnBenefitsOtherArticleParagraph",
|
|
15018
|
-
options:
|
|
15017
|
+
options: va(
|
|
15019
15018
|
o.accountHolderTreatyClaimCountry
|
|
15020
15019
|
),
|
|
15021
15020
|
label: !0
|
|
@@ -15030,7 +15029,7 @@ const D = ({ name: e }) => {
|
|
|
15030
15029
|
}
|
|
15031
15030
|
),
|
|
15032
15031
|
/* @__PURE__ */ t(
|
|
15033
|
-
|
|
15032
|
+
Xa,
|
|
15034
15033
|
{
|
|
15035
15034
|
prefix: "accountHolder",
|
|
15036
15035
|
country: o.accountHolderTreatyClaimCountry,
|
|
@@ -15062,7 +15061,7 @@ const D = ({ name: e }) => {
|
|
|
15062
15061
|
children: [
|
|
15063
15062
|
/* @__PURE__ */ I("main", { className: "taxbit-page-main", children: [
|
|
15064
15063
|
/* @__PURE__ */ t(y, { label: !0, name: `controllingPerson${e}Name`, children: /* @__PURE__ */ t(f, { name: `controllingPerson${e}Name` }) }),
|
|
15065
|
-
/* @__PURE__ */ t(
|
|
15064
|
+
/* @__PURE__ */ t(Li, { name: `controllingPerson${e}DateOfBirth`, label: !0 }),
|
|
15066
15065
|
/* @__PURE__ */ t(B, { label: !0, name: `controllingPerson${e}CityOfBirth` }),
|
|
15067
15066
|
/* @__PURE__ */ t(
|
|
15068
15067
|
J,
|
|
@@ -15104,7 +15103,7 @@ const D = ({ name: e }) => {
|
|
|
15104
15103
|
showIf: l[`controllingPerson${e}MailingAddressIsDifferent`] === "yes"
|
|
15105
15104
|
}
|
|
15106
15105
|
),
|
|
15107
|
-
/* @__PURE__ */ t(
|
|
15106
|
+
/* @__PURE__ */ t(Ui, { name: `controllingPerson${e}TaxResidences` }),
|
|
15108
15107
|
/* @__PURE__ */ t(
|
|
15109
15108
|
ye,
|
|
15110
15109
|
{
|
|
@@ -15179,8 +15178,8 @@ const D = ({ name: e }) => {
|
|
|
15179
15178
|
actions: /* @__PURE__ */ t(pe, { questionnaire: n }),
|
|
15180
15179
|
children: [
|
|
15181
15180
|
/* @__PURE__ */ I("main", { className: "taxbit-page-main", children: [
|
|
15182
|
-
/* @__PURE__ */ t(J, { name: "exemptFatcaCode", options:
|
|
15183
|
-
/* @__PURE__ */ t(J, { name: "exemptPayeeCode", options:
|
|
15181
|
+
/* @__PURE__ */ t(J, { name: "exemptFatcaCode", options: Fs, label: !0 }),
|
|
15182
|
+
/* @__PURE__ */ t(J, { name: "exemptPayeeCode", options: Ls, label: !0 })
|
|
15184
15183
|
] }),
|
|
15185
15184
|
/* @__PURE__ */ t(me, { onBack: i, onNext: () => e(a) })
|
|
15186
15185
|
]
|
|
@@ -15307,7 +15306,7 @@ const D = ({ name: e }) => {
|
|
|
15307
15306
|
/* @__PURE__ */ I("main", { className: "taxbit-page-main", children: [
|
|
15308
15307
|
/* @__PURE__ */ t(B, { label: !0, name: "regardedOwnerName" }),
|
|
15309
15308
|
/* @__PURE__ */ t(B, { label: !0, name: "regardedOwnerDbaName" }),
|
|
15310
|
-
/* @__PURE__ */ t(
|
|
15309
|
+
/* @__PURE__ */ t(Li, { name: "regardedOwnerDateOfBirth", label: !0 }),
|
|
15311
15310
|
/* @__PURE__ */ t(
|
|
15312
15311
|
J,
|
|
15313
15312
|
{
|
|
@@ -15358,7 +15357,7 @@ const D = ({ name: e }) => {
|
|
|
15358
15357
|
label: !0,
|
|
15359
15358
|
children: /* @__PURE__ */ I(ue, { children: [
|
|
15360
15359
|
/* @__PURE__ */ t(
|
|
15361
|
-
|
|
15360
|
+
wi,
|
|
15362
15361
|
{
|
|
15363
15362
|
name: "regardedOwnerUsTin",
|
|
15364
15363
|
format: c,
|
|
@@ -15393,8 +15392,8 @@ const D = ({ name: e }) => {
|
|
|
15393
15392
|
);
|
|
15394
15393
|
}, Ff = () => /* @__PURE__ */ t(ae, { children: /* @__PURE__ */ t(Hf, {}) }), Uf = () => {
|
|
15395
15394
|
const { onPersistCollectedData: e, goBack: i, language: n, questionnaire: a } = q(), { fields: o, getLocalTitle: s, getLocalOption: r, setValue: c, hideErrors: l } = b(), u = Ne(n).filter(
|
|
15396
|
-
(k) =>
|
|
15397
|
-
), { isIndividual: T } = te(o), m = (T ?
|
|
15395
|
+
(k) => na.includes(k.value)
|
|
15396
|
+
), { isIndividual: T } = te(o), m = (T ? Na : Ca).map((k) => ({
|
|
15398
15397
|
...k,
|
|
15399
15398
|
label: r(k.value)
|
|
15400
15399
|
})), N = se.map((k) => ({
|
|
@@ -15411,7 +15410,7 @@ const D = ({ name: e }) => {
|
|
|
15411
15410
|
].forEach((_) => {
|
|
15412
15411
|
c(_, "");
|
|
15413
15412
|
}), l();
|
|
15414
|
-
}, A =
|
|
15413
|
+
}, A = Ta(
|
|
15415
15414
|
o.regardedOwnerTreatyClaimCountry
|
|
15416
15415
|
), v = A.length > 0;
|
|
15417
15416
|
return /* @__PURE__ */ I(
|
|
@@ -15458,7 +15457,7 @@ const D = ({ name: e }) => {
|
|
|
15458
15457
|
subLabel: !0
|
|
15459
15458
|
}
|
|
15460
15459
|
) : /* @__PURE__ */ t(
|
|
15461
|
-
|
|
15460
|
+
eo,
|
|
15462
15461
|
{
|
|
15463
15462
|
name: "regardedOwnerTreatyClaimLimitationOnBenefits",
|
|
15464
15463
|
defaultValue: "NO_LOB_ARTICLE"
|
|
@@ -15468,7 +15467,7 @@ const D = ({ name: e }) => {
|
|
|
15468
15467
|
J,
|
|
15469
15468
|
{
|
|
15470
15469
|
name: "regardedOwnerTreatyClaimLimitationOnBenefitsOtherArticleParagraph",
|
|
15471
|
-
options:
|
|
15470
|
+
options: va(
|
|
15472
15471
|
o.regardedOwnerTreatyClaimCountry
|
|
15473
15472
|
),
|
|
15474
15473
|
label: !0
|
|
@@ -15483,7 +15482,7 @@ const D = ({ name: e }) => {
|
|
|
15483
15482
|
}
|
|
15484
15483
|
),
|
|
15485
15484
|
/* @__PURE__ */ t(
|
|
15486
|
-
|
|
15485
|
+
Xa,
|
|
15487
15486
|
{
|
|
15488
15487
|
prefix: "regardedOwner",
|
|
15489
15488
|
country: o.regardedOwnerTreatyClaimCountry,
|
|
@@ -15753,11 +15752,11 @@ const D = ({ name: e }) => {
|
|
|
15753
15752
|
]
|
|
15754
15753
|
}
|
|
15755
15754
|
);
|
|
15756
|
-
},
|
|
15755
|
+
}, io = ({
|
|
15757
15756
|
prefix: e,
|
|
15758
15757
|
goToStep: i
|
|
15759
15758
|
}) => /* @__PURE__ */ I(Ke, { children: [
|
|
15760
|
-
/* @__PURE__ */ t(
|
|
15759
|
+
/* @__PURE__ */ t(Ui, { name: `${e}TaxResidences` }),
|
|
15761
15760
|
/* @__PURE__ */ t(Ge, { prefix: e, goToStep: i, index: "1" }),
|
|
15762
15761
|
/* @__PURE__ */ t(Ge, { prefix: e, goToStep: i, index: "2" }),
|
|
15763
15762
|
/* @__PURE__ */ t(Ge, { prefix: e, goToStep: i, index: "3" }),
|
|
@@ -15914,7 +15913,7 @@ const D = ({ name: e }) => {
|
|
|
15914
15913
|
}
|
|
15915
15914
|
),
|
|
15916
15915
|
/* @__PURE__ */ t(
|
|
15917
|
-
|
|
15916
|
+
io,
|
|
15918
15917
|
{
|
|
15919
15918
|
prefix: `controllingPerson${e}`,
|
|
15920
15919
|
goToStep: `ControllingPersonDetails${e}`
|
|
@@ -16770,7 +16769,7 @@ const D = ({ name: e }) => {
|
|
|
16770
16769
|
}
|
|
16771
16770
|
),
|
|
16772
16771
|
/* @__PURE__ */ t(
|
|
16773
|
-
|
|
16772
|
+
io,
|
|
16774
16773
|
{
|
|
16775
16774
|
prefix: "accountHolder",
|
|
16776
16775
|
goToStep: "AccountHolderTax",
|
|
@@ -17399,7 +17398,7 @@ const D = ({ name: e }) => {
|
|
|
17399
17398
|
hasChangedData: l,
|
|
17400
17399
|
getLocalText: u,
|
|
17401
17400
|
getLocalOption: T
|
|
17402
|
-
} = b(), { isIndividual: p } = te(c), m = c.iCertifyToAll === "yes", N =
|
|
17401
|
+
} = b(), { isIndividual: p } = te(c), m = c.iCertifyToAll === "yes", N = ra.map((A) => ({
|
|
17403
17402
|
value: A,
|
|
17404
17403
|
label: T(`signatureCapacity_${A}`)
|
|
17405
17404
|
})), R = s === "SELF-CERT";
|
|
@@ -17609,7 +17608,7 @@ const D = ({ name: e }) => {
|
|
|
17609
17608
|
RegardedOwnerTax: Ff,
|
|
17610
17609
|
RegardedOwnerTreatyClaims: Lf,
|
|
17611
17610
|
Summary: Qf
|
|
17612
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
17611
|
+
}, Symbol.toStringTag, { value: "Module" })), no = ({
|
|
17613
17612
|
data: e,
|
|
17614
17613
|
onSubmit: i,
|
|
17615
17614
|
language: n,
|
|
@@ -17653,7 +17652,7 @@ const D = ({ name: e }) => {
|
|
|
17653
17652
|
statusData: u,
|
|
17654
17653
|
isLoading: T,
|
|
17655
17654
|
error: p
|
|
17656
|
-
} =
|
|
17655
|
+
} = Ua({
|
|
17657
17656
|
bearerToken: e,
|
|
17658
17657
|
questionnaire: r,
|
|
17659
17658
|
staging: c,
|
|
@@ -17671,13 +17670,13 @@ const D = ({ name: e }) => {
|
|
|
17671
17670
|
r,
|
|
17672
17671
|
c
|
|
17673
17672
|
]);
|
|
17674
|
-
const A =
|
|
17673
|
+
const A = Ys(l, i), v = JSON.stringify(A) === JSON.stringify(l), k = ((K = u == null ? void 0 : u.dpsQuestionnaire) == null ? void 0 : K.vatStatus) === "INVALID" && ((x = l == null ? void 0 : l.accountHolder) == null ? void 0 : x.vatin) !== void 0 ? [
|
|
17675
17674
|
{
|
|
17676
17675
|
type: "vat",
|
|
17677
17676
|
status: "invalid",
|
|
17678
17677
|
identifier: (X = l == null ? void 0 : l.accountHolder) == null ? void 0 : X.vatin
|
|
17679
17678
|
}
|
|
17680
|
-
] : [], _ = r === "W-FORM" && ((oe = u == null ? void 0 : u.wFormQuestionnaire) == null ? void 0 : oe.needsResubmission) === !0, F =
|
|
17679
|
+
] : [], _ = r === "W-FORM" && ((oe = u == null ? void 0 : u.wFormQuestionnaire) == null ? void 0 : oe.needsResubmission) === !0, F = Oa(u, r), O = c ? "STAGING" : "PRODUCTION", z = Qe.taxDocumentationSubmissions.post(O), M = async (ee) => {
|
|
17681
17680
|
if (H(e)) {
|
|
17682
17681
|
const P = {
|
|
17683
17682
|
method: "POST",
|
|
@@ -17720,7 +17719,7 @@ const D = ({ name: e }) => {
|
|
|
17720
17719
|
treatyClaims: p,
|
|
17721
17720
|
dateFormat: m
|
|
17722
17721
|
}) => {
|
|
17723
|
-
const [N, R] =
|
|
17722
|
+
const [N, R] = Dt.useState(!1), A = (M) => {
|
|
17724
17723
|
u ? u(M) : R(!0);
|
|
17725
17724
|
}, {
|
|
17726
17725
|
isComplete: v,
|
|
@@ -17739,8 +17738,8 @@ const D = ({ name: e }) => {
|
|
|
17739
17738
|
staging: e,
|
|
17740
17739
|
questionnaire: o
|
|
17741
17740
|
});
|
|
17742
|
-
return z ? /* @__PURE__ */ t(
|
|
17743
|
-
|
|
17741
|
+
return z ? /* @__PURE__ */ t(Qa, { message: z.message }) : k ? s || /* @__PURE__ */ t("div", { children: Ni("retrievingInterviewStatus", {}, a) }) : N ? /* @__PURE__ */ t("div", { children: Ni("interviewIsComplete", {}, a) }) : /* @__PURE__ */ t(
|
|
17742
|
+
no,
|
|
17744
17743
|
{
|
|
17745
17744
|
data: _,
|
|
17746
17745
|
language: a,
|
|
@@ -17769,8 +17768,8 @@ const D = ({ name: e }) => {
|
|
|
17769
17768
|
staging: p,
|
|
17770
17769
|
treatyClaims: m,
|
|
17771
17770
|
dateFormat: N
|
|
17772
|
-
}) => n === !0 ? /* @__PURE__ */ t(
|
|
17773
|
-
|
|
17771
|
+
}) => n === !0 ? /* @__PURE__ */ t(Lt, { children: /* @__PURE__ */ t(
|
|
17772
|
+
no,
|
|
17774
17773
|
{
|
|
17775
17774
|
questionnaire: T,
|
|
17776
17775
|
data: i,
|
|
@@ -17780,7 +17779,7 @@ const D = ({ name: e }) => {
|
|
|
17780
17779
|
treatyClaims: m,
|
|
17781
17780
|
dateFormat: N
|
|
17782
17781
|
}
|
|
17783
|
-
) }) : /* @__PURE__ */ t(
|
|
17782
|
+
) }) : /* @__PURE__ */ t(Lt, { children: /* @__PURE__ */ t(
|
|
17784
17783
|
ey,
|
|
17785
17784
|
{
|
|
17786
17785
|
questionnaire: T,
|