@adyen/kyc-components 3.56.0 → 3.56.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/{B4MFY5CR-sw69iyPQ.js → B4MFY5CR-Bvs2knxQ.js} +1 -1
- package/dist/es/{HO4MOOFI-BiF4odym.js → HO4MOOFI-D73JTsvp.js} +2 -2
- package/dist/es/{HUY7CZI3-C_Pfr-a6.js → HUY7CZI3-DV5kn2jF.js} +2 -2
- package/dist/es/Introduction-C7VMHFjG.js +227 -0
- package/dist/es/adyen-kyc-components.es.js +2 -225
- package/dist/es/{index-BFB-zOM1.js → index-DvfA_PFX.js} +3527 -135
- package/dist/style.css +240 -240
- package/package.json +1 -1
- package/dist/es/adyen-kyc-components.es2.js +0 -4
- package/dist/es/singpass-logo-ClABMCMK.js +0 -8
- package/dist/es/useCanSeeIntroduction--XLChwhg.js +0 -3453
|
@@ -1,3453 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs, Fragment } from "preact/jsx-runtime";
|
|
2
|
-
import cx from "classnames";
|
|
3
|
-
import { lazy, Suspense } from "preact/compat";
|
|
4
|
-
import { createContext } from "preact";
|
|
5
|
-
import { useContext } from "preact/hooks";
|
|
6
|
-
import DOMPurify from "isomorphic-dompurify";
|
|
7
|
-
const entriesOf = (object) => Object.entries(object);
|
|
8
|
-
const valuesOf = (object) => Object.values(object);
|
|
9
|
-
const keysOf = (object) => Object.keys(object);
|
|
10
|
-
const keyIsInObject = (key, obj) => key in obj;
|
|
11
|
-
const pick = (...propertiesToKeep) => ({
|
|
12
|
-
from: (obj) => propertiesToKeep.map((k) => keyIsInObject(k, obj) ? { [k]: obj[k] } : {}).reduce((res, o) => ({ ...res, ...o }), {})
|
|
13
|
-
});
|
|
14
|
-
const drop = (...propertiesToDrop) => ({
|
|
15
|
-
from: (obj) => {
|
|
16
|
-
const remainingProperties = keysOf(obj).filter(
|
|
17
|
-
(k) => !propertiesToDrop.includes(k)
|
|
18
|
-
);
|
|
19
|
-
return pick(...remainingProperties).from(obj);
|
|
20
|
-
}
|
|
21
|
-
});
|
|
22
|
-
const doArraysMatch = (arr1, arr2) => arr1.length === arr2.length && arr1.every((element) => arr2.includes(element));
|
|
23
|
-
const objectsDeepEqual = (x, y) => {
|
|
24
|
-
if (x && y && typeof x === "object" && typeof y === "object") {
|
|
25
|
-
if (Object.keys(x).length !== Object.keys(y).length) {
|
|
26
|
-
return false;
|
|
27
|
-
}
|
|
28
|
-
return keysOf(x).every((key) => objectsDeepEqual(x[key], y[key]));
|
|
29
|
-
}
|
|
30
|
-
return x === y;
|
|
31
|
-
};
|
|
32
|
-
function cloneObject(object) {
|
|
33
|
-
return structuredClone(object);
|
|
34
|
-
}
|
|
35
|
-
function reverseObject(obj) {
|
|
36
|
-
return Object.fromEntries(Object.entries(obj).map(([key, value]) => [value, key]));
|
|
37
|
-
}
|
|
38
|
-
function listify(array, {
|
|
39
|
-
type = "conjunction",
|
|
40
|
-
style = "long",
|
|
41
|
-
stringify = (thing) => thing.toString()
|
|
42
|
-
} = {}) {
|
|
43
|
-
const stringified = array.map((item) => stringify(item));
|
|
44
|
-
const formatter = new Intl.ListFormat("en", { style, type });
|
|
45
|
-
return formatter.format(stringified);
|
|
46
|
-
}
|
|
47
|
-
const noop = () => {
|
|
48
|
-
};
|
|
49
|
-
const defaultLocaleTranslations = {
|
|
50
|
-
"1Minute": "1 minute",
|
|
51
|
-
"1Second": "1 second",
|
|
52
|
-
accept: "Accept",
|
|
53
|
-
acceptedDocumentsForGovernment: "Accepted documents for government agencies",
|
|
54
|
-
acceptedDocumentsForNonProfit: "Accepted documents for non-profit organizations",
|
|
55
|
-
acceptedDocumentsForPartnerships: "Accepted documents for partnerships",
|
|
56
|
-
acceptedDocumentsForPrivateCompanies: "Accepted documents for private companies",
|
|
57
|
-
acceptedDocumentsForPublicCompanies: "Accepted documents for public companies",
|
|
58
|
-
accountCantBeSetUp: "Your account can't be set up as your information couldn't be verified. To find out more, reach out to customer support.",
|
|
59
|
-
accountDetailsDescription: "Provide a few details about you to start accepting live payments.",
|
|
60
|
-
accountHolder: "Account holder",
|
|
61
|
-
accountHolderTerms: "Account Holder Terms",
|
|
62
|
-
accountName: "Account name",
|
|
63
|
-
accountNumber: "Account number",
|
|
64
|
-
accountNumberFullOrPartialVisible: "Includes your full or partial account number",
|
|
65
|
-
accountNumberOrIbanVisible: "Includes your account number or IBAN",
|
|
66
|
-
accountNumberVisible: "Includes your account number",
|
|
67
|
-
accountVerification: "Account Verification",
|
|
68
|
-
acknowledgePciRequirements: "We hereby acknowledge that we must remain compliant with the aforementioned PCI DSS requirements at all times as long as we want to receive payments. Consequently, we must continuously reassess our environment and implement any additional PCI DSS requirements if our environment changes.",
|
|
69
|
-
actionNeeded: "Action needed",
|
|
70
|
-
add: "Add",
|
|
71
|
-
addABankAccountForPayouts: "Add a bank account for payouts",
|
|
72
|
-
addAccountWith: "Add account with %{providerName}",
|
|
73
|
-
addAllSourcesOfFundsBeingUsed: "Add all sources of funds being used with the financial products listed on this page. Some funding sources may need supporting documentation. ",
|
|
74
|
-
addAtLeastOneInvestor: "Add at least one investor",
|
|
75
|
-
addBankAccount: "Add bank account",
|
|
76
|
-
addBankDetails: "Add bank details",
|
|
77
|
-
addDecisionMaker: "Add decision-maker",
|
|
78
|
-
addDetailsManually: "Add details manually",
|
|
79
|
-
addDetailsManuallyQuestion: "Add details manually?",
|
|
80
|
-
addDetailsWith: "Add details with",
|
|
81
|
-
addDocument: "Add document",
|
|
82
|
-
addEntityOwner: "Add owner details",
|
|
83
|
-
addExtraBankAccount: "Add extra bank account",
|
|
84
|
-
addExtraPayinAccount: "Add extra payin account",
|
|
85
|
-
addExtraPayoutAccount: "Add extra payout account",
|
|
86
|
-
addingAndVerifiyingABankAccount: "Adding and verifying a bank account with this method typically takes up to 3 business days.",
|
|
87
|
-
addInvestor: "Add investor",
|
|
88
|
-
additionalInformation: "Additional information",
|
|
89
|
-
additionalInformationFormHeading: "Additional business details",
|
|
90
|
-
additionalInformationFormName: "Additional details",
|
|
91
|
-
additionalPersonalDetails: "Additional personal details",
|
|
92
|
-
addManually: "Add manually",
|
|
93
|
-
addMissingBankDetails: "We are missing your bank details in order to perform payouts, please add your bank account.",
|
|
94
|
-
addOwnerToTrustMember: "Add owner of %{trustMember}",
|
|
95
|
-
addPayoutAccount: "Add a payout account",
|
|
96
|
-
address: "Address",
|
|
97
|
-
address__placeHolder: "Start typing an address for suggestions...",
|
|
98
|
-
addresses: "Addresses",
|
|
99
|
-
addressPoBoxError: "PO Box addresses aren't allowed. Enter a physical address",
|
|
100
|
-
addressRegisteredWithSecretaryOfState: "Address registered with the Secretary of State for this company.",
|
|
101
|
-
addTrustMember: "Add trust member",
|
|
102
|
-
addYourselfAsSigner: "Add yourself as a signer",
|
|
103
|
-
adoptionCertificate: "Adoption certificate",
|
|
104
|
-
adyen: "Adyen",
|
|
105
|
-
adyenKeepsDataAsLongAsLegallyRequired: "Adyen only keeps your data for as long as we're legally required to. It won't be used for any other purposes or by other third parties than those stated.",
|
|
106
|
-
adyenPrivacyPolicy: "Adyen Privacy Policy",
|
|
107
|
-
adyenWillOnlyGetTemporaryAccess: "Adyen will only gain temporary access to your bank details, and your data is never shared with third parties.",
|
|
108
|
-
agreementPeriod: "Agreement period (if applicable)",
|
|
109
|
-
aLegalRepresentativeIsRequired: "A legal representative is required",
|
|
110
|
-
aLetterFromYourBank: "A letter from your bank",
|
|
111
|
-
allCapabilitiesValid: "All capabilities are valid",
|
|
112
|
-
allPayslipsFrom3MostRecentMonths: "All payslips from the 3 most recent months ",
|
|
113
|
-
allStatementsFrom3MostRecentMonths: "All statements from 3 most recent months",
|
|
114
|
-
amount: "Amount",
|
|
115
|
-
amountIsRequired: "Amount is required",
|
|
116
|
-
amountWon: "Amount won",
|
|
117
|
-
anAssociation: "An association",
|
|
118
|
-
and: "and",
|
|
119
|
-
andResubmit: "and submit again.",
|
|
120
|
-
anLEIIsAUniqueCode: "An LEI is a unique code that identifies legal entities, including companies, who engage in financial transactions.",
|
|
121
|
-
annualReport: "Annual Report",
|
|
122
|
-
annualStatements: "Annual statements",
|
|
123
|
-
annualTurnover: "Annual turnover",
|
|
124
|
-
annualTurnoverHelper: "The annual sales revenue minus all discounts and sales taxes. Also known as net sales.",
|
|
125
|
-
annualTurnoverValue: "Annual turnover value",
|
|
126
|
-
aNomineeDirectorIsAppointed: "A nominee director is appointed to act on the interests of a third party.",
|
|
127
|
-
aNomineeShareholderHoldsShares: "A nominee shareholder holds shares on behalf of a third party.",
|
|
128
|
-
anyInformationFromTheUploadedDocumentWillBeLost: "Any information from the uploaded document will be lost. You will need to manually add this data.",
|
|
129
|
-
anyInformationTakenFromThisDocument: "Any information taken from this document will be marked as unverified.",
|
|
130
|
-
apartmentSuite: "Apartment / Suite",
|
|
131
|
-
apartmentSuiteOther: "Apt, suite, other",
|
|
132
|
-
applicationSubmittedSuccessfully: "Application submitted successfully",
|
|
133
|
-
areYouACompany: "Are you a company?",
|
|
134
|
-
areYouAnIndividual: "Are you an individual?",
|
|
135
|
-
areYouSureYouWantToDeleteThisBankAccount: "Are you sure you want to delete this bank account?",
|
|
136
|
-
areYouSureYouWantToDeleteThisDocument: 'Are you sure you want to delete this document: "%{deleteDocName}"?',
|
|
137
|
-
areYouSureYouWantToDeleteThisInvestorDetails: "Are you sure you want to delete this investor details?",
|
|
138
|
-
arithmosEngraphes: "Αριθμός Εγγραφής Φ.Π.Α.",
|
|
139
|
-
articlesOfIncorporation: "Articles of incorporation",
|
|
140
|
-
arvonlisaveronumeroMervardesskattenummer: "Arvonlisäveronumero Mervärdesskattenummer",
|
|
141
|
-
association: "Association",
|
|
142
|
-
associationIncorporated: "Incorporated association",
|
|
143
|
-
associationIncorporatedDescription: "A registered entity without profit that's organized around a purpose such as recreation, culture, or charity.",
|
|
144
|
-
aTrust: "A trust",
|
|
145
|
-
australianBusinessNumberAbn: "Australian business number (ABN)",
|
|
146
|
-
australianBusinessNumberAcn: "Australian company number (ACN)",
|
|
147
|
-
back: "Back",
|
|
148
|
-
backPage: "Back page",
|
|
149
|
-
backToTaskList: "Back to task list",
|
|
150
|
-
bankAccount: "Bank account",
|
|
151
|
-
bankAccountCountryRegion: "Bank account country/region",
|
|
152
|
-
bankAccountDetails: "Bank account details",
|
|
153
|
-
bankAccountFormat: "Bank account format",
|
|
154
|
-
bankAccountHasToBeInYourCompanyName: "The bank account has to be in your company's name",
|
|
155
|
-
bankAccountHasToBeInYourName: "The bank account has to be in your name",
|
|
156
|
-
bankAccountNameIndividual: "Bank account must be in your name (<strong>%{individualLegalName}</strong>)",
|
|
157
|
-
bankAccountNameOrganization: "Bank account must be in your company's name (<strong>%{companyLegalName}</strong>)",
|
|
158
|
-
bankAccountNameWithSoleProprietor: "Bank account must be in your name (<strong>%{individualLegalName}</strong>) or sole proprietorship's name (<strong>%{soleProprietorshipName}</strong>)",
|
|
159
|
-
bankAccountNameWithTrust: "The bank account must be in your trust's name (<strong>%{trusteeName} as trustee for %{trustLegalName} trading as %{trustTradingName}</strong>)",
|
|
160
|
-
bankAccountNameWithTrust_US: "The bank account must be in your trust's name (<strong>%{trusteeName} as trustee for %{trustLegalName} doing business as %{trustTradingName}</strong>)",
|
|
161
|
-
bankAccountNeeded: "A bank account is needed.",
|
|
162
|
-
bankAccountNumber: "Account number",
|
|
163
|
-
bankAccountToHaveSameNameAsTrust: "The bank account holder has to have the same name as your trust",
|
|
164
|
-
bankAccountVerification: "Bank account verification",
|
|
165
|
-
bankCityTown: "Bank city/town",
|
|
166
|
-
bankCode: "Bank code",
|
|
167
|
-
bankCountry: "Bank country/region",
|
|
168
|
-
bankDetails: "Bank details",
|
|
169
|
-
bankDocument: "Bank document",
|
|
170
|
-
bankDocumentDescription: "We need an official document to verify your bank account details.",
|
|
171
|
-
bankDocumentFileDescription: "Add a description for this bank account (optional)",
|
|
172
|
-
bankDocumentHeader: "Upload a bank document",
|
|
173
|
-
bankDocumentHeaderOptional: "Upload a bank document (optional)",
|
|
174
|
-
bankingService: "Business bank accounts",
|
|
175
|
-
bankName: "Bank name",
|
|
176
|
-
bankruptcyInsolvency: "Yes, the company is filing for bankruptcy or insolvency",
|
|
177
|
-
banksLogoAndName: "Bank's logo and name",
|
|
178
|
-
bankStatement: "Bank statement",
|
|
179
|
-
bankStatementAlreadyUploaded: "Bank statement has already been uploaded, is too large, or the account has already been added; try another",
|
|
180
|
-
bankStatementDocument: "Bank statement",
|
|
181
|
-
bankStatementIndividualDescription: "To help verify your bank account details, we need a bank statement clearly showing your name and dated within the last 12 months.",
|
|
182
|
-
bankStatementNonIndividualDescription: "To help verify your bank account details, we need a bank statement clearly showing your business's name and dated within the last 12 months.",
|
|
183
|
-
bankStatements: "Bank statements",
|
|
184
|
-
basedOnTheAboveSignatory: "Based on the above, the signatory above asserts that the information within this attestation form fairly represents the results of the assessment.",
|
|
185
|
-
basicCompanyInformation: "Basic company information",
|
|
186
|
-
basicInformation: "Basic information",
|
|
187
|
-
basicInformationFormDescription: "In the next steps, we'll collect and verify details about your business in compliance with financial regulations. Learn about how your data is managed in our",
|
|
188
|
-
basicInformationFormDescriptionLink: "Privacy Statement.",
|
|
189
|
-
basicInformationFormHeading: "Basic details about your business",
|
|
190
|
-
basicInformationFormName: "Basic details",
|
|
191
|
-
becauseYoureUnderXWeNeedToCollectInformationAboutALegalRepresentative: "Because you're under %{age}, we need to collect information about a legal representative in another step",
|
|
192
|
-
beforeSubmittingYourCapitalLoanApplication: "Before you can get access to financial products, we are required to collect additional information on your business for regulatory purposes.",
|
|
193
|
-
belowTaxThreshold: "Earnings are below the mandatory indirect tax registration threshold in this country/region of establishment",
|
|
194
|
-
benefactorDetails: "Benefactor details",
|
|
195
|
-
benefactorsLegalName: "Benefactor's full legal name",
|
|
196
|
-
beneficiary: "Beneficiary",
|
|
197
|
-
beneficiaryGuideDescription: "<strong>Beneficiaries</strong> are the natural persons, or classes of people, in whose interest the trust is principally constituted or operates. Can be an individual, corporate entity, or member of a class. This also includes undefined beneficiaries, which are classes or groups of beneficiaries that are not named, but defined in an ascertainable manner in the trust deed.",
|
|
198
|
-
bic: "BIC",
|
|
199
|
-
bicSwift: "BIC / SWIFT",
|
|
200
|
-
birthCertificate: "Birth certificate",
|
|
201
|
-
birthDate: "Date of birth",
|
|
202
|
-
branchCode: "Branch code",
|
|
203
|
-
branchNumber: "Branch Number",
|
|
204
|
-
brokerStatements: "Broker statements",
|
|
205
|
-
browseFiles: "Browse files",
|
|
206
|
-
bsbCode: "Bank State Branch (BSB) code",
|
|
207
|
-
bsbNumber: "BSB Number",
|
|
208
|
-
btwNummer: "Btw-nummer",
|
|
209
|
-
businessAccountDetailsDescription: "To prepare your account, we need information about your business.",
|
|
210
|
-
businessAccountDetailsDescriptionReview: "In order to ensure your data is up-to-date, please verify the following details. If necessary, please adjust any data that is no longer accurate.",
|
|
211
|
-
businessAccountTerms: "Business Account Terms",
|
|
212
|
-
businessDescription: "Business description",
|
|
213
|
-
businessDetails: "Business details",
|
|
214
|
-
businessEarningDetails: "Other business earning details",
|
|
215
|
-
businessEntityDescription: "This is usually a sole proprietor, private company, public corporation, partnership, or non profit.",
|
|
216
|
-
businessEntityTitle: "Business entity",
|
|
217
|
-
businessFinancing: "Business financing",
|
|
218
|
-
businessIncorporationNumber: "Business incorporation number",
|
|
219
|
-
businessInformation: "Business information",
|
|
220
|
-
businessLegalName: "Business legal name",
|
|
221
|
-
businessName: "Business name",
|
|
222
|
-
businessName__helperText: "The legal name is used to identify a business with the government; enter it exactly as it appears on your government or legal forms.",
|
|
223
|
-
businessNumber: "Business number",
|
|
224
|
-
businessRegistrationDocument__FR: "Business registration document, such as a KBIS extract or situation au répertoire sirene",
|
|
225
|
-
businessRegistryStatement: "Business registry statement",
|
|
226
|
-
businessSelection__failedToLoad: "Business details failed to load",
|
|
227
|
-
businessSelection__footer: "Can't find your business?",
|
|
228
|
-
businessSelection__footerButton: "Add details manually",
|
|
229
|
-
businessSelection__heading: "Select your business",
|
|
230
|
-
businessSelection__invalidTin: "This company's TIN doesn't match yours",
|
|
231
|
-
businessSelection__tinVerificationFailure: "Sorry, something went wrong. Try again or continue by pressing Add details manually",
|
|
232
|
-
businessSelection__tinVerificationFailureModalContent: "The tax ID didn't match the legal business name. How would you like to continue?",
|
|
233
|
-
businessSelection__tinVerificationFailureModalHeader: "Business couldn't be identified",
|
|
234
|
-
businessSelection__tinVerificationFailureModalPrimaryButton: "Continue anyway",
|
|
235
|
-
businessSelection__tinVerificationFailureModalSecondaryButton: "Edit details",
|
|
236
|
-
businessSelection__unableToOnboardGovernmentEntity: "Sorry, we cannot onboard a government entity for this user",
|
|
237
|
-
businessStructure: "Business structure",
|
|
238
|
-
businessTrust: "Business trust",
|
|
239
|
-
businessTrusteeDetails: "Business trustee details",
|
|
240
|
-
byClickingSignIAcknowledgeAndAgree: "By clicking the Sign button, I acknowledge and agree to the following: ",
|
|
241
|
-
byClickingSubmitReview: "By clicking 'Submit review', you confirm that all of your information has been reviewed, and that all newly provided or already existing data is accurate and up-to-date.",
|
|
242
|
-
byProceedingToTheNextStepYouConfirmThatYouHaveReadUnderstandAndAcceptTheTerms: 'By proceeding to the next step, you confirm that you have read, understand, and accept the <a href="https://onfido.com/privacy/" target="_blank" rel="noopener noreferrer nofollow">Onfido Privacy Policy</a> and <a href="https://onfido.com/terms-of-service/" target="_blank" rel="noopener noreferrer nofollow">Onfido Terms of Service</a>.',
|
|
243
|
-
cadastroDePessoasFisicas: "Cadastro de Pessoas Físicas (CPF)",
|
|
244
|
-
cancel: "Cancel",
|
|
245
|
-
canNotCompleteInstantVerification: "Can not complete instant verification?",
|
|
246
|
-
cantSetUpAcccount: "You can't set up an account",
|
|
247
|
-
capitalUserTerms: "Capital User Terms",
|
|
248
|
-
cardUserTerms: "Card User Terms",
|
|
249
|
-
cashManagementTrust: "Cash management trust",
|
|
250
|
-
CCIAA: "CCIAA Number",
|
|
251
|
-
certificateOfFormation: "Certificate of formation",
|
|
252
|
-
certificateOfIncorporation: "Certificate of incorporation",
|
|
253
|
-
certificateOfIncumbency: "Certificate of incumbency",
|
|
254
|
-
certificateOfInheritance: "Certificate of inheritance",
|
|
255
|
-
certificateOfVoterRegistration: "Certificate of voter registration",
|
|
256
|
-
chamberOfCommerceExtract: "Chamber of Commerce extract",
|
|
257
|
-
chamberOfCommerceRegistrationNumber: "Chamber of Commerce registration number",
|
|
258
|
-
changeYourBusinessSetup: "Change your business setup?",
|
|
259
|
-
chargeCardUserAgreement: "Charge Card User Agreement",
|
|
260
|
-
charitableTrust: "Charitable trust",
|
|
261
|
-
charityNumber: "Charity number",
|
|
262
|
-
charter: "Charter",
|
|
263
|
-
check: "Check",
|
|
264
|
-
checkForTypos: "Check for typos and try again",
|
|
265
|
-
chooseTheCorrectDetailsBeforeProceeding: "Choose the correct details before proceeding.",
|
|
266
|
-
chRegistrationNumber: "Unternehmens-Identifikationsnummer (UID)",
|
|
267
|
-
city: "City",
|
|
268
|
-
cityTown: "City / Town",
|
|
269
|
-
clearingCode: "Clearing code",
|
|
270
|
-
clearingNumber: "Clearing Number",
|
|
271
|
-
close: "Close",
|
|
272
|
-
CNPJ: "CNPJ",
|
|
273
|
-
code: "Code",
|
|
274
|
-
codiceFiscale: "Codice fiscale",
|
|
275
|
-
codiceFiscalePartitaIVA: "Codice Fiscale / Partita IVA",
|
|
276
|
-
codNumericPersonal: "Cod Numeric Personal (CNP)",
|
|
277
|
-
codulDeIdentificareFiscala: "Codul de identificare fiscală (CIF)",
|
|
278
|
-
commercialLicence: "Commercial License, Trade License or Business License",
|
|
279
|
-
company: "Company",
|
|
280
|
-
companyDetails: "Company details",
|
|
281
|
-
companyFinancialInformationFormDescription: "Financial information",
|
|
282
|
-
companyFinancialInformationFormHeading: "Financial Details",
|
|
283
|
-
companyLegalName: "Company legal name",
|
|
284
|
-
companyName: "Company name",
|
|
285
|
-
companyNumber: "Company number",
|
|
286
|
-
companyNumberNZ: "Company Number",
|
|
287
|
-
companyProfile: "Company profile",
|
|
288
|
-
companyRegistrationDocument: "Company registration document",
|
|
289
|
-
companyRegistrationDocumentFormDescription: "We need an official document to verify your organization's details.",
|
|
290
|
-
companyRegistrationDocumentFormHeading: "Upload a registration document",
|
|
291
|
-
companyRegistrationDocumentFormName: "Registration document",
|
|
292
|
-
companyRegistrationNumber: "Company registration number",
|
|
293
|
-
companyRegistrationNumber__HK: "Company Registration number (CRN)",
|
|
294
|
-
companyStructure: "Company structure",
|
|
295
|
-
companyStructureFormDescription: "What type of company do you have?",
|
|
296
|
-
companyStructureFormName: "Company structure",
|
|
297
|
-
companyTaxDocumentFormDescription: "We need an official document to verify your organization's tax details.",
|
|
298
|
-
companyTaxDocumentFormHeading: "Upload a tax document",
|
|
299
|
-
companyTaxDocumentFormName: "Tax document",
|
|
300
|
-
companyTrustee: "Company trustee",
|
|
301
|
-
companyTrusteeDetails: "Company trustee details",
|
|
302
|
-
companyType: "Company type",
|
|
303
|
-
complete: "Complete",
|
|
304
|
-
completeAddingAccount: "Complete adding account",
|
|
305
|
-
confirm: "Confirm",
|
|
306
|
-
confirmPersonalInformation: "Confirm personal information",
|
|
307
|
-
constitutionalDocument: "Constitutional document",
|
|
308
|
-
constitutionalDocumentHeader: "Upload a constitutional document",
|
|
309
|
-
constitutionalDocumentHeaderDescription: "This helps to verify your details.",
|
|
310
|
-
constitutionalDocumentSoleProprietorshipHeaderDescription: "This helps to verify your sole proprietorship details.",
|
|
311
|
-
constitutionalDocumentTrustHeaderDescription: "This helps to verify your trust details.",
|
|
312
|
-
contactDetails: "Contact Details",
|
|
313
|
-
containsNameOfCompany: "Contains the name of your company or organization",
|
|
314
|
-
"continue": "Continue",
|
|
315
|
-
continueCompany: "Continue as company",
|
|
316
|
-
continueIndividual: "Continue as individual",
|
|
317
|
-
contractSpecifyingDividends: "Contract specifying dividends",
|
|
318
|
-
contributionBelowThreshold: "My settlor's material asset contribution to the trust was less than AUD 10,000 at the time of establishing the trust",
|
|
319
|
-
controllingPerson: "Controlling person",
|
|
320
|
-
controllingPersonDescription: "Authorized to make major business decisions (may or may not be an owner)",
|
|
321
|
-
controllingPersonGuideDescription: "A <strong>controlling person</strong> is someone authorized to make major business decisions. They may or may not be an owner.",
|
|
322
|
-
corporateUnitTrust: "Corporate unit trust",
|
|
323
|
-
correctErrorsResubmit: "Correct the following errors and resubmit the form",
|
|
324
|
-
couldNotCompleteAccountCheck: "We couldn't complete the account check",
|
|
325
|
-
couldNotEstablishBankConnection: "We couldn't establish a connection with your bank",
|
|
326
|
-
country: "Country/region",
|
|
327
|
-
country__US__business: "Where is your business registered?",
|
|
328
|
-
countryOfGoverningLaw: "Country/region of governing law",
|
|
329
|
-
countryRegionOfEstablishment: "Country/region of establishment",
|
|
330
|
-
countryWithoutVatOrGstSystem: "There is no indirect tax in this country/region of establishment",
|
|
331
|
-
courtOrder: "Court order",
|
|
332
|
-
cryptocurrencyExchange: "Cryptocurrency exchange",
|
|
333
|
-
cryptocurrencyIncome: "Cryptocurrency income",
|
|
334
|
-
cryptocurrencyProceedDetails: "Cryptocurrency proceed details",
|
|
335
|
-
currency: "Currency",
|
|
336
|
-
currencyCode: "Currency code",
|
|
337
|
-
currencyIsRequired: "Currency is required",
|
|
338
|
-
currencyPlaceholder: "Select a currency code",
|
|
339
|
-
customerSupport: "Customer support",
|
|
340
|
-
"CVR-nummer": "CVR-nummer",
|
|
341
|
-
cyRegistrationNumber: "Αριθμός Εγγραφής",
|
|
342
|
-
dataMissingError: "We are missing required data.",
|
|
343
|
-
dataReviewNeeded: "A data review is neeced.",
|
|
344
|
-
date: "Date",
|
|
345
|
-
dateCannotBeInTheFuture: "Date cannot be in the future",
|
|
346
|
-
datedInTheLastXMonths: "Dated in the last %{number} months",
|
|
347
|
-
dateOfIncorporation: "Date of incorporation",
|
|
348
|
-
dateOfSale: "Date of sale",
|
|
349
|
-
dateOfSourceEvent: "Date of source event",
|
|
350
|
-
dateOfTotalAssetsCalculation: "The date on which total assets and annual turnover were calculated is often the balance sheet date.",
|
|
351
|
-
dateOfWinning: "Date of winning",
|
|
352
|
-
dateOfWinnings: "Date of winning",
|
|
353
|
-
dateOnDocumentNoOlderThanXMonths: "Date on the document is no older than %{numberOfMonths} months",
|
|
354
|
-
datePlaceholder: "dd/mm/yyyy",
|
|
355
|
-
dbaName: "Doing Business As (DBA) name",
|
|
356
|
-
deceased: "My settlor is deceased",
|
|
357
|
-
deceasedEstate: "Deceased estate",
|
|
358
|
-
decedentsCountryOfDeath: "Decedent's country/region of death",
|
|
359
|
-
decedentsLegalFirstName: "Decedent's legal first name",
|
|
360
|
-
decedentsLegalLastName: "Decedent's legal last name",
|
|
361
|
-
decedentsName: "Decedent's name",
|
|
362
|
-
decisionMaker: "Decision-makers",
|
|
363
|
-
decisionMakerDescription: "Provide the information of the owners, controlling persons, and signatories in your company. Keep in mind that one person may hold multiple roles. The requirements are as follows:",
|
|
364
|
-
decisionMakers: "Decision-makers",
|
|
365
|
-
definedBeneficiary: "Defined beneficiary",
|
|
366
|
-
definedBeneficiaryDescription: "A natural person, corporate entity, or member of a class in whose interest the trust is principally constituted or operates.",
|
|
367
|
-
"delete": "Delete",
|
|
368
|
-
deleteDocument: "Delete document",
|
|
369
|
-
deleteIdDocument: "Delete ID document?",
|
|
370
|
-
deleteInvestorDetails: "Delete investor details",
|
|
371
|
-
depositSlip: "Deposit slip",
|
|
372
|
-
describeWhoIsABeneficiaryInYourTrust: "Describe in open format who is set to be a beneficiary in your trust deed",
|
|
373
|
-
description: "Description",
|
|
374
|
-
descriptionOfIntellectualProperty: "Description of (intellectual) property",
|
|
375
|
-
descriptionOfProperty: "Description of property",
|
|
376
|
-
descriptionOptional: "Description (optional)",
|
|
377
|
-
descriptionUndefinedBeneficiary: "Undefined beneficiary description",
|
|
378
|
-
detCentralePersonregister: "Det Centrale Personregister (CPR)",
|
|
379
|
-
detected: "Detected",
|
|
380
|
-
DIC: "Daňové identifikační číslo (DIČ)",
|
|
381
|
-
director: "Director",
|
|
382
|
-
directorDescription: "Someone appointed to manage a company's business and affairs",
|
|
383
|
-
directorGuideDescription: "A <strong>director</strong> is someone appointed to manage a company's business and affairs. Who your directors are can be found on the companies register.",
|
|
384
|
-
discretionaryInvestmentTrust: "Discretionary investment trust",
|
|
385
|
-
discretionaryServicesManagementTrust: "Discretionary services management trust",
|
|
386
|
-
discretionaryTradingTrust: "Discretionary trading trust",
|
|
387
|
-
discretionaryTrust: "Discretionary trust",
|
|
388
|
-
dividendAmount: "Dividend amount",
|
|
389
|
-
dni: "DNI",
|
|
390
|
-
documentAddressedToName: "The document has to be addressed to %{name}",
|
|
391
|
-
documentCannotBeDamaged: "The document cannot be damaged",
|
|
392
|
-
documentDeletedSuccessfully: "Document deleted successfully",
|
|
393
|
-
documentIssuedByGovernmentAuthority: "The document has to be issued by a government authority. It's usually given when a business is created at the local commercial register",
|
|
394
|
-
documentName: "Document name",
|
|
395
|
-
documentNotExpiredOrDamaged: "The document cannot be expired or damaged",
|
|
396
|
-
documentRequirements: "Document requirements",
|
|
397
|
-
documents: "Documents",
|
|
398
|
-
documentShowsTaxIdOfCompany: "The document shows the tax ID number of the company",
|
|
399
|
-
documentType: "Document type",
|
|
400
|
-
documentUpload: "Document upload",
|
|
401
|
-
documentUploadedSuccessfully: "Document uploaded successfully",
|
|
402
|
-
documentVerification: "Document verification",
|
|
403
|
-
doesThisCompanyHaveLEI: "Does this company have a Legal Entity Identifier (LEI)?",
|
|
404
|
-
doesYourCompanyHaveLEI: "Does your company have a Legal Entity Identifier (LEI)?",
|
|
405
|
-
doingBusinessAs: "Doing business as",
|
|
406
|
-
doingBusinessAsNameFiling: "Doing business as (DBA) filing",
|
|
407
|
-
doingBusinessAsNameFiling__FR: "Trading name filing",
|
|
408
|
-
doingBusinessAsNameFiling__US: "Doing business as (DBA) filing, such as your articles of incorporation",
|
|
409
|
-
donorsCountryOfResidence: "Donor's country/region of residence",
|
|
410
|
-
donorsLegalFirstName: "Donor's legal first name",
|
|
411
|
-
donorsLegalLastName: "Donor's legal last name",
|
|
412
|
-
donorsName: "Donor's name",
|
|
413
|
-
doNotHaveAbn: "I do not have an ABN",
|
|
414
|
-
doNotHaveAcn: "I do not have an ACN",
|
|
415
|
-
doNotHaveBusinessIncorporationNumber: "I do not have a Business incorporation number",
|
|
416
|
-
doNotHaveBusinessNumber: "I do not have a Business number",
|
|
417
|
-
doNotHaveChRegistrationNumber: "I do not have a Unternehmens-Identifikationsnummer (UID)",
|
|
418
|
-
doNotHaveEIN: "I do not have an EIN",
|
|
419
|
-
doNotHaveFirmenbuchnummer: "I do not have a Firmenbuchnummer",
|
|
420
|
-
doNotHaveHandelsregisternummer: "I do not have a Handelsregisternummer",
|
|
421
|
-
doNotHaveLtRegistrationNumber: "I do not have a Įmonės kodas",
|
|
422
|
-
doNotHaveLuRegistrationNumber: "I do not have a Numéro registre de commerce et des sociétés (RCS)",
|
|
423
|
-
doNotHaveNZBN: "I do not have a NZBN",
|
|
424
|
-
doNotHaveOrganisationsnummer: "I do not have an Organisationsnummer",
|
|
425
|
-
doNotHaveRegonKrsNumber: "I do not have a REGON",
|
|
426
|
-
doNotHaveYTunnus: "I do not have a Y-TUNNUS",
|
|
427
|
-
download: "Download",
|
|
428
|
-
downloadACopy: "Download a copy",
|
|
429
|
-
downloadAsPdf: "Download as PDF",
|
|
430
|
-
driversLicense: "Driver license",
|
|
431
|
-
driving_licence: "Driving license",
|
|
432
|
-
drivinglicenseBack: "Driving license (back)",
|
|
433
|
-
drivinglicenseFront: "Driving license (front)",
|
|
434
|
-
dropFileToUpload: "Drop file to upload",
|
|
435
|
-
duplicatedFiles: "Duplicated files",
|
|
436
|
-
edit: "Edit",
|
|
437
|
-
editDetails: "Edit details",
|
|
438
|
-
editEntityDetails: "Edit entity details",
|
|
439
|
-
editEntityOwner: "Edit owner details",
|
|
440
|
-
editOwnerOfTrustMember: "Edit owner of %{trustMember}",
|
|
441
|
-
editTrustMember: "Edit details of %{trustMember} ",
|
|
442
|
-
ein: "EIN",
|
|
443
|
-
einVerificationLetter: "Employer identification number (EIN) verification letter, also known as a CP 575 or 147c letter",
|
|
444
|
-
eInvoicingCode: "E-invoicing (SDI) code",
|
|
445
|
-
email: "Email address",
|
|
446
|
-
employersName: "Employer's name",
|
|
447
|
-
enter1LetterAndThenNDigitsForExample: "Enter 1 letter and then %{numDigits} digits. For example, %{example}",
|
|
448
|
-
enter1LetterAndThenXToYDigitsForExample: "Enter 1 letter and then %{minDigits} to %{maxDigits} digits. For example, %{example}",
|
|
449
|
-
enterAMaximumOfNCharactersForExample: "Enter a maximum of %{maxChars} characters. For example, %{example}",
|
|
450
|
-
enterAMaximumOfNCharactersWithAMixForExample: "Enter a maximum of %{maxChars} characters, with a mix of letters and numbers. For example, %{example}",
|
|
451
|
-
enterAMaximumOfNDigitsForExample: "Enter a maximum of %{maxDigits} digits. For example, %{example}",
|
|
452
|
-
enterAMaximumOfNMoreDigitsForExample: "Enter a maximum of %{maxDigits} more digits. For example, %{example}",
|
|
453
|
-
enterEnglishLetterFollowedByXtoYDigitsForExample: "Enter an English-equivalent letter (C for HE, O for AE, P for Σ) followed by %{minDigits} - %{maxDigits} digits. For example, %{example}",
|
|
454
|
-
enterLastNameExactlyAsAppearInID: "Enter your last name(s) exactly as it appears on your identity document",
|
|
455
|
-
enterLastNDigitsForExample: "Enter the last %{numDigits} digits. For example, %{example}",
|
|
456
|
-
enterNameExactlyAsAppearInID: "Enter your first name(s) exactly as it appears on your identity document",
|
|
457
|
-
enterNCharactersForExample: "Enter %{numChars} characters. For example, %{example}",
|
|
458
|
-
enterNCharactersWithAMixForExample: "Enter %{numChars} characters, with a mix of letters and numbers. For example, %{example}",
|
|
459
|
-
enterNDigitsAndThen1LetterForExample: "Enter %{numDigits} digits and then 1 letter. For example, %{example}",
|
|
460
|
-
enterNDigitsForExample: "Enter %{numDigits} digits. For example, %{example}",
|
|
461
|
-
enterNLetterPrefixOptionallyAndThenXToYDigitsForExample: "Enter %{minDigits} or %{maxDigits} digits, with or without a %{numChars}-letter prefix. For example, %{example1} or %{example2}",
|
|
462
|
-
enterNLettersAndThenXToYDigitsForExample: "Enter %{numLetters} letters and then %{minDigits} to %{maxDigits} digits. For example, %{example}",
|
|
463
|
-
enterpriseNumber: "Enterprise Number",
|
|
464
|
-
enterSettlorsFirstNameExactlyAsItAppearsInID: "Enter the settlor's first name(s) exactly as it appears on their identity document",
|
|
465
|
-
enterSettlorsLastNameExactlyAsItAppearsInID: "Enter the settlor's last name(s) exactly as it appears on their identity document",
|
|
466
|
-
enterTheDetailsYourself: "Enter the details yourself",
|
|
467
|
-
enterTheRemainingNCharactersForExample: "Enter the remaining %{numChars} characters. For example, %{example}",
|
|
468
|
-
enterTheRemainingNDigitsForExample: "Enter the remaining %{numDigits} digits. For example, %{example}",
|
|
469
|
-
enterTheRemainingNDigitsThenXToYLettersForExample: "Enter the remaining %{numDigits} digits and then %{minLetters} to %{maxLetters} letters. For example, %{example}",
|
|
470
|
-
enterTheRemainingXToYCharactersForExample: "Enter the remaining %{minChars} to %{maxChars} characters. For example, %{example}",
|
|
471
|
-
enterTheRemainingXToYDigitsForExample: "Enter the remaining %{minDigits} to %{maxDigits} digits. For example, %{example}",
|
|
472
|
-
enterValid_: "Please enter valid: %{fieldNames}",
|
|
473
|
-
enterValidAccountDetails: "Please enter valid account details",
|
|
474
|
-
enterXOrYCharactersForExample: "Enter %{xChars} or %{yChars} characters. For example, %{example}",
|
|
475
|
-
enterXOrYDigitsForExample: "Enter %{xDigits} or %{yDigits} digits. For example, %{example}",
|
|
476
|
-
enterXToYCharactersForExample: "Enter %{minChars} to %{maxChars} characters. For example, %{example}",
|
|
477
|
-
enterXToYCharactersWithAMixForExample: "Enter %{minChars} to %{maxChars} characters, with a mix of letters and numbers. For example, %{example}",
|
|
478
|
-
enterXToYDigitsForExample: "Enter %{minDigits} to %{maxDigits} digits. For example, %{example}",
|
|
479
|
-
entityEstablishingTrust: "The entity that establishes a trust.",
|
|
480
|
-
entityType: "Entity type",
|
|
481
|
-
errorMessage_1_10: "Information couldn't be verified",
|
|
482
|
-
errorMessage_1_11: "Document didn't meet requirements",
|
|
483
|
-
errorMessage_1_12: "Legal entity declined",
|
|
484
|
-
errorMessage_1_30: "Individual details couldn't be verified",
|
|
485
|
-
errorMessage_1_31: "ID document is needed",
|
|
486
|
-
errorMessage_1_32: "ID document couldn't be processed",
|
|
487
|
-
errorMessage_1_33: "ID document didn't meet requirements",
|
|
488
|
-
errorMessage_1_34: "Image of the ID document didn't meet requirements",
|
|
489
|
-
errorMessage_1_35: "Individual details didn't match the ID document",
|
|
490
|
-
errorMessage_1_36: "Proof of residency didn't meet requirements",
|
|
491
|
-
errorMessage_1_37: "Image of the proof of residency didn't meet the requirements",
|
|
492
|
-
errorMessage_1_38: "Individual details didn't match the proof of residency",
|
|
493
|
-
errorMessage_1_39: "Proof of national ID number didn't meet requirements",
|
|
494
|
-
errorMessage_1_40: "Image of the proof of national ID number didn't meet the requirements",
|
|
495
|
-
errorMessage_1_41: "Individual details didn't match the proof of national ID number",
|
|
496
|
-
errorMessage_1_50: "Organization details couldn't be verified",
|
|
497
|
-
errorMessage_1_51: "Organization details didn't match the document",
|
|
498
|
-
errorMessage_1_52: "Registration document didn't meet requirements",
|
|
499
|
-
errorMessage_1_53: "Tax document didn't meet requirements",
|
|
500
|
-
errorMessage_1_54: "Proof of address didn't meet requirements",
|
|
501
|
-
errorMessage_1_55: "Proof of ownership is needed",
|
|
502
|
-
errorMessage_1_56: "Organization ownership couldn't be verified",
|
|
503
|
-
errorMessage_1_57: "Submitted affiliation document didn't meet the requirements",
|
|
504
|
-
errorMessage_1_58: "VAT document didn't meet requirements",
|
|
505
|
-
errorMessage_1_60: "Legal entity details couldn't be verified",
|
|
506
|
-
errorMessage_1_61: "Constitutional document didn't meet requirements",
|
|
507
|
-
errorMessage_1_62: "Legal entity details didn't match the constitutional document",
|
|
508
|
-
errorMessage_1_70: "Bank account couldn't be verified",
|
|
509
|
-
errorMessage_1_71: "Bank account details couldn't be verified",
|
|
510
|
-
errorMessage_1_72: "Verification could not be completed",
|
|
511
|
-
errorMessage_1_73: "Bank account access could not be authenticated",
|
|
512
|
-
errorMessage_1_74: "Bank statement is needed",
|
|
513
|
-
errorMessage_1_75: "Bank statement didn't meet requirements",
|
|
514
|
-
errorMessage_1_76: "Bank details didn't match the bank statement",
|
|
515
|
-
errorMessage_1_84: "Proof of director document missing",
|
|
516
|
-
errorMessage_1_85: "Proof of director document didn't meet the requirements",
|
|
517
|
-
errorMessage_1_86: "Director details didn't match with proof of director document",
|
|
518
|
-
errorMessage_1_87: "Director details couldn't be verified",
|
|
519
|
-
errorMessage_1_93: "Source of funds details couldn't be verified",
|
|
520
|
-
errorMessage_1_94: "Proof of funds document didn't meet requirements",
|
|
521
|
-
errorMessage_1_803: "Upload a proof of director document to legal entity",
|
|
522
|
-
errorMessage_1_804: "Upload a different proof of director document",
|
|
523
|
-
errorMessage_1_1000: "Verification failed. Legal entity declined",
|
|
524
|
-
errorMessage_1_1001: "There were some technical issues in the verification process.",
|
|
525
|
-
errorMessage_1_1002: "There are more questions about the submitted information.",
|
|
526
|
-
errorMessage_1_1003: "The document contained sensitive data.",
|
|
527
|
-
errorMessage_1_3000: "The user couldn't be verified.",
|
|
528
|
-
errorMessage_1_3001: "The name and date of birth couldn't be verified.",
|
|
529
|
-
errorMessage_1_3002: "The name and national ID number couldn't be verified.",
|
|
530
|
-
errorMessage_1_3003: "The name and residence state couldn't be verified.",
|
|
531
|
-
errorMessage_1_3004: "The name and residence country couldn't be verified.",
|
|
532
|
-
errorMessage_1_3005: "The national ID number was entered incorrectly.",
|
|
533
|
-
errorMessage_1_3006: "The name didn't match the national ID number.",
|
|
534
|
-
errorMessage_1_3007: "An incorrect national ID number was entered.",
|
|
535
|
-
errorMessage_1_3008: "The ID document image was incomplete.",
|
|
536
|
-
errorMessage_1_3009: "The photo on the ID document couldn't be recognized.",
|
|
537
|
-
errorMessage_1_3010: "The ID document image was incomplete or too blurry.",
|
|
538
|
-
errorMessage_1_3011: "The ID document image was in black and white.",
|
|
539
|
-
errorMessage_1_3012: "The image couldn't be recognized as a supported ID document.",
|
|
540
|
-
errorMessage_1_3013: "The ID document wasn't a supported document type.",
|
|
541
|
-
errorMessage_1_3014: "The ID document image didn't contain the MRZ code.",
|
|
542
|
-
errorMessage_1_3015: "The ID document was expired.",
|
|
543
|
-
errorMessage_1_3016: "The ID document image was of too low quality.",
|
|
544
|
-
errorMessage_1_3017: "The ID document image was a scan.",
|
|
545
|
-
errorMessage_1_3018: "The ID document image was too blurry.",
|
|
546
|
-
errorMessage_1_3019: "The ID document was expired.",
|
|
547
|
-
errorMessage_1_3020: "The ID document wasn't a supported document type.",
|
|
548
|
-
errorMessage_1_3021: "The ID document MRZ code is unreadable.",
|
|
549
|
-
errorMessage_1_3022: "The ID document image only showed one side of the ID document.",
|
|
550
|
-
errorMessage_1_3023: "The ID document image only showed parts of the ID document.",
|
|
551
|
-
errorMessage_1_3024: "The ID document wasn't valid.",
|
|
552
|
-
errorMessage_1_3025: "The state didn't match the one on the ID document.",
|
|
553
|
-
errorMessage_1_3026: "The ID document didn't show an issuing state.",
|
|
554
|
-
errorMessage_1_3027: "The ID document wasn't valid.",
|
|
555
|
-
errorMessage_1_3028: "The ID number didn't match the one on the document.",
|
|
556
|
-
errorMessage_1_3029: "The ID document didn't show a document number.",
|
|
557
|
-
errorMessage_1_3030: "The ID document wasn't valid.",
|
|
558
|
-
errorMessage_1_3031: "The ID document wasn't valid.",
|
|
559
|
-
errorMessage_1_3032: "The first name didn't match the one on the ID document.",
|
|
560
|
-
errorMessage_1_3033: "The last name didn't match the one on the ID document.",
|
|
561
|
-
errorMessage_1_3034: "The date of birth didn't match the one on the ID document.",
|
|
562
|
-
errorMessage_1_3035: "The country didn't match the one on the ID document.",
|
|
563
|
-
errorMessage_1_3036: "The ID document image was too low quality.",
|
|
564
|
-
errorMessage_1_3037: "The last name didn't match the one on the proof of residential address.",
|
|
565
|
-
errorMessage_1_3038: "The first name didn't match the one on the proof of residential address.",
|
|
566
|
-
errorMessage_1_3039: "The date of birth didn't match the one on the proof of residential address.",
|
|
567
|
-
errorMessage_1_3040: "The proof of residential address didn't show the date it was issued.",
|
|
568
|
-
errorMessage_1_3041: "The proof of residential address didn't show a name.",
|
|
569
|
-
errorMessage_1_3042: "The proof of residential address didn't show an issuing country.",
|
|
570
|
-
errorMessage_1_3043: "The proof of residential address wasn't a supported document type.",
|
|
571
|
-
errorMessage_1_3044: "The proof of residential address was too old.",
|
|
572
|
-
errorMessage_1_3045: "The proof of residential address image was of too low quality.",
|
|
573
|
-
errorMessage_1_3046: "The address on the proof of residential address was a PO box.",
|
|
574
|
-
errorMessage_1_3047: "The proof of national ID number wasn't a supported document type.",
|
|
575
|
-
errorMessage_1_3048: "The last name didn't match the one on the proof of national ID number.",
|
|
576
|
-
errorMessage_1_3049: "The first name didn't match the one on the proof of national ID number.",
|
|
577
|
-
errorMessage_1_3050: "The date of birth didn't match the one on the proof of national ID number.",
|
|
578
|
-
errorMessage_1_3051: "The proof of national ID number image was of too low quality.",
|
|
579
|
-
errorMessage_1_3052: "An ID document is needed to verify the individual.",
|
|
580
|
-
errorMessage_1_3062: "The name and 4 digit SSN couldn't be verified.",
|
|
581
|
-
errorMessage_1_3072: "We found the following issues:\n- The name and nationality couldn't be verified.\nReview the information below and correct any mistakes, or upload an id document then resubmit.",
|
|
582
|
-
errorMessage_1_3073: "We found the following issues:\n- The ID document didn't show the nationality.\nReview the information below and correct any mistakes, or upload an id document then resubmit.",
|
|
583
|
-
errorMessage_1_3083: "Individual details didn't match the ID document",
|
|
584
|
-
errorMessage_1_5000: "The legal business name couldn't be verified.",
|
|
585
|
-
errorMessage_1_5001: "The tax ID number couldn't be verified.",
|
|
586
|
-
errorMessage_1_5002: "The state couldn't be verified.",
|
|
587
|
-
errorMessage_1_5003: "The legal name didn't match the one on the registry.",
|
|
588
|
-
errorMessage_1_5004: "The legal name didn't match the one on the registry.",
|
|
589
|
-
errorMessage_1_5005: "The legal name didn't match the one on the registry.",
|
|
590
|
-
errorMessage_1_5006: "The country didn't match the one on the registry.",
|
|
591
|
-
errorMessage_1_5007: "The registration number didn't match the one on the registry.",
|
|
592
|
-
errorMessage_1_5008: "The tax ID didn't match the one on the registry.",
|
|
593
|
-
errorMessage_1_5009: "The registration number was provided as tax ID.",
|
|
594
|
-
errorMessage_1_5010: "The company details couldn't be verified. ",
|
|
595
|
-
errorMessage_1_5011: "The trade name (doing business as) was entered.",
|
|
596
|
-
errorMessage_1_5012: "The submitted company type didn't match the one on the registry.",
|
|
597
|
-
errorMessage_1_5013: "The company was not found in the database.",
|
|
598
|
-
errorMessage_1_5014: "The registration number couldn't be verified. ",
|
|
599
|
-
errorMessage_1_5015: "The registration number didn't match the legal business name.",
|
|
600
|
-
errorMessage_1_5016: "The tax ID number couldn't be verified.",
|
|
601
|
-
errorMessage_1_5017: "The tax ID number didn't match the legal business name.",
|
|
602
|
-
errorMessage_1_5018: "The business address couldn't be verified.",
|
|
603
|
-
errorMessage_1_5019: "The trade name (doing business as) was entered instead of the legal name.",
|
|
604
|
-
errorMessage_1_5020: "Registration document is missing.",
|
|
605
|
-
errorMessage_1_5021: "The registration document was too low quality.",
|
|
606
|
-
errorMessage_1_5022: "The registration document was too old.",
|
|
607
|
-
errorMessage_1_5023: "The submitted company type didn't match the one on the registration document.",
|
|
608
|
-
errorMessage_1_5024: "The registration document did not show the company type.",
|
|
609
|
-
errorMessage_1_5025: "The address on the company registration document was a residential address.",
|
|
610
|
-
errorMessage_1_5026: "The address on the company registration document was a PO box.",
|
|
611
|
-
errorMessage_1_5027: "The business address didn't match the one on the company registration document.",
|
|
612
|
-
errorMessage_1_5028: "The registration number didn't match the one on the company registration document.",
|
|
613
|
-
errorMessage_1_5029: "The legal business name didn't match the one on the company registration document.",
|
|
614
|
-
errorMessage_1_5030: "The country didn't match the one on the company registration document.",
|
|
615
|
-
errorMessage_1_5031: "The company registration document didn't show a legal business name.",
|
|
616
|
-
errorMessage_1_5032: "The company registration document didn't show a registration number.",
|
|
617
|
-
errorMessage_1_5033: "The state didn't match the one on the company registration document.",
|
|
618
|
-
errorMessage_1_5034: "The company registration document wasn't a supported document type.",
|
|
619
|
-
errorMessage_1_5035: "The company registration document is not supported.",
|
|
620
|
-
errorMessage_1_5036: "Tax document is missing.",
|
|
621
|
-
errorMessage_1_5037: "The country didn't match the one on the tax document.",
|
|
622
|
-
errorMessage_1_5038: "The tax document wasn't a supported document type.",
|
|
623
|
-
errorMessage_1_5039: "The tax document was too low quality.",
|
|
624
|
-
errorMessage_1_5040: "The tax document was too old.",
|
|
625
|
-
errorMessage_1_5041: "The legal name didn't match the one on the tax document.",
|
|
626
|
-
errorMessage_1_5042: "The tax ID number didn't match the legal business name.",
|
|
627
|
-
errorMessage_1_5043: "The tax document didn't show a tax ID number.",
|
|
628
|
-
errorMessage_1_5044: "The tax document didn't show a legal business name.",
|
|
629
|
-
errorMessage_1_5045: "The state didn't match the one on the proof of address.",
|
|
630
|
-
errorMessage_1_5046: "Ownership data seems incorrect.",
|
|
631
|
-
errorMessage_1_5047: "Ownership data seems to be missing.",
|
|
632
|
-
errorMessage_1_5048: "Provide official ownership documentation.",
|
|
633
|
-
errorMessage_1_5049: "The affiliation document was not sufficient to prove the 100% affiliation.",
|
|
634
|
-
errorMessage_1_5050: "The affiliation document was not official.",
|
|
635
|
-
errorMessage_1_5051: "Signing person on the affiliation document could not be verified",
|
|
636
|
-
errorMessage_1_5052: "The affiliation document verifies the payout entity is not 100% affiliated with the company. Setup can't be continued.",
|
|
637
|
-
errorMessage_1_5053: "The affiliation document was not issued within the last 6 months",
|
|
638
|
-
errorMessage_1_5054: "The VAT number couldn't be verified",
|
|
639
|
-
errorMessage_1_5055: "VAT document is missing",
|
|
640
|
-
errorMessage_1_5057: "The VAT document wasn't a supported document type",
|
|
641
|
-
errorMessage_1_5067: "The legal name didn't match the one on the VAT registry.",
|
|
642
|
-
errorMessage_1_6000: "The legal name couldn't be verified.",
|
|
643
|
-
errorMessage_1_6001: "The legal name didn't match the registration number.",
|
|
644
|
-
errorMessage_1_6002: "The registration number couldn't be verified.",
|
|
645
|
-
errorMessage_1_6003: "Legal entity type couldn't be verified.",
|
|
646
|
-
errorMessage_1_6004: "The country of governing law couldn't be verified.",
|
|
647
|
-
errorMessage_1_6005: "Constitutional document is missing.",
|
|
648
|
-
errorMessage_1_6006: "The constitutional document was too old.",
|
|
649
|
-
errorMessage_1_6007: "Legal name didn't match the constitutional document.",
|
|
650
|
-
errorMessage_1_6008: "Country of governing law didn't match the constitutional document.",
|
|
651
|
-
errorMessage_1_6009: "The constitutional document didn't show a legal name.",
|
|
652
|
-
errorMessage_1_6010: "The constitutional document didn't show a registration number.",
|
|
653
|
-
errorMessage_1_6011: "The legal entity type didn't match the one on the constitutional document.",
|
|
654
|
-
errorMessage_1_6012: "The legal entity's state didn't match the one on the constitutional document.",
|
|
655
|
-
errorMessage_1_6013: "The registered state couldn't be verified.",
|
|
656
|
-
errorMessage_1_6014: "The submitted registered state didn't match the one on the registry.",
|
|
657
|
-
errorMessage_1_6015: "The constitutional document contained sensitive data.",
|
|
658
|
-
errorMessage_1_6016: "The constitutional document is not supported.",
|
|
659
|
-
errorMessage_1_6017: "The constitutional document doesn't belong to the legal arrangement.",
|
|
660
|
-
errorMessage_1_6018: "Legal entity was not found.",
|
|
661
|
-
errorMessage_1_6019: "The constitutional document didn't show the date of issue.",
|
|
662
|
-
errorMessage_1_6020: "The constitutional document didn't show a stamp/signature.",
|
|
663
|
-
errorMessage_1_6021: "The image quality of the constitutional document was too low.",
|
|
664
|
-
errorMessage_1_6022: "The registration number didn't match the one on the registry.",
|
|
665
|
-
errorMessage_1_6023: "The legal entity name didn't match the one on the registry.",
|
|
666
|
-
errorMessage_1_6024: "The trade name (doing business as) was entered instead of the legal entity name.",
|
|
667
|
-
errorMessage_1_6025: "The legal entity name is incorrect.",
|
|
668
|
-
errorMessage_1_6026: "The legal entity registration number did not match the one on the constitutional document.",
|
|
669
|
-
errorMessage_1_6027: "The registered entity type is different",
|
|
670
|
-
errorMessage_1_6028: "The constitutional document is not associated with a legal arrangement.",
|
|
671
|
-
errorMessage_1_6029: "The constitutional document didn't show a stamp/signature.",
|
|
672
|
-
errorMessage_1_6030: "The constitutional document didn't show the Settlor(s) details.",
|
|
673
|
-
errorMessage_1_6031: "The constitutional document didn't show the Protector(s) details.",
|
|
674
|
-
errorMessage_1_6032: "The constitutional document didn't show the Defined Beneficiary(ies) details.",
|
|
675
|
-
errorMessage_1_6033: "The constitutional document didn't show the Undefined Beneficiary(ies) details.",
|
|
676
|
-
errorMessage_1_6034: "The Secondary Trustee details didn't match the ones on the constitutional document.",
|
|
677
|
-
errorMessage_1_6035: "The Settlor(s) details didn't match the one(s) on the constitutional document.",
|
|
678
|
-
errorMessage_1_6036: "The Protector(s) details didn't match the one(s) on the constitutional document.",
|
|
679
|
-
errorMessage_1_6037: "The Defined Beneficiary(ies) details didn't match the one(s) on the constitutional document.",
|
|
680
|
-
errorMessage_1_6038: "The Undefined Beneficiary(ies) details didn't match the one(s) on the constitutional document.",
|
|
681
|
-
errorMessage_1_6039: "The Secondary Trustee is missing.",
|
|
682
|
-
errorMessage_1_6040: "The Protector(s) is/are missing.",
|
|
683
|
-
errorMessage_1_6041: "The Secondary Trustee(s) is a natural person but an Organization is mentioned instead..",
|
|
684
|
-
errorMessage_1_6042: "The Secondary Trustee(s) is an Organization but a natural person is mentioned instead..",
|
|
685
|
-
errorMessage_1_6044: "The constitutional document didn't show the Secondary Partner(s) details..",
|
|
686
|
-
errorMessage_1_6045: "The constitutional document didn't show the UBO(s) details.",
|
|
687
|
-
errorMessage_1_6046: "The Secondary Partner(s) details didn't match the constitutional document.",
|
|
688
|
-
errorMessage_1_6047: "The UBO(s) details didn't match the constitutional document.",
|
|
689
|
-
errorMessage_1_6048: "The Secondary Partner(s) is a natural person but an Organization is mentioned instead.",
|
|
690
|
-
errorMessage_1_6049: "The Secondary Partner(s) is an Organization but a natural person is mentioned instead.",
|
|
691
|
-
errorMessage_1_7000: "The bank account couldn't be verified.",
|
|
692
|
-
errorMessage_1_7001: "The routing number wasn't valid.",
|
|
693
|
-
errorMessage_1_7002: "The bank account number wasn't valid.",
|
|
694
|
-
errorMessage_1_7003: "The bank account couldn't be verified.",
|
|
695
|
-
errorMessage_1_7004: "The bank account entered was invalid.",
|
|
696
|
-
errorMessage_1_7005: "The verification code wasn't valid.",
|
|
697
|
-
errorMessage_1_7006: "There were too many attempts to request the verification code.",
|
|
698
|
-
errorMessage_1_7007: "The verification code wasn't entered.",
|
|
699
|
-
errorMessage_1_7008: "There is no bank document to verify.",
|
|
700
|
-
errorMessage_1_7009: "The bank document didn't show a bank account number.",
|
|
701
|
-
errorMessage_1_7010: "The bank document didn't show the account owner name.",
|
|
702
|
-
errorMessage_1_7011: "The bank account number didn't match the one on the bank document.",
|
|
703
|
-
errorMessage_1_7012: "The bank account owner name appearing in the document does not match the verified legal name.",
|
|
704
|
-
errorMessage_1_7013: "The bank document was too low quality.",
|
|
705
|
-
errorMessage_1_7014: "The bank document wasn't a supported document type.",
|
|
706
|
-
errorMessage_1_7015: "The bank account country didn't match the one on the bank document.",
|
|
707
|
-
errorMessage_1_7016: "The branch code didn't match the one on the bank document.",
|
|
708
|
-
errorMessage_1_7017: "The bank account currency didn't match the one on the bank document.",
|
|
709
|
-
errorMessage_1_7018: "The bank document wasn't officially issued by the bank.",
|
|
710
|
-
errorMessage_1_7019: "The bank document wasn't issued in the past 12 months.",
|
|
711
|
-
errorMessage_1_7020: "The bank name didn't match the one on the bank document.",
|
|
712
|
-
errorMessage_1_7021: "The bank document didn't show an official bank logo.",
|
|
713
|
-
errorMessage_1_7022: "The bank document didn't show an official bank stamp.",
|
|
714
|
-
errorMessage_1_8009: "Organization legal name is missing from the proof of director document",
|
|
715
|
-
errorMessage_1_8010: "Organization legal name is different with the one presented in the document",
|
|
716
|
-
errorMessage_1_8011: "Director name is missing from the proof of director document",
|
|
717
|
-
errorMessage_1_8012: "Director name is different with the one presented in the document",
|
|
718
|
-
errorMessage_1_8013: "Provided proof of director document is not supported",
|
|
719
|
-
errorMessage_1_8014: "Proof of director document was too old",
|
|
720
|
-
errorMessage_1_8015: "Proof of director image was of too low quality",
|
|
721
|
-
errorMessage_1_9009: "Proof of funds didn't match funding source type.",
|
|
722
|
-
errorMessage_1_9010: "The legal business name didn't match the one shown on the proof of funds document.",
|
|
723
|
-
errorMessage_1_9011: "The proof of funds document was too old.",
|
|
724
|
-
errorMessage_1_9012: "The legal business name was not found in the proof of funds document.",
|
|
725
|
-
errorMessage_2_1101: "Further information is needed to verify your source of funds.",
|
|
726
|
-
errorMessage_2_1102: "Some information related to the source of funds are still missing the proof of source of funds.",
|
|
727
|
-
errorMessage_2_1103: "Proof of source of funds provided showing different source of funds type.",
|
|
728
|
-
errorMessage_2_1110: "Some proof of source of funds didn't meet requirements.",
|
|
729
|
-
errorMessage_2_1111: "Some proof of source of funds didn't seem to be owned by your business.",
|
|
730
|
-
errorMessage_2_1112: "Some proof of source of funds are too old.",
|
|
731
|
-
errorMessage_2_1113: "Some proof of source of funds didn't show a legal business name.",
|
|
732
|
-
errorMessage_2_8064: "UBO through ownership was missing.",
|
|
733
|
-
errorMessage_2_8067: "Signatory was missing.",
|
|
734
|
-
errorMessage_2_8141: "Registration document was missing.",
|
|
735
|
-
errorMessage_2_8150: "'phone.number' was missing",
|
|
736
|
-
errorMessage_2_8162: "proofOfOrganizationTaxInfo was missing.",
|
|
737
|
-
errorMessage_2_8183: "'webAddress' was missing.",
|
|
738
|
-
errorMessage_2_8189: "UBO through control was missing.",
|
|
739
|
-
errorMessage_2_8193: "Director was missing.",
|
|
740
|
-
errorMessage_2_8196: "proofOfOwnership document to perform verification was missing.",
|
|
741
|
-
errorMessage_2_8203: "organization.economicSector was missing",
|
|
742
|
-
errorMessage_2_8204: "organization.globalLegalEntityIdentifier was missing",
|
|
743
|
-
errorMessage_2_8224: "Proof of funding or wealth source was missing.",
|
|
744
|
-
errorMessage_2_8225: "Institutional sector was missing.",
|
|
745
|
-
errorMessage_2_8226: "Legal form was missing.",
|
|
746
|
-
errorMessage_2_8227: "Status of legal proceedings was missing.",
|
|
747
|
-
errorMessage_2_8228: "Date of initiation of legal proceedings was missing.",
|
|
748
|
-
errorMessage_2_8229: "Head office indicator was missing.",
|
|
749
|
-
errorMessage_2_8234: "'organization.countryOfGoverningLaw' was missing.",
|
|
750
|
-
errorMessage_2_8236: "Proof of director was missing.",
|
|
751
|
-
errorMessage_2_8247: "'organization.support.email' was missing",
|
|
752
|
-
errorMessage_2_8248: "'individual.support.email' was missing",
|
|
753
|
-
errorMessage_2_8249: "'organization.support.phone.number' was missing",
|
|
754
|
-
errorMessage_2_8250: "'individual.support.phone.number' was missing",
|
|
755
|
-
errorMessage_3_10: "Review of data is required",
|
|
756
|
-
errorSubmittingData: "Error submitting data",
|
|
757
|
-
errorUpdatingSourceOfFunds: "Error updating source of funds",
|
|
758
|
-
estateAttorneysName: "Estate attorney's name",
|
|
759
|
-
euVatNumber: "EU VAT number",
|
|
760
|
-
exemptedFromTax: "Exempted from tax",
|
|
761
|
-
extractFromMunicipalPersonalRecordsDatabase: "Extract from Municipal Personal Records database",
|
|
762
|
-
failedFetchingDecisionMaker: "Failed to get decision maker details",
|
|
763
|
-
failedFetchingLegalRepresentative: "Failed to get legal representative details",
|
|
764
|
-
failedInitializeInstantVerification: "Failed to initialize instant account verification process",
|
|
765
|
-
failedToDeletePayoutAccount: "Failed to delete payout account",
|
|
766
|
-
failedToDownloadAcceptedServiceAgreementDocument: "Failed to download accepted service agreement document",
|
|
767
|
-
failedToDownloadPci: "Failed to download PCI document(s)",
|
|
768
|
-
failedToDownloadServiceAgreementDocument: "Failed to download service agreement document",
|
|
769
|
-
failedToFetchAcceptedByName: "Failed to get the legal entity that accepted service agreement",
|
|
770
|
-
failedToFetchPayoutAccount: "failed to fetch payout account",
|
|
771
|
-
failedToFetchRelevantDocuments: "Failed to fetch relevant documents",
|
|
772
|
-
failedToFetchSoleProp: "Failed to fetch the sole propietor",
|
|
773
|
-
failedToFetchTrustDetails: "Failed to fetch the trust details",
|
|
774
|
-
failedToFetchTrustMemberDetails: "Failed to fetch the trust member details",
|
|
775
|
-
failedToGetPciTemplate: "Failed to get PCI template",
|
|
776
|
-
failedToGetPciTemplateInSelectedLanguageFallbackToEn: "Failed to get the PCI template in the selected language. Falling back to English.",
|
|
777
|
-
failedToGetServiceAgreementInSelectedLanguageFallbackToEn: "Failed to get the service agreement in the selected language. Falling back to English.",
|
|
778
|
-
failedToLoadBusinessLines: "Failed to oad business lines",
|
|
779
|
-
failedToRemoveDecisionMaker: "Failed to remove a decision maker",
|
|
780
|
-
failedToRemoveTrustMember: "Failed to remove trust member",
|
|
781
|
-
failedToUpdateDetails: "Failed to update details",
|
|
782
|
-
familyTrust: "Family trust",
|
|
783
|
-
fieldHasUnsupportedFormats: "%{fieldName} has an unsupported format.",
|
|
784
|
-
fieldIsRequired: "Field is required",
|
|
785
|
-
fieldMustContainAtLeast: "%{fieldName} must contain at least %{minLength} characters",
|
|
786
|
-
fileName: "File name",
|
|
787
|
-
financialInformation: "Financial information",
|
|
788
|
-
financialProductFundingSources: "Financial product funding sources",
|
|
789
|
-
financialProductInformation: "Financial product information",
|
|
790
|
-
financialReportingDate: "Financial reporting date",
|
|
791
|
-
findYourIncorporatedAssociationNumberInThePublicRegistryForYourState: "Find your incorporated association number in the public registry for your state.",
|
|
792
|
-
finish: "Finish",
|
|
793
|
-
finishLater: "Finish later",
|
|
794
|
-
firmenbuchnummer: "Firmenbuchnummer",
|
|
795
|
-
firstHomeSaverAccountsTrust: "First home saver accounts trust",
|
|
796
|
-
firstName: "First name",
|
|
797
|
-
firstNameOfSettlor: "First name of settlor",
|
|
798
|
-
fixedTrust: "Fixed trust",
|
|
799
|
-
fixedUnitTrust: "Fixed unit trust",
|
|
800
|
-
forExample_: "For example: %{examples}",
|
|
801
|
-
formatIsCorrect: "Format is correct",
|
|
802
|
-
franchiseesTAndCs: "Franchisees T&C's",
|
|
803
|
-
frontPage: "Front page",
|
|
804
|
-
fullDocumentVisible: "The full document needs to be visible, with all text readable",
|
|
805
|
-
fullDocumentVisibleWithReadableText: "The full document needs to be visible, with all text readable",
|
|
806
|
-
fullLegalName: "Full legal name",
|
|
807
|
-
fundDepositAmount: "Fund deposit amount",
|
|
808
|
-
fundDepositDate: "Fund deposit date",
|
|
809
|
-
fundingSources: "Funding sources",
|
|
810
|
-
fundTransferDate: "Fund transfer date",
|
|
811
|
-
gamblingProceedDetails: "Gambling proceed details",
|
|
812
|
-
gamblingWebsite: "Gambling website",
|
|
813
|
-
"GEMI-number": "GEMI number or ΑΡΙΘΜΟΣ Γ.Ε.ΜΗ (Γενικού Εμπορικού Μητρώου)",
|
|
814
|
-
getSetUpInstantly: "Get set up instantly",
|
|
815
|
-
gettingStarted: "Get Started",
|
|
816
|
-
getYourBusinessVerifiedDetails: "Get your business's verified details instantly and skip uploading documents.",
|
|
817
|
-
getYourVerifiedDetailsInstantly: "Get your verified details instantly and skip uploading documents.",
|
|
818
|
-
giftOrDonationAgreement: "Gift or donation agreement",
|
|
819
|
-
giftOrDonationDetails: "Gift or donation details",
|
|
820
|
-
goBack: "Go back",
|
|
821
|
-
goBackAndProvideDocumentScans: "Go back and provide document scans",
|
|
822
|
-
good: "Good",
|
|
823
|
-
goToIntroduction: "How does it work?",
|
|
824
|
-
goToOverview: "Go to overview",
|
|
825
|
-
goToOverviewFromIntroduction: "Skip intro",
|
|
826
|
-
governmentalOrganizationDescription: "Your organization is owned by the government or state.",
|
|
827
|
-
governmentalOrganizationTitle: "Governmental organization",
|
|
828
|
-
governmentIssuedCorrespondence: "Government-issued correspondence",
|
|
829
|
-
grantOfProbate: "Grant of probate",
|
|
830
|
-
grTaxId: "Αριθμός Φορολογικού Μητρώου Arithmós Forologikou Mētrṓou (ΑΦΜ)",
|
|
831
|
-
gst: "Goods and Services Tax (GST)",
|
|
832
|
-
guardian: "guardian",
|
|
833
|
-
guardianshipCertificate: "Guardianship certificate",
|
|
834
|
-
handelsregisternummer: "Handelsregisternummer",
|
|
835
|
-
hasBankStampOrBankSignature: "Includes a bank stamp or signature",
|
|
836
|
-
hasDba: "Does your business use a DBA name?",
|
|
837
|
-
hasDba__helperText: "A Doing Business As (DBA) name is a version of your business' name that may be more recognizable to shoppers but is different from the legal name.",
|
|
838
|
-
hasToBeOfficialDocumentFromBank: "Includes the bank logo, bank name, or bank-specific font",
|
|
839
|
-
helpUsVerifyCompany: "Help us verify this company.",
|
|
840
|
-
hideDetails: "Hide details",
|
|
841
|
-
highResolutionCheck: "High-resolution image showing the full check with clearly visible security features",
|
|
842
|
-
hkid: "HKID Number",
|
|
843
|
-
howDoesVerificationWithOurPartnerWorks: "How does verification with our partner %{provider} work?",
|
|
844
|
-
howVerificationWithOnfidoWork: "How does verification with our partner Onfido work?",
|
|
845
|
-
howWouldYouLikeToSetUpYourAccount: "How would you like to set up your account",
|
|
846
|
-
howYourCustomersCanReachYou: "How your customers can reach you with questions or concerns. Contact details may be shown on shopper bank statements.",
|
|
847
|
-
huRegistrationNumber: "Cégjegyzékszám",
|
|
848
|
-
huTaxId: "Közösségi adószám",
|
|
849
|
-
hybridTrust: "Hybrid trust",
|
|
850
|
-
iban: "IBAN",
|
|
851
|
-
ibanFormat: "International Bank Account Number (IBAN)",
|
|
852
|
-
ICO: "IČO (Identifikační číslo)",
|
|
853
|
-
id: "ID",
|
|
854
|
-
idDocument: "ID Document",
|
|
855
|
-
idDocumentAlreadyUploaded: "Identity document has already been uploaded or is too large; try another",
|
|
856
|
-
identifikacionenNomerDDS: "VAT number (ДДС)",
|
|
857
|
-
identityCard: "Identity card",
|
|
858
|
-
identityCardBack: "Identity card (back)",
|
|
859
|
-
identityCardFront: "Identity card (front)",
|
|
860
|
-
identityNumberExempt: "I don't have an identity number",
|
|
861
|
-
identityNumberExempt__CA: "I don't have an SIN",
|
|
862
|
-
identityNumberExempt__US: "I don't have an SSN",
|
|
863
|
-
identityVerification: "Identity verification",
|
|
864
|
-
idNumber: "Identity number",
|
|
865
|
-
iDoNotHaveCompanyRegistrationNumber: "I do not have a company registration number (CRN)",
|
|
866
|
-
iDoNotHaveGst: "I do not have a Goods and Services Tax (GST) number",
|
|
867
|
-
iDontHaveARegistrationNumber: "I don't have a registration number",
|
|
868
|
-
iDontHaveATaxId: "I don't have a Tax ID",
|
|
869
|
-
iDontHaveAVatNumber: "I don't have a VAT number",
|
|
870
|
-
iDontKnow: "I don't know",
|
|
871
|
-
idUploadDocumentSubtitle: "So that we can verify the identity of <strong>%{name}</strong>, we need to see their government issued ID. Choose the method most convenient to you.",
|
|
872
|
-
ifNoOwnersSpecifyControllingPersons: "If you don't have any owners holding 25% or more, then specify <strong>all controlling persons</strong>.",
|
|
873
|
-
ifYouChooseToUseOnfido: "If you choose to use Onfido, you confirm that you have read, understand, and accept the",
|
|
874
|
-
iHaveReadAndIAcceptTheseTerms: "I have read and I accept these terms and confirm that I am a legal representative authorized to accept these terms on behalf of the company. I have taken notice of the privacy statement (www.adyen.com/policies-and-disclaimer/privacy-policy) and I consent to my (personal) data being used for the purposes described therein.",
|
|
875
|
-
imagesInColor: "Images have to be in color",
|
|
876
|
-
includeFrontAndBack: "Include both the front and back side, each in separate file",
|
|
877
|
-
includesEIN: "Includes your EIN (Employer Identification Number)",
|
|
878
|
-
includesEvidenceOfTheIndividualsRole: "Includes evidence of the individual's role as director",
|
|
879
|
-
includesLegalCompanyName: "Includes the legal name of your company",
|
|
880
|
-
includesTheDirectorsFullName: "Includes the director's full name",
|
|
881
|
-
incorporatedAssociationRegistrationNumber: "Incorporated association registration number",
|
|
882
|
-
individual: "Individual",
|
|
883
|
-
individualDetails: "Individual details",
|
|
884
|
-
individualTrustee: "Individual trustee",
|
|
885
|
-
individualTrusteeDetails: "Individual trustee details",
|
|
886
|
-
industryAndNaceCode: "Industry and NACE code",
|
|
887
|
-
industryExemption: "The goods or services provided are exempt from VAT/GST",
|
|
888
|
-
infoInUploadedDocumentIsTrue: "All information in the uploaded document must be true and up-to-date.",
|
|
889
|
-
informationCouldNotBeSubmitted: "Information couldn't be submitted",
|
|
890
|
-
inheritanceAmount: "Inheritance amount",
|
|
891
|
-
inheritanceDetails: "Inheritance details",
|
|
892
|
-
inheritanceReceivedOn: "Inheritance received on",
|
|
893
|
-
inReview: "In review",
|
|
894
|
-
instant: "Instant",
|
|
895
|
-
instantIDVerificationDescription: "Take a photo of a passport, identity card, or driver's license.",
|
|
896
|
-
instantlyAddAndVerifyABankAccount: "Instantly add and verify a bank account for payouts",
|
|
897
|
-
instantlyConnectAndVerifyYourBankAccount: "Instantly connect and verify your bank account",
|
|
898
|
-
instantVerification: "Instant verification",
|
|
899
|
-
instantVerificationDescription: "Log in to your bank account and get instantly verified.",
|
|
900
|
-
institutionNumber: "Institution number",
|
|
901
|
-
internalCompanyDocument: "Internal company document",
|
|
902
|
-
inTheNextStepWellCollectInformation: "In the next step, we'll collect information about the original source of funds used with our commercial card programs or other financial services. This helps make sure these products are being used safely and securely.",
|
|
903
|
-
inThePreviousStepOwnedByAnUltimateParentCompany: "In a previous step, you indicated that your business' parent company was owned by an ultimate parent company. We need to know some information about this company before submitting your application.",
|
|
904
|
-
inThePreviousStepOwnedByAParentCompany: "In the last step, you indicated that your business is owned by a parent company. We need to know some information about this company before submitting your application.",
|
|
905
|
-
introductionScreenAccountDescriptionP1: "For example, the account holder name and account number.",
|
|
906
|
-
introductionScreenAccountDescriptionP2: "This is the bank account you use to send or receive funds.",
|
|
907
|
-
introductionScreenAccountTitle: "Bank account details",
|
|
908
|
-
introductionScreenCompanyDescriptionLI1: "Your company registration document",
|
|
909
|
-
introductionScreenCompanyDescriptionP1: "For example, your company name and registration number.",
|
|
910
|
-
introductionScreenCompanyDescriptionP2: "Where to find this information",
|
|
911
|
-
introductionScreenCompanyTitle: "Company details",
|
|
912
|
-
introductionScreenDecisionMakerDescriptionLI1: "Driver's license",
|
|
913
|
-
introductionScreenDecisionMakerDescriptionLI2: "Passport",
|
|
914
|
-
introductionScreenDecisionMakerDescriptionLI3: "ID document",
|
|
915
|
-
introductionScreenDecisionMakerDescriptionP1: "For example, the name and address of important people in your company.",
|
|
916
|
-
introductionScreenDecisionMakerDescriptionP2: "Where to find this information",
|
|
917
|
-
introductionScreenDecisionMakerTitle: "Decision-makers",
|
|
918
|
-
introductionScreenEpilogueDescriptionP1: "We check all this information against official records to verify your identity and comply with financial regulations.",
|
|
919
|
-
introductionScreenEpilogueDescriptionP2: "Your information will be used only for these purposes.",
|
|
920
|
-
introductionScreenEpilogueTitle: "Why do we need this information?",
|
|
921
|
-
introductionScreenIndividualDescriptionLI1: "Driver's license",
|
|
922
|
-
introductionScreenIndividualDescriptionLI2: "Passport",
|
|
923
|
-
introductionScreenIndividualDescriptionLI3: "ID document",
|
|
924
|
-
introductionScreenIndividualDescriptionP1: "For example, your name and residential address.",
|
|
925
|
-
introductionScreenIndividualDescriptionP2: "Where to find this information",
|
|
926
|
-
introductionScreenIndividualTitle: "Personal details",
|
|
927
|
-
introductionScreenPrologueDescriptionP1: "We'll ask for some details about your business as part of financial regulations.",
|
|
928
|
-
introductionScreenPrologueDescriptionP2: "Our advice? Have these details on hand so you can get verified quickly.",
|
|
929
|
-
introductionScreenPrologueTitle: "Before you begin...",
|
|
930
|
-
introductionScreenSoleProprietorCompanyDescriptionLI1: "Your sole proprietorship registration document",
|
|
931
|
-
introductionScreenSoleProprietorCompanyDescriptionP1: "For example, your business name and tax identification number.",
|
|
932
|
-
introductionScreenSoleProprietorCompanyDescriptionP2: "Where to find this information",
|
|
933
|
-
introductionScreenSoleProprietorCompanyTitle: "Sole proprietorship details",
|
|
934
|
-
introductionScreenTrustDescriptionLI1: "Your trust registration document",
|
|
935
|
-
introductionScreenTrustDescriptionP1: "For example, your trust's name and business number. You'll also need to upload your trust deed.",
|
|
936
|
-
introductionScreenTrustDescriptionP2: "Where to find this information",
|
|
937
|
-
introductionScreenTrustMemberDescriptionLI1: "Driver's license",
|
|
938
|
-
introductionScreenTrustMemberDescriptionLI2: "Passport",
|
|
939
|
-
introductionScreenTrustMemberDescriptionLI3: "ID document",
|
|
940
|
-
introductionScreenTrustMemberDescriptionP1: "The name, date of birth, and address of trust members such as settlors and beneficiaries.",
|
|
941
|
-
introductionScreenTrustMemberDescriptionP2: "Where to find this information",
|
|
942
|
-
introductionScreenTrustMemberTitle: "Trust members",
|
|
943
|
-
introductionScreenTrustTitle: "Trust details",
|
|
944
|
-
invalidCapabilities: "Some capabilities are invalid.",
|
|
945
|
-
invalidDateOfBirth: "Please enter a valid date of birth",
|
|
946
|
-
invalidDateOfIncorporation: "Please enter a valid date of incorporation",
|
|
947
|
-
invalidEmail: "Please enter a valid email",
|
|
948
|
-
invalidFinancialReportingDate: "Please enter a valid reporting date",
|
|
949
|
-
invalidFormat: "Invalid format",
|
|
950
|
-
invalidFormatBankStatementDescription: "Please ensure your input contains solely letters, digits, currency codes, and the specified special characters: -._,:;'*!@#%()+?¿/「」",
|
|
951
|
-
invalidFormatExpects: "Invalid format. Expected format: %{format}",
|
|
952
|
-
invalidFormatForAuDriversLicenseCardNumber: "This isn't a valid Australian driver's license card number. Expected format: 6-10 alphanumeric characters.",
|
|
953
|
-
invalidFormatForAuDriversLicenseNumber: "This isn't a valid Australian driver's license number. Expected format: 6-11 alphanumeric characters.",
|
|
954
|
-
invalidFormatForAuPassportNumber: "This isn't a valid Australian passport number. Expected format: 1-2 letters followed by 7 numbers.",
|
|
955
|
-
invalidFormatForHKDriversLicenseNumber: "Not valid for HK. Format should be: 8-character alphanumeric. For example: A1234567",
|
|
956
|
-
invalidFormatForHKIdentityCardNumber: "Not valid for HK. Format should be: 8 or 9-character alphanumeric. For example: C668668A",
|
|
957
|
-
invalidFormatForHKPassportNumber: "Not valid for HK. Format should be: 9-character alphanumeric. For example: K12345599",
|
|
958
|
-
invalidFormatForNZDriversLicenseCardNumber: "Expected format should be: 3 digits",
|
|
959
|
-
invalidFormatForNZDriversLicenseNumber: "Expected format should be: 2 characters, followed by 6 digits",
|
|
960
|
-
invalidFormatForNZPassportNumber: "Expected format should be 8-9 alphanumeric characters. For example: PA094043.",
|
|
961
|
-
invalidFormatIdentityNumberBR: "Please use the CFP format: XXX.XXX.XXX-XX",
|
|
962
|
-
invalidFormatIdentityNumberCA: "Please use the SIN format: XXXXXXXXX",
|
|
963
|
-
invalidFormatIdentityNumberDK: "Please use the CPR format: XXXXXX-XXXX",
|
|
964
|
-
invalidFormatIdentityNumberES: "Please use the DNI format: L0000000J",
|
|
965
|
-
invalidFormatIdentityNumberHK: "Not valid for HK. Format should be: 8 or 9-character alphanumeric. For example: C668668E",
|
|
966
|
-
invalidFormatIdentityNumberIT: "Please use the Codice fiscale format: ABCDEF11B12A123O",
|
|
967
|
-
invalidFormatIdentityNumberPL: "Please use the PESEL format: XXXXXXXXXXX",
|
|
968
|
-
invalidFormatIdentityNumberRO: "Please use the CNP format: XXXXXXXXXXXXX",
|
|
969
|
-
invalidFormatIdentityNumberSE: "Please use the Personnummer format: YYYYMMDD-XXXX or YYMMDD-XXXX",
|
|
970
|
-
invalidFormatIdentityNumberSG: "Please use the NRIC format: S1234567A",
|
|
971
|
-
invalidFormatIdentityNumberUS: "Please provide last 4 digits",
|
|
972
|
-
invalidFormatIdentityNumberUS9: "Please use the SSN format: XXXXXXXXX",
|
|
973
|
-
invalidInputError: "There was an invalid input error:",
|
|
974
|
-
invalidNumberOfEmployees: "Please enter a valid number",
|
|
975
|
-
invalidPhoneNumber: "Please enter a valid phone number",
|
|
976
|
-
investmentAmount: "Investment amount",
|
|
977
|
-
investmentCertificate: "Investment certificate",
|
|
978
|
-
investor: "Investor",
|
|
979
|
-
investorContract: "Investor contract",
|
|
980
|
-
investorDetails: "Investor details",
|
|
981
|
-
investorLocation: "Investor's location",
|
|
982
|
-
investorMemo: "Investor memo",
|
|
983
|
-
invoicesFromThe3MostRecentMonths: "Invoices from the 3 most recent months to show turnover amount",
|
|
984
|
-
irdDocument: "IRD document",
|
|
985
|
-
irdNumber: "IRD number",
|
|
986
|
-
irsCP575: "IRS CP 575 letter",
|
|
987
|
-
irsScheduleK1: "IRS Schedule K-1 (Form 1065)",
|
|
988
|
-
isCompanyOwnedByAnotherCompany: "Is %{company} owned by another company?",
|
|
989
|
-
isOurTrustedPartnerHelpingSpeedUpSetup: "%{provider} is our trusted partner helping speed up your account setup by instantly verifying your bank account.",
|
|
990
|
-
isParentOwnedByAnotherCompany: "Is your parent company owned by another company?",
|
|
991
|
-
issueDate: "Issue date",
|
|
992
|
-
issueDateWithinTheLast3Months: "Issue date within the last 3 months",
|
|
993
|
-
issueDateWithinTheLast12Months: "Issue date within the last 12 months",
|
|
994
|
-
issuedByTheTaxAuthority: "Issued by the tax authority or government of the country where the company is registered",
|
|
995
|
-
issuedOrSignedByALegalRepresentative: "Issued or signed by a legal representative in the last 12 months",
|
|
996
|
-
issuedWithinTheLast12Months: "Issued within the last 12 months",
|
|
997
|
-
issuerState: "Issuing state",
|
|
998
|
-
issuingService: "Payment cards (physical or virtual)",
|
|
999
|
-
isThisAddressTheMainHeadquarters: "Is this address the main headquarters?",
|
|
1000
|
-
isThisPersonANomineeDirector: "Is this person a nominee director?",
|
|
1001
|
-
isThisPersonANomineeShareholder: "Is this person a nominee shareholder?",
|
|
1002
|
-
iStillCantFindIt: "I still can't find it.",
|
|
1003
|
-
isTrustOperationAddressSame: "Is there a different address for your trust's operations?",
|
|
1004
|
-
isYourNameMissingFromSigners: "Is your name missing from the list of signers?",
|
|
1005
|
-
itCanTakeUpTo: "It can take up to 3 extra business days to verify personal information added manually.",
|
|
1006
|
-
jobTitle: "Job title",
|
|
1007
|
-
kaibemaksukohustuslaseNumber: "Käibemaksukohustuslase number",
|
|
1008
|
-
krsNumber: "KRS number",
|
|
1009
|
-
last4DigitsOfSocialSecurityNumber: "Last 4 digits of Social Security Number (SSN)",
|
|
1010
|
-
lastName: "Last name",
|
|
1011
|
-
lastNameOfSettlor: "Last name of settlor",
|
|
1012
|
-
latestTaxFiling: "Latest tax filing",
|
|
1013
|
-
latestTaxReturn: "Latest tax return",
|
|
1014
|
-
leave: "Leave",
|
|
1015
|
-
leaveInstantVerification: "Leave instant verification?",
|
|
1016
|
-
leaveVerification: "Leave verification",
|
|
1017
|
-
legalCompanyName: "Business legal name",
|
|
1018
|
-
legalCompanyName__helperText: "The legal name is used to identify a business with the government; enter it exactly as it appears on your government or legal forms.",
|
|
1019
|
-
legalCompanyName__helperText__AU: "Enter the name exactly as it is on your Australian Securities and Investment Commission's (ASIC).",
|
|
1020
|
-
legalCompanyName__helperText__HK: "Enter the name exactly as it is on your Hong Kong Companies Registry's Certificate of Incorporation.",
|
|
1021
|
-
legalCompanyName__helperText__NL: "Enter the name exactly as it is on your Chamber of Commerce registration.",
|
|
1022
|
-
legalCompanyName__helperText__PR: "Enter the name exactly as it appears on your Department of State Registration.",
|
|
1023
|
-
legalCompanyName__helperText__SG: "Enter the name exactly as it is on your Accounting and Corporate Regulatory Authority (ACRA) BizFile.",
|
|
1024
|
-
legalCompanyName__helperText__US: "Enter the name exactly as it appears on your Secretary of State Registration.",
|
|
1025
|
-
legalCompanyName__helperText__US__business: "The legal name is used to identify a business with the government; enter it exactly as it appears on your government or legal forms.",
|
|
1026
|
-
legalCompanyName__US: "Business legal name",
|
|
1027
|
-
legalEntityIdentifier: "Legal Entity Identifier (LEI)",
|
|
1028
|
-
legalForm: "Legal form",
|
|
1029
|
-
legalInformation: "Legal information",
|
|
1030
|
-
legalInformationInsolvency: "Is this company involved in any legal proceedings related to insolvency?",
|
|
1031
|
-
legalName: "Legal name",
|
|
1032
|
-
legalNameIsUsedToIdentifyABusinessWithTheGovernment: "The legal name is used to identify a business with the government; enter it exactly as it appears on government, legal, or tax forms.",
|
|
1033
|
-
legalNameOfSoleProprietor: "Legal name of sole proprietor",
|
|
1034
|
-
legalNameOfSoleProprietorship: "Legal name of sole proprietorship",
|
|
1035
|
-
legalOwnerOfProperty: "The legal owner of the property in trust.",
|
|
1036
|
-
legalProceedingsDate: "Start date of legal proceedings",
|
|
1037
|
-
legalRepresentative: "Legal representative",
|
|
1038
|
-
legalRepresentativeDetails: "Legal representative details",
|
|
1039
|
-
legalRepresentativeFor: "legal representative for: %{firstName} %{lastName}",
|
|
1040
|
-
legalRepresentativeNeeded: "The user is underage, therefore a legal representative is needed.",
|
|
1041
|
-
lendersNameAndAddress: "Lender's name and address",
|
|
1042
|
-
letterFromAccountant: "Letter from accountant",
|
|
1043
|
-
letterFromAttorney: "Letter from attorney",
|
|
1044
|
-
letterFromAttorneyInsurance: "Letter from attorney",
|
|
1045
|
-
letterFromAttorneyOrNotary: "Letter from attorney or notary",
|
|
1046
|
-
letterFromInsurer: "Letter from insurer",
|
|
1047
|
-
letterFromPreviousEmployer: "Letter from previous employer",
|
|
1048
|
-
letUsKnowTheBankAccountToSendReceiveFunds: "Let us know the bank account you use to send or receive funds.",
|
|
1049
|
-
licenceVersionNumber: "Licence version number",
|
|
1050
|
-
licenseCardNumber: "Card number",
|
|
1051
|
-
licenseNumber: "Driver license number",
|
|
1052
|
-
liRegistrationNumber: "Unternehmensnummer",
|
|
1053
|
-
listedPublicUnitTrust: "Listed public unit trust",
|
|
1054
|
-
listitemVoidedChequeBankLetterBankStatementOnline: "Voided cheque/Bank letter/Bank statement/Online banking environment",
|
|
1055
|
-
loading: "Loading",
|
|
1056
|
-
loanAgreement: "Loan agreement",
|
|
1057
|
-
loanApplication: "Loan application",
|
|
1058
|
-
loanDate: "Loan date",
|
|
1059
|
-
loans: "Loans",
|
|
1060
|
-
loanStatement: "Loan statement",
|
|
1061
|
-
localFormat: "Local format",
|
|
1062
|
-
loginIntoYourBankingEnvironment: "Log into your banking environment via mobile app or internet browser.",
|
|
1063
|
-
lookUpYourLEI: "Look up your LEI.",
|
|
1064
|
-
ltRegistrationNumber: "Įmonės kodas",
|
|
1065
|
-
luRegistrationNumber: "Numéro registre de commerce et des sociétés (RCS) or Registernummer",
|
|
1066
|
-
lvRegistrationNumber: "Komersanta reģistrācijas numurs (NBR)",
|
|
1067
|
-
lvTaxId: "Pievienotās vērtības nodokļa reģistrācijas numurs (PVN)",
|
|
1068
|
-
madeAMistake: "Made a mistake?",
|
|
1069
|
-
maintenanceModeMessage: "We're currently undergoing maintenance — please keep this page open until maintenance is complete to avoid losing unsaved changes.",
|
|
1070
|
-
makeSureToHaveYourTrustDeed: "Make sure to have your trust deed in hand to complete this information accurately.",
|
|
1071
|
-
manualIDVerificationDescription: "May take a few days. Upload a copy of a passport, identity, or driver's license.",
|
|
1072
|
-
manuallyAddAccount: "Manually add account",
|
|
1073
|
-
manuallyAddAccountQuestion: "Manually add account?",
|
|
1074
|
-
manuallyAddAccountSlower: "Manually add account (slower)",
|
|
1075
|
-
manualUpload: "Manual upload",
|
|
1076
|
-
manualVerificationDescription: "You also have to provide the bank account details.",
|
|
1077
|
-
maxFileSize: "Max file size: %{maxSize}. Maximal 1 page.",
|
|
1078
|
-
maxFileSizeOnly: "Max file size: %{maxSize}.",
|
|
1079
|
-
maximumFileSizeExceeded: "Maximum file size exceeded",
|
|
1080
|
-
mayTakeAFewDays: "May take a few days",
|
|
1081
|
-
MBO: "MBO",
|
|
1082
|
-
MBS: "Matični broj subjekta trgovačkog suda (MBS)",
|
|
1083
|
-
mcRegistrationNumber: "Numéro de RCI",
|
|
1084
|
-
mcRegistrationNumberSoleProp: "Numéro d'Identification Statistique (NIS)",
|
|
1085
|
-
meetingRecords: "Board of directors' meeting records of decisions",
|
|
1086
|
-
Mehrwertsteuernummer: "Mehrwertsteuernummer (MwST), Numéro de TVA, Numero dell'imposta sul valore aggiunto (IVA), VAT number",
|
|
1087
|
-
memberDetails: "Member details",
|
|
1088
|
-
missingCompanyDetails: "Missing company details or root entity",
|
|
1089
|
-
missingMultipleDecisionMakers: "You haven't added all required decision-makers",
|
|
1090
|
-
missingPhoneCountryCode: "Select a country code",
|
|
1091
|
-
missingRequiredDecisionMakers: "We don't yet have sufficient decision makers.",
|
|
1092
|
-
missingRequiredTrustMembers: "We don't yet have sufficient trust members.",
|
|
1093
|
-
momsregistreringsnummer: "Momsregistreringsnummer",
|
|
1094
|
-
momsregistreringsnummerCVR: "Momsregistreringsnummer (CVR)",
|
|
1095
|
-
mortgageStatement: "Mortgage statement",
|
|
1096
|
-
mvanummer: "MVA-nummer",
|
|
1097
|
-
myinfoBusinessDetailsRetrieved: "Myinfo business details retrieved",
|
|
1098
|
-
myInfoBusinessYouCanGetVerifiedDetails: "With Myinfo business, you can get your business's verified details instantly and skip uploading documents.",
|
|
1099
|
-
myinfoDetailsRetrieved: "Myinfo details retrieved",
|
|
1100
|
-
myInfoYouCanGetVerifiedDetails: "With Myinfo, you can get your verified details instantly and skip uploading documents.",
|
|
1101
|
-
myName: "My name",
|
|
1102
|
-
mySoleProprietorName: "My sole proprietor name",
|
|
1103
|
-
nameAddressSignatureOfAllInvestors: "Name, address, and signature of all investors",
|
|
1104
|
-
nameMustContainLetters: "Name must contain letters. Check for typos and try again.",
|
|
1105
|
-
nameOfCasinoLottery: "Name of casino, lottery, or other gambling entity",
|
|
1106
|
-
nameOfCasinoLotteryGambling: "Name of the casino, lottery, or other gambling entity.",
|
|
1107
|
-
nameOfTheCoins: "Name of the coin(s)",
|
|
1108
|
-
nameOfTheCryptocurrencyExchange: "Name of the cryptocurrency exchange",
|
|
1109
|
-
nameOfTheExchangeWhereTheCryptocurrencyWasHeldPriorToSale: "Name of the exchange where the cryptocurrency was held prior to sale",
|
|
1110
|
-
nameOfTrust: "Name of trust",
|
|
1111
|
-
nameOfTrustAgreement: "Name of trust agreement",
|
|
1112
|
-
namesOfInvolvedParties: "Names of involved parties (if applicable)",
|
|
1113
|
-
namesOfLandlordAndTenant: "Names of landlord and tenant",
|
|
1114
|
-
national_identity_card: "National ID Card",
|
|
1115
|
-
nationalIdNumber: "National ID Number",
|
|
1116
|
-
nationalInsuranceNumber: "National Insurance Number (NINO)",
|
|
1117
|
-
nationality: "Nationality",
|
|
1118
|
-
naturalPersonDescription: "He/she doesn't have any business.",
|
|
1119
|
-
naturalPersonTitle: "Natural person",
|
|
1120
|
-
needHelpYouCanAlwaysReachOutToCustomerSupport: "Need help? You can always reach out to customer support.",
|
|
1121
|
-
netProceedAmount: "Net proceed amount",
|
|
1122
|
-
newEntityAlwaysEmpty: "We still need to create this entity.",
|
|
1123
|
-
next: "Next",
|
|
1124
|
-
nie: "NIE",
|
|
1125
|
-
NIF: "NIF (Número de Identificación Fiscal)",
|
|
1126
|
-
NIFdeIVA: "Número de Identificación a efectos de IVA (Impuesto sobre el Valor Añadido)",
|
|
1127
|
-
NIP: "Numer identyfikacji podatkowej (NIP)",
|
|
1128
|
-
NIPC: "NIPC (Número de Identificação de Pessoa Colectiva)",
|
|
1129
|
-
no: "No",
|
|
1130
|
-
noCategoriesAvailable: "No categories available.",
|
|
1131
|
-
noGlare: "No glare",
|
|
1132
|
-
noGoBack: "No, go back",
|
|
1133
|
-
noIdontKnow: "No, or I don't know",
|
|
1134
|
-
noIssuesFound: "No issues found.",
|
|
1135
|
-
nominee: "Nominee",
|
|
1136
|
-
noneOfTheAbove: "None of the above",
|
|
1137
|
-
nonProfitOrCharitableOrgDescription: "Your organization has official non-profit or tax-exempt status.",
|
|
1138
|
-
nonProfitOrCharitableOrgTitle: "Non-profit or charitable organization",
|
|
1139
|
-
noOptionsFound: "No options found",
|
|
1140
|
-
notarizedStatement: "Notarized statement",
|
|
1141
|
-
notBlurry: "Not blurry",
|
|
1142
|
-
notCutOff: "Not cut off",
|
|
1143
|
-
notExpired: "Not expired",
|
|
1144
|
-
nothingNeedsToBeSigned: "Nothing needs to be signed right now.",
|
|
1145
|
-
nric: "National Registration Identity Card (NRIC)",
|
|
1146
|
-
numarOrdineRegistrulComertului: "Numar de ordine in registrul comertului",
|
|
1147
|
-
number: "Number",
|
|
1148
|
-
numberOfEmployees: "Number of employees",
|
|
1149
|
-
numerodeIVA: "Número de IVA",
|
|
1150
|
-
NumeroDeTVA: "Numéro de TVA intracommunautaire",
|
|
1151
|
-
numeroDIdentificationALATaxe: "Numéro d'identification à la taxe sur la valeur ajoutée",
|
|
1152
|
-
NZBN: "New Zealand Business Number (NZBN)",
|
|
1153
|
-
"NZBN/NCN": "New Zealand Business Number (NZBN) / Company Number (NCN)",
|
|
1154
|
-
objectOfCharitableTrust: "Object of charitable trust",
|
|
1155
|
-
objectOfTrust: "Object of trust",
|
|
1156
|
-
oib: "OIB",
|
|
1157
|
-
onboardingRedirectAwaitingCtaButton: "Continue",
|
|
1158
|
-
onboardingRedirectAwaitingDescriptionP1: "Verify your business details to start receiving payments.",
|
|
1159
|
-
onboardingRedirectInReviewCtaButton: "Go to details",
|
|
1160
|
-
onboardingRedirectInReviewDescriptionP1: "We're reviewing your details. It might take up to 2 business days.",
|
|
1161
|
-
onboardingRedirectLinkError: "Onboarding link not available at the moment, please try again later.",
|
|
1162
|
-
onboardingRedirectOpenError: "Pop-up blocker prevented redirecting, please allow pop-ups for this site.",
|
|
1163
|
-
onboardingRedirectRejectedDescriptionP1: "Your account can't be set up.",
|
|
1164
|
-
onboardingRedirectUnsuccessfulCtaButton: "Update details",
|
|
1165
|
-
onboardingRedirectUnsuccessfulDescriptionP1: "We couldn't verify some details. Check if they're correct and make any updates needed.",
|
|
1166
|
-
onboardingRedirectVerifiedDescriptionP1: "Your details are verified.",
|
|
1167
|
-
onfido: "Onfido.",
|
|
1168
|
-
onfidoIsOurTrustedPartner: "Onfido is our trusted partner helping speed up your account setup by verifying your identity in real-time. ",
|
|
1169
|
-
onfidoPrivacyPolicy: "Onfido Privacy Policy",
|
|
1170
|
-
onfidoTermsOfService: "Onfido Terms of Service",
|
|
1171
|
-
onfidoWillGiveFeedbackInRealTime: "Onfido will give you feedback in real-time",
|
|
1172
|
-
operationalAddress: "Operational address",
|
|
1173
|
-
operationalAddressHeader: "Additional address",
|
|
1174
|
-
operationalAddressIsNotSameItemName: "Yes, our headquarters are at a different location",
|
|
1175
|
-
operationalAddressIsSame: "Is there a different address for your company's main business operations?",
|
|
1176
|
-
operationalAddressIsSameItemName: "No, the registered address is where we operate",
|
|
1177
|
-
optional: "(optional)",
|
|
1178
|
-
organisasjonsnummer: "Organisasjonsnummer",
|
|
1179
|
-
organisationsnummer: "Organisationsnummer",
|
|
1180
|
-
organization: "Organization",
|
|
1181
|
-
organizationsCountryOfOperation: "Organization's country/region of operation",
|
|
1182
|
-
organizationsLegalName: "Organization's legal name",
|
|
1183
|
-
original: "Original",
|
|
1184
|
-
originatorType: "Originator type",
|
|
1185
|
-
orSoleProprietorshipName: "or sole proprietorship's name",
|
|
1186
|
-
otherAddressInformation: "Other address information",
|
|
1187
|
-
otherBusinessInformation: "Other business information",
|
|
1188
|
-
otherInformation: "Other information",
|
|
1189
|
-
otherLegalMeasures: "Yes, the company is facing other legal measures",
|
|
1190
|
-
otherTrust: "Other trust",
|
|
1191
|
-
ourFinancialServicesAreNotAvailableYetForPartnershipsAndAssociations: "Our financial services aren't available yet for partnerships and associations",
|
|
1192
|
-
owner: "Owner",
|
|
1193
|
-
ownerDescription: "Someone who owns 25% or more of the company (directly or indirectly)",
|
|
1194
|
-
ownerGuideDescription: "An <strong>owner</strong> is someone who owns 25% or more of the company, through voting rights, equity, or similar.",
|
|
1195
|
-
ownershipStructure: "Ownership structure",
|
|
1196
|
-
parent: "parent",
|
|
1197
|
-
parentCompany: "Parent company",
|
|
1198
|
-
parentCompanyInformation: "Parent company information",
|
|
1199
|
-
partitaIVA: "Partita IVA",
|
|
1200
|
-
partnership: "Partnership",
|
|
1201
|
-
partnerShipAgreement: "Partnership agreement",
|
|
1202
|
-
partnershipIncorporated: "Incorporated partnership",
|
|
1203
|
-
partnershipIncorporatedDescription: "You and your partners have limited liability for business debts.",
|
|
1204
|
-
partnershipOrAssociation: "Partnership or association",
|
|
1205
|
-
partnershipUnincorporated: "Unincorporated partnership",
|
|
1206
|
-
partnershipUnincorporatedDescription: "You or your partners are personally liable for business debts.",
|
|
1207
|
-
passport: "Passport",
|
|
1208
|
-
passportExpiryDate: "Passport expiry date",
|
|
1209
|
-
passportNumber: "Passport number",
|
|
1210
|
-
passportPhotoPage: "Passport photo page",
|
|
1211
|
-
payinAccount: "Payin account",
|
|
1212
|
-
payinAccountsDescription: "To complete your account, let us know where to send your payins.",
|
|
1213
|
-
payinDetails: "Payin details",
|
|
1214
|
-
paymentProcessingTerms: "Payment Processing Terms",
|
|
1215
|
-
paymentService: "Accepting Payments",
|
|
1216
|
-
payoutAccount: "Payout account",
|
|
1217
|
-
payoutAccountsDescription: "To set up your account, let us know where to send your payouts.",
|
|
1218
|
-
payoutAccountsDescriptionReview: "In order to ensure that your payout data is accurate, please verify the following details.",
|
|
1219
|
-
payoutDetails: "Payout details",
|
|
1220
|
-
payoutIn_Or_: "Payouts to this account can be done in %{currencyOne} or %{currencyTwo}.",
|
|
1221
|
-
payoutInOnly_: "Payouts to this account can be done in %{currency}.",
|
|
1222
|
-
payslips: "Payslips",
|
|
1223
|
-
pccr: "PCCR",
|
|
1224
|
-
pciDoesNotNeedSigningOrHasBeenSigned: "PCI DSS questionnaire does not need signing or has already been signed",
|
|
1225
|
-
pciDssQuestionnaire: "PCI DSS questionnaire",
|
|
1226
|
-
pciSignedSuccessfully: "PCI signed successfully",
|
|
1227
|
-
pciSignFailed: "PCI signing failed",
|
|
1228
|
-
PDVIdBrojOIB: "PDV Id. Broj OIB",
|
|
1229
|
-
pendingCapabilities: "Some capabilities are still pending.",
|
|
1230
|
-
pendingStatusError: "There is an error with a pending status.",
|
|
1231
|
-
pensionPaymentAmount: "Pension payment amount",
|
|
1232
|
-
pensionPaymentAmountOrTotalValue: "Pension payment amount or total value",
|
|
1233
|
-
pensionSlip: "Pension slip",
|
|
1234
|
-
pensionStatement: "Pension statement",
|
|
1235
|
-
personalDetails: "Personal details",
|
|
1236
|
-
personalIdentityDetails: "Personal identity details",
|
|
1237
|
-
personalIdentityDetailsDescription: "We only use these details for identity verification. Learn about how your data is managed in our Privacy Statement.",
|
|
1238
|
-
personAppointmentUnderTrustInstrument: "The person appointed under the trust instrument to direct or restrain the trustees in relation to their administration of the trust.",
|
|
1239
|
-
personnummer: "Personnummer",
|
|
1240
|
-
peselNumber: "PESEL number",
|
|
1241
|
-
phoneNumber: "Phone number",
|
|
1242
|
-
phoneNumber__placeholder__AL: "00 000 0000",
|
|
1243
|
-
phoneNumber__placeholder__AS: "000-0000",
|
|
1244
|
-
phoneNumber__placeholder__NL: "0 00000000",
|
|
1245
|
-
phoneNumber__placeholder__SG: "0000 0000",
|
|
1246
|
-
phoneNumber__placeholder__US: "(000) 000-0000",
|
|
1247
|
-
pleaseEnsureTheFollowing: "Please ensure the following section is fulfilled to complete the review of your data.",
|
|
1248
|
-
pleaseEnterAPhoneNumberPrefixedWithCountryCode: "Please enter a phone number prefixed with a country code e.g. %{defaultPrefix}.",
|
|
1249
|
-
pleaseEnterAValidAmount: "Please enter a valid amount.",
|
|
1250
|
-
pleaseEnterAValidNumber: "Please enter a valid number.",
|
|
1251
|
-
pleaseEnterAValidWholeNumber: "Please enter a valid whole number.",
|
|
1252
|
-
pleaseFillInAllFields: "Please fill in all fields.",
|
|
1253
|
-
pleaseNote: "Please note:",
|
|
1254
|
-
pleaseProvideThePurposeOfCharitableTrust: "Please provide the purpose of your charitable trust",
|
|
1255
|
-
poBox: "PO Box",
|
|
1256
|
-
pooledSuperannuationTrust: "Pooled superannuation trust",
|
|
1257
|
-
postalCode: "Postal code",
|
|
1258
|
-
poweredBy: "Powered by",
|
|
1259
|
-
previous: "Previous",
|
|
1260
|
-
previousEmployersName: "Previous employer's name",
|
|
1261
|
-
principalAmount: "Principal amount",
|
|
1262
|
-
principalPlaceOfBusiness: "Principal place of business",
|
|
1263
|
-
principalPlaceOfBusinessDescription: "The physical location where a business's key officers oversee and manage its operations: this is usually the main office or headquarters.",
|
|
1264
|
-
privateCompanyDescription: "Your company is owned privately and not traded on a public stock exchange. ",
|
|
1265
|
-
privateCompanyTitle: "Private company",
|
|
1266
|
-
processing: "Processing",
|
|
1267
|
-
professionalServiceProvider: "My settlor is a professional service provider",
|
|
1268
|
-
progress: "Progress",
|
|
1269
|
-
proofOfAddress: "Proof of address",
|
|
1270
|
-
proofOfAnnualTurnoverAmount: "Proof of annual turnover amount",
|
|
1271
|
-
proofOfDirector: "Proof of director",
|
|
1272
|
-
proofOfFundingOrWealthSource: "Proof of funding or wealth source",
|
|
1273
|
-
proofOfNationalId: "Proof of national ID",
|
|
1274
|
-
proofOfNationalIdNumber: "Proof of national ID number",
|
|
1275
|
-
proofOfOrganizationTaxInfo: "Proof of organization tax information",
|
|
1276
|
-
proofOfOwnership: "Proof of ownership",
|
|
1277
|
-
proofOfOwnershipRent: "Proof of ownership",
|
|
1278
|
-
proofOfRelationship: "Proof of relationship",
|
|
1279
|
-
proofOfResidenceDocumentTypeLabel: "Upload a document as proof of address for %{name}. We need to see this document so we can more accurately verify their identity.",
|
|
1280
|
-
proofOfResidency: "Proof of residency",
|
|
1281
|
-
proofOfWalletOwnership: "Proof of wallet ownership",
|
|
1282
|
-
proofOfWinnings: "Proof of winnings",
|
|
1283
|
-
propertyAddress: "Property's address (if applicable)",
|
|
1284
|
-
propertyDescription: "Property description",
|
|
1285
|
-
propertySaleDetails: "Property sale details",
|
|
1286
|
-
protector: "Protector",
|
|
1287
|
-
protectorGuideDescription: "<strong>Protector</strong> is the natural person appointed to direct the trustees in relation to their administration of the trust.",
|
|
1288
|
-
provideAllBeneficiaries: "Add <strong>all beneficiaries</strong>.",
|
|
1289
|
-
provideAllDirectors: "Add <strong>all directors</strong>. You should have at least 1 director.",
|
|
1290
|
-
provideAllOwners: "Add <strong>all owners</strong> holding 25% or more of your company.",
|
|
1291
|
-
provideAllTrustees: "Add <strong>all trustees</strong>.",
|
|
1292
|
-
provideAtLeastOneProtector: "Add <strong>all protectors</strong> if there are any.",
|
|
1293
|
-
provideAtLeastOneSettlor: "Add at least <strong>1 settlor</strong>.",
|
|
1294
|
-
provideAtLeastOneSignatory: "Add at least <strong>1 signatory</strong>.",
|
|
1295
|
-
provideFewDetailsAboutYourself: "Provide a few details about yourself.",
|
|
1296
|
-
provideMostRecentYearAvailable: "Provide most recent year available",
|
|
1297
|
-
provideOneControllingPerson: "Add <strong>1 controlling person</strong>.",
|
|
1298
|
-
providePageWithPhotoAndCode: "Provide the page with the photo, including the code on the bottom",
|
|
1299
|
-
providePersonalAddress: "Provide personal address",
|
|
1300
|
-
providePersonalDetailsOfOwner: "Please provide the personal details of the owner.",
|
|
1301
|
-
provinceOrTerritory: "Province or territory",
|
|
1302
|
-
publicCompanyDescription: "Your company is traded on a public stock exchange, and has to disclose financial information to the public regularly.",
|
|
1303
|
-
publicCompanyTitle: "Public company",
|
|
1304
|
-
publicTradingTrust: "Public trading trust",
|
|
1305
|
-
purposeOfLoan: "Purpose of loan",
|
|
1306
|
-
PVMmoketojoKodas: "PVM mokėtojo kodas",
|
|
1307
|
-
quickAndSecureIdentityVerification: "Quick and secure identity verification with a driver's license, passport, or other ID document—powered by our trusted partner, Onfido.",
|
|
1308
|
-
ranIntoTechnicalError: "We ran into a technical error",
|
|
1309
|
-
reason: "Reason",
|
|
1310
|
-
reasonForFillingCompanyAddressDetails: "We have to make sure the businesses using our services will not be misusing the funds or causing harm. To do that, we'll check all of this information against official records. This is a part of the financial regulations that we have to follow as a payments provider.",
|
|
1311
|
-
reasonForFillingCompanyRegistrationDetails: "We have to make sure the businesses using our services will not be misusing the funds or causing harm. To do that, we'll check all of this information against official records. This is a part of the financial regulations that we have to follow as a payments provider.",
|
|
1312
|
-
reasonForFillingIndividualAddressDetails: "We have to make sure that everyone who uses our services is who they say they are. To do that, we'll check all of this information against official records. This is a part of the financial regulations that we have to follow as a payments provider.",
|
|
1313
|
-
reasonForFillingIndividualPersonalDetails: "We have to make sure that everyone who uses our services is who they say they are. To do that, we'll check all of this information against official records. This is a part of the financial regulations that we have to follow as a payments provider.",
|
|
1314
|
-
reasonForFillingPayoutDetails: "This bank account will be verified to prevent fraud or other misuse of funds in compliance with global regulations.",
|
|
1315
|
-
recentInvoices: "Recent invoices",
|
|
1316
|
-
region: "Region",
|
|
1317
|
-
registeredAddress: "Registered address",
|
|
1318
|
-
registeredAddressHeaderDescription: "The address as it appears on your company's official registration documents.",
|
|
1319
|
-
registeredAddressHeaderDescription__NL: "The address registered to your company with the Chamber of Commerce.",
|
|
1320
|
-
registeredAddressHeaderDescription__PR: "Your address as it appears on your Department of State Registration.",
|
|
1321
|
-
registeredAddressHeaderDescription__US: "Your address as it appears on your Secretary of State Registration.",
|
|
1322
|
-
registeredAddressTrustHeaderDescription: "The address registered to your trust",
|
|
1323
|
-
registeredBusinessAddress: "Registered business address",
|
|
1324
|
-
registeredBusinessAddressDescription: "Your business's official address used for government and other legal purposes.",
|
|
1325
|
-
registeredBusinessAddressDescription__withCountry: "Your business's official address used for government and other legal purposes in %{country}.",
|
|
1326
|
-
registeredBusinessAddressDescription__withCountry__commonNoun: "Your business's official address used for government and other legal purposes in the %{country}.",
|
|
1327
|
-
registrationAddress: "Registration address",
|
|
1328
|
-
registrationDetails: "Registration details",
|
|
1329
|
-
registrationDocument: "Registration document",
|
|
1330
|
-
registrationNumber: "Registration number",
|
|
1331
|
-
registrationNumber__helperText__US: "This helps us better identify and verify your business.",
|
|
1332
|
-
registrationNumber__nonProfit__FR: "SIRET or RNA",
|
|
1333
|
-
registrationNumber__US: "State registration number",
|
|
1334
|
-
registrikood: "Registrikood",
|
|
1335
|
-
regon: "REGON",
|
|
1336
|
-
regonKrsNumber: "REGON / KRS number",
|
|
1337
|
-
rejected: "Rejected",
|
|
1338
|
-
relationship: "Relationship",
|
|
1339
|
-
relationshipTo: "Relationship to %{firstName} %{lastName}",
|
|
1340
|
-
remediationFormErrorMessage: "Some information couldn't be verified. Information in this form may need to be adjusted.",
|
|
1341
|
-
remediationMessage_1_100: "No remediation possible",
|
|
1342
|
-
remediationMessage_1_101: "Contact Support",
|
|
1343
|
-
remediationMessage_1_102: "Upload a different document",
|
|
1344
|
-
remediationMessage_1_300: "Update individual details",
|
|
1345
|
-
remediationMessage_1_301: "Upload an ID document",
|
|
1346
|
-
remediationMessage_1_302: "Upload a different ID document",
|
|
1347
|
-
remediationMessage_1_303: "Upload a different image of the ID document",
|
|
1348
|
-
remediationMessage_1_304: "Upload proof of residency",
|
|
1349
|
-
remediationMessage_1_305: "Upload a different proof of residency",
|
|
1350
|
-
remediationMessage_1_306: "Upload a different image of the proof of residency",
|
|
1351
|
-
remediationMessage_1_307: "Upload a proof of national ID number",
|
|
1352
|
-
remediationMessage_1_308: "Upload a different proof of national ID number",
|
|
1353
|
-
remediationMessage_1_309: "Upload a different image of the proof of national ID number",
|
|
1354
|
-
remediationMessage_1_316: "Provide complete 9-digits Social Security Number or upload an ID document if you don't have SSN.",
|
|
1355
|
-
remediationMessage_1_319: "Update individual details",
|
|
1356
|
-
remediationMessage_1_320: "Upload proof of residency",
|
|
1357
|
-
remediationMessage_1_500: "Update organization details",
|
|
1358
|
-
remediationMessage_1_501: "Upload a registration document",
|
|
1359
|
-
remediationMessage_1_502: "Upload a different registration document",
|
|
1360
|
-
remediationMessage_1_503: "Upload a tax document",
|
|
1361
|
-
remediationMessage_1_504: "Upload a different tax document",
|
|
1362
|
-
remediationMessage_1_505: "Upload a proof of address",
|
|
1363
|
-
remediationMessage_1_506: "Upload a different proof of address",
|
|
1364
|
-
remediationMessage_1_507: "Update organization ownership details",
|
|
1365
|
-
remediationMessage_1_508: "Upload a proof of ownership",
|
|
1366
|
-
remediationMessage_1_509: "Upload a different affiliation document",
|
|
1367
|
-
remediationMessage_1_510: "Ensure signing person has the rights to represent the organization or is a listed professional member (lawyer, accountant) in your country of business and upload the right document",
|
|
1368
|
-
remediationMessage_1_511: "Upload a document that proves the payout entity is 100% affiliated with the legal entity",
|
|
1369
|
-
remediationMessage_1_512: "Upload a VAT document",
|
|
1370
|
-
remediationMessage_1_513: "Upload a different VAT document",
|
|
1371
|
-
remediationMessage_1_519: "Update source of funds",
|
|
1372
|
-
remediationMessage_1_521: "Upload a different proof of source of funds",
|
|
1373
|
-
remediationMessage_1_600: "Update legal entity details",
|
|
1374
|
-
remediationMessage_1_601: "Upload a constitutional document",
|
|
1375
|
-
remediationMessage_1_602: "Upload a different constitutional document",
|
|
1376
|
-
remediationMessage_1_603: "Update member details",
|
|
1377
|
-
remediationMessage_1_700: "Update bank account details",
|
|
1378
|
-
remediationMessage_1_701: "Use different bank account",
|
|
1379
|
-
remediationMessage_1_702: "Use other means of bank account verification",
|
|
1380
|
-
remediationMessage_1_703: "Upload a bank statement",
|
|
1381
|
-
remediationMessage_1_704: "Upload a different bank statement",
|
|
1382
|
-
remediationMessage_1_705: "Upload an official bank statement",
|
|
1383
|
-
remediationMessage_1_803: "Upload a proof of director document to legal entity",
|
|
1384
|
-
remediationMessage_1_804: "Upload a different proof of director document",
|
|
1385
|
-
remediationMessage_1_805: "Update director details",
|
|
1386
|
-
remediationMessage_2_123: "You haven't added an owner",
|
|
1387
|
-
remediationMessage_2_124: "You haven't added a signatory",
|
|
1388
|
-
remediationMessage_2_151: "You haven't added a controlling person",
|
|
1389
|
-
remediationMessage_2_153: "Add 'phone.number' to legal entity",
|
|
1390
|
-
remediationMessage_2_158: "Provide a VAT number or exemption reason.",
|
|
1391
|
-
remediationMessage_2_178: "Add 'webAddress' to business line.",
|
|
1392
|
-
remediationMessage_2_184: "Add constitutional document for verification to legal entity.",
|
|
1393
|
-
remediationMessage_2_185: "You haven't added your directors",
|
|
1394
|
-
remediationMessage_2_188: "Add proofOfOwnership document document for verification to legal entity",
|
|
1395
|
-
remediationMessage_2_214: "Upload a proof of funding or wealth source....",
|
|
1396
|
-
remediationMessage_2_222: "Upload a proof of relationship to individual",
|
|
1397
|
-
remediationMessage_2_223: "Add 'organization.countryOfGoverningLaw' to legal entity",
|
|
1398
|
-
remediationMessage_2_234: "Add 'organization.support.email' to legal entity",
|
|
1399
|
-
remediationMessage_2_235: "Add 'individual.support.email' to legal entity",
|
|
1400
|
-
remediationMessage_2_236: "Add 'organization.support.phone.number' to legal entity",
|
|
1401
|
-
remediationMessage_2_237: "Add 'individual.support.email' to legal entity",
|
|
1402
|
-
remediationMessage_3_100: "Check the above information, then click here to confirm.",
|
|
1403
|
-
remove: "Remove",
|
|
1404
|
-
removeDecisionMaker: "remove %{decisionMaker}",
|
|
1405
|
-
removeTrustMember: "Remove %{trustMember}",
|
|
1406
|
-
removing: "Removing...",
|
|
1407
|
-
rentalAgreementOrLease: "Rental agreement or lease",
|
|
1408
|
-
rentAmount: "Rent amount",
|
|
1409
|
-
reportedDividendAmount: "Reported dividend amount",
|
|
1410
|
-
reportedValue: "Reported value",
|
|
1411
|
-
reportingCurrency: "Reporting currency",
|
|
1412
|
-
requirements: "Requirements:",
|
|
1413
|
-
requiresDecisionMakers: "Requires decision-makers",
|
|
1414
|
-
requiresSignatory: "Requires signatory",
|
|
1415
|
-
residence_permit: "Residence permit",
|
|
1416
|
-
residencePermitBack: "Residence permit (back)",
|
|
1417
|
-
residencePermitFront: "Residence permit (front)",
|
|
1418
|
-
residencyCountry: "Country/region of residence",
|
|
1419
|
-
residentialAddress: "Residential address",
|
|
1420
|
-
residentialAddressDescription: "This person's primary address, typically used for personal banking and utilities.",
|
|
1421
|
-
retrieveMyInfo: "Retrieve Myinfo",
|
|
1422
|
-
retrieveMyInfoBusiness: "Retrieve Myinfo business",
|
|
1423
|
-
retrieveMyinfoBusinessWith: "Retrieve Myinfo business with",
|
|
1424
|
-
retrieveMyinfoWith: "Retrieve Myinfo with",
|
|
1425
|
-
returnToTaskList: "Return to task list",
|
|
1426
|
-
reviewTheInformationBelowAndCorrectMistakesOr: "Review the information below and correct any mistakes, or",
|
|
1427
|
-
RFC: "RFC",
|
|
1428
|
-
RfcDocument: "RFC Document",
|
|
1429
|
-
rnaNumber: "RNA number",
|
|
1430
|
-
role: "Role",
|
|
1431
|
-
roleAndEntityType: "Role and entity type",
|
|
1432
|
-
rootLegalEntityIsEmpty: "The root legal entity only has the minimum data (is empty).",
|
|
1433
|
-
routingNumber: "Routing number",
|
|
1434
|
-
routingNumberVisible: "Includes your routing number",
|
|
1435
|
-
royaltyAgreement: "Royalty agreement",
|
|
1436
|
-
royaltyAmount: "Royalty amount",
|
|
1437
|
-
salarySlip: "Salary slip",
|
|
1438
|
-
saleAmount: "Sale amount",
|
|
1439
|
-
saleContract: "Sale contract",
|
|
1440
|
-
sameAsRegisteredAddress: "Same as registered business address",
|
|
1441
|
-
sameNameAsLegalName: "Same as legal name of the company",
|
|
1442
|
-
save: "Save",
|
|
1443
|
-
saveAndGoToOverview: "Save and go to overview",
|
|
1444
|
-
screenshotOfOnlineBankingEnviroment: "Screenshot of online banking environment",
|
|
1445
|
-
search: "Search",
|
|
1446
|
-
searchAddress: "Search address",
|
|
1447
|
-
secForm10k: "SEC Form 10-K",
|
|
1448
|
-
secretaryOfStateFiling: "Secretary of State filing",
|
|
1449
|
-
secretaryOfStateFiling__PR: "Department of State filing",
|
|
1450
|
-
secretaryOfStateRegDoc: "Registration document from Secretary of State",
|
|
1451
|
-
secretaryOfStateRegDoc__PR: "Registration document from Department of State",
|
|
1452
|
-
securelyUseYourBanksWebsite: "Securely use your bank's website or mobile app to get verified in minutes.",
|
|
1453
|
-
select: "Select",
|
|
1454
|
-
selectAllTheRolesThatThisDecisionMakerHolds: "Select all the roles that this decision-maker holds.",
|
|
1455
|
-
selectASourceOfFunding: "Select a source of funding for %{type}",
|
|
1456
|
-
selectCountryRegion: "Select a country/region",
|
|
1457
|
-
selectDocument: "Select a document",
|
|
1458
|
-
selectDocumentType: "Select document type",
|
|
1459
|
-
selectOne: "Select one",
|
|
1460
|
-
selectProvinceOrTerritory: "Select a province or territory",
|
|
1461
|
-
selectSigner: "Select signer",
|
|
1462
|
-
selectState: "Select a state",
|
|
1463
|
-
selectTheApplicableRoles: "Select the applicable role(s)",
|
|
1464
|
-
selectTheBankToReceivePayouts: "After this page, you can select the bank where you would like to receive the payouts.",
|
|
1465
|
-
serviceAgreements: "Service agreements",
|
|
1466
|
-
serviceAgreementSignedAndDated: "Service agreement signed and dated",
|
|
1467
|
-
serviceAgreementSignedSuccessfully: "Service agreement signed successfully",
|
|
1468
|
-
serviceAgreementSignFailed: "Service agreement signing failed",
|
|
1469
|
-
sessionTimeout: "Session timeout",
|
|
1470
|
-
settlor: "Settlor",
|
|
1471
|
-
settlorExemptionReason: "Settlor exemption reasons",
|
|
1472
|
-
settlorGuideDescription: "<strong>Settlor</strong> is the natural person that created the trust. A settlor is also known as a grantor or founder.",
|
|
1473
|
-
setUpYourAccount: "Set up your account",
|
|
1474
|
-
shareholderDocument: "Shareholder document",
|
|
1475
|
-
showAddressStateCountry: "Shows address, state, and country of residence",
|
|
1476
|
-
showDetails: "Show details",
|
|
1477
|
-
showOnMap: "Show on map",
|
|
1478
|
-
showsCountryOfBankAccount: "Includes the country/region of the bank account",
|
|
1479
|
-
showsTheNameOfTheCoins: "Shows the name of the coin(s)",
|
|
1480
|
-
showsTheNameOfTheCryptocurrencyExchange: "Shows the name of the cryptocurrency exchange",
|
|
1481
|
-
showsYourBusinessName: "Shows your business's name",
|
|
1482
|
-
sign: "Sign",
|
|
1483
|
-
signAndContinue: "Sign and continue",
|
|
1484
|
-
signatory: "Signatory",
|
|
1485
|
-
signatoryDescription: "Authorized to sign contracts on behalf of the company",
|
|
1486
|
-
signatoryGuideDescription: "A <strong>signatory</strong> has been given authority to sign official documents on behalf of the company. Usually a signatory is also an owner or a controlling person.",
|
|
1487
|
-
signatureAndDateWithinTheLast12Months: "Signature and date within the last 12 months",
|
|
1488
|
-
signed: "Signed",
|
|
1489
|
-
signedByOn: "Signed on %{date} by %{signer}",
|
|
1490
|
-
signedCopyOfTheWill: "Signed copy of the will",
|
|
1491
|
-
signer: "Signer",
|
|
1492
|
-
signServiceAgreement: "Sign services agreement",
|
|
1493
|
-
SINFormatCA: "XXXXXXXXX",
|
|
1494
|
-
singingUpAsCompanyButLooksLikeYouAreAnIndividual: "You're now signing up as an company. But it looks like you're an individual who uses your personal bank account to receive payouts.",
|
|
1495
|
-
singingUpAsIndividualButLooksLikeYouAreACompany: "You're now signing up as an individual. But it looks like you're a company that uses a company bank account to receive payouts.",
|
|
1496
|
-
siRegistrationNumber: "Matična številka",
|
|
1497
|
-
siret: "SIRET",
|
|
1498
|
-
siTaxId: "Identifikacijska številka za DDV (ID za DDV)",
|
|
1499
|
-
skRegistrationNumber: "Identifikačné číslo (IČO)",
|
|
1500
|
-
skTaxId: "Identifikačné číslo pre daň z pridanej hodnoty (IČ DPH)",
|
|
1501
|
-
socialInsuranceNumber: "Social Insurance Number (SIN)",
|
|
1502
|
-
socialSecurityNumber: "Social Security Number (SSN)",
|
|
1503
|
-
socialSecurityNumber__placeholder: "123-45-6789",
|
|
1504
|
-
sofTypeAdyenLabel: "Transactions on this platform",
|
|
1505
|
-
sofTypeAssetsaleLabel: "Property sale",
|
|
1506
|
-
sofTypeBusinessLabel: "Other business earnings",
|
|
1507
|
-
sofTypeCryptocurrencyincomeLabel: "Cryptocurrency",
|
|
1508
|
-
sofTypeDividendincomeLabel: "Dividends",
|
|
1509
|
-
sofTypeDonationsLabel: "Gift or donation",
|
|
1510
|
-
sofTypeEmploymentLabel: "Employment wages",
|
|
1511
|
-
sofTypeFinancialaidLabel: "Financial aid",
|
|
1512
|
-
sofTypeGamblingwinningsLabel: "Gambling",
|
|
1513
|
-
sofTypeInheritanceLabel: "Inheritance",
|
|
1514
|
-
sofTypeInsurancesettlementLabel: "Insurance settlement",
|
|
1515
|
-
sofTypeLoansLabel: "Loans",
|
|
1516
|
-
sofTypePensionincomeLabel: "Pension",
|
|
1517
|
-
sofTypeRentalincomeLabel: "Rental income",
|
|
1518
|
-
sofTypeRoyaltyincomeLabel: "Royalty income",
|
|
1519
|
-
sofTypeThirdpartyfundingLabel: "Third-party investment details",
|
|
1520
|
-
solePropDetails: "Sole proprietor details",
|
|
1521
|
-
soleProprietorDetails: "Sole proprietor details",
|
|
1522
|
-
soleProprietorship: "Sole proprietorship",
|
|
1523
|
-
soleProprietorshipDetails: "Sole proprietorship details",
|
|
1524
|
-
someFieldsHaveUnsupportedFormatedUpdateInfoAndResubmit: "Some fields have unsupported formats. Update the information and submit again.",
|
|
1525
|
-
someInformationWillNotBeSaved: "Some information that you entered previously will not be saved. ",
|
|
1526
|
-
sorryAnErrorOccurred: "We are sorry, an error has occurred",
|
|
1527
|
-
sorryWeCantSetUpAnAccountForYou: "Sorry, we can't set up an account for you",
|
|
1528
|
-
sortCode: "Sort code",
|
|
1529
|
-
sourceOfFunds: "Source of funds",
|
|
1530
|
-
sourceOfWinnings: "Source of winnings",
|
|
1531
|
-
SSM: "Suruhanjaya Syarikat Malaysia (SSM)",
|
|
1532
|
-
ssn: "SSN",
|
|
1533
|
-
SSNFormatUS: "*** — ** — XXXX",
|
|
1534
|
-
SSNFormatUS9Digits: "XXXXXXXXX",
|
|
1535
|
-
SST: "Sales and Service Tax (SST)",
|
|
1536
|
-
stamregister: "Stamregister erhverv (SE-nummer)",
|
|
1537
|
-
start: "Start",
|
|
1538
|
-
startANewSessionFromTheSamePlaceYouOriginallyAccessed: "Start a new session from the same place you originally accessed this page.",
|
|
1539
|
-
startTypingTheAddress: "Start typing the address",
|
|
1540
|
-
state: "State",
|
|
1541
|
-
stateIssuedProofOfIdentityCard: "State-issued proof of identity card",
|
|
1542
|
-
stateOrProvince: "State or province",
|
|
1543
|
-
stateOrProvince__placeHolder: "Select a state or province",
|
|
1544
|
-
stateOrProvince__placeHolder__US: "Select one...",
|
|
1545
|
-
stateOrProvince__US__business: "In which state is your business registered?",
|
|
1546
|
-
status: "Status",
|
|
1547
|
-
"stepsX/YofForm": "Step %{activeFormIndex}/ %{totalForms} of %{taskNameTranslated}",
|
|
1548
|
-
stockExchangeInformation: "Stock exchange information",
|
|
1549
|
-
stockExchangeMIC: "Market Identifier Code (MIC)",
|
|
1550
|
-
stockISIN: "International Securities Identification Number (ISIN)",
|
|
1551
|
-
stockISINHelper: "International Securities Identification Number, as defined in ISO 10383",
|
|
1552
|
-
stockTickerSymbol: "Stock ticker symbol",
|
|
1553
|
-
street: "Street",
|
|
1554
|
-
submit: "Submit",
|
|
1555
|
-
submitFailed: "Submit failed",
|
|
1556
|
-
submitIdDocumentsAgain: "Submit ID documents again",
|
|
1557
|
-
submitReview: "Submit review",
|
|
1558
|
-
submitReviewOfYourData: "Submit review of your data",
|
|
1559
|
-
submitSuccessful: "Submit successful",
|
|
1560
|
-
successFullyRemovedDecisionMaker: "Successfully removed a decision maker",
|
|
1561
|
-
successFullyRemovedTrustMember: "Successfully removed trust member",
|
|
1562
|
-
successfullyUpdatedDetails: "Successfully updated details",
|
|
1563
|
-
summary: "Summary",
|
|
1564
|
-
summaryLegalCaption: "By submitting this summary you are confirming the following; I confirm (on behalf of the company that I am authorized to represent), that the information and supporting documentation provided during this KYC process is accurate and up-to-date, and therefore correctly represents the current state of affairs.",
|
|
1565
|
-
summaryTaxExemptionLegalCaption_1: "If the above entity(ies) register for VAT, or if there is any change to the VAT number, you will provide Adyen with the relevant number(s) without delay.",
|
|
1566
|
-
summaryTaxExemptionLegalCaption_2: "If a VAT/GST number is not provided or if it is not valid, Adyen reserves the right to apply VAT/GST as prescribed by law, which may not be recoverable for the merchant's business.",
|
|
1567
|
-
summaryTaxExemptionLegalCaption_3: "You are an authorized representative and signatory on behalf of the legal entity for which the VAT information was provided.",
|
|
1568
|
-
summaryTaxExemptionLegalCaptionTitle: "You have stated you are exempt from VAT/GST, therefore you agree that:",
|
|
1569
|
-
supportedFileTypes: "Supported file types: %{fileTypes}",
|
|
1570
|
-
supportingDocuments: "Supporting documents",
|
|
1571
|
-
swiftCode: "Swift code",
|
|
1572
|
-
takeOrUploadAPhoto: "Take or upload a photo of an ID document for quick and secure identity verification by our trusted partner,",
|
|
1573
|
-
task: "Task",
|
|
1574
|
-
taxationDocument: "Taxation document",
|
|
1575
|
-
taxDeclaration: "Tax declaration",
|
|
1576
|
-
taxDeclarationProperty: "Tax declaration",
|
|
1577
|
-
taxDocument: "Tax document",
|
|
1578
|
-
taxDocuments: "Tax documents",
|
|
1579
|
-
taxFiling: "Tax filing",
|
|
1580
|
-
taxFiling__US: "Tax filing such as Schedule SE (Form 1040)",
|
|
1581
|
-
taxId: "Tax ID",
|
|
1582
|
-
taxIdAbsenceReason: "Tax ID absence reason",
|
|
1583
|
-
taxIdentificationNumber: "Tax identification number",
|
|
1584
|
-
taxIdNumber: "Tax Identification Number",
|
|
1585
|
-
taxInformationNumber: "Tax Identification Number",
|
|
1586
|
-
taxInformationNumber__helperText__US: "Your EIN is provided on your Letter 147C or SS-4 Confirmation Letter received when registering your business.",
|
|
1587
|
-
taxInformationNumber__HK: "Business Registration number (BRN)",
|
|
1588
|
-
taxInformationNumber__placeHolder__US: "11-0000000",
|
|
1589
|
-
taxInformationNumber__US: "Employer Identification Number (EIN)",
|
|
1590
|
-
taxpayerReferenceNumber: "Taxpayer reference number",
|
|
1591
|
-
taxReferenceNumber: "Tax reference number",
|
|
1592
|
-
tellUsMoreAboutTheCryptocurrency: "Tell us more about the cryptocurrency earnings that will be used with our financial products.",
|
|
1593
|
-
tellUsMoreAboutTheGamblingProceeds: "Tell us more about the gambling proceeds that will be used with our financial products.",
|
|
1594
|
-
tellUsMoreAboutTheGiftOrDonationProceeds: "Tell us more about the gift or donation proceeds that will be used with our financial products.",
|
|
1595
|
-
tellUsMoreAboutTheInheritanceProceeds: "Tell us more about the inheritance that will be used with our financial products.",
|
|
1596
|
-
tellUsMoreAboutTheInvestors: "Tell us more about the investors whose funds will be used with our financial products.",
|
|
1597
|
-
tellUsMoreAboutThePreviousBusinessEarnings: "Tell us more about the other business earnings that will be used with our financial products.",
|
|
1598
|
-
tellUsMoreAboutTheProperty: "Tell us more about the proceeds from the property sale that will be used with our financial products.",
|
|
1599
|
-
tellUsMoreAboutThisSource: "Tell us more about this source",
|
|
1600
|
-
termLengthAndDividendYield: "Term length and dividend yield",
|
|
1601
|
-
textToVerifyAccount: "For you to receive your payouts, we need a verified bank account.",
|
|
1602
|
-
the7CharacterIdentifierAssignedToThis: "The 7-character identifier assigned to this company by the Sistema di Interscambio (SDI) for electronic invoicing in Italy. For example, %{example}",
|
|
1603
|
-
theBankAccountHolderMustBeInYourName_: "The bank account holder must be in your name: <strong>%{name}</strong>",
|
|
1604
|
-
theBankAccountHolderMustHaveTheSameNameAsYourCompany_: "The bank account holder must have the same name as your company <strong>%{companyName}</strong>.",
|
|
1605
|
-
theBrokerageName: "The brokerage's name",
|
|
1606
|
-
theBusinessName: "The business's name",
|
|
1607
|
-
theCityAndCountryRegion: "The city and country/region where is this person is currently located",
|
|
1608
|
-
theCompanyIWorkFor: "The company I work for",
|
|
1609
|
-
theIdCheckWillBeAutomaticallyValidated: "With the right capture, the ID check will be automatically validated",
|
|
1610
|
-
thenResubmit: "then resubmit.",
|
|
1611
|
-
thereAreDifferencesBetweenYourEntryAndWhatWeDetectedInYourIdDocument: "There are differences between your entry and what we detected in your ID document. Select the correct information to continue.",
|
|
1612
|
-
thereAreNoSigners: "There are no signers, please add yourself to make sure you can accept the terms and get the funds.",
|
|
1613
|
-
thereWasAnErrorTryAgain: "There was an error, please try again",
|
|
1614
|
-
thirdPartyInvestmentDetails: "Third-party investment details",
|
|
1615
|
-
thisCompanyDoesntHaveAnSDI: "This company doesn't have an SDI code",
|
|
1616
|
-
thisIsMyBusiness: "This is my business",
|
|
1617
|
-
thisMeansYouHaveAnUltimateParentCompany: "If yes, this means you have an ultimate parent company. An ultimate parent company is the company that's highest in the corporate structure. Learn more.",
|
|
1618
|
-
thisMeansYouHaveAParentCompany: "If yes, this means you have a parent company, such as a global headquarters or a holding company.",
|
|
1619
|
-
thisPageIsNowInactive: "This page is now inactive",
|
|
1620
|
-
thisSessionWillExpireIn: "This session will expire in %{timeUntilExpiry}. Continue working to avoid losing any unsaved data.",
|
|
1621
|
-
titleDeed: "Title deed",
|
|
1622
|
-
toCompleteProcessReviewAndSignOfficialDocumentation: "To complete this process, review and sign the official documentation.",
|
|
1623
|
-
toggleAssociationMenu: "toggle menu of %{name} ",
|
|
1624
|
-
toHelpTheGovernmentFight: "To help the government fight the funding of terrorism and money laundering activities, Federal law requires financial institutions to obtain, verify, and record information that identifies each person (individual or entity) who opens an account and certain individuals who are associated with an account.",
|
|
1625
|
-
tooManyFiles: "Too many files",
|
|
1626
|
-
toProtectYourInformationThisSessionHasExpired: "To protect your information, this session has expired and the page is now inactive. Start a new session from the same place you originally accessed this page.",
|
|
1627
|
-
totalAmountWon: "Total amount won",
|
|
1628
|
-
totalAssets: "Total assets",
|
|
1629
|
-
totalAssetsHelper: "The sum of total liabilities and total equity.",
|
|
1630
|
-
totalSettlementAmount: "Total settlement amount",
|
|
1631
|
-
tradingName: "Trading name",
|
|
1632
|
-
transactionStatement: "Transaction statement",
|
|
1633
|
-
transferInstrumentDeleted: "Transfer instrument deleted",
|
|
1634
|
-
transferInstrumentLimitHasAlreadyBeenMet: "Transfer instrument limit has already been met",
|
|
1635
|
-
transitNumber: "Transit number",
|
|
1636
|
-
trust: "Trust",
|
|
1637
|
-
trustDeed: "Trust deed",
|
|
1638
|
-
trustDetails: "Trust details",
|
|
1639
|
-
trustDetailsDescription: "To prepare your account, we need information about your trust.",
|
|
1640
|
-
trustee: "Trustee",
|
|
1641
|
-
trusteeAsTrusteeForTrust: "%{trusteeName} as trustee for %{trustName}",
|
|
1642
|
-
trusteeAsTrusteeForTrustDoingBusinessAs: "%{trusteeName} as trustee for %{trustName} doing business as %{tradingName}",
|
|
1643
|
-
trusteeGuideDescription: "<strong>Trustee</strong> is the natural person or a corporate entity that can manage, employ, or dispose of the assets of the trust.",
|
|
1644
|
-
trusteePersonalDetails: "Trustee personal details",
|
|
1645
|
-
trustInstrument: "Trust instrument",
|
|
1646
|
-
trustMembers: "Trust members",
|
|
1647
|
-
trustMembersDescription: "Provide information for all trustee, settlor, protector and beneficiary associated with the trust contract.",
|
|
1648
|
-
trustPartnershipOrAssociation: "Trust, partnership, or association",
|
|
1649
|
-
trustType: "Type of trust agreement",
|
|
1650
|
-
tryAgainOrContinueEnteringTheDetailsYourself: "Try again, or continue entering the details yourself.",
|
|
1651
|
-
tryAgainOrManualAccountDetails: "Please try again later or provide account details manually.",
|
|
1652
|
-
typeOfCompany: "Type of company",
|
|
1653
|
-
typeOfIdentity: "Type of identity",
|
|
1654
|
-
typeOfIdentitySubtitle: "We need to see a government-issued photo ID document that belongs to the person mentioned above.",
|
|
1655
|
-
typeOfTrustAgreement: "Type of trust agreement",
|
|
1656
|
-
uboThroughControlGuideDescription: "<strong>UBO through control</strong> is any other individual who controls the trust to make financial and operating decisions on behalf of the trust.",
|
|
1657
|
-
uboThroughOwnershipGuideDescription: "<strong>UBO through ownership</strong> is an individual who directly or indirectly own 25% or more of the total shares, voting rights, or other equity in the organization.",
|
|
1658
|
-
uen: "Unique Entity Number (UEN)",
|
|
1659
|
-
ultimateParentCompany: "Ultimate parent company",
|
|
1660
|
-
ultimateParentCompanyInformation: "Ultimate parent company information",
|
|
1661
|
-
unableToDeleteDocument: "Unable to delete document",
|
|
1662
|
-
unableToUploadDocument: "Unable to upload document",
|
|
1663
|
-
unableToVerifyTheIdNumber: "Unable to verify the Id number for the given country",
|
|
1664
|
-
undefinedBeneficiary: "Undefined beneficiary",
|
|
1665
|
-
undefinedBeneficiaryDescription: "A class or group of beneficiaries that is not named, but defined in an ascertainable manner in the trust deed.",
|
|
1666
|
-
underJudicialAdministration: "Yes, the company is under judicial administration, receivership or similar measures",
|
|
1667
|
-
undoWithTimer: "Undo... %{secondsLeft}",
|
|
1668
|
-
unfortunatelyAnInstantProvider: "Unfortunately an instant provider isn't available for this country.",
|
|
1669
|
-
uniqueIdentificationCode: "Unique identification code (ЕИК/UIC)",
|
|
1670
|
-
unknown: "Unknown",
|
|
1671
|
-
unlistedPublicUnitTrust: "Unlisted public unit trust",
|
|
1672
|
-
unsuccessful: "Unsuccessful",
|
|
1673
|
-
unsupportedFiletype: "Unsupported filetype",
|
|
1674
|
-
update: "Update",
|
|
1675
|
-
updateTheInformation: "Update the information",
|
|
1676
|
-
uploadABankStatement: "Upload a bank statement",
|
|
1677
|
-
uploadADocument: "Upload a document",
|
|
1678
|
-
uploadASupportingDocument: "Upload a supporting document",
|
|
1679
|
-
uploadDocumentForNric: "Upload an ID document instead of NRIC",
|
|
1680
|
-
uploadedOn: "Uploaded on %{date}",
|
|
1681
|
-
uploadOneOfTheseDocuments: "Upload one of these documents:",
|
|
1682
|
-
uploadTheFollowingDocuments: "Upload the following documents:",
|
|
1683
|
-
uploadYourOrganizationProofOfDirector: "Upload your organization's proof of director",
|
|
1684
|
-
upToFiles: "Up to %{maxFiles} file(s).",
|
|
1685
|
-
useFiguresFromTheMostRecentYearAvailable: "Use figures from the most recent year available",
|
|
1686
|
-
usePhoneToScanId: "Use your phone to scan the ID",
|
|
1687
|
-
useSelectedInformation: "Use selected information",
|
|
1688
|
-
"UST-ID": "UST-ID (Umsatzsteuer-Identifikationsnummer)",
|
|
1689
|
-
"USt-IdNr": "USt-IdNr. (Umsatzsteuer-Identifikationsnummer)",
|
|
1690
|
-
utilityBill: "Utility bill",
|
|
1691
|
-
validation8Or11Characters: "Please enter either 8 or 11 characters.",
|
|
1692
|
-
validationCharacters: "Please enter %{length} characters.",
|
|
1693
|
-
validationDigits: "Please enter %{length} digits",
|
|
1694
|
-
validationDigitsBetween: "Please enter a number between %{start} and %{end} digits",
|
|
1695
|
-
validationPleaseEnterAValidBusinessRegistrationNumberWithFormat: "Please enter a valid business registration number. For example, %{example} ",
|
|
1696
|
-
validationPleaseEnterAValidEINWithFormat: "Please enter a valid EIN. Expected format: %{format}",
|
|
1697
|
-
validationPleaseEnterAValidIban: "Please enter a valid IBAN",
|
|
1698
|
-
validationPleaseEnterAValidIdNumberWithFormat: "Please enter a valid %{idType} number. Expected format: %{format}",
|
|
1699
|
-
validationPleaseEnterAValidIRDNumber: "Please enter a valid IRD number. Expected format: 8 - 9 digits",
|
|
1700
|
-
validationPleaseEnterAValidMarketIdentifier: "Please enter a valid Market identifier code",
|
|
1701
|
-
validationPleaseEnterAValidRegistrationNumber: "Please enter a valid company registration number",
|
|
1702
|
-
validationPleaseEnterAValidRegistrationNumberWithFormat: "Please enter a valid company registration number. Expected format: %{format}",
|
|
1703
|
-
validationPleaseEnterAValidStockISIN: "Please enter a valid ISIN. For example, %{example}",
|
|
1704
|
-
validationPleaseEnterAValidTaxIdNumber: "Please enter a valid Tax id number.",
|
|
1705
|
-
validationPleaseEnterAValidTaxIdNumberWithFormat: "Please enter a valid Tax id number. Expected format: %{format}",
|
|
1706
|
-
validationPleaseEnterAValidUen: "Please enter a valid UEN",
|
|
1707
|
-
validationPleaseEnterAValidUrl: "Please enter a valid URL",
|
|
1708
|
-
validationPleaseEnterAValidVatNumber: "Please enter a valid Tax id number",
|
|
1709
|
-
validationPleaseEnterAValidVatNumberWithFormat: "Please enter a valid VAT number. Expected format: %{format}",
|
|
1710
|
-
vatAbsenceReason: "VAT number absence reason",
|
|
1711
|
-
vatDocument: "VAT document",
|
|
1712
|
-
vatNumber: "VAT number",
|
|
1713
|
-
vatNummerMomsregistreringsnummerOrMomsnummer: "VAT-nummer, Momsregistreringsnummer, or Momsnummer",
|
|
1714
|
-
vatRegistrationNumber: "VAT registration number",
|
|
1715
|
-
verificationErrorMessage: "Some information couldn't be verified. Click to see what needs to be adjusted.",
|
|
1716
|
-
verificationMethod: "Verification method",
|
|
1717
|
-
verified: "Verified",
|
|
1718
|
-
verifiedInformation: "Verified information",
|
|
1719
|
-
verify: "Verify",
|
|
1720
|
-
verifyIndividualIdentity: "Verify %{name}'s Identity",
|
|
1721
|
-
verifyViaMobileBankingAppOrWebsite: "Verify via mobile banking app or website",
|
|
1722
|
-
verifyWith: "Verify with",
|
|
1723
|
-
weAccept: "We accept:",
|
|
1724
|
-
website: "Website",
|
|
1725
|
-
weCouldNotReachOnfido: "We could not reach Onfido. Try again in few seconds.",
|
|
1726
|
-
weCouldntCompleteTheAccountCheck: "We couldn't complete the account check. Please try again later or provide account details manually.",
|
|
1727
|
-
weCouldntConnectToMyinfo: "We couldn't connect to Myinfo",
|
|
1728
|
-
weCouldntConnectToMyinfoBusiness: "We couldn't connect to Myinfo Business",
|
|
1729
|
-
weDoNotYetSupportInstantVerificationForBankAccountsIn_: "We do not yet support instant verification for bank accounts in %{countryName}. Therefore, you must provide your account details manually.",
|
|
1730
|
-
weFoundTheFollowingIssues: "We found the following issues:",
|
|
1731
|
-
weNeedAnOfficialDocument: "We need an official document to verify your organization's director. ",
|
|
1732
|
-
weNeedProofOfFunding: "We need proof of funding sources for %{category_name}. This helps use better understand how you will use these products.",
|
|
1733
|
-
weNeedProofOfFundingPlural: "We need proof of funding sources for %{category1_name} and %{category2_name}. This helps use better understand how you will use these products.",
|
|
1734
|
-
weSelectedSomeRolesBasedOnMyinfoBusinessDataAboutYourCompanysAppointmentHoldersAndShareholders: "We selected some roles based on Myinfo business data about your company's appointment holders and shareholders.",
|
|
1735
|
-
whatBestDescribesYourBusinessSetup: "What best describes your business setup?",
|
|
1736
|
-
whatCountryOrRegionIsTheBenefactorLocated: "What country/region is the benefactor located?",
|
|
1737
|
-
whatCountryOrRegionIsThisPersonLocated: "What country/region is this person located?",
|
|
1738
|
-
whatFinancialProductIsThisFor: "What financial product is this for?",
|
|
1739
|
-
whatIsTheDifferenceBetweenTheseRoles: "What is the difference between these roles?",
|
|
1740
|
-
whatTypeOfCompanyDoYouHave: "What type of company do you have?",
|
|
1741
|
-
whatTypeOfTrusteeAreYou: "What type of trustee are you?",
|
|
1742
|
-
whatTypeOfYourMembersEntity: "What's the type of your member's entity?",
|
|
1743
|
-
whereCanIFindTheseNumbersOnMyDriversLicense: "Where can I find these numbers on my driver's license?",
|
|
1744
|
-
whereDidThisGiftOrDonationComeFrom: "Where did this gift or donation come from?",
|
|
1745
|
-
whereDidThisInheritanceComeFrom: "Where did this inheritance come from?",
|
|
1746
|
-
whereToFindNumbersOnDriversLicense: "Depending on the issuing state the position of these numbers might differ, but the license number is always on the front side of the card and the card number is in most cases located on the back of the license.",
|
|
1747
|
-
whereToFindNumbersOnDriversLicense__NZ: "The license number and version number are always on the front side of the card.",
|
|
1748
|
-
whichLegalArrangementDoesYourBusinessHave: "Which legal arrangement does your business have?",
|
|
1749
|
-
whichOfTheseApplyToTheSettlor: "Which of these apply to the settlor? Select all that apply.",
|
|
1750
|
-
whichTypeOfIdNumberDoYouHave: "Which type of identification number do you have?",
|
|
1751
|
-
whichTypeOfRegistrationNumberDoYouHave: "Which type of registration number do you have?",
|
|
1752
|
-
whichTypeOfTaxIdNumberDoYouHave: "Which type of tax identification number do you have?",
|
|
1753
|
-
whyDoINeedToFillInThisInformation: "Why do I need to fill in this information?",
|
|
1754
|
-
winLossStatement: "Win/loss statement",
|
|
1755
|
-
winningProceedAmount: "Winning proceed amount",
|
|
1756
|
-
winReport: "Win report",
|
|
1757
|
-
wouldYouLikeToSignUpAsCompanyInstead: "Would you like to sign up as a company instead? (You'll have to re-enter some information from before.)",
|
|
1758
|
-
wouldYouLikeToSignUpAsIndividualInstead: "Would you like to sign up as an individual instead? (You'll have to re-enter some information from before.)",
|
|
1759
|
-
xCharactersLeft: "%{charactersLeft} characters left",
|
|
1760
|
-
xMinutes: "%{minutes} minutes",
|
|
1761
|
-
xMinutesAndYSeconds: "%{minutes} and %{seconds}",
|
|
1762
|
-
XOfYSteps: "%{currentStep} of %{totalSteps} ",
|
|
1763
|
-
xSeconds: "%{seconds} seconds",
|
|
1764
|
-
yes: "Yes",
|
|
1765
|
-
yesAddManually: "Yes, add manually",
|
|
1766
|
-
yesChange: "Yes, change",
|
|
1767
|
-
yesContinue: "Yes, continue",
|
|
1768
|
-
youAlsoHaveToUploadSomeSupportingDocuments: "You'll also have to upload some supporting documents.",
|
|
1769
|
-
youAreIndividualOrCompanyAndUseBankAccountInNameOfPartnershipOrAssociation: "You're an individual or company, and you use a bank account in the name of a partnership, or association.",
|
|
1770
|
-
youAreIndividualOrCompanyAndUseBankAccountInNameOfTrustPartnershipOrAssociation: "You're an individual or company, and you use a bank account in the name of a trust, partnership, or association.",
|
|
1771
|
-
youAreNotSoleProprietorAndUseBankAccount: "You're not a registered sole proprietor, and you use a bank account in your name.",
|
|
1772
|
-
youAreRegisteredSoleProprietorAndUseBankAccount: "You're a registered sole proprietor, and you use a bank account in your name or sole proprietorship's name.",
|
|
1773
|
-
youAreTrusteeManagingTheTrustForBeneficiaries: "You're a trustee managing the trust for beneficiaries.",
|
|
1774
|
-
youCanOnlyUseABankAccountInTheCountryRegionWhereYouLive: "You can only use a bank account in the country/region where you live.",
|
|
1775
|
-
youCanOnlyUseABankAccountInTheCountryRegionWhereYourCompanyIsRegistered: "You can only use a bank account in the country/region where your company is registered.",
|
|
1776
|
-
youHaveSuccessfullyProvidedTheIdDocument: "You've successfully provided the ID document.",
|
|
1777
|
-
youMayBeAskedToReUpload: "You may be asked to re-upload another identity document in the future.",
|
|
1778
|
-
youMustXYearsOldToContinue: "You must be at least %{minimumAge} years old to continue",
|
|
1779
|
-
yourAssociationIsRegisteredItWasSetUpForNonCommercialPurpose: "Your association is registered. It was set up for recreational, cultural, or non-profit purposes.",
|
|
1780
|
-
yourBankWillConfirmYourAccountDetails: "Your bank will confirm your account details to us.",
|
|
1781
|
-
yourBusiness: "Your business",
|
|
1782
|
-
yourBusinessInformation: "Your business information",
|
|
1783
|
-
yourBusinessIsRegisteredAsASeparateLegalEntityFromItsOwners: "Your business is registered as a separate legal entity from its owners.",
|
|
1784
|
-
yourBusinessName: "Your business's name",
|
|
1785
|
-
yourBusinesssDetailsArePreFilledInTheRelevantSections: "Your business's details are pre-filled in the relevant sections.",
|
|
1786
|
-
yourBusinessSetup: "Your business setup: %{businessSetup}",
|
|
1787
|
-
yourDetailsArePreFilledInTheRelevantSections: "Your details are pre-filled in the relevant sections.",
|
|
1788
|
-
yourFullName: "Your full name",
|
|
1789
|
-
yourIbanShouldBeginWith_: "Your IBAN should begin with %{countryCode}.",
|
|
1790
|
-
yourLoanApplicationHasBeenReceived: "Thank you for providing your additional information. The data provided is being reviewed. You'll be notified if anything else is needed.",
|
|
1791
|
-
yourName: "Your name",
|
|
1792
|
-
yourRelationshipToDecedent: "Your relationship to the decedent",
|
|
1793
|
-
yourRelationshipToDonor: "Your relationship to the donor",
|
|
1794
|
-
yourRelationshipToOrganization: "Your relationship to the organization",
|
|
1795
|
-
yourRelationshipToThisPerson: "Your relationship to this person",
|
|
1796
|
-
youSuccessfullyVerifiedAccount: "You've successfully verified your bank account.",
|
|
1797
|
-
YTunnus: "Y-TUNNUS",
|
|
1798
|
-
zentralesVereinsregisterId: "Zentrales Vereinsregister ID",
|
|
1799
|
-
zipCode: "ZIP code"
|
|
1800
|
-
};
|
|
1801
|
-
const enUS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1802
|
-
__proto__: null,
|
|
1803
|
-
default: defaultLocaleTranslations
|
|
1804
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
1805
|
-
const FALLBACK_LOCALE = "en-US";
|
|
1806
|
-
const defaultTranslation = defaultLocaleTranslations;
|
|
1807
|
-
const determineAllowedAttributes = (allowedTags) => {
|
|
1808
|
-
const allowedAttributes = [];
|
|
1809
|
-
if (allowedTags.includes("a")) {
|
|
1810
|
-
allowedAttributes.push("href");
|
|
1811
|
-
}
|
|
1812
|
-
return allowedAttributes;
|
|
1813
|
-
};
|
|
1814
|
-
const sanitizeHtml = (unsafeInput, allowedTags = []) => DOMPurify.sanitize(unsafeInput, {
|
|
1815
|
-
ALLOWED_TAGS: allowedTags,
|
|
1816
|
-
ALLOWED_ATTR: determineAllowedAttributes(allowedTags)
|
|
1817
|
-
});
|
|
1818
|
-
const toTwoLetterCode = (locale) => locale.toLowerCase().substring(0, 2);
|
|
1819
|
-
const matchLocale = (locale, supportedLocales) => supportedLocales.find((supLoc) => toTwoLetterCode(supLoc) === toTwoLetterCode(locale)) ?? null;
|
|
1820
|
-
function formatLocale(localeParam) {
|
|
1821
|
-
const locale = localeParam.replace("_", "-");
|
|
1822
|
-
const format = /([a-z]{2})(-)([A-Z]{2})/;
|
|
1823
|
-
if (format.test(locale)) return locale;
|
|
1824
|
-
const [languageCode, countryCode] = locale.split("-");
|
|
1825
|
-
if (!languageCode || !countryCode) return null;
|
|
1826
|
-
const fullLocale = [languageCode.toLowerCase(), countryCode.toUpperCase()].join("-");
|
|
1827
|
-
return fullLocale.length === 5 ? fullLocale : null;
|
|
1828
|
-
}
|
|
1829
|
-
function parseLocale(locale, supportedLocales = []) {
|
|
1830
|
-
if (!locale || locale.length < 1 || locale.length > 5) return FALLBACK_LOCALE;
|
|
1831
|
-
const formattedLocale = formatLocale(locale);
|
|
1832
|
-
const hasMatch = Boolean(formattedLocale && supportedLocales.includes(formattedLocale));
|
|
1833
|
-
if (hasMatch) return formattedLocale;
|
|
1834
|
-
return matchLocale(formattedLocale || locale, supportedLocales);
|
|
1835
|
-
}
|
|
1836
|
-
const formatCustomTranslations = (supportedLocales, customTranslations = {}) => Object.keys(customTranslations).reduce((acc, cur) => {
|
|
1837
|
-
const formattedLocale = formatLocale(cur) || parseLocale(cur, supportedLocales);
|
|
1838
|
-
if (formattedLocale) {
|
|
1839
|
-
acc[formattedLocale] = customTranslations[cur];
|
|
1840
|
-
}
|
|
1841
|
-
return acc;
|
|
1842
|
-
}, {});
|
|
1843
|
-
const replaceTranslationValues = (translation, values) => sanitizeHtml(
|
|
1844
|
-
translation.replace(/%{(\w+)}/g, (_, k) => {
|
|
1845
|
-
var _a;
|
|
1846
|
-
return sanitizeHtml(((_a = values == null ? void 0 : values[k]) == null ? void 0 : _a.toString()) ?? "");
|
|
1847
|
-
}),
|
|
1848
|
-
["strong", "a"]
|
|
1849
|
-
);
|
|
1850
|
-
const getTranslationByKey = (translations, key, options = { values: {} }) => {
|
|
1851
|
-
const localizedKey = `${key}${options.localizeFor ? `__${options.localizeFor}` : ""}`;
|
|
1852
|
-
if (localizedKey in translations) {
|
|
1853
|
-
return replaceTranslationValues(translations[localizedKey], options.values);
|
|
1854
|
-
}
|
|
1855
|
-
if (key in translations) {
|
|
1856
|
-
return replaceTranslationValues(translations[key], options.values);
|
|
1857
|
-
}
|
|
1858
|
-
return null;
|
|
1859
|
-
};
|
|
1860
|
-
const getTranslationKeysByPrefix = (translations, keyPrefix) => Object.keys(translations).filter((key) => key.startsWith(keyPrefix));
|
|
1861
|
-
const getLanguageCode = (locale) => {
|
|
1862
|
-
const [languageCode] = locale.split("-");
|
|
1863
|
-
return languageCode;
|
|
1864
|
-
};
|
|
1865
|
-
class Language {
|
|
1866
|
-
constructor({
|
|
1867
|
-
locale = FALLBACK_LOCALE,
|
|
1868
|
-
translations = defaultTranslation,
|
|
1869
|
-
customTranslations = {},
|
|
1870
|
-
allowedLocales = [FALLBACK_LOCALE]
|
|
1871
|
-
}) {
|
|
1872
|
-
this.customTranslations = formatCustomTranslations(allowedLocales, customTranslations);
|
|
1873
|
-
const localesFromCustomTranslations = Object.keys(this.customTranslations);
|
|
1874
|
-
this.supportedLocales = [
|
|
1875
|
-
.../* @__PURE__ */ new Set([FALLBACK_LOCALE, ...allowedLocales, ...localesFromCustomTranslations])
|
|
1876
|
-
];
|
|
1877
|
-
const determinedLocale = formatLocale(locale) ?? parseLocale(locale, this.supportedLocales);
|
|
1878
|
-
this.locale = determinedLocale && this.supportedLocales.includes(determinedLocale) ? determinedLocale : FALLBACK_LOCALE;
|
|
1879
|
-
this.translations = {
|
|
1880
|
-
...defaultTranslation,
|
|
1881
|
-
...translations,
|
|
1882
|
-
...!!this.customTranslations[locale] && this.customTranslations[locale]
|
|
1883
|
-
// Merge with their custom locales if available
|
|
1884
|
-
};
|
|
1885
|
-
this.languageCode = getLanguageCode(locale);
|
|
1886
|
-
}
|
|
1887
|
-
/**
|
|
1888
|
-
* Returns a translated string from a key in the current {@link Language.locale}
|
|
1889
|
-
* @returns Translated string in the user's locale
|
|
1890
|
-
*/
|
|
1891
|
-
get(translatable, translationOptions) {
|
|
1892
|
-
const key = typeof translatable === "object" ? translatable.key : translatable;
|
|
1893
|
-
const options = typeof translatable === "object" ? {
|
|
1894
|
-
...translationOptions,
|
|
1895
|
-
values: { ...translatable.values, ...translationOptions == null ? void 0 : translationOptions.values }
|
|
1896
|
-
} : translationOptions;
|
|
1897
|
-
const translation = getTranslationByKey(this.translations, key, options);
|
|
1898
|
-
if (translation !== null) {
|
|
1899
|
-
return translation;
|
|
1900
|
-
}
|
|
1901
|
-
return key;
|
|
1902
|
-
}
|
|
1903
|
-
/**
|
|
1904
|
-
* Returns a localized string for a date
|
|
1905
|
-
* @param date - Date to be localized
|
|
1906
|
-
* @param options - Options for {@link Intl.DateTimeFormatOptions}
|
|
1907
|
-
*/
|
|
1908
|
-
date(date, options = {}) {
|
|
1909
|
-
return new Date(date).toLocaleDateString(this.locale, {
|
|
1910
|
-
year: "numeric",
|
|
1911
|
-
month: "2-digit",
|
|
1912
|
-
day: "2-digit",
|
|
1913
|
-
...options
|
|
1914
|
-
});
|
|
1915
|
-
}
|
|
1916
|
-
}
|
|
1917
|
-
const defaultI18n = {
|
|
1918
|
-
i18n: new Language({}),
|
|
1919
|
-
// using default locale (this is mainly for tests)
|
|
1920
|
-
setLocale: noop
|
|
1921
|
-
};
|
|
1922
|
-
const I18nContext = createContext(defaultI18n);
|
|
1923
|
-
const useI18nContext = () => useContext(I18nContext);
|
|
1924
|
-
const suppressed = false;
|
|
1925
|
-
const consoleMethodsPrefixable = Object.freeze([
|
|
1926
|
-
"debug",
|
|
1927
|
-
"info",
|
|
1928
|
-
"log",
|
|
1929
|
-
"warn",
|
|
1930
|
-
"error",
|
|
1931
|
-
"trace"
|
|
1932
|
-
]);
|
|
1933
|
-
const stringSubstitutionRegex = /%([soOc]|(\.\d)?[dif])/;
|
|
1934
|
-
const createLogger = (namespace) => {
|
|
1935
|
-
const methods = {};
|
|
1936
|
-
consoleMethodsPrefixable.forEach((method) => {
|
|
1937
|
-
methods[method] = (arg1, ...args) => {
|
|
1938
|
-
if (!console[method] || suppressed) return;
|
|
1939
|
-
if (!namespace) {
|
|
1940
|
-
console[method](arg1, ...args);
|
|
1941
|
-
} else if (stringSubstitutionRegex.test(arg1)) {
|
|
1942
|
-
console[method](`[${namespace}] ${arg1}`, ...args);
|
|
1943
|
-
} else {
|
|
1944
|
-
console[method](`[${namespace}]`, arg1, ...args);
|
|
1945
|
-
}
|
|
1946
|
-
};
|
|
1947
|
-
});
|
|
1948
|
-
return methods;
|
|
1949
|
-
};
|
|
1950
|
-
const icons = {
|
|
1951
|
-
"adyen-a-filled": lazy(
|
|
1952
|
-
() => import("./adyen-a-filled-NXWZwyuX.js")
|
|
1953
|
-
),
|
|
1954
|
-
"arrow-left": lazy(() => import("./arrow-left-DEX29gr8.js")),
|
|
1955
|
-
"arrow-right": lazy(() => import("./arrow-right-BSLTMCIA.js")),
|
|
1956
|
-
bank: lazy(() => import("./bank-BwbpmObN.js")),
|
|
1957
|
-
bin: lazy(() => import("./bin-D7a-dmmy.js")),
|
|
1958
|
-
check: lazy(() => import("./checkmark-DS0ypPvH.js")),
|
|
1959
|
-
certificate: lazy(() => import("./certificate--YOFQmBR.js")),
|
|
1960
|
-
checkmark: lazy(
|
|
1961
|
-
() => import("./checkmark-circle-fill-hZq1T5e9.js")
|
|
1962
|
-
),
|
|
1963
|
-
"checkmark-circle": lazy(
|
|
1964
|
-
() => import("./checkmark-circle-D_pSWXBi.js")
|
|
1965
|
-
),
|
|
1966
|
-
"checkmark-small": lazy(
|
|
1967
|
-
() => import("./checkmark-small-4ciES6ZR.js")
|
|
1968
|
-
),
|
|
1969
|
-
"chevron-down": lazy(() => import("./chevron-down-CSdvSDZq.js")),
|
|
1970
|
-
"chevron-right": lazy(() => import("./chevron-right-B5NJn8is.js")),
|
|
1971
|
-
"chevron-left": lazy(() => import("./chevron-left-Ctf1pv5s.js")),
|
|
1972
|
-
"chevron-up": lazy(() => import("./chevron-up-CXPd5NYI.js")),
|
|
1973
|
-
"cash-stack": lazy(() => import("./cash-stack-rb5rBl2N.js")),
|
|
1974
|
-
circle: lazy(() => import("./circle-F380_Tya.js")),
|
|
1975
|
-
company: lazy(() => import("./headquarter-BVHLaPzn.js")),
|
|
1976
|
-
capital: lazy(() => import("./capital-DR5WtYzz.js")),
|
|
1977
|
-
"company-2": lazy(() => import("./hotel-DLFFe_Ls.js")),
|
|
1978
|
-
contract: lazy(() => import("./contract-DFZ6WwMd.js")),
|
|
1979
|
-
"controlling-person": lazy(
|
|
1980
|
-
() => import("./document-person-BPjqMJVL.js")
|
|
1981
|
-
),
|
|
1982
|
-
cross: lazy(() => import("./cross-CzBW8i1Z.js")),
|
|
1983
|
-
coins: lazy(() => import("./coins-CEf5i6aD.js")),
|
|
1984
|
-
"decision-maker": lazy(() => import("./person-lPJ07vyF.js")),
|
|
1985
|
-
document: lazy(() => import("./document-1-BN3bKHzc.js")),
|
|
1986
|
-
download: lazy(() => import("./download-Doa1e9Lk.js")),
|
|
1987
|
-
edit: lazy(() => import("./edit-1-CfwIJ2-1.js")),
|
|
1988
|
-
"external-link": lazy(() => import("./external-link-B2BGNXtd.js")),
|
|
1989
|
-
"graph-up": lazy(() => import("./graph-up-C2R98aXc.js")),
|
|
1990
|
-
graph: lazy(() => import("./graph-HYYkabio.js")),
|
|
1991
|
-
gift: lazy(() => import("./gift-k_lkVRsK.js")),
|
|
1992
|
-
"field-error": lazy(
|
|
1993
|
-
() => import("./warning-circle-fill-FaaY90uz.js")
|
|
1994
|
-
),
|
|
1995
|
-
hide: lazy(() => import("./hide-CWI5yHxd.js")),
|
|
1996
|
-
headquarter: lazy(() => import("./headquarter-BVHLaPzn.js")),
|
|
1997
|
-
"info-circle": lazy(() => import("./info-B_8Cr-vS.js")),
|
|
1998
|
-
image: lazy(() => import("./image-Ol9hzDvF.js")),
|
|
1999
|
-
"light-bulb": lazy(() => import("./idea-CtaTpGVP.js")),
|
|
2000
|
-
location: lazy(() => import("./location-BGfgcQ71.js")),
|
|
2001
|
-
"more-horiz": lazy(
|
|
2002
|
-
() => import("./options-horizontal-Ba20yF0F.js")
|
|
2003
|
-
),
|
|
2004
|
-
"new-document": lazy(() => import("./document-plus-BfF1HyQ-.js")),
|
|
2005
|
-
payout: lazy(() => import("./payout-DW4sSAG5.js")),
|
|
2006
|
-
pci: lazy(() => import("./checkmark-circle-D_pSWXBi.js")),
|
|
2007
|
-
plus: lazy(() => import("./plus-BPprgrc7.js")),
|
|
2008
|
-
"plus-small": lazy(() => import("./plus-small-S4gFIjlj.js")),
|
|
2009
|
-
remove: lazy(() => import("./cross-circle-fill-small-ChSvrRGZ.js")),
|
|
2010
|
-
"revenue-accelerate": lazy(
|
|
2011
|
-
() => import("./revenue-accelerate-CG6WXtBr.js")
|
|
2012
|
-
),
|
|
2013
|
-
save: lazy(() => import("./save-BueTh8B0.js")),
|
|
2014
|
-
search: lazy(() => import("./search-BvJVZbOV.js")),
|
|
2015
|
-
show: lazy(() => import("./show-Cm_JGm0K.js")),
|
|
2016
|
-
store: lazy(() => import("./store-BLl8m644.js")),
|
|
2017
|
-
trust: lazy(() => import("./partner-B9xMZpSw.js")),
|
|
2018
|
-
user: lazy(() => import("./person-lPJ07vyF.js")),
|
|
2019
|
-
"user-business": lazy(
|
|
2020
|
-
() => import("./document-person-BPjqMJVL.js")
|
|
2021
|
-
),
|
|
2022
|
-
upload: lazy(() => import("./upload-XwV0PfcC.js")),
|
|
2023
|
-
"users-3": lazy(() => import("./4-people-BTQ6Okmp.js")),
|
|
2024
|
-
warning: lazy(() => import("./warning-filled-Od0v7tGX.js")),
|
|
2025
|
-
webinar: lazy(() => import("./webinar-DgBtUiyw.js"))
|
|
2026
|
-
};
|
|
2027
|
-
const customIcons = {
|
|
2028
|
-
review: lazy(() => import("./review-C4CnZ2XP.js")),
|
|
2029
|
-
"funds-in": lazy(() => import("./funds-in-6_PK4zOF.js")),
|
|
2030
|
-
house: lazy(() => import("./house-PfmXThnE.js"))
|
|
2031
|
-
};
|
|
2032
|
-
const images = {
|
|
2033
|
-
"document-blurred": lazy(
|
|
2034
|
-
() => import("./document-blurred-gtj03M4x.js")
|
|
2035
|
-
),
|
|
2036
|
-
"document-cutoff": lazy(
|
|
2037
|
-
() => import("./document-cut-off-D2vCeeIS.js")
|
|
2038
|
-
),
|
|
2039
|
-
"document-expired": lazy(
|
|
2040
|
-
() => import("./document-expired-_4Syh1xW.js")
|
|
2041
|
-
),
|
|
2042
|
-
"document-front": lazy(
|
|
2043
|
-
() => import("./document-front-9Glzn7ZR.js")
|
|
2044
|
-
),
|
|
2045
|
-
"us-check": lazy(
|
|
2046
|
-
() => import("./us-check-o5Ax_0LS.js")
|
|
2047
|
-
),
|
|
2048
|
-
"us-check-routing-number": lazy(
|
|
2049
|
-
() => import("./us-check-routing-number-BtVf7GH3.js")
|
|
2050
|
-
),
|
|
2051
|
-
"us-check-account-number": lazy(
|
|
2052
|
-
() => import("./us-check-account-number-CHnzmLNd.js")
|
|
2053
|
-
),
|
|
2054
|
-
"id-blurred": lazy(
|
|
2055
|
-
() => import("./id-blurred-A45CVnPk.js")
|
|
2056
|
-
),
|
|
2057
|
-
"id-cutoff": lazy(
|
|
2058
|
-
() => import("./id-cut-off-DMoJYcGr.js")
|
|
2059
|
-
),
|
|
2060
|
-
"id-front": lazy(
|
|
2061
|
-
() => import("./id-front-CTIDY7Nu.js")
|
|
2062
|
-
),
|
|
2063
|
-
"id-glare": lazy(
|
|
2064
|
-
() => import("./id-glare-DRN1UgPb.js")
|
|
2065
|
-
),
|
|
2066
|
-
"passport-blurred": lazy(
|
|
2067
|
-
() => import("./passport-blurred-Cw3cn4-0.js")
|
|
2068
|
-
),
|
|
2069
|
-
"passport-cutoff": lazy(
|
|
2070
|
-
() => import("./passport-cut-off-B0WAEH9S.js")
|
|
2071
|
-
),
|
|
2072
|
-
"passport-front": lazy(
|
|
2073
|
-
() => import("./passport-front-DOkc7OdE.js")
|
|
2074
|
-
),
|
|
2075
|
-
"passport-front-green": lazy(
|
|
2076
|
-
() => import("./passport-front-green-Bw7lK3vB.js")
|
|
2077
|
-
// Used for Verification Method Step
|
|
2078
|
-
),
|
|
2079
|
-
"passport-glare": lazy(
|
|
2080
|
-
() => import("./passport-glare-DZiLpHLG.js")
|
|
2081
|
-
),
|
|
2082
|
-
"instant-verification-method": lazy(
|
|
2083
|
-
() => import("./instant-verification-method-DIOSivq4.js")
|
|
2084
|
-
),
|
|
2085
|
-
"id-verification-instant": lazy(
|
|
2086
|
-
() => import("./id-verification-instant-JpZYE7gU.js")
|
|
2087
|
-
),
|
|
2088
|
-
"id-verification-manual": lazy(
|
|
2089
|
-
() => import("./id-verification-manual-CnkUMBXD.js")
|
|
2090
|
-
),
|
|
2091
|
-
"payout-verification-instant": lazy(
|
|
2092
|
-
() => import("./payout-verification-instant-D9r3JgYA.js")
|
|
2093
|
-
),
|
|
2094
|
-
"payout-verification-manual": lazy(
|
|
2095
|
-
() => import("./payout-verification-manual-BVzHrwSY.js")
|
|
2096
|
-
),
|
|
2097
|
-
"singpass-verification-instant": lazy(
|
|
2098
|
-
() => import("./singpass-verification-instant-_DBtLgVD.js")
|
|
2099
|
-
),
|
|
2100
|
-
"singpass-verification-manual": lazy(
|
|
2101
|
-
() => import("./singpass-verification-manual-CiTnqp_1.js")
|
|
2102
|
-
),
|
|
2103
|
-
// id verification
|
|
2104
|
-
"onfido-logo": lazy(
|
|
2105
|
-
() => import("./onfido-logo-i_oduqdE.js")
|
|
2106
|
-
),
|
|
2107
|
-
"tink-logo": lazy(() => import("./tink-logo-WImtH5CL.js")),
|
|
2108
|
-
"singpass-logo": lazy(
|
|
2109
|
-
() => import("./singpass-logo-ClABMCMK.js")
|
|
2110
|
-
),
|
|
2111
|
-
// payout verification
|
|
2112
|
-
"plaid-logo": lazy(
|
|
2113
|
-
() => import("./plaid-logo-4nYeR9iX.js")
|
|
2114
|
-
),
|
|
2115
|
-
"trustly-logo": lazy(
|
|
2116
|
-
() => import("./trustly-logo-YJslAOYF.js")
|
|
2117
|
-
),
|
|
2118
|
-
"source-of-funds": lazy(
|
|
2119
|
-
() => import("./digital-wallet-with-local-currencies-DSaDbAY9.js")
|
|
2120
|
-
)
|
|
2121
|
-
};
|
|
2122
|
-
const svgs = { ...icons, ...customIcons, ...images };
|
|
2123
|
-
const unscalableIconNames = [
|
|
2124
|
-
"bin",
|
|
2125
|
-
"check",
|
|
2126
|
-
"checkmark",
|
|
2127
|
-
"checkmark-small",
|
|
2128
|
-
"chevron-right",
|
|
2129
|
-
"chevron-left",
|
|
2130
|
-
"company",
|
|
2131
|
-
"contract",
|
|
2132
|
-
"cross",
|
|
2133
|
-
"decision-maker",
|
|
2134
|
-
"document",
|
|
2135
|
-
"download",
|
|
2136
|
-
"edit",
|
|
2137
|
-
"info-circle",
|
|
2138
|
-
"image",
|
|
2139
|
-
"location",
|
|
2140
|
-
"payout",
|
|
2141
|
-
"pci",
|
|
2142
|
-
"plus",
|
|
2143
|
-
"remove",
|
|
2144
|
-
"save",
|
|
2145
|
-
"search",
|
|
2146
|
-
"trust",
|
|
2147
|
-
"user",
|
|
2148
|
-
"upload",
|
|
2149
|
-
"warning"
|
|
2150
|
-
];
|
|
2151
|
-
const logger = createLogger("Icon");
|
|
2152
|
-
const Svg = ({ className, name, testId, title, type }) => {
|
|
2153
|
-
const LazyLoadedSvg = svgs[name];
|
|
2154
|
-
const viewBox = unscalableIconNames.includes(name) ? "0 0 16 16" : void 0;
|
|
2155
|
-
if (!LazyLoadedSvg) {
|
|
2156
|
-
logger.error(`No such svg: "${name}"`);
|
|
2157
|
-
return null;
|
|
2158
|
-
}
|
|
2159
|
-
return /* @__PURE__ */ jsx("span", { className: cx(`adyen-kyc-${type}`, className), "data-testid": testId, children: /* @__PURE__ */ jsx(Suspense, { fallback: null, children: viewBox ? /* @__PURE__ */ jsx(LazyLoadedSvg, { "aria-hidden": type === "icon", viewBox, title: title || name }) : /* @__PURE__ */ jsx(LazyLoadedSvg, { "aria-hidden": type === "icon", title: title || name }) }) });
|
|
2160
|
-
};
|
|
2161
|
-
const Icon = ({ name, className, ...props }) => /* @__PURE__ */ jsx(Svg, { type: "icon", className, name, ...props });
|
|
2162
|
-
const loaderWrapper = "adyen-kyc-loader-wrapper";
|
|
2163
|
-
const loaderWrapperInline = "adyen-kyc-loader-wrapper-inline";
|
|
2164
|
-
const loader = "adyen-kyc-loader";
|
|
2165
|
-
const loaderLarge = "adyen-kyc-loader-large";
|
|
2166
|
-
const loaderSmall = "adyen-kyc-loader-small";
|
|
2167
|
-
const loaderMedium = "adyen-kyc-loader-medium";
|
|
2168
|
-
const loaderXsmall = "adyen-kyc-loader-xsmall";
|
|
2169
|
-
const loaderDot = "adyen-kyc-loader-dot";
|
|
2170
|
-
const styles$1 = {
|
|
2171
|
-
loaderWrapper,
|
|
2172
|
-
loaderWrapperInline,
|
|
2173
|
-
loader,
|
|
2174
|
-
loaderLarge,
|
|
2175
|
-
loaderSmall,
|
|
2176
|
-
loaderMedium,
|
|
2177
|
-
loaderXsmall,
|
|
2178
|
-
loaderDot
|
|
2179
|
-
};
|
|
2180
|
-
const sizeMap = {
|
|
2181
|
-
xsmall: styles$1.loaderXsmall,
|
|
2182
|
-
small: styles$1.loaderSmall,
|
|
2183
|
-
medium: styles$1.loaderMedium,
|
|
2184
|
-
large: styles$1.loaderLarge
|
|
2185
|
-
};
|
|
2186
|
-
const Loader = ({ inline = false, size = "large", dot = false }) => /* @__PURE__ */ jsx("div", { className: cx(styles$1.loaderWrapper, { [styles$1.loaderWrapperInline]: inline }), children: /* @__PURE__ */ jsx(
|
|
2187
|
-
"div",
|
|
2188
|
-
{
|
|
2189
|
-
role: "progressbar",
|
|
2190
|
-
className: cx(styles$1.loader, sizeMap[size], { [styles$1.loaderDot]: dot })
|
|
2191
|
-
}
|
|
2192
|
-
) });
|
|
2193
|
-
const Button = ({
|
|
2194
|
-
showAsLink,
|
|
2195
|
-
secondary,
|
|
2196
|
-
tertiary,
|
|
2197
|
-
className,
|
|
2198
|
-
role,
|
|
2199
|
-
small,
|
|
2200
|
-
large,
|
|
2201
|
-
block,
|
|
2202
|
-
critical,
|
|
2203
|
-
shaded,
|
|
2204
|
-
label = "",
|
|
2205
|
-
icon,
|
|
2206
|
-
iconPosition = "left",
|
|
2207
|
-
iconClassName = "",
|
|
2208
|
-
title,
|
|
2209
|
-
disabled = false,
|
|
2210
|
-
type = "button",
|
|
2211
|
-
onClick,
|
|
2212
|
-
onKeyDown,
|
|
2213
|
-
loading = false,
|
|
2214
|
-
testId,
|
|
2215
|
-
ariaLabel,
|
|
2216
|
-
underline
|
|
2217
|
-
}) => {
|
|
2218
|
-
const onClickHandler = (event) => {
|
|
2219
|
-
event.preventDefault();
|
|
2220
|
-
if (!disabled) {
|
|
2221
|
-
onClick(event);
|
|
2222
|
-
}
|
|
2223
|
-
};
|
|
2224
|
-
const iconClassNames = cx("adyen-kyc-link__icon", iconClassName);
|
|
2225
|
-
const buttonTextClasses = showAsLink ? "adyen-kyc-link__text" : "adyen-kyc-button__text";
|
|
2226
|
-
const buttonText = loading ? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2227
|
-
label && /* @__PURE__ */ jsx("span", { className: buttonTextClasses, children: label }),
|
|
2228
|
-
/* @__PURE__ */ jsx("span", { className: "adyen-kyc-button__loader-container--active", children: /* @__PURE__ */ jsx(Loader, { size: "small" }) })
|
|
2229
|
-
] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2230
|
-
label && /* @__PURE__ */ jsx("span", { className: buttonTextClasses, children: label }),
|
|
2231
|
-
icon && /* @__PURE__ */ jsx(Icon, { name: icon, className: iconClassNames })
|
|
2232
|
-
] });
|
|
2233
|
-
const buttonClasses = showAsLink ? cx("adyen-kyc-link", className, {
|
|
2234
|
-
"adyen-kyc-link--icon-left": icon && iconPosition === "left",
|
|
2235
|
-
"adyen-kyc-link--with-icon": !!icon,
|
|
2236
|
-
"adyen-kyc-link__text-with-underline": underline
|
|
2237
|
-
}) : cx("adyen-kyc-button", className, {
|
|
2238
|
-
"adyen-kyc-button--icon-left": !!icon && iconPosition === "left",
|
|
2239
|
-
"adyen-kyc-button--secondary": secondary,
|
|
2240
|
-
"adyen-kyc-button--tertiary": tertiary && !secondary,
|
|
2241
|
-
"adyen-kyc-button--block": block,
|
|
2242
|
-
"adyen-kyc-button--critical": critical,
|
|
2243
|
-
"adyen-kyc-button--small": small && label,
|
|
2244
|
-
"adyen-kyc-button--large": large && label,
|
|
2245
|
-
"adyen-kyc-button--shaded": shaded && icon && tertiary,
|
|
2246
|
-
// disallow shaded effect if not just tertiary icon
|
|
2247
|
-
"adyen-kyc-button--icon": icon && label && !small
|
|
2248
|
-
});
|
|
2249
|
-
return /* @__PURE__ */ jsx(
|
|
2250
|
-
"button",
|
|
2251
|
-
{
|
|
2252
|
-
"aria-label": ariaLabel,
|
|
2253
|
-
"aria-disabled": disabled,
|
|
2254
|
-
"data-testid": testId,
|
|
2255
|
-
className: buttonClasses,
|
|
2256
|
-
type: type === "button" ? "button" : "submit",
|
|
2257
|
-
title,
|
|
2258
|
-
disabled,
|
|
2259
|
-
onClick: onClickHandler,
|
|
2260
|
-
onKeyDown,
|
|
2261
|
-
role,
|
|
2262
|
-
children: buttonText
|
|
2263
|
-
}
|
|
2264
|
-
);
|
|
2265
|
-
};
|
|
2266
|
-
const Typography = ({
|
|
2267
|
-
el = "p",
|
|
2268
|
-
variant = "body",
|
|
2269
|
-
color = "primary",
|
|
2270
|
-
className,
|
|
2271
|
-
children,
|
|
2272
|
-
...props
|
|
2273
|
-
}) => {
|
|
2274
|
-
const TypographyElement = el;
|
|
2275
|
-
const classNames = cx(
|
|
2276
|
-
className,
|
|
2277
|
-
"adyen-kyc-typography",
|
|
2278
|
-
`adyen-kyc-typography--${color}`,
|
|
2279
|
-
`adyen-kyc-typography--${variant}`
|
|
2280
|
-
);
|
|
2281
|
-
return /* @__PURE__ */ jsx(TypographyElement, { ...props, className: classNames, children });
|
|
2282
|
-
};
|
|
2283
|
-
var LegalEntityType = /* @__PURE__ */ ((LegalEntityType2) => {
|
|
2284
|
-
LegalEntityType2["INDIVIDUAL"] = "individual";
|
|
2285
|
-
LegalEntityType2["ORGANIZATION"] = "organization";
|
|
2286
|
-
LegalEntityType2["TRUST"] = "trust";
|
|
2287
|
-
LegalEntityType2["SOLE_PROPRIETORSHIP"] = "soleProprietorship";
|
|
2288
|
-
return LegalEntityType2;
|
|
2289
|
-
})(LegalEntityType || {});
|
|
2290
|
-
var CountryCodes = /* @__PURE__ */ ((CountryCodes2) => {
|
|
2291
|
-
CountryCodes2["Afghanistan"] = "AF";
|
|
2292
|
-
CountryCodes2["AlandIslands"] = "AX";
|
|
2293
|
-
CountryCodes2["Albania"] = "AL";
|
|
2294
|
-
CountryCodes2["Algeria"] = "DZ";
|
|
2295
|
-
CountryCodes2["AmericanSamoa"] = "AS";
|
|
2296
|
-
CountryCodes2["Andorra"] = "AD";
|
|
2297
|
-
CountryCodes2["Angola"] = "AO";
|
|
2298
|
-
CountryCodes2["Anguilla"] = "AI";
|
|
2299
|
-
CountryCodes2["Antarctica"] = "AQ";
|
|
2300
|
-
CountryCodes2["AntiguaAndBarbuda"] = "AG";
|
|
2301
|
-
CountryCodes2["Argentina"] = "AR";
|
|
2302
|
-
CountryCodes2["Armenia"] = "AM";
|
|
2303
|
-
CountryCodes2["Aruba"] = "AW";
|
|
2304
|
-
CountryCodes2["Australia"] = "AU";
|
|
2305
|
-
CountryCodes2["Austria"] = "AT";
|
|
2306
|
-
CountryCodes2["Azerbaijan"] = "AZ";
|
|
2307
|
-
CountryCodes2["Bahamas"] = "BS";
|
|
2308
|
-
CountryCodes2["Bahrain"] = "BH";
|
|
2309
|
-
CountryCodes2["Bangladesh"] = "BD";
|
|
2310
|
-
CountryCodes2["Barbados"] = "BB";
|
|
2311
|
-
CountryCodes2["Belarus"] = "BY";
|
|
2312
|
-
CountryCodes2["Belgium"] = "BE";
|
|
2313
|
-
CountryCodes2["Belize"] = "BZ";
|
|
2314
|
-
CountryCodes2["Benin"] = "BJ";
|
|
2315
|
-
CountryCodes2["Bermuda"] = "BM";
|
|
2316
|
-
CountryCodes2["Bhutan"] = "BT";
|
|
2317
|
-
CountryCodes2["Bolivia"] = "BO";
|
|
2318
|
-
CountryCodes2["BonaireSintEustatiusSaba"] = "BQ";
|
|
2319
|
-
CountryCodes2["BosniaAndHerzegovina"] = "BA";
|
|
2320
|
-
CountryCodes2["Botswana"] = "BW";
|
|
2321
|
-
CountryCodes2["BouvetIsland"] = "BV";
|
|
2322
|
-
CountryCodes2["Brazil"] = "BR";
|
|
2323
|
-
CountryCodes2["BritishIndianOceanTerritory"] = "IO";
|
|
2324
|
-
CountryCodes2["BruneiDarussalam"] = "BN";
|
|
2325
|
-
CountryCodes2["Bulgaria"] = "BG";
|
|
2326
|
-
CountryCodes2["BurkinaFaso"] = "BF";
|
|
2327
|
-
CountryCodes2["Burundi"] = "BI";
|
|
2328
|
-
CountryCodes2["Cambodia"] = "KH";
|
|
2329
|
-
CountryCodes2["Cameroon"] = "CM";
|
|
2330
|
-
CountryCodes2["Canada"] = "CA";
|
|
2331
|
-
CountryCodes2["CapeVerde"] = "CV";
|
|
2332
|
-
CountryCodes2["CaymanIslands"] = "KY";
|
|
2333
|
-
CountryCodes2["CentralAfricanRepublic"] = "CF";
|
|
2334
|
-
CountryCodes2["Chad"] = "TD";
|
|
2335
|
-
CountryCodes2["Chile"] = "CL";
|
|
2336
|
-
CountryCodes2["China"] = "CN";
|
|
2337
|
-
CountryCodes2["ChristmasIsland"] = "CX";
|
|
2338
|
-
CountryCodes2["CocosKeelingIslands"] = "CC";
|
|
2339
|
-
CountryCodes2["Colombia"] = "CO";
|
|
2340
|
-
CountryCodes2["Comoros"] = "KM";
|
|
2341
|
-
CountryCodes2["Congo"] = "CG";
|
|
2342
|
-
CountryCodes2["CongoDemocraticRepublic"] = "CD";
|
|
2343
|
-
CountryCodes2["CookIslands"] = "CK";
|
|
2344
|
-
CountryCodes2["CostaRica"] = "CR";
|
|
2345
|
-
CountryCodes2["CoteDIvoire"] = "CI";
|
|
2346
|
-
CountryCodes2["Croatia"] = "HR";
|
|
2347
|
-
CountryCodes2["Cuba"] = "CU";
|
|
2348
|
-
CountryCodes2["Curacao"] = "CW";
|
|
2349
|
-
CountryCodes2["Cyprus"] = "CY";
|
|
2350
|
-
CountryCodes2["CzechRepublic"] = "CZ";
|
|
2351
|
-
CountryCodes2["Denmark"] = "DK";
|
|
2352
|
-
CountryCodes2["Djibouti"] = "DJ";
|
|
2353
|
-
CountryCodes2["Dominica"] = "DM";
|
|
2354
|
-
CountryCodes2["DominicanRepublic"] = "DO";
|
|
2355
|
-
CountryCodes2["Ecuador"] = "EC";
|
|
2356
|
-
CountryCodes2["Egypt"] = "EG";
|
|
2357
|
-
CountryCodes2["ElSalvador"] = "SV";
|
|
2358
|
-
CountryCodes2["EquatorialGuinea"] = "GQ";
|
|
2359
|
-
CountryCodes2["Eritrea"] = "ER";
|
|
2360
|
-
CountryCodes2["Estonia"] = "EE";
|
|
2361
|
-
CountryCodes2["Ethiopia"] = "ET";
|
|
2362
|
-
CountryCodes2["FalklandIslands"] = "FK";
|
|
2363
|
-
CountryCodes2["FaroeIslands"] = "FO";
|
|
2364
|
-
CountryCodes2["Fiji"] = "FJ";
|
|
2365
|
-
CountryCodes2["Finland"] = "FI";
|
|
2366
|
-
CountryCodes2["France"] = "FR";
|
|
2367
|
-
CountryCodes2["FrenchGuiana"] = "GF";
|
|
2368
|
-
CountryCodes2["FrenchPolynesia"] = "PF";
|
|
2369
|
-
CountryCodes2["FrenchSouthernTerritories"] = "TF";
|
|
2370
|
-
CountryCodes2["Gabon"] = "GA";
|
|
2371
|
-
CountryCodes2["Gambia"] = "GM";
|
|
2372
|
-
CountryCodes2["Georgia"] = "GE";
|
|
2373
|
-
CountryCodes2["Germany"] = "DE";
|
|
2374
|
-
CountryCodes2["Ghana"] = "GH";
|
|
2375
|
-
CountryCodes2["Gibraltar"] = "GI";
|
|
2376
|
-
CountryCodes2["Greece"] = "GR";
|
|
2377
|
-
CountryCodes2["Greece_ISO_639_1"] = "EL";
|
|
2378
|
-
CountryCodes2["Greenland"] = "GL";
|
|
2379
|
-
CountryCodes2["Grenada"] = "GD";
|
|
2380
|
-
CountryCodes2["Guadeloupe"] = "GP";
|
|
2381
|
-
CountryCodes2["Guam"] = "GU";
|
|
2382
|
-
CountryCodes2["Guatemala"] = "GT";
|
|
2383
|
-
CountryCodes2["Guernsey"] = "GG";
|
|
2384
|
-
CountryCodes2["Guinea"] = "GN";
|
|
2385
|
-
CountryCodes2["GuineaBissau"] = "GW";
|
|
2386
|
-
CountryCodes2["Guyana"] = "GY";
|
|
2387
|
-
CountryCodes2["Haiti"] = "HT";
|
|
2388
|
-
CountryCodes2["HeardIslandMcdonaldIslands"] = "HM";
|
|
2389
|
-
CountryCodes2["HolySeeVaticanCityState"] = "VA";
|
|
2390
|
-
CountryCodes2["Honduras"] = "HN";
|
|
2391
|
-
CountryCodes2["HongKong"] = "HK";
|
|
2392
|
-
CountryCodes2["Hungary"] = "HU";
|
|
2393
|
-
CountryCodes2["Iceland"] = "IS";
|
|
2394
|
-
CountryCodes2["India"] = "IN";
|
|
2395
|
-
CountryCodes2["Indonesia"] = "ID";
|
|
2396
|
-
CountryCodes2["Iran"] = "IR";
|
|
2397
|
-
CountryCodes2["Iraq"] = "IQ";
|
|
2398
|
-
CountryCodes2["Ireland"] = "IE";
|
|
2399
|
-
CountryCodes2["IsleOfMan"] = "IM";
|
|
2400
|
-
CountryCodes2["Israel"] = "IL";
|
|
2401
|
-
CountryCodes2["Italy"] = "IT";
|
|
2402
|
-
CountryCodes2["Jamaica"] = "JM";
|
|
2403
|
-
CountryCodes2["Japan"] = "JP";
|
|
2404
|
-
CountryCodes2["Jersey"] = "JE";
|
|
2405
|
-
CountryCodes2["Jordan"] = "JO";
|
|
2406
|
-
CountryCodes2["Kazakhstan"] = "KZ";
|
|
2407
|
-
CountryCodes2["Kenya"] = "KE";
|
|
2408
|
-
CountryCodes2["Kiribati"] = "KI";
|
|
2409
|
-
CountryCodes2["Korea"] = "KR";
|
|
2410
|
-
CountryCodes2["KoreaDemocraticPeoplesRepublic"] = "KP";
|
|
2411
|
-
CountryCodes2["Kuwait"] = "KW";
|
|
2412
|
-
CountryCodes2["Kyrgyzstan"] = "KG";
|
|
2413
|
-
CountryCodes2["LaoPeoplesDemocraticRepublic"] = "LA";
|
|
2414
|
-
CountryCodes2["Latvia"] = "LV";
|
|
2415
|
-
CountryCodes2["Lebanon"] = "LB";
|
|
2416
|
-
CountryCodes2["Lesotho"] = "LS";
|
|
2417
|
-
CountryCodes2["Liberia"] = "LR";
|
|
2418
|
-
CountryCodes2["LibyanArabJamahiriya"] = "LY";
|
|
2419
|
-
CountryCodes2["Liechtenstein"] = "LI";
|
|
2420
|
-
CountryCodes2["Lithuania"] = "LT";
|
|
2421
|
-
CountryCodes2["Luxembourg"] = "LU";
|
|
2422
|
-
CountryCodes2["Macao"] = "MO";
|
|
2423
|
-
CountryCodes2["Macedonia"] = "MK";
|
|
2424
|
-
CountryCodes2["Madagascar"] = "MG";
|
|
2425
|
-
CountryCodes2["Malawi"] = "MW";
|
|
2426
|
-
CountryCodes2["Malaysia"] = "MY";
|
|
2427
|
-
CountryCodes2["Maldives"] = "MV";
|
|
2428
|
-
CountryCodes2["Mali"] = "ML";
|
|
2429
|
-
CountryCodes2["Malta"] = "MT";
|
|
2430
|
-
CountryCodes2["MarshallIslands"] = "MH";
|
|
2431
|
-
CountryCodes2["Martinique"] = "MQ";
|
|
2432
|
-
CountryCodes2["Mauritania"] = "MR";
|
|
2433
|
-
CountryCodes2["Mauritius"] = "MU";
|
|
2434
|
-
CountryCodes2["Mayotte"] = "YT";
|
|
2435
|
-
CountryCodes2["Mexico"] = "MX";
|
|
2436
|
-
CountryCodes2["Micronesia"] = "FM";
|
|
2437
|
-
CountryCodes2["Moldova"] = "MD";
|
|
2438
|
-
CountryCodes2["Monaco"] = "MC";
|
|
2439
|
-
CountryCodes2["Mongolia"] = "MN";
|
|
2440
|
-
CountryCodes2["Montenegro"] = "ME";
|
|
2441
|
-
CountryCodes2["Montserrat"] = "MS";
|
|
2442
|
-
CountryCodes2["Morocco"] = "MA";
|
|
2443
|
-
CountryCodes2["Mozambique"] = "MZ";
|
|
2444
|
-
CountryCodes2["Myanmar"] = "MM";
|
|
2445
|
-
CountryCodes2["Namibia"] = "NA";
|
|
2446
|
-
CountryCodes2["Nauru"] = "NR";
|
|
2447
|
-
CountryCodes2["Nepal"] = "NP";
|
|
2448
|
-
CountryCodes2["Netherlands"] = "NL";
|
|
2449
|
-
CountryCodes2["NewCaledonia"] = "NC";
|
|
2450
|
-
CountryCodes2["NewZealand"] = "NZ";
|
|
2451
|
-
CountryCodes2["Nicaragua"] = "NI";
|
|
2452
|
-
CountryCodes2["Niger"] = "NE";
|
|
2453
|
-
CountryCodes2["Nigeria"] = "NG";
|
|
2454
|
-
CountryCodes2["Niue"] = "NU";
|
|
2455
|
-
CountryCodes2["NorfolkIsland"] = "NF";
|
|
2456
|
-
CountryCodes2["NorthernMarianaIslands"] = "MP";
|
|
2457
|
-
CountryCodes2["Norway"] = "NO";
|
|
2458
|
-
CountryCodes2["Oman"] = "OM";
|
|
2459
|
-
CountryCodes2["Pakistan"] = "PK";
|
|
2460
|
-
CountryCodes2["Palau"] = "PW";
|
|
2461
|
-
CountryCodes2["PalestinianTerritory"] = "PS";
|
|
2462
|
-
CountryCodes2["Panama"] = "PA";
|
|
2463
|
-
CountryCodes2["PapuaNewGuinea"] = "PG";
|
|
2464
|
-
CountryCodes2["Paraguay"] = "PY";
|
|
2465
|
-
CountryCodes2["Peru"] = "PE";
|
|
2466
|
-
CountryCodes2["Philippines"] = "PH";
|
|
2467
|
-
CountryCodes2["Pitcairn"] = "PN";
|
|
2468
|
-
CountryCodes2["Poland"] = "PL";
|
|
2469
|
-
CountryCodes2["Portugal"] = "PT";
|
|
2470
|
-
CountryCodes2["PuertoRico"] = "PR";
|
|
2471
|
-
CountryCodes2["Qatar"] = "QA";
|
|
2472
|
-
CountryCodes2["Reunion"] = "RE";
|
|
2473
|
-
CountryCodes2["Romania"] = "RO";
|
|
2474
|
-
CountryCodes2["RussianFederation"] = "RU";
|
|
2475
|
-
CountryCodes2["Rwanda"] = "RW";
|
|
2476
|
-
CountryCodes2["SaintHelena"] = "SH";
|
|
2477
|
-
CountryCodes2["SaintKittsAndNevis"] = "KN";
|
|
2478
|
-
CountryCodes2["SaintLucia"] = "LC";
|
|
2479
|
-
CountryCodes2["SaintPierreAndMiquelon"] = "PM";
|
|
2480
|
-
CountryCodes2["SaintVincentAndGrenadines"] = "VC";
|
|
2481
|
-
CountryCodes2["Samoa"] = "WS";
|
|
2482
|
-
CountryCodes2["SanMarino"] = "SM";
|
|
2483
|
-
CountryCodes2["SaoTomeAndPrincipe"] = "ST";
|
|
2484
|
-
CountryCodes2["SaudiArabia"] = "SA";
|
|
2485
|
-
CountryCodes2["Senegal"] = "SN";
|
|
2486
|
-
CountryCodes2["Serbia"] = "RS";
|
|
2487
|
-
CountryCodes2["Seychelles"] = "SC";
|
|
2488
|
-
CountryCodes2["SierraLeone"] = "SL";
|
|
2489
|
-
CountryCodes2["Singapore"] = "SG";
|
|
2490
|
-
CountryCodes2["Slovakia"] = "SK";
|
|
2491
|
-
CountryCodes2["Slovenia"] = "SI";
|
|
2492
|
-
CountryCodes2["SolomonIslands"] = "SB";
|
|
2493
|
-
CountryCodes2["Somalia"] = "SO";
|
|
2494
|
-
CountryCodes2["SouthAfrica"] = "ZA";
|
|
2495
|
-
CountryCodes2["SouthGeorgiaAndSandwichIsl"] = "GS";
|
|
2496
|
-
CountryCodes2["Spain"] = "ES";
|
|
2497
|
-
CountryCodes2["SriLanka"] = "LK";
|
|
2498
|
-
CountryCodes2["Sudan"] = "SD";
|
|
2499
|
-
CountryCodes2["Suriname"] = "SR";
|
|
2500
|
-
CountryCodes2["SvalbardAndJanMayen"] = "SJ";
|
|
2501
|
-
CountryCodes2["Swaziland"] = "SZ";
|
|
2502
|
-
CountryCodes2["Sweden"] = "SE";
|
|
2503
|
-
CountryCodes2["Switzerland"] = "CH";
|
|
2504
|
-
CountryCodes2["SyrianArabRepublic"] = "SY";
|
|
2505
|
-
CountryCodes2["Taiwan"] = "TW";
|
|
2506
|
-
CountryCodes2["Tajikistan"] = "TJ";
|
|
2507
|
-
CountryCodes2["Tanzania"] = "TZ";
|
|
2508
|
-
CountryCodes2["Thailand"] = "TH";
|
|
2509
|
-
CountryCodes2["TimorLeste"] = "TL";
|
|
2510
|
-
CountryCodes2["Togo"] = "TG";
|
|
2511
|
-
CountryCodes2["Tokelau"] = "TK";
|
|
2512
|
-
CountryCodes2["Tonga"] = "TO";
|
|
2513
|
-
CountryCodes2["TrinidadAndTobago"] = "TT";
|
|
2514
|
-
CountryCodes2["Tunisia"] = "TN";
|
|
2515
|
-
CountryCodes2["Turkey"] = "TR";
|
|
2516
|
-
CountryCodes2["Turkmenistan"] = "TM";
|
|
2517
|
-
CountryCodes2["TurksAndCaicosIslands"] = "TC";
|
|
2518
|
-
CountryCodes2["Tuvalu"] = "TV";
|
|
2519
|
-
CountryCodes2["Uganda"] = "UG";
|
|
2520
|
-
CountryCodes2["Ukraine"] = "UA";
|
|
2521
|
-
CountryCodes2["UnitedArabEmirates"] = "AE";
|
|
2522
|
-
CountryCodes2["UnitedKingdom"] = "GB";
|
|
2523
|
-
CountryCodes2["UnitedStates"] = "US";
|
|
2524
|
-
CountryCodes2["UnitedStatesOutlyingIslands"] = "UM";
|
|
2525
|
-
CountryCodes2["Uruguay"] = "UY";
|
|
2526
|
-
CountryCodes2["Uzbekistan"] = "UZ";
|
|
2527
|
-
CountryCodes2["Vanuatu"] = "VU";
|
|
2528
|
-
CountryCodes2["Venezuela"] = "VE";
|
|
2529
|
-
CountryCodes2["Vietnam"] = "VN";
|
|
2530
|
-
CountryCodes2["VirginIslandsBritish"] = "VG";
|
|
2531
|
-
CountryCodes2["VirginIslandsUS"] = "VI";
|
|
2532
|
-
CountryCodes2["WallisAndFutuna"] = "WF";
|
|
2533
|
-
CountryCodes2["WesternSahara"] = "EH";
|
|
2534
|
-
CountryCodes2["Yemen"] = "YE";
|
|
2535
|
-
CountryCodes2["Zambia"] = "ZM";
|
|
2536
|
-
CountryCodes2["Zimbabwe"] = "ZW";
|
|
2537
|
-
return CountryCodes2;
|
|
2538
|
-
})(CountryCodes || {});
|
|
2539
|
-
const euCountries = [
|
|
2540
|
-
"AT",
|
|
2541
|
-
"BE",
|
|
2542
|
-
"BG",
|
|
2543
|
-
"HR",
|
|
2544
|
-
"CY",
|
|
2545
|
-
"CZ",
|
|
2546
|
-
"DK",
|
|
2547
|
-
"EE",
|
|
2548
|
-
"FI",
|
|
2549
|
-
"FR",
|
|
2550
|
-
"DE",
|
|
2551
|
-
"GR",
|
|
2552
|
-
"HU",
|
|
2553
|
-
"IE",
|
|
2554
|
-
"IT",
|
|
2555
|
-
"LV",
|
|
2556
|
-
"LT",
|
|
2557
|
-
"LU",
|
|
2558
|
-
"MT",
|
|
2559
|
-
"NL",
|
|
2560
|
-
"PL",
|
|
2561
|
-
"PT",
|
|
2562
|
-
"RO",
|
|
2563
|
-
"SK",
|
|
2564
|
-
"SI",
|
|
2565
|
-
"ES",
|
|
2566
|
-
"SE"
|
|
2567
|
-
/* Sweden */
|
|
2568
|
-
];
|
|
2569
|
-
var TaskTypes = /* @__PURE__ */ ((TaskTypes2) => {
|
|
2570
|
-
TaskTypes2["BUSINESS_TYPE_SELECTION"] = "BUSINESS_TYPE_SELECTION";
|
|
2571
|
-
TaskTypes2["INTRODUCTION"] = "INTRODUCTION";
|
|
2572
|
-
TaskTypes2["TASKS_OVERVIEW"] = "TASKS_OVERVIEW";
|
|
2573
|
-
TaskTypes2["REVIEW"] = "REVIEW";
|
|
2574
|
-
TaskTypes2["INDIVIDUAL"] = "INDIVIDUAL";
|
|
2575
|
-
TaskTypes2["COMPANY"] = "COMPANY";
|
|
2576
|
-
TaskTypes2["BUSINESS_DETAILS"] = "BUSINESS_DETAILS";
|
|
2577
|
-
TaskTypes2["CUSTOMER_SUPPORT"] = "CUSTOMER_SUPPORT";
|
|
2578
|
-
TaskTypes2["PAYOUT"] = "PAYOUT";
|
|
2579
|
-
TaskTypes2["PAYIN"] = "PAYIN";
|
|
2580
|
-
TaskTypes2["SERVICE_AGREEMENT"] = "SERVICE_AGREEMENT";
|
|
2581
|
-
TaskTypes2["PCI_DSS"] = "PCI_DSS";
|
|
2582
|
-
TaskTypes2["DECISION_MAKER"] = "DECISION_MAKER";
|
|
2583
|
-
TaskTypes2["DECISION_MAKER_OVERVIEW"] = "DECISION_MAKER_OVERVIEW";
|
|
2584
|
-
TaskTypes2["TRUST"] = "TRUST";
|
|
2585
|
-
TaskTypes2["TRUST_MEMBER"] = "TRUST_MEMBER";
|
|
2586
|
-
TaskTypes2["TRUST_MEMBER_OVERVIEW"] = "TRUST_MEMBER_OVERVIEW";
|
|
2587
|
-
TaskTypes2["TRUST_MEMBER_INDIVIDUAL"] = "TRUST_MEMBER_INDIVIDUAL";
|
|
2588
|
-
TaskTypes2["TRUST_MEMBER_COMPANY"] = "TRUST_MEMBER_COMPANY";
|
|
2589
|
-
TaskTypes2["TRUST_MEMBER_ROLE_AND_TYPE"] = "TRUST_MEMBER_ROLE_AND_TYPE";
|
|
2590
|
-
TaskTypes2["TRUST_MEMBER_COMPANY_OWNER"] = "TRUST_MEMBER_COMPANY_OWNER";
|
|
2591
|
-
TaskTypes2["SOLE_PROPRIETOR_COMPANY"] = "SOLE_PROPRIETOR_COMPANY";
|
|
2592
|
-
TaskTypes2["CAPABILITY_REJECTED"] = "CAPABILITY_REJECTED";
|
|
2593
|
-
TaskTypes2["SINGPASS_SELECTION"] = "SINGPASS_SELECTION";
|
|
2594
|
-
TaskTypes2["LEGAL_REPRESENTATIVE_DETAILS"] = "LEGAL_REPRESENTATIVE_DETAILS";
|
|
2595
|
-
TaskTypes2["SOURCE_OF_FUNDS"] = "SOURCE_OF_FUNDS";
|
|
2596
|
-
TaskTypes2["BUSINESS_FINANCING"] = "BUSINESS_FINANCING";
|
|
2597
|
-
return TaskTypes2;
|
|
2598
|
-
})(TaskTypes || {});
|
|
2599
|
-
const getDirectEntityAssociations = (rootLE, legalEntityId) => {
|
|
2600
|
-
var _a;
|
|
2601
|
-
return ((_a = rootLE == null ? void 0 : rootLE.entityAssociations) == null ? void 0 : _a.filter((association) => association.associatorId === legalEntityId)) ?? [];
|
|
2602
|
-
};
|
|
2603
|
-
const getOwnEntityAssociations = (legalEntity) => getDirectEntityAssociations(legalEntity, legalEntity.id);
|
|
2604
|
-
const getOwnSoleProprietorshipIdArray = (legalEntity) => {
|
|
2605
|
-
const ownAssociations = getOwnEntityAssociations(legalEntity);
|
|
2606
|
-
return ownAssociations.filter((ea) => ea.entityType === LegalEntityType.SOLE_PROPRIETORSHIP).map((ea) => ea.legalEntityId).filter((id) => id !== void 0);
|
|
2607
|
-
};
|
|
2608
|
-
const hasSolePropInLegalEntity = (rootLegalEntity) => {
|
|
2609
|
-
var _a;
|
|
2610
|
-
return ((_a = rootLegalEntity.entityAssociations) == null ? void 0 : _a.some(
|
|
2611
|
-
(ea) => ea.entityType === LegalEntityType.SOLE_PROPRIETORSHIP && ea.associatorId === rootLegalEntity.id
|
|
2612
|
-
)) ?? false;
|
|
2613
|
-
};
|
|
2614
|
-
const getOwnSolePropProblems = (rootLegalEntity, capabilityProblems) => {
|
|
2615
|
-
var _a;
|
|
2616
|
-
const solePropLegalEntityId = getOwnSoleProprietorshipIdArray(rootLegalEntity)[0];
|
|
2617
|
-
return (_a = capabilityProblems == null ? void 0 : capabilityProblems.LegalEntity) == null ? void 0 : _a[solePropLegalEntityId];
|
|
2618
|
-
};
|
|
2619
|
-
const hasOwnEntityAssociationOfType = (type, entityAssociations, legalEntityId) => (entityAssociations == null ? void 0 : entityAssociations.some((ea) => ea.type === type && ea.associatorId === legalEntityId)) ?? false;
|
|
2620
|
-
const removeEntityAssociationByType = (type, entityAssociations, legalEntityId) => entityAssociations.filter((ea) => ea.type !== type || ea.associatorId !== legalEntityId);
|
|
2621
|
-
const isRootLegalEntity = (legalEntity, taskType) => legalEntity.type === LegalEntityType.INDIVIDUAL && taskType === TaskTypes.INDIVIDUAL || legalEntity.type === LegalEntityType.ORGANIZATION && taskType === TaskTypes.COMPANY || legalEntity.type === LegalEntityType.ORGANIZATION && taskType === TaskTypes.BUSINESS_DETAILS;
|
|
2622
|
-
const filterOutUnwantedAssociationsIfRootLE = (taskType, legalEntity, accountHolder) => {
|
|
2623
|
-
if (!(legalEntity == null ? void 0 : legalEntity.entityAssociations)) {
|
|
2624
|
-
return void 0;
|
|
2625
|
-
}
|
|
2626
|
-
let entityAssociations = getOwnEntityAssociations(legalEntity);
|
|
2627
|
-
if (!isRootLegalEntity(legalEntity, taskType)) {
|
|
2628
|
-
return entityAssociations;
|
|
2629
|
-
}
|
|
2630
|
-
if (accountHolder !== "mySoleProprietorName" && hasOwnEntityAssociationOfType(
|
|
2631
|
-
LegalEntityType.SOLE_PROPRIETORSHIP,
|
|
2632
|
-
entityAssociations,
|
|
2633
|
-
legalEntity.id
|
|
2634
|
-
)) {
|
|
2635
|
-
entityAssociations = removeEntityAssociationByType(
|
|
2636
|
-
LegalEntityType.SOLE_PROPRIETORSHIP,
|
|
2637
|
-
entityAssociations,
|
|
2638
|
-
legalEntity.id
|
|
2639
|
-
);
|
|
2640
|
-
}
|
|
2641
|
-
if (accountHolder !== "aTrust" && hasOwnEntityAssociationOfType(LegalEntityType.TRUST, entityAssociations, legalEntity.id)) {
|
|
2642
|
-
entityAssociations = removeEntityAssociationByType(
|
|
2643
|
-
LegalEntityType.TRUST,
|
|
2644
|
-
entityAssociations,
|
|
2645
|
-
legalEntity.id
|
|
2646
|
-
);
|
|
2647
|
-
}
|
|
2648
|
-
return entityAssociations;
|
|
2649
|
-
};
|
|
2650
|
-
const getLegalRepresentative = (legalEntityResponse) => getDirectEntityAssociations(legalEntityResponse, legalEntityResponse.id).find(
|
|
2651
|
-
(la) => la.type === "legalRepresentative"
|
|
2652
|
-
);
|
|
2653
|
-
const allowedCountriesForNominee = [CountryCodes.NewZealand];
|
|
2654
|
-
const attachNomineeToRole = (existingEntityAssociation, country, nominee) => {
|
|
2655
|
-
const clonedEntity = { ...existingEntityAssociation };
|
|
2656
|
-
if (!allowedCountriesForNominee.includes(country) || !nominee) {
|
|
2657
|
-
return existingEntityAssociation;
|
|
2658
|
-
}
|
|
2659
|
-
if (clonedEntity.type === "uboThroughOwnership") {
|
|
2660
|
-
clonedEntity.nominee = (nominee == null ? void 0 : nominee.nomineeShareholder) === "Yes";
|
|
2661
|
-
}
|
|
2662
|
-
if (clonedEntity.type === "director") {
|
|
2663
|
-
clonedEntity.nominee = (nominee == null ? void 0 : nominee.nomineeDirector) === "Yes";
|
|
2664
|
-
}
|
|
2665
|
-
return clonedEntity;
|
|
2666
|
-
};
|
|
2667
|
-
const getNomineeFromAssociation = (entityAssociations, personalDetails) => {
|
|
2668
|
-
if (!(entityAssociations == null ? void 0 : entityAssociations.length) || !personalDetails) {
|
|
2669
|
-
return personalDetails;
|
|
2670
|
-
}
|
|
2671
|
-
const clonedPersonalDetails = { ...personalDetails };
|
|
2672
|
-
entityAssociations.forEach((entityAssociation) => {
|
|
2673
|
-
if (entityAssociation.type === "uboThroughOwnership" && "nominee" in entityAssociation) {
|
|
2674
|
-
clonedPersonalDetails.nomineeShareholder = entityAssociation.nominee ? "Yes" : "No";
|
|
2675
|
-
}
|
|
2676
|
-
if (entityAssociation.type === "director" && "nominee" in entityAssociation) {
|
|
2677
|
-
clonedPersonalDetails.nomineeDirector = entityAssociation.nominee ? "Yes" : "No";
|
|
2678
|
-
}
|
|
2679
|
-
});
|
|
2680
|
-
return clonedPersonalDetails;
|
|
2681
|
-
};
|
|
2682
|
-
const hasNomineesChanged = (personalDetails, nomineesSubmitted) => {
|
|
2683
|
-
const areNomineesSame = (personalDetails == null ? void 0 : personalDetails.nomineeShareholder) === (nomineesSubmitted == null ? void 0 : nomineesSubmitted.nomineeShareholder) && (personalDetails == null ? void 0 : personalDetails.nomineeDirector) === (nomineesSubmitted == null ? void 0 : nomineesSubmitted.nomineeDirector);
|
|
2684
|
-
return !areNomineesSame;
|
|
2685
|
-
};
|
|
2686
|
-
class UserEvents {
|
|
2687
|
-
constructor() {
|
|
2688
|
-
this.queue = [];
|
|
2689
|
-
this.subscriptions = /* @__PURE__ */ new Set();
|
|
2690
|
-
this.updateSharedEventProperties = (props) => {
|
|
2691
|
-
this.sharedEventProperties = { ...this.sharedEventProperties, ...props };
|
|
2692
|
-
};
|
|
2693
|
-
this.baseTrackingPayload = {
|
|
2694
|
-
category: "onboarding",
|
|
2695
|
-
subCategory: "hosted onboarding"
|
|
2696
|
-
};
|
|
2697
|
-
this.sharedEventProperties = {};
|
|
2698
|
-
}
|
|
2699
|
-
add(...args) {
|
|
2700
|
-
this.queue.push(...args);
|
|
2701
|
-
}
|
|
2702
|
-
notifySubscribers() {
|
|
2703
|
-
while (this.queue.length > 0) {
|
|
2704
|
-
const lastEvent = this.queue.pop();
|
|
2705
|
-
this.subscriptions.forEach((callback) => callback(lastEvent));
|
|
2706
|
-
}
|
|
2707
|
-
}
|
|
2708
|
-
/**
|
|
2709
|
-
* Adds an analytics event.
|
|
2710
|
-
*/
|
|
2711
|
-
addEvent(eventName, properties) {
|
|
2712
|
-
const completeEvent = { ...this.baseTrackingPayload, ...properties };
|
|
2713
|
-
this.add({ type: "add_event", name: eventName, properties: completeEvent });
|
|
2714
|
-
this.notifySubscribers();
|
|
2715
|
-
}
|
|
2716
|
-
/**
|
|
2717
|
-
* Adds an event with context specific to task-related events
|
|
2718
|
-
*/
|
|
2719
|
-
addTaskEvent(eventName, properties) {
|
|
2720
|
-
this.addEvent(eventName, {
|
|
2721
|
-
actionLevel: "task",
|
|
2722
|
-
...properties
|
|
2723
|
-
});
|
|
2724
|
-
}
|
|
2725
|
-
/**
|
|
2726
|
-
* Adds an event with context specific to page-related events
|
|
2727
|
-
*/
|
|
2728
|
-
addPageEvent(eventName, properties) {
|
|
2729
|
-
this.addEvent(eventName, {
|
|
2730
|
-
actionLevel: "page",
|
|
2731
|
-
page: this.sharedEventProperties.page,
|
|
2732
|
-
...properties
|
|
2733
|
-
});
|
|
2734
|
-
}
|
|
2735
|
-
/**
|
|
2736
|
-
* Adds an event with context specific to field-related events
|
|
2737
|
-
*/
|
|
2738
|
-
addFieldEvent(eventName, properties) {
|
|
2739
|
-
this.addEvent(eventName, {
|
|
2740
|
-
actionLevel: "field",
|
|
2741
|
-
page: this.sharedEventProperties.page,
|
|
2742
|
-
...properties
|
|
2743
|
-
});
|
|
2744
|
-
}
|
|
2745
|
-
/**
|
|
2746
|
-
* Starts a timer for an event to measure the time it takes for an event to occur. Time is ended when `addEvent` is executed with the same key
|
|
2747
|
-
*/
|
|
2748
|
-
startEvent(eventName) {
|
|
2749
|
-
this.add({ type: "start_event", name: eventName });
|
|
2750
|
-
this.notifySubscribers();
|
|
2751
|
-
}
|
|
2752
|
-
/**
|
|
2753
|
-
* Subscribes a callback to analytics events. It gets called every time
|
|
2754
|
-
* one of the above public methods get called, and the event data is passed back as an array.
|
|
2755
|
-
* The callback must have a single argument which is an array of [eventName, eventPayload?].
|
|
2756
|
-
* @example
|
|
2757
|
-
* ```js
|
|
2758
|
-
* const callback = ([eventName, eventPayload]) => console.log(eventName, eventPayload);
|
|
2759
|
-
* this.subscribe(callback);
|
|
2760
|
-
*
|
|
2761
|
-
* const exampleEventPayload = { count: 1, segmentation: { foo: 'bar' } };
|
|
2762
|
-
* this.addEvent('exampleEventDidOccur', exampleEventPayload);
|
|
2763
|
-
*
|
|
2764
|
-
* // `callback` will get called with `['exampleEventDidOccur', exampleEventPayload]`
|
|
2765
|
-
* ```
|
|
2766
|
-
*/
|
|
2767
|
-
subscribe(callback) {
|
|
2768
|
-
this.subscriptions.add(callback);
|
|
2769
|
-
}
|
|
2770
|
-
/**
|
|
2771
|
-
* Sets params that are sent on every event
|
|
2772
|
-
* */
|
|
2773
|
-
updateBaseTrackingPayload(baseTrackingPayload) {
|
|
2774
|
-
this.baseTrackingPayload = { ...this.baseTrackingPayload, ...baseTrackingPayload };
|
|
2775
|
-
}
|
|
2776
|
-
/**
|
|
2777
|
-
* Removes a subscribed callback
|
|
2778
|
-
*/
|
|
2779
|
-
unsubscribe(callback) {
|
|
2780
|
-
if (this.subscriptions.has(callback)) {
|
|
2781
|
-
this.subscriptions.delete(callback);
|
|
2782
|
-
}
|
|
2783
|
-
}
|
|
2784
|
-
}
|
|
2785
|
-
const userEvents = new UserEvents();
|
|
2786
|
-
var DecisionMakerType = /* @__PURE__ */ ((DecisionMakerType2) => {
|
|
2787
|
-
DecisionMakerType2["CONTROLLING_PERSON"] = "uboThroughControl";
|
|
2788
|
-
DecisionMakerType2["OWNER"] = "uboThroughOwnership";
|
|
2789
|
-
DecisionMakerType2["SIGNATORY"] = "signatory";
|
|
2790
|
-
DecisionMakerType2["DIRECTOR"] = "director";
|
|
2791
|
-
return DecisionMakerType2;
|
|
2792
|
-
})(DecisionMakerType || {});
|
|
2793
|
-
const DEFAULT_DECISION_MAKER_REQUIREMENTS = [
|
|
2794
|
-
{
|
|
2795
|
-
roleTypes: [DecisionMakerType.OWNER, DecisionMakerType.CONTROLLING_PERSON],
|
|
2796
|
-
min: 1,
|
|
2797
|
-
max: Infinity
|
|
2798
|
-
},
|
|
2799
|
-
{
|
|
2800
|
-
roleTypes: [DecisionMakerType.OWNER],
|
|
2801
|
-
min: 0,
|
|
2802
|
-
max: 4
|
|
2803
|
-
},
|
|
2804
|
-
{
|
|
2805
|
-
roleTypes: [DecisionMakerType.CONTROLLING_PERSON],
|
|
2806
|
-
min: 0,
|
|
2807
|
-
max: Infinity
|
|
2808
|
-
},
|
|
2809
|
-
{
|
|
2810
|
-
roleTypes: [DecisionMakerType.SIGNATORY],
|
|
2811
|
-
min: 1,
|
|
2812
|
-
max: Infinity
|
|
2813
|
-
}
|
|
2814
|
-
];
|
|
2815
|
-
const PER_COUNTRY_DECISION_MAKER_REQUIREMENTS_OVERRIDES = {
|
|
2816
|
-
AE: [
|
|
2817
|
-
...DEFAULT_DECISION_MAKER_REQUIREMENTS,
|
|
2818
|
-
{
|
|
2819
|
-
roleTypes: [DecisionMakerType.DIRECTOR],
|
|
2820
|
-
min: 3,
|
|
2821
|
-
max: Infinity
|
|
2822
|
-
}
|
|
2823
|
-
],
|
|
2824
|
-
US: [
|
|
2825
|
-
{
|
|
2826
|
-
roleTypes: [DecisionMakerType.CONTROLLING_PERSON],
|
|
2827
|
-
min: 1,
|
|
2828
|
-
max: Infinity
|
|
2829
|
-
},
|
|
2830
|
-
{
|
|
2831
|
-
roleTypes: [DecisionMakerType.OWNER],
|
|
2832
|
-
min: 0,
|
|
2833
|
-
max: 4
|
|
2834
|
-
},
|
|
2835
|
-
{
|
|
2836
|
-
roleTypes: [DecisionMakerType.SIGNATORY],
|
|
2837
|
-
min: 1,
|
|
2838
|
-
max: Infinity
|
|
2839
|
-
}
|
|
2840
|
-
],
|
|
2841
|
-
BR: [
|
|
2842
|
-
{
|
|
2843
|
-
roleTypes: [DecisionMakerType.CONTROLLING_PERSON],
|
|
2844
|
-
min: 1,
|
|
2845
|
-
max: Infinity
|
|
2846
|
-
},
|
|
2847
|
-
{
|
|
2848
|
-
roleTypes: [DecisionMakerType.OWNER],
|
|
2849
|
-
min: 0,
|
|
2850
|
-
max: 4
|
|
2851
|
-
},
|
|
2852
|
-
{
|
|
2853
|
-
roleTypes: [DecisionMakerType.SIGNATORY],
|
|
2854
|
-
min: 1,
|
|
2855
|
-
max: Infinity
|
|
2856
|
-
}
|
|
2857
|
-
],
|
|
2858
|
-
AU: [
|
|
2859
|
-
...DEFAULT_DECISION_MAKER_REQUIREMENTS,
|
|
2860
|
-
{
|
|
2861
|
-
roleTypes: [DecisionMakerType.DIRECTOR],
|
|
2862
|
-
min: 3,
|
|
2863
|
-
max: Infinity
|
|
2864
|
-
}
|
|
2865
|
-
],
|
|
2866
|
-
CA: [
|
|
2867
|
-
...DEFAULT_DECISION_MAKER_REQUIREMENTS,
|
|
2868
|
-
{
|
|
2869
|
-
roleTypes: [DecisionMakerType.DIRECTOR],
|
|
2870
|
-
min: 1,
|
|
2871
|
-
max: Infinity
|
|
2872
|
-
}
|
|
2873
|
-
],
|
|
2874
|
-
HK: [
|
|
2875
|
-
...DEFAULT_DECISION_MAKER_REQUIREMENTS,
|
|
2876
|
-
{
|
|
2877
|
-
roleTypes: [DecisionMakerType.DIRECTOR],
|
|
2878
|
-
min: 1,
|
|
2879
|
-
max: Infinity
|
|
2880
|
-
}
|
|
2881
|
-
],
|
|
2882
|
-
IN: [
|
|
2883
|
-
...DEFAULT_DECISION_MAKER_REQUIREMENTS,
|
|
2884
|
-
{
|
|
2885
|
-
roleTypes: [DecisionMakerType.DIRECTOR],
|
|
2886
|
-
min: 3,
|
|
2887
|
-
max: 15
|
|
2888
|
-
}
|
|
2889
|
-
],
|
|
2890
|
-
NZ: [
|
|
2891
|
-
...DEFAULT_DECISION_MAKER_REQUIREMENTS,
|
|
2892
|
-
{
|
|
2893
|
-
roleTypes: [DecisionMakerType.DIRECTOR],
|
|
2894
|
-
min: 1,
|
|
2895
|
-
max: Infinity
|
|
2896
|
-
}
|
|
2897
|
-
],
|
|
2898
|
-
SG: [
|
|
2899
|
-
...DEFAULT_DECISION_MAKER_REQUIREMENTS,
|
|
2900
|
-
{
|
|
2901
|
-
roleTypes: [DecisionMakerType.DIRECTOR],
|
|
2902
|
-
min: 1,
|
|
2903
|
-
max: Infinity
|
|
2904
|
-
}
|
|
2905
|
-
],
|
|
2906
|
-
GB: [
|
|
2907
|
-
...DEFAULT_DECISION_MAKER_REQUIREMENTS,
|
|
2908
|
-
{
|
|
2909
|
-
roleTypes: [DecisionMakerType.DIRECTOR],
|
|
2910
|
-
min: 1,
|
|
2911
|
-
max: Infinity
|
|
2912
|
-
}
|
|
2913
|
-
]
|
|
2914
|
-
};
|
|
2915
|
-
const getDecisionMakerRequirements = (country) => {
|
|
2916
|
-
if (!country) return DEFAULT_DECISION_MAKER_REQUIREMENTS;
|
|
2917
|
-
return PER_COUNTRY_DECISION_MAKER_REQUIREMENTS_OVERRIDES[country] ?? DEFAULT_DECISION_MAKER_REQUIREMENTS;
|
|
2918
|
-
};
|
|
2919
|
-
function getAvailableDecisionMakerRoleTypes(country) {
|
|
2920
|
-
const requirements = getDecisionMakerRequirements(country);
|
|
2921
|
-
return requirements.filter((req) => req.roleTypes.length === 1).map((req) => ({ roleType: req.roleTypes[0], min: req.min, max: req.max }));
|
|
2922
|
-
}
|
|
2923
|
-
const DEFAULT_DESCRIPTIONS_MAP = {
|
|
2924
|
-
[DecisionMakerType.OWNER]: "provideAllOwners",
|
|
2925
|
-
[DecisionMakerType.CONTROLLING_PERSON]: "ifNoOwnersSpecifyControllingPersons",
|
|
2926
|
-
[DecisionMakerType.DIRECTOR]: "provideAllDirectors",
|
|
2927
|
-
[DecisionMakerType.SIGNATORY]: "provideAtLeastOneSignatory"
|
|
2928
|
-
};
|
|
2929
|
-
const PER_COUNTRY_DESCRIPTION_OVERRIDES = {
|
|
2930
|
-
US: {
|
|
2931
|
-
[DecisionMakerType.CONTROLLING_PERSON]: "provideOneControllingPerson"
|
|
2932
|
-
},
|
|
2933
|
-
BR: {
|
|
2934
|
-
[DecisionMakerType.CONTROLLING_PERSON]: "provideOneControllingPerson"
|
|
2935
|
-
}
|
|
2936
|
-
};
|
|
2937
|
-
const getDecisionMakerDescriptionMap = (country) => ({
|
|
2938
|
-
...DEFAULT_DESCRIPTIONS_MAP,
|
|
2939
|
-
...PER_COUNTRY_DESCRIPTION_OVERRIDES[country]
|
|
2940
|
-
});
|
|
2941
|
-
const getOwnDecisionMakers = (rootLegalEntity) => {
|
|
2942
|
-
if (!(rootLegalEntity == null ? void 0 : rootLegalEntity.entityAssociations)) return [];
|
|
2943
|
-
return rootLegalEntity.entityAssociations.filter(
|
|
2944
|
-
(entityAssociation) => Object.values(DecisionMakerType).includes(entityAssociation.type) && entityAssociation.associatorId === rootLegalEntity.id
|
|
2945
|
-
);
|
|
2946
|
-
};
|
|
2947
|
-
const getDecisionMakers = (rootLegalEntity, companyLegalEntityId) => getDirectEntityAssociations(rootLegalEntity, companyLegalEntityId).filter(
|
|
2948
|
-
(association) => Object.values(DecisionMakerType).includes(association.type)
|
|
2949
|
-
);
|
|
2950
|
-
const getOwnSignatories = (rootLegalEntity) => getOwnDecisionMakers(rootLegalEntity).filter(
|
|
2951
|
-
(decisionMaker) => decisionMaker.type === DecisionMakerType.SIGNATORY
|
|
2952
|
-
);
|
|
2953
|
-
const getOwnDecisionMakersLegalEntityIds = (rootLegalEntity) => getOwnDecisionMakers(rootLegalEntity).map((ea) => ea.legalEntityId).filter((id) => id !== void 0);
|
|
2954
|
-
const getDecisionMakerCount = (rootLegalEntity) => {
|
|
2955
|
-
const decisionMakers = getOwnDecisionMakers(rootLegalEntity);
|
|
2956
|
-
return decisionMakers.reduce((decisionMakerCount, decisionMaker) => {
|
|
2957
|
-
decisionMakerCount[decisionMaker.type] = (decisionMakerCount[decisionMaker.type] ?? 0) + 1;
|
|
2958
|
-
return decisionMakerCount;
|
|
2959
|
-
}, {});
|
|
2960
|
-
};
|
|
2961
|
-
const getAllowedDecisionMakerRoles = (rootLegalEntity, taskType) => {
|
|
2962
|
-
var _a, _b;
|
|
2963
|
-
if (taskType === TaskTypes.TRUST_MEMBER_COMPANY_OWNER) {
|
|
2964
|
-
return [DecisionMakerType.OWNER];
|
|
2965
|
-
}
|
|
2966
|
-
const existingDecisionMakerCount = getDecisionMakerCount(rootLegalEntity);
|
|
2967
|
-
const registeredCountry = (_b = (_a = rootLegalEntity == null ? void 0 : rootLegalEntity.organization) == null ? void 0 : _a.registeredAddress) == null ? void 0 : _b.country;
|
|
2968
|
-
const decisionMakerCountRange = getDecisionMakerRequirements(registeredCountry);
|
|
2969
|
-
const allowedRoles = decisionMakerCountRange.reduce((acc, requirements) => {
|
|
2970
|
-
const { roleTypes, max } = requirements;
|
|
2971
|
-
if (roleTypes.length === 1) {
|
|
2972
|
-
const role = roleTypes[0];
|
|
2973
|
-
const isBelowMaxRange = ((existingDecisionMakerCount == null ? void 0 : existingDecisionMakerCount[role]) ?? 0) < max;
|
|
2974
|
-
if (isBelowMaxRange) {
|
|
2975
|
-
acc.push(role);
|
|
2976
|
-
}
|
|
2977
|
-
}
|
|
2978
|
-
return acc;
|
|
2979
|
-
}, []);
|
|
2980
|
-
return [...new Set(allowedRoles)];
|
|
2981
|
-
};
|
|
2982
|
-
const hasMinRequiredDecisionMakerCount = (rootLegalEntity) => {
|
|
2983
|
-
var _a, _b;
|
|
2984
|
-
const existingDecisionMakerCount = getDecisionMakerCount(rootLegalEntity);
|
|
2985
|
-
const registeredCountry = (_b = (_a = rootLegalEntity == null ? void 0 : rootLegalEntity.organization) == null ? void 0 : _a.registeredAddress) == null ? void 0 : _b.country;
|
|
2986
|
-
const decisionMakerCountRange = getDecisionMakerRequirements(registeredCountry);
|
|
2987
|
-
return decisionMakerCountRange.every((requirements) => {
|
|
2988
|
-
const { roleTypes, min } = requirements;
|
|
2989
|
-
return roleTypes.some(
|
|
2990
|
-
(role) => min ? (existingDecisionMakerCount == null ? void 0 : existingDecisionMakerCount[role]) ?? min <= 0 : true
|
|
2991
|
-
);
|
|
2992
|
-
});
|
|
2993
|
-
};
|
|
2994
|
-
var TrustMemberTypes = /* @__PURE__ */ ((TrustMemberTypes2) => {
|
|
2995
|
-
TrustMemberTypes2["DEFINED_BENEFICIARY"] = "definedBeneficiary";
|
|
2996
|
-
TrustMemberTypes2["UNDEFINED_BENEFICIARY"] = "undefinedBeneficiary";
|
|
2997
|
-
TrustMemberTypes2["PROTECTOR"] = "protector";
|
|
2998
|
-
TrustMemberTypes2["TRUSTEE"] = "secondaryTrustee";
|
|
2999
|
-
TrustMemberTypes2["SETTLOR"] = "settlor";
|
|
3000
|
-
return TrustMemberTypes2;
|
|
3001
|
-
})(TrustMemberTypes || {});
|
|
3002
|
-
var TrustMemberGuidanceLabel = /* @__PURE__ */ ((TrustMemberGuidanceLabel2) => {
|
|
3003
|
-
TrustMemberGuidanceLabel2["BENEFICIARY"] = "beneficiary";
|
|
3004
|
-
TrustMemberGuidanceLabel2["PROTECTOR"] = "protector";
|
|
3005
|
-
TrustMemberGuidanceLabel2["TRUSTEE"] = "trustee";
|
|
3006
|
-
TrustMemberGuidanceLabel2["SETTLOR"] = "settlor";
|
|
3007
|
-
return TrustMemberGuidanceLabel2;
|
|
3008
|
-
})(TrustMemberGuidanceLabel || {});
|
|
3009
|
-
const TRUST_COUNTRIES = ["AU", "NZ"];
|
|
3010
|
-
const trustBase = {
|
|
3011
|
-
trustType: {
|
|
3012
|
-
rule: "REQUIRED"
|
|
3013
|
-
},
|
|
3014
|
-
objectOfTrust: {
|
|
3015
|
-
rule: "trustTypeHasDescription"
|
|
3016
|
-
},
|
|
3017
|
-
legalName: {
|
|
3018
|
-
rule: "REQUIRED"
|
|
3019
|
-
},
|
|
3020
|
-
hasDoingBusinessAs: {
|
|
3021
|
-
rule: "hasDoingBusinessAs"
|
|
3022
|
-
},
|
|
3023
|
-
doingBusinessAs: {
|
|
3024
|
-
rule: "hasDoingBusinessAs"
|
|
3025
|
-
},
|
|
3026
|
-
country: {
|
|
3027
|
-
rule: "REQUIRED"
|
|
3028
|
-
},
|
|
3029
|
-
taxInformation: {
|
|
3030
|
-
rule: "countryUsesTaxId"
|
|
3031
|
-
},
|
|
3032
|
-
registrationAddress: {
|
|
3033
|
-
rule: "REQUIRED"
|
|
3034
|
-
},
|
|
3035
|
-
operationalAddress: {
|
|
3036
|
-
rule: "OPTIONAL"
|
|
3037
|
-
},
|
|
3038
|
-
constitutionalDocument: {
|
|
3039
|
-
rule: "REQUIRED"
|
|
3040
|
-
},
|
|
3041
|
-
registrationNumber: { rule: "countryRequiresRegistrationNumberForTrust" }
|
|
3042
|
-
};
|
|
3043
|
-
const fieldsPerScenario = {
|
|
3044
|
-
L0: {
|
|
3045
|
-
...trustBase
|
|
3046
|
-
},
|
|
3047
|
-
L1: {
|
|
3048
|
-
...trustBase
|
|
3049
|
-
},
|
|
3050
|
-
L: {
|
|
3051
|
-
...trustBase
|
|
3052
|
-
}
|
|
3053
|
-
};
|
|
3054
|
-
const countryConfig = {
|
|
3055
|
-
AU: {
|
|
3056
|
-
taxId: {
|
|
3057
|
-
label: "australianBusinessNumberAbn"
|
|
3058
|
-
}
|
|
3059
|
-
},
|
|
3060
|
-
NZ: {
|
|
3061
|
-
registrationNumber: { label: "NZBN" }
|
|
3062
|
-
}
|
|
3063
|
-
};
|
|
3064
|
-
const DEFAULT_TRUST_MEMBER_REQUIREMENTS = [
|
|
3065
|
-
{
|
|
3066
|
-
roleTypes: [TrustMemberTypes.SETTLOR],
|
|
3067
|
-
min: 1,
|
|
3068
|
-
max: 1,
|
|
3069
|
-
label: "settlor"
|
|
3070
|
-
/* SETTLOR */
|
|
3071
|
-
},
|
|
3072
|
-
{
|
|
3073
|
-
roleTypes: [TrustMemberTypes.DEFINED_BENEFICIARY, TrustMemberTypes.UNDEFINED_BENEFICIARY],
|
|
3074
|
-
min: 1,
|
|
3075
|
-
max: Infinity,
|
|
3076
|
-
label: "beneficiary"
|
|
3077
|
-
/* BENEFICIARY */
|
|
3078
|
-
},
|
|
3079
|
-
{
|
|
3080
|
-
roleTypes: [TrustMemberTypes.PROTECTOR],
|
|
3081
|
-
min: 0,
|
|
3082
|
-
max: Infinity,
|
|
3083
|
-
label: "protector"
|
|
3084
|
-
/* PROTECTOR */
|
|
3085
|
-
},
|
|
3086
|
-
{
|
|
3087
|
-
roleTypes: [TrustMemberTypes.TRUSTEE],
|
|
3088
|
-
min: 1,
|
|
3089
|
-
max: Infinity,
|
|
3090
|
-
label: "trustee"
|
|
3091
|
-
/* TRUSTEE */
|
|
3092
|
-
}
|
|
3093
|
-
];
|
|
3094
|
-
const TRUST_DEFAULT_DESCRIPTIONS_MAP = {
|
|
3095
|
-
[
|
|
3096
|
-
"beneficiary"
|
|
3097
|
-
/* BENEFICIARY */
|
|
3098
|
-
]: "provideAllBeneficiaries",
|
|
3099
|
-
[
|
|
3100
|
-
"protector"
|
|
3101
|
-
/* PROTECTOR */
|
|
3102
|
-
]: "provideAtLeastOneProtector",
|
|
3103
|
-
[
|
|
3104
|
-
"trustee"
|
|
3105
|
-
/* TRUSTEE */
|
|
3106
|
-
]: "provideAllTrustees",
|
|
3107
|
-
[
|
|
3108
|
-
"settlor"
|
|
3109
|
-
/* SETTLOR */
|
|
3110
|
-
]: "provideAtLeastOneSettlor"
|
|
3111
|
-
};
|
|
3112
|
-
var TrustTypes = /* @__PURE__ */ ((TrustTypes2) => {
|
|
3113
|
-
TrustTypes2["BUSINESS_TRUST"] = "businessTrust";
|
|
3114
|
-
TrustTypes2["CASH_MANAGEMENT_TRUST"] = "cashManagementTrust";
|
|
3115
|
-
TrustTypes2["CHARITABLE_TRUST"] = "charitableTrust";
|
|
3116
|
-
TrustTypes2["CORPORATE_UNIT_TRUST"] = "corporateUnitTrust";
|
|
3117
|
-
TrustTypes2["DECEASED_ESTATE"] = "deceasedEstate";
|
|
3118
|
-
TrustTypes2["DISCRETIONARY_INVESTMENT_TRUST"] = "discretionaryInvestmentTrust";
|
|
3119
|
-
TrustTypes2["DISCRETIONARY_SERVICES_MANAGEMENT_TRUST"] = "discretionaryServicesManagementTrust";
|
|
3120
|
-
TrustTypes2["DISCRETIONARY_TRADING_TRUST"] = "discretionaryTradingTrust";
|
|
3121
|
-
TrustTypes2["DISCRETIONARY_TRUST"] = "discretionaryTrust";
|
|
3122
|
-
TrustTypes2["FAMILY_TRUST"] = "familyTrust";
|
|
3123
|
-
TrustTypes2["FIRST_HOME_SAVER_ACCOUNTS_TRUST"] = "firstHomeSaverAccountsTrust";
|
|
3124
|
-
TrustTypes2["FIXED_TRUST"] = "fixedTrust";
|
|
3125
|
-
TrustTypes2["FIXED_UNIT_TRUST"] = "fixedUnitTrust";
|
|
3126
|
-
TrustTypes2["HYBRID_TRUST"] = "hybridTrust";
|
|
3127
|
-
TrustTypes2["LISTED_PUBLIC_UNIT_TRUST"] = "listedPublicUnitTrust";
|
|
3128
|
-
TrustTypes2["OTHER_TRUST"] = "otherTrust";
|
|
3129
|
-
TrustTypes2["POOLED_SUPERANNUATION_TRUST"] = "pooledSuperannuationTrust";
|
|
3130
|
-
TrustTypes2["PUBLIC_TRADING_TRUST"] = "publicTradingTrust";
|
|
3131
|
-
TrustTypes2["UNLISTED_PUBLIC_UNIT_TRUST"] = "unlistedPublicUnitTrust";
|
|
3132
|
-
return TrustTypes2;
|
|
3133
|
-
})(TrustTypes || {});
|
|
3134
|
-
const trustTypeOptions = [
|
|
3135
|
-
{ id: TrustTypes.BUSINESS_TRUST, name: "businessTrust" },
|
|
3136
|
-
{ id: TrustTypes.CASH_MANAGEMENT_TRUST, name: "cashManagementTrust" },
|
|
3137
|
-
{ id: TrustTypes.CHARITABLE_TRUST, name: "charitableTrust" },
|
|
3138
|
-
{ id: TrustTypes.CORPORATE_UNIT_TRUST, name: "corporateUnitTrust" },
|
|
3139
|
-
{ id: TrustTypes.DECEASED_ESTATE, name: "deceasedEstate" },
|
|
3140
|
-
{ id: TrustTypes.DISCRETIONARY_INVESTMENT_TRUST, name: "discretionaryInvestmentTrust" },
|
|
3141
|
-
{
|
|
3142
|
-
id: TrustTypes.DISCRETIONARY_SERVICES_MANAGEMENT_TRUST,
|
|
3143
|
-
name: "discretionaryServicesManagementTrust"
|
|
3144
|
-
},
|
|
3145
|
-
{ id: TrustTypes.DISCRETIONARY_TRADING_TRUST, name: "discretionaryTradingTrust" },
|
|
3146
|
-
{ id: TrustTypes.DISCRETIONARY_TRUST, name: "discretionaryTrust" },
|
|
3147
|
-
{ id: TrustTypes.FAMILY_TRUST, name: "familyTrust" },
|
|
3148
|
-
{ id: TrustTypes.FIRST_HOME_SAVER_ACCOUNTS_TRUST, name: "firstHomeSaverAccountsTrust" },
|
|
3149
|
-
{ id: TrustTypes.FIXED_TRUST, name: "fixedTrust" },
|
|
3150
|
-
{ id: TrustTypes.FIXED_UNIT_TRUST, name: "fixedUnitTrust" },
|
|
3151
|
-
{ id: TrustTypes.HYBRID_TRUST, name: "hybridTrust" },
|
|
3152
|
-
{ id: TrustTypes.LISTED_PUBLIC_UNIT_TRUST, name: "listedPublicUnitTrust" },
|
|
3153
|
-
{ id: TrustTypes.OTHER_TRUST, name: "otherTrust" },
|
|
3154
|
-
{ id: TrustTypes.POOLED_SUPERANNUATION_TRUST, name: "pooledSuperannuationTrust" },
|
|
3155
|
-
{ id: TrustTypes.PUBLIC_TRADING_TRUST, name: "publicTradingTrust" },
|
|
3156
|
-
{ id: TrustTypes.UNLISTED_PUBLIC_UNIT_TRUST, name: "unlistedPublicUnitTrust" }
|
|
3157
|
-
];
|
|
3158
|
-
const nzSpecificTrustTypes = [
|
|
3159
|
-
TrustTypes.DISCRETIONARY_TRUST,
|
|
3160
|
-
TrustTypes.FAMILY_TRUST,
|
|
3161
|
-
TrustTypes.CHARITABLE_TRUST,
|
|
3162
|
-
TrustTypes.BUSINESS_TRUST,
|
|
3163
|
-
TrustTypes.OTHER_TRUST
|
|
3164
|
-
];
|
|
3165
|
-
const auSpecificTrustTypes = [
|
|
3166
|
-
TrustTypes.CASH_MANAGEMENT_TRUST,
|
|
3167
|
-
TrustTypes.CORPORATE_UNIT_TRUST,
|
|
3168
|
-
TrustTypes.DECEASED_ESTATE,
|
|
3169
|
-
TrustTypes.DISCRETIONARY_INVESTMENT_TRUST,
|
|
3170
|
-
TrustTypes.DISCRETIONARY_SERVICES_MANAGEMENT_TRUST,
|
|
3171
|
-
TrustTypes.DISCRETIONARY_TRADING_TRUST,
|
|
3172
|
-
TrustTypes.FIRST_HOME_SAVER_ACCOUNTS_TRUST,
|
|
3173
|
-
TrustTypes.FIXED_TRUST,
|
|
3174
|
-
TrustTypes.FIXED_UNIT_TRUST,
|
|
3175
|
-
TrustTypes.HYBRID_TRUST,
|
|
3176
|
-
TrustTypes.LISTED_PUBLIC_UNIT_TRUST,
|
|
3177
|
-
TrustTypes.OTHER_TRUST,
|
|
3178
|
-
TrustTypes.POOLED_SUPERANNUATION_TRUST,
|
|
3179
|
-
TrustTypes.PUBLIC_TRADING_TRUST,
|
|
3180
|
-
TrustTypes.UNLISTED_PUBLIC_UNIT_TRUST
|
|
3181
|
-
];
|
|
3182
|
-
const countryToTrustTypes = {
|
|
3183
|
-
[CountryCodes.Australia]: auSpecificTrustTypes,
|
|
3184
|
-
[CountryCodes.NewZealand]: nzSpecificTrustTypes
|
|
3185
|
-
};
|
|
3186
|
-
const isPartOfTrustFromLegalEntity = (legalEntity) => {
|
|
3187
|
-
var _a;
|
|
3188
|
-
return (_a = legalEntity == null ? void 0 : legalEntity.entityAssociations) == null ? void 0 : _a.some(
|
|
3189
|
-
(ea) => ea.entityType === LegalEntityType.TRUST && ea.associatorId === legalEntity.id
|
|
3190
|
-
);
|
|
3191
|
-
};
|
|
3192
|
-
const getOwnTrustMembersLegalEntityIds = (rootLegalEntity) => {
|
|
3193
|
-
const trustLegalEntityId = getOwnTrustLegalEntityId(rootLegalEntity);
|
|
3194
|
-
if (!trustLegalEntityId) return [];
|
|
3195
|
-
const trustMemberAssociations = getDirectEntityAssociations(rootLegalEntity, trustLegalEntityId);
|
|
3196
|
-
const trustMemberIds = trustMemberAssociations.map((association) => association.legalEntityId).filter((id) => id !== void 0);
|
|
3197
|
-
return [
|
|
3198
|
-
...trustMemberIds,
|
|
3199
|
-
...trustMemberIds.flatMap(
|
|
3200
|
-
(trustMemberId) => getTrustMemberCompanyDecisionMakerIds(rootLegalEntity, trustMemberId)
|
|
3201
|
-
)
|
|
3202
|
-
];
|
|
3203
|
-
};
|
|
3204
|
-
const getTrustMemberCompanyDecisionMakerIds = (rootLegalEntity, trustMemberCompanyId) => {
|
|
3205
|
-
const decisionMakerAssociations = getDecisionMakers(rootLegalEntity, trustMemberCompanyId);
|
|
3206
|
-
return decisionMakerAssociations.map((association) => association.legalEntityId).filter((id) => id !== void 0);
|
|
3207
|
-
};
|
|
3208
|
-
const getOwnTrustLegalEntityId = (legalEntity) => {
|
|
3209
|
-
var _a, _b;
|
|
3210
|
-
return (_b = (_a = legalEntity == null ? void 0 : legalEntity.entityAssociations) == null ? void 0 : _a.find(
|
|
3211
|
-
(ea) => ea.entityType === LegalEntityType.TRUST && ea.associatorId === legalEntity.id
|
|
3212
|
-
)) == null ? void 0 : _b.legalEntityId;
|
|
3213
|
-
};
|
|
3214
|
-
const getOwnTrustLegalEntityIdAsArray = (legalEntity) => {
|
|
3215
|
-
const trustLegalEntityId = getOwnTrustLegalEntityId(legalEntity);
|
|
3216
|
-
return trustLegalEntityId ? [trustLegalEntityId] : [];
|
|
3217
|
-
};
|
|
3218
|
-
const getOwnTrustProblems = (legalEntity, capabilityProblems) => {
|
|
3219
|
-
var _a;
|
|
3220
|
-
const trustLegalEntityId = getOwnTrustLegalEntityId(legalEntity);
|
|
3221
|
-
if (trustLegalEntityId) {
|
|
3222
|
-
return (_a = capabilityProblems == null ? void 0 : capabilityProblems.LegalEntity) == null ? void 0 : _a[trustLegalEntityId];
|
|
3223
|
-
}
|
|
3224
|
-
};
|
|
3225
|
-
const hasRequiredTrustMemberCount = (trustMembers) => {
|
|
3226
|
-
if (!trustMembers.length) {
|
|
3227
|
-
return false;
|
|
3228
|
-
}
|
|
3229
|
-
return DEFAULT_TRUST_MEMBER_REQUIREMENTS.every(({ roleTypes, min }) => {
|
|
3230
|
-
var _a;
|
|
3231
|
-
if (min === 0) {
|
|
3232
|
-
return true;
|
|
3233
|
-
}
|
|
3234
|
-
const actualCount = ((_a = trustMembers.filter(
|
|
3235
|
-
({ roles }) => roleTypes.some((label) => roles.includes(label))
|
|
3236
|
-
)) == null ? void 0 : _a.length) ?? 0;
|
|
3237
|
-
return actualCount >= min;
|
|
3238
|
-
});
|
|
3239
|
-
};
|
|
3240
|
-
const getCountrySpecificTrustTypeOptions = (country) => {
|
|
3241
|
-
const countrySpecificTrustTypes = countryToTrustTypes[country];
|
|
3242
|
-
if (!countrySpecificTrustTypes) {
|
|
3243
|
-
return [];
|
|
3244
|
-
}
|
|
3245
|
-
return countrySpecificTrustTypes.map((countrySpecificTrustType) => {
|
|
3246
|
-
const countrySpecificTrustTypeOption = trustTypeOptions.find(
|
|
3247
|
-
(trustTypeOption) => trustTypeOption.id === countrySpecificTrustType
|
|
3248
|
-
);
|
|
3249
|
-
if (!countrySpecificTrustTypeOption) {
|
|
3250
|
-
throw new Error("getCountrySpecificTrustTypeOptions(): unknown trust type");
|
|
3251
|
-
}
|
|
3252
|
-
return countrySpecificTrustTypeOption;
|
|
3253
|
-
});
|
|
3254
|
-
};
|
|
3255
|
-
var SettingNames = /* @__PURE__ */ ((SettingNames2) => {
|
|
3256
|
-
SettingNames2["AcceptedCountries"] = "acceptedCountries";
|
|
3257
|
-
SettingNames2["AllowBankAccountFormatSelection"] = "allowBankAccountFormatSelection";
|
|
3258
|
-
SettingNames2["AllowDebugUi"] = "allowDebugUi";
|
|
3259
|
-
SettingNames2["AllowIntraRegionCrossBorderPayout"] = "allowIntraRegionCrossBorderPayout";
|
|
3260
|
-
SettingNames2["AllowLegalEntityTypeChange"] = "changeLegalEntityType";
|
|
3261
|
-
SettingNames2["AllowPrefilledCountryEdit"] = "editPrefilledCountry";
|
|
3262
|
-
SettingNames2["RequirePciSignEcommerce"] = "requirePciSignEcommerce";
|
|
3263
|
-
SettingNames2["RequirePciSignPos"] = "requirePciSignPos";
|
|
3264
|
-
SettingNames2["RequirePciSignEcomMoto"] = "requirePciSignEcomMoto";
|
|
3265
|
-
SettingNames2["RequirePciSignPosMoto"] = "requirePciSignPosMoto";
|
|
3266
|
-
SettingNames2["HideOnboardingIntroductionIndividual"] = "hideOnboardingIntroductionIndividual";
|
|
3267
|
-
SettingNames2["HideOnboardingIntroductionOrganization"] = "hideOnboardingIntroductionOrganization";
|
|
3268
|
-
SettingNames2["HideOnboardingIntroductionTrust"] = "hideOnboardingIntroductionTrust";
|
|
3269
|
-
SettingNames2["HideOnboardingIntroductionSoleProprietor"] = "hideOnboardingIntroductionSoleProprietor";
|
|
3270
|
-
SettingNames2["TransferInstrumentLimit"] = "transferInstrumentLimit";
|
|
3271
|
-
SettingNames2["ViewOnboardingGuidance"] = "viewOnboardingGuidance";
|
|
3272
|
-
SettingNames2["InstantBankVerification"] = "instantBankVerification";
|
|
3273
|
-
SettingNames2["ShowServiceAgreementsFirst"] = "showServiceAgreementsFirst";
|
|
3274
|
-
SettingNames2["EnforceLegalAge"] = "enforceLegalAge";
|
|
3275
|
-
return SettingNames2;
|
|
3276
|
-
})(SettingNames || {});
|
|
3277
|
-
const SettingsContext = createContext(void 0);
|
|
3278
|
-
function useSettingsContext() {
|
|
3279
|
-
const context = useContext(SettingsContext);
|
|
3280
|
-
if (process.env.NODE_ENV === "development" && context === void 0) {
|
|
3281
|
-
throw new Error("useSettingsContext must be used within a SettingsProvider");
|
|
3282
|
-
}
|
|
3283
|
-
return context;
|
|
3284
|
-
}
|
|
3285
|
-
const range = (stop, start = 0, step = 1) => Array.from({ length: (stop - start) / step + 1 }, (_, i) => start + i * step);
|
|
3286
|
-
const progress = "adyen-kyc-progress";
|
|
3287
|
-
const progressBar = "adyen-kyc-progress-bar";
|
|
3288
|
-
const progressBarThick = "adyen-kyc-progress-bar-thick";
|
|
3289
|
-
const progressStep = "adyen-kyc-progress-step";
|
|
3290
|
-
const progressStepActive = "adyen-kyc-progress-step-active";
|
|
3291
|
-
const progressStepLabel = "adyen-kyc-progress-step-label";
|
|
3292
|
-
const progressBarCircles = "adyen-kyc-progress-bar-circles";
|
|
3293
|
-
const styles = {
|
|
3294
|
-
progress,
|
|
3295
|
-
progressBar,
|
|
3296
|
-
progressBarThick,
|
|
3297
|
-
progressStep,
|
|
3298
|
-
progressStepActive,
|
|
3299
|
-
progressStepLabel,
|
|
3300
|
-
progressBarCircles
|
|
3301
|
-
};
|
|
3302
|
-
const shouldHighlight = (active, current, fillBefore) => !fillBefore ? active === current : active >= current;
|
|
3303
|
-
const StepProgressIndicator = ({
|
|
3304
|
-
activeStepIndex,
|
|
3305
|
-
stepsCount,
|
|
3306
|
-
fillBefore,
|
|
3307
|
-
thick,
|
|
3308
|
-
circles
|
|
3309
|
-
}) => {
|
|
3310
|
-
const { i18n } = useI18nContext();
|
|
3311
|
-
if (stepsCount === 0 || stepsCount > 10) {
|
|
3312
|
-
return /* @__PURE__ */ jsx(Typography, { variant: "caption", children: i18n.get("XOfYSteps", {
|
|
3313
|
-
values: { currentStep: activeStepIndex, totalSteps: stepsCount }
|
|
3314
|
-
}) });
|
|
3315
|
-
}
|
|
3316
|
-
return /* @__PURE__ */ jsx(
|
|
3317
|
-
"div",
|
|
3318
|
-
{
|
|
3319
|
-
"aria-label": `Step ${activeStepIndex} of ${stepsCount}`,
|
|
3320
|
-
className: styles.progress,
|
|
3321
|
-
role: "group",
|
|
3322
|
-
children: /* @__PURE__ */ jsx(
|
|
3323
|
-
"ol",
|
|
3324
|
-
{
|
|
3325
|
-
className: cx(styles.progressBar, {
|
|
3326
|
-
[styles.progressBarThick]: thick,
|
|
3327
|
-
[styles.progressBarCircles]: circles
|
|
3328
|
-
}),
|
|
3329
|
-
children: range(stepsCount).map((stepNumber) => {
|
|
3330
|
-
const isHighlighted = shouldHighlight(activeStepIndex, stepNumber, fillBefore);
|
|
3331
|
-
return /* @__PURE__ */ jsx(
|
|
3332
|
-
"li",
|
|
3333
|
-
{
|
|
3334
|
-
"aria-current": isHighlighted ? "step" : void 0,
|
|
3335
|
-
className: cx(styles.progressStep, {
|
|
3336
|
-
[styles.progressStepActive]: isHighlighted
|
|
3337
|
-
}),
|
|
3338
|
-
children: /* @__PURE__ */ jsx("span", { className: styles.progressStepLabel, children: `Step ${stepNumber}: ${stepNumber < activeStepIndex ? "completed" : "not completed"}` })
|
|
3339
|
-
},
|
|
3340
|
-
stepNumber
|
|
3341
|
-
);
|
|
3342
|
-
})
|
|
3343
|
-
}
|
|
3344
|
-
)
|
|
3345
|
-
}
|
|
3346
|
-
);
|
|
3347
|
-
};
|
|
3348
|
-
const toCapitalized = (s) => `${s[0].toUpperCase()}${s.slice(1).toLowerCase()}`;
|
|
3349
|
-
const useLegalEntityType = ({
|
|
3350
|
-
legalEntity
|
|
3351
|
-
}) => {
|
|
3352
|
-
const isTrust = isPartOfTrustFromLegalEntity(legalEntity);
|
|
3353
|
-
const isSoleProprietor = hasSolePropInLegalEntity(legalEntity);
|
|
3354
|
-
const hasLegalAssociation = isTrust || isSoleProprietor;
|
|
3355
|
-
switch (legalEntity.type) {
|
|
3356
|
-
case LegalEntityType.INDIVIDUAL:
|
|
3357
|
-
case LegalEntityType.ORGANIZATION:
|
|
3358
|
-
if (!hasLegalAssociation) return legalEntity.type;
|
|
3359
|
-
if (isSoleProprietor) return LegalEntityType.SOLE_PROPRIETORSHIP;
|
|
3360
|
-
if (isTrust) return LegalEntityType.TRUST;
|
|
3361
|
-
break;
|
|
3362
|
-
default:
|
|
3363
|
-
return void 0;
|
|
3364
|
-
}
|
|
3365
|
-
};
|
|
3366
|
-
const useCanSeeIntroduction = ({ legalEntity }) => {
|
|
3367
|
-
const legalEntityType = useLegalEntityType({ legalEntity });
|
|
3368
|
-
const { isSettingEnabled } = useSettingsContext();
|
|
3369
|
-
switch (legalEntityType) {
|
|
3370
|
-
case LegalEntityType.INDIVIDUAL:
|
|
3371
|
-
return !isSettingEnabled(SettingNames.HideOnboardingIntroductionIndividual);
|
|
3372
|
-
case LegalEntityType.ORGANIZATION:
|
|
3373
|
-
return !isSettingEnabled(SettingNames.HideOnboardingIntroductionOrganization);
|
|
3374
|
-
case LegalEntityType.SOLE_PROPRIETORSHIP:
|
|
3375
|
-
return !isSettingEnabled(SettingNames.HideOnboardingIntroductionSoleProprietor);
|
|
3376
|
-
case LegalEntityType.TRUST:
|
|
3377
|
-
return !isSettingEnabled(SettingNames.HideOnboardingIntroductionTrust);
|
|
3378
|
-
default:
|
|
3379
|
-
return false;
|
|
3380
|
-
}
|
|
3381
|
-
};
|
|
3382
|
-
export {
|
|
3383
|
-
getDecisionMakerDescriptionMap as $,
|
|
3384
|
-
SettingNames as A,
|
|
3385
|
-
Button as B,
|
|
3386
|
-
CountryCodes as C,
|
|
3387
|
-
DecisionMakerType as D,
|
|
3388
|
-
TrustMemberGuidanceLabel as E,
|
|
3389
|
-
TrustMemberTypes as F,
|
|
3390
|
-
getCountrySpecificTrustTypeOptions as G,
|
|
3391
|
-
TrustTypes as H,
|
|
3392
|
-
Icon as I,
|
|
3393
|
-
fieldsPerScenario as J,
|
|
3394
|
-
countryConfig as K,
|
|
3395
|
-
LegalEntityType as L,
|
|
3396
|
-
StepProgressIndicator as M,
|
|
3397
|
-
allowedCountriesForNominee as N,
|
|
3398
|
-
TRUST_COUNTRIES as O,
|
|
3399
|
-
filterOutUnwantedAssociationsIfRootLE as P,
|
|
3400
|
-
getOwnDecisionMakers as Q,
|
|
3401
|
-
toCapitalized as R,
|
|
3402
|
-
Svg as S,
|
|
3403
|
-
Typography as T,
|
|
3404
|
-
hasSolePropInLegalEntity as U,
|
|
3405
|
-
getOwnSignatories as V,
|
|
3406
|
-
isPartOfTrustFromLegalEntity as W,
|
|
3407
|
-
getAllowedDecisionMakerRoles as X,
|
|
3408
|
-
hasNomineesChanged as Y,
|
|
3409
|
-
attachNomineeToRole as Z,
|
|
3410
|
-
TRUST_DEFAULT_DESCRIPTIONS_MAP as _,
|
|
3411
|
-
userEvents as a,
|
|
3412
|
-
getAvailableDecisionMakerRoleTypes as a0,
|
|
3413
|
-
SettingsContext as a1,
|
|
3414
|
-
useCanSeeIntroduction as a2,
|
|
3415
|
-
getOwnSolePropProblems as a3,
|
|
3416
|
-
getOwnTrustProblems as a4,
|
|
3417
|
-
trustTypeOptions as a5,
|
|
3418
|
-
DEFAULT_TRUST_MEMBER_REQUIREMENTS as a6,
|
|
3419
|
-
listify as a7,
|
|
3420
|
-
valuesOf as a8,
|
|
3421
|
-
FALLBACK_LOCALE as a9,
|
|
3422
|
-
defaultTranslation as aa,
|
|
3423
|
-
Language as ab,
|
|
3424
|
-
I18nContext as ac,
|
|
3425
|
-
useLegalEntityType as ad,
|
|
3426
|
-
getTranslationKeysByPrefix as ae,
|
|
3427
|
-
enUS as af,
|
|
3428
|
-
Loader as b,
|
|
3429
|
-
createLogger as c,
|
|
3430
|
-
doArraysMatch as d,
|
|
3431
|
-
entriesOf as e,
|
|
3432
|
-
TaskTypes as f,
|
|
3433
|
-
getOwnEntityAssociations as g,
|
|
3434
|
-
cloneObject as h,
|
|
3435
|
-
getNomineeFromAssociation as i,
|
|
3436
|
-
drop as j,
|
|
3437
|
-
keysOf as k,
|
|
3438
|
-
euCountries as l,
|
|
3439
|
-
getDirectEntityAssociations as m,
|
|
3440
|
-
noop as n,
|
|
3441
|
-
objectsDeepEqual as o,
|
|
3442
|
-
hasRequiredTrustMemberCount as p,
|
|
3443
|
-
getOwnTrustMembersLegalEntityIds as q,
|
|
3444
|
-
reverseObject as r,
|
|
3445
|
-
getOwnTrustLegalEntityIdAsArray as s,
|
|
3446
|
-
hasMinRequiredDecisionMakerCount as t,
|
|
3447
|
-
useI18nContext as u,
|
|
3448
|
-
getOwnDecisionMakersLegalEntityIds as v,
|
|
3449
|
-
getOwnSoleProprietorshipIdArray as w,
|
|
3450
|
-
getLegalRepresentative as x,
|
|
3451
|
-
hasOwnEntityAssociationOfType as y,
|
|
3452
|
-
useSettingsContext as z
|
|
3453
|
-
};
|