@dynamatix/gb-schemas 1.2.80 → 1.2.82
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/applicants/applicant-employment-income.model.d.ts +201 -0
- package/dist/applicants/applicant-employment-income.model.d.ts.map +1 -0
- package/dist/applicants/applicant-employment-income.model.js +9 -0
- package/dist/applicants/applicant-employment.model.d.ts +0 -18
- package/dist/applicants/applicant-employment.model.d.ts.map +1 -1
- package/dist/applicants/applicant-employment.model.js +0 -6
- package/dist/applicants/applicant-income.model.d.ts +12 -0
- package/dist/applicants/applicant-income.model.d.ts.map +1 -1
- package/dist/applicants/applicant-income.model.js +5 -1
- package/dist/applicants/applicant.model.d.ts +690 -3096
- package/dist/applicants/applicant.model.d.ts.map +1 -1
- package/dist/applicants/applicant.model.js +0 -2
- package/dist/entities/applicants/applicant.entity.d.ts +148 -0
- package/dist/entities/applicants/applicant.entity.d.ts.map +1 -0
- package/dist/entities/applicants/applicant.entity.js +51 -0
- package/dist/entities/applicants/credit-card-commitment.entity.d.ts +16 -0
- package/dist/entities/applicants/credit-card-commitment.entity.d.ts.map +1 -0
- package/dist/entities/applicants/credit-card-commitment.entity.js +5 -0
- package/dist/entities/applicants/credit-data.entity.d.ts +19 -0
- package/dist/entities/applicants/credit-data.entity.d.ts.map +1 -0
- package/dist/entities/applicants/credit-data.entity.js +5 -0
- package/dist/entities/applicants/credit-profile.entity.d.ts +11 -0
- package/dist/entities/applicants/credit-profile.entity.d.ts.map +1 -0
- package/dist/entities/applicants/credit-profile.entity.js +5 -0
- package/dist/entities/applicants/direct-debit.entity.d.ts +25 -0
- package/dist/entities/applicants/direct-debit.entity.d.ts.map +1 -0
- package/dist/entities/applicants/direct-debit.entity.js +5 -0
- package/dist/entities/applicants/employment.entity.d.ts +61 -0
- package/dist/entities/applicants/employment.entity.d.ts.map +1 -0
- package/dist/entities/applicants/employment.entity.js +10 -0
- package/dist/entities/applicants/expenditure.entity.d.ts +24 -0
- package/dist/entities/applicants/expenditure.entity.d.ts.map +1 -0
- package/dist/entities/applicants/expenditure.entity.js +5 -0
- package/dist/entities/applicants/income-source.entity.d.ts +17 -0
- package/dist/entities/applicants/income-source.entity.d.ts.map +1 -0
- package/dist/entities/applicants/income-source.entity.js +5 -0
- package/dist/entities/applicants/income.entity.d.ts +54 -0
- package/dist/entities/applicants/income.entity.d.ts.map +1 -0
- package/dist/entities/applicants/income.entity.js +5 -0
- package/dist/entities/applicants/index.d.ts +20 -0
- package/dist/entities/applicants/index.d.ts.map +1 -0
- package/dist/entities/applicants/index.js +18 -0
- package/dist/entities/applicants/loan-commitment.entity.d.ts +20 -0
- package/dist/entities/applicants/loan-commitment.entity.d.ts.map +1 -0
- package/dist/entities/applicants/loan-commitment.entity.js +5 -0
- package/dist/entities/applicants/lookup.entity.d.ts +10 -0
- package/dist/entities/applicants/lookup.entity.d.ts.map +1 -0
- package/dist/entities/applicants/lookup.entity.js +5 -0
- package/dist/entities/applicants/mortgage-commitment.entity.d.ts +37 -0
- package/dist/entities/applicants/mortgage-commitment.entity.d.ts.map +1 -0
- package/dist/entities/applicants/mortgage-commitment.entity.js +19 -0
- package/dist/entities/applicants/other-income.entity.d.ts +41 -0
- package/dist/entities/applicants/other-income.entity.d.ts.map +1 -0
- package/dist/entities/applicants/other-income.entity.js +19 -0
- package/dist/entities/applicants/property-income.entity.d.ts +17 -0
- package/dist/entities/applicants/property-income.entity.d.ts.map +1 -0
- package/dist/entities/applicants/property-income.entity.js +5 -0
- package/dist/entities/applicants/residence-commitment.entity.d.ts +44 -0
- package/dist/entities/applicants/residence-commitment.entity.d.ts.map +1 -0
- package/dist/entities/applicants/residence-commitment.entity.js +19 -0
- package/dist/entities/applicants/risk-narrative.entity.d.ts +23 -0
- package/dist/entities/applicants/risk-narrative.entity.d.ts.map +1 -0
- package/dist/entities/applicants/risk-narrative.entity.js +5 -0
- package/dist/entities/applicants/secure-loan-commitment.entity.d.ts +21 -0
- package/dist/entities/applicants/secure-loan-commitment.entity.d.ts.map +1 -0
- package/dist/entities/applicants/secure-loan-commitment.entity.js +9 -0
- package/dist/entities/applicants/unsecured-loan-commitment.entity.d.ts +20 -0
- package/dist/entities/applicants/unsecured-loan-commitment.entity.d.ts.map +1 -0
- package/dist/entities/applicants/unsecured-loan-commitment.entity.js +10 -0
- package/dist/entities/applications/application-audit.entity.d.ts +18 -0
- package/dist/entities/applications/application-audit.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-audit.entity.js +5 -0
- package/dist/entities/applications/application-company.entity.d.ts +12 -0
- package/dist/entities/applications/application-company.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-company.entity.js +5 -0
- package/dist/entities/applications/application-direct-debit.entity.d.ts +12 -0
- package/dist/entities/applications/application-direct-debit.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-direct-debit.entity.js +5 -0
- package/dist/entities/applications/application-document.entity.d.ts +28 -0
- package/dist/entities/applications/application-document.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-document.entity.js +5 -0
- package/dist/entities/applications/application-fieldconfig.entity.d.ts +9 -0
- package/dist/entities/applications/application-fieldconfig.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-fieldconfig.entity.js +5 -0
- package/dist/entities/applications/application-illustration.entity.d.ts +8 -0
- package/dist/entities/applications/application-illustration.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-illustration.entity.js +5 -0
- package/dist/entities/applications/application-legal.entity.d.ts +9 -0
- package/dist/entities/applications/application-legal.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-legal.entity.js +5 -0
- package/dist/entities/applications/application-mortgage.entity.d.ts +55 -0
- package/dist/entities/applications/application-mortgage.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-mortgage.entity.js +27 -0
- package/dist/entities/applications/application-note.entity.d.ts +36 -0
- package/dist/entities/applications/application-note.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-note.entity.js +5 -0
- package/dist/entities/applications/application-offer.entity.d.ts +8 -0
- package/dist/entities/applications/application-offer.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-offer.entity.js +5 -0
- package/dist/entities/applications/application-onboarding.entity.d.ts +11 -0
- package/dist/entities/applications/application-onboarding.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-onboarding.entity.js +5 -0
- package/dist/entities/applications/application-product.entity.d.ts +33 -0
- package/dist/entities/applications/application-product.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-product.entity.js +5 -0
- package/dist/entities/applications/application-rationale.entity.d.ts +51 -0
- package/dist/entities/applications/application-rationale.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-rationale.entity.js +5 -0
- package/dist/entities/applications/application-risk-narrative.entity.d.ts +17 -0
- package/dist/entities/applications/application-risk-narrative.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-risk-narrative.entity.js +5 -0
- package/dist/entities/applications/application-valuation.entity.d.ts +18 -0
- package/dist/entities/applications/application-valuation.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-valuation.entity.js +5 -0
- package/dist/entities/applications/application.entity.d.ts +99 -0
- package/dist/entities/applications/application.entity.d.ts.map +1 -0
- package/dist/entities/applications/application.entity.js +66 -0
- package/dist/entities/applications/broker.entity.d.ts +23 -0
- package/dist/entities/applications/broker.entity.d.ts.map +1 -0
- package/dist/entities/applications/broker.entity.js +5 -0
- package/dist/entities/applications/checklist-item.entity.d.ts +47 -0
- package/dist/entities/applications/checklist-item.entity.d.ts.map +1 -0
- package/dist/entities/applications/checklist-item.entity.js +5 -0
- package/dist/entities/applications/company.entity.d.ts +77 -0
- package/dist/entities/applications/company.entity.d.ts.map +1 -0
- package/dist/entities/applications/company.entity.js +23 -0
- package/dist/entities/applications/credit-profile.entity.d.ts +11 -0
- package/dist/entities/applications/credit-profile.entity.d.ts.map +1 -0
- package/dist/entities/applications/credit-profile.entity.js +5 -0
- package/dist/entities/applications/index.d.ts +25 -0
- package/dist/entities/applications/index.d.ts.map +1 -0
- package/dist/entities/applications/index.js +23 -0
- package/dist/entities/applications/product-features.entity.d.ts +54 -0
- package/dist/entities/applications/product-features.entity.d.ts.map +1 -0
- package/dist/entities/applications/product-features.entity.js +5 -0
- package/dist/entities/applications/solicitor.entity.d.ts +33 -0
- package/dist/entities/applications/solicitor.entity.d.ts.map +1 -0
- package/dist/entities/applications/solicitor.entity.js +5 -0
- package/dist/entities/index.d.ts +10 -0
- package/dist/entities/index.d.ts.map +1 -0
- package/dist/entities/index.js +10 -0
- package/dist/entities/prisma.d.ts +3 -0
- package/dist/entities/prisma.d.ts.map +1 -0
- package/dist/entities/prisma.js +10 -0
- package/dist/entities/product-catalogues/index.d.ts +8 -0
- package/dist/entities/product-catalogues/index.d.ts.map +1 -0
- package/dist/entities/product-catalogues/index.js +6 -0
- package/dist/entities/product-catalogues/product-catalogue.entity.d.ts +22 -0
- package/dist/entities/product-catalogues/product-catalogue.entity.d.ts.map +1 -0
- package/dist/entities/product-catalogues/product-catalogue.entity.js +5 -0
- package/dist/entities/product-catalogues/product-definition.entity.d.ts +16 -0
- package/dist/entities/product-catalogues/product-definition.entity.d.ts.map +1 -0
- package/dist/entities/product-catalogues/product-definition.entity.js +5 -0
- package/dist/entities/product-catalogues/product-variant.entity.d.ts +14 -0
- package/dist/entities/product-catalogues/product-variant.entity.d.ts.map +1 -0
- package/dist/entities/product-catalogues/product-variant.entity.js +5 -0
- package/dist/entities/product-catalogues/product.entity.d.ts +11 -0
- package/dist/entities/product-catalogues/product.entity.d.ts.map +1 -0
- package/dist/entities/product-catalogues/product.entity.js +5 -0
- package/dist/entities/product-catalogues/rule.entity.d.ts +21 -0
- package/dist/entities/product-catalogues/rule.entity.d.ts.map +1 -0
- package/dist/entities/product-catalogues/rule.entity.js +5 -0
- package/dist/entities/properties/data-street.entity.d.ts +22 -0
- package/dist/entities/properties/data-street.entity.d.ts.map +1 -0
- package/dist/entities/properties/data-street.entity.js +5 -0
- package/dist/entities/properties/index.d.ts +6 -0
- package/dist/entities/properties/index.d.ts.map +1 -0
- package/dist/entities/properties/index.js +4 -0
- package/dist/entities/properties/property.entity.d.ts +30 -0
- package/dist/entities/properties/property.entity.d.ts.map +1 -0
- package/dist/entities/properties/property.entity.js +5 -0
- package/dist/entities/properties/security.entity.d.ts +57 -0
- package/dist/entities/properties/security.entity.d.ts.map +1 -0
- package/dist/entities/properties/security.entity.js +5 -0
- package/dist/entities/shared/alert.entity.d.ts +14 -0
- package/dist/entities/shared/alert.entity.d.ts.map +1 -0
- package/dist/entities/shared/alert.entity.js +5 -0
- package/dist/entities/shared/apprivo-sync-journey.entity.d.ts +16 -0
- package/dist/entities/shared/apprivo-sync-journey.entity.d.ts.map +1 -0
- package/dist/entities/shared/apprivo-sync-journey.entity.js +5 -0
- package/dist/entities/shared/checklist.entity.d.ts +15 -0
- package/dist/entities/shared/checklist.entity.d.ts.map +1 -0
- package/dist/entities/shared/checklist.entity.js +5 -0
- package/dist/entities/shared/document-type.entity.d.ts +9 -0
- package/dist/entities/shared/document-type.entity.d.ts.map +1 -0
- package/dist/entities/shared/document-type.entity.js +5 -0
- package/dist/entities/shared/index.d.ts +12 -0
- package/dist/entities/shared/index.d.ts.map +1 -0
- package/dist/entities/shared/index.js +10 -0
- package/dist/entities/shared/job-run.entity.d.ts +11 -0
- package/dist/entities/shared/job-run.entity.d.ts.map +1 -0
- package/dist/entities/shared/job-run.entity.js +5 -0
- package/dist/entities/shared/job-setting.entity.d.ts +11 -0
- package/dist/entities/shared/job-setting.entity.d.ts.map +1 -0
- package/dist/entities/shared/job-setting.entity.js +5 -0
- package/dist/entities/shared/lookup-group.entity.d.ts +11 -0
- package/dist/entities/shared/lookup-group.entity.d.ts.map +1 -0
- package/dist/entities/shared/lookup-group.entity.js +5 -0
- package/dist/entities/shared/lookup.entity.d.ts +14 -0
- package/dist/entities/shared/lookup.entity.d.ts.map +1 -0
- package/dist/entities/shared/lookup.entity.js +5 -0
- package/dist/entities/shared/system-parameter.entity.d.ts +10 -0
- package/dist/entities/shared/system-parameter.entity.d.ts.map +1 -0
- package/dist/entities/shared/system-parameter.entity.js +5 -0
- package/dist/entities/underwriter/index.d.ts +4 -0
- package/dist/entities/underwriter/index.d.ts.map +1 -0
- package/dist/entities/underwriter/index.js +2 -0
- package/dist/entities/underwriter/underwriter.entity.d.ts +16 -0
- package/dist/entities/underwriter/underwriter.entity.d.ts.map +1 -0
- package/dist/entities/underwriter/underwriter.entity.js +5 -0
- package/dist/entities/users/auth-log.entity.d.ts +11 -0
- package/dist/entities/users/auth-log.entity.d.ts.map +1 -0
- package/dist/entities/users/auth-log.entity.js +5 -0
- package/dist/entities/users/index.d.ts +8 -0
- package/dist/entities/users/index.d.ts.map +1 -0
- package/dist/entities/users/index.js +6 -0
- package/dist/entities/users/permission.entity.d.ts +12 -0
- package/dist/entities/users/permission.entity.d.ts.map +1 -0
- package/dist/entities/users/permission.entity.js +5 -0
- package/dist/entities/users/role-group.entity.d.ts +12 -0
- package/dist/entities/users/role-group.entity.d.ts.map +1 -0
- package/dist/entities/users/role-group.entity.js +5 -0
- package/dist/entities/users/role.entity.d.ts +14 -0
- package/dist/entities/users/role.entity.d.ts.map +1 -0
- package/dist/entities/users/role.entity.js +5 -0
- package/dist/entities/users/user.entity.d.ts +35 -0
- package/dist/entities/users/user.entity.d.ts.map +1 -0
- package/dist/entities/users/user.entity.js +10 -0
- package/package.json +1 -1
|
@@ -144,7 +144,6 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
144
144
|
riskNarrative?: unknown;
|
|
145
145
|
otherIncome?: unknown;
|
|
146
146
|
incomeSource?: unknown;
|
|
147
|
-
expenditure?: unknown;
|
|
148
147
|
employment?: unknown;
|
|
149
148
|
directDebit?: unknown;
|
|
150
149
|
propertyIncome?: unknown;
|
|
@@ -387,7 +386,6 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
387
386
|
riskNarrative?: unknown;
|
|
388
387
|
otherIncome?: unknown;
|
|
389
388
|
incomeSource?: unknown;
|
|
390
|
-
expenditure?: unknown;
|
|
391
389
|
employment?: unknown;
|
|
392
390
|
directDebit?: unknown;
|
|
393
391
|
propertyIncome?: unknown;
|
|
@@ -630,7 +628,6 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
630
628
|
riskNarrative?: unknown;
|
|
631
629
|
otherIncome?: unknown;
|
|
632
630
|
incomeSource?: unknown;
|
|
633
|
-
expenditure?: unknown;
|
|
634
631
|
employment?: unknown;
|
|
635
632
|
directDebit?: unknown;
|
|
636
633
|
propertyIncome?: unknown;
|
|
@@ -1378,103 +1375,17 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
1378
1375
|
incomeFromProperty?: string | null | undefined;
|
|
1379
1376
|
incomeFromSavings?: string | null | undefined;
|
|
1380
1377
|
} | null | undefined;
|
|
1381
|
-
|
|
1378
|
+
employment?: {
|
|
1379
|
+
acceptableIncomeLids: mongoose.Types.ObjectId[];
|
|
1382
1380
|
pageValidFlag?: unknown;
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
message?: unknown;
|
|
1392
|
-
validator?: unknown;
|
|
1393
|
-
reason?: unknown;
|
|
1394
|
-
}> & {
|
|
1395
|
-
type?: unknown;
|
|
1396
|
-
message?: unknown;
|
|
1397
|
-
validator?: unknown;
|
|
1398
|
-
reason?: unknown;
|
|
1399
|
-
}>;
|
|
1400
|
-
get?: {} | null | undefined;
|
|
1401
|
-
schema?: {
|
|
1402
|
-
[x: string]: unknown;
|
|
1403
|
-
} | null | undefined;
|
|
1404
|
-
set?: {} | null | undefined;
|
|
1405
|
-
validate?: {} | null | undefined;
|
|
1406
|
-
default?: {} | null | undefined;
|
|
1407
|
-
text?: {} | null | undefined;
|
|
1408
|
-
unique?: {} | null | undefined;
|
|
1409
|
-
index?: {} | null | undefined;
|
|
1410
|
-
sparse?: {} | null | undefined;
|
|
1411
|
-
required?: {} | null | undefined;
|
|
1412
|
-
ref?: {} | null | undefined;
|
|
1413
|
-
cast?: {} | null | undefined;
|
|
1414
|
-
select?: {} | null | undefined;
|
|
1415
|
-
immutable?: {} | null | undefined;
|
|
1416
|
-
transform?: {} | null | undefined;
|
|
1417
|
-
options?: {
|
|
1418
|
-
[x: string]: unknown;
|
|
1419
|
-
} | null | undefined;
|
|
1420
|
-
OptionsConstructor?: {
|
|
1421
|
-
[x: string]: unknown;
|
|
1422
|
-
} | null | undefined;
|
|
1423
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
1424
|
-
instance?: unknown;
|
|
1425
|
-
isRequired?: unknown;
|
|
1426
|
-
path?: unknown;
|
|
1427
|
-
validateAll?: {} | null | undefined;
|
|
1428
|
-
defaultOptions?: unknown;
|
|
1429
|
-
} | null | undefined;
|
|
1430
|
-
transport?: {
|
|
1431
|
-
validators: mongoose.Types.DocumentArray<{
|
|
1432
|
-
type?: unknown;
|
|
1433
|
-
message?: unknown;
|
|
1434
|
-
validator?: unknown;
|
|
1435
|
-
reason?: unknown;
|
|
1436
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
1437
|
-
type?: unknown;
|
|
1438
|
-
message?: unknown;
|
|
1439
|
-
validator?: unknown;
|
|
1440
|
-
reason?: unknown;
|
|
1441
|
-
}> & {
|
|
1442
|
-
type?: unknown;
|
|
1443
|
-
message?: unknown;
|
|
1444
|
-
validator?: unknown;
|
|
1445
|
-
reason?: unknown;
|
|
1446
|
-
}>;
|
|
1447
|
-
get?: {} | null | undefined;
|
|
1448
|
-
schema?: {
|
|
1449
|
-
[x: string]: unknown;
|
|
1450
|
-
} | null | undefined;
|
|
1451
|
-
set?: {} | null | undefined;
|
|
1452
|
-
validate?: {} | null | undefined;
|
|
1453
|
-
default?: {} | null | undefined;
|
|
1454
|
-
text?: {} | null | undefined;
|
|
1455
|
-
unique?: {} | null | undefined;
|
|
1456
|
-
index?: {} | null | undefined;
|
|
1457
|
-
sparse?: {} | null | undefined;
|
|
1458
|
-
required?: {} | null | undefined;
|
|
1459
|
-
ref?: {} | null | undefined;
|
|
1460
|
-
cast?: {} | null | undefined;
|
|
1461
|
-
select?: {} | null | undefined;
|
|
1462
|
-
immutable?: {} | null | undefined;
|
|
1463
|
-
transform?: {} | null | undefined;
|
|
1464
|
-
options?: {
|
|
1465
|
-
[x: string]: unknown;
|
|
1466
|
-
} | null | undefined;
|
|
1467
|
-
OptionsConstructor?: {
|
|
1468
|
-
[x: string]: unknown;
|
|
1469
|
-
} | null | undefined;
|
|
1470
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
1471
|
-
instance?: unknown;
|
|
1472
|
-
isRequired?: unknown;
|
|
1473
|
-
path?: unknown;
|
|
1474
|
-
validateAll?: {} | null | undefined;
|
|
1475
|
-
defaultOptions?: unknown;
|
|
1476
|
-
} | null | undefined;
|
|
1477
|
-
subsistence?: {
|
|
1381
|
+
natureOfBusiness?: unknown;
|
|
1382
|
+
addressPostCode?: unknown;
|
|
1383
|
+
addressLine1?: unknown;
|
|
1384
|
+
addressLine2?: unknown;
|
|
1385
|
+
addressLine3?: unknown;
|
|
1386
|
+
addressCity?: unknown;
|
|
1387
|
+
addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
1388
|
+
averageBonusPreviousTwoYears?: {
|
|
1478
1389
|
validators: mongoose.Types.DocumentArray<{
|
|
1479
1390
|
type?: unknown;
|
|
1480
1391
|
message?: unknown;
|
|
@@ -1521,7 +1432,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
1521
1432
|
validateAll?: {} | null | undefined;
|
|
1522
1433
|
defaultOptions?: unknown;
|
|
1523
1434
|
} | null | undefined;
|
|
1524
|
-
|
|
1435
|
+
basicGrossIncome?: {
|
|
1525
1436
|
validators: mongoose.Types.DocumentArray<{
|
|
1526
1437
|
type?: unknown;
|
|
1527
1438
|
message?: unknown;
|
|
@@ -1568,7 +1479,9 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
1568
1479
|
validateAll?: {} | null | undefined;
|
|
1569
1480
|
defaultOptions?: unknown;
|
|
1570
1481
|
} | null | undefined;
|
|
1571
|
-
|
|
1482
|
+
contractRemaining?: unknown;
|
|
1483
|
+
dateJoined?: unknown;
|
|
1484
|
+
disabilityLiving?: {
|
|
1572
1485
|
validators: mongoose.Types.DocumentArray<{
|
|
1573
1486
|
type?: unknown;
|
|
1574
1487
|
message?: unknown;
|
|
@@ -1615,7 +1528,9 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
1615
1528
|
validateAll?: {} | null | undefined;
|
|
1616
1529
|
defaultOptions?: unknown;
|
|
1617
1530
|
} | null | undefined;
|
|
1618
|
-
|
|
1531
|
+
employerName?: unknown;
|
|
1532
|
+
employerTelephone?: unknown;
|
|
1533
|
+
housingAllowance?: {
|
|
1619
1534
|
validators: mongoose.Types.DocumentArray<{
|
|
1620
1535
|
type?: unknown;
|
|
1621
1536
|
message?: unknown;
|
|
@@ -1662,7 +1577,10 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
1662
1577
|
validateAll?: {} | null | undefined;
|
|
1663
1578
|
defaultOptions?: unknown;
|
|
1664
1579
|
} | null | undefined;
|
|
1665
|
-
|
|
1580
|
+
industryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
1581
|
+
isUnderTerminationNotice?: unknown;
|
|
1582
|
+
jobTitleLid?: mongoose.Types.ObjectId | null | undefined;
|
|
1583
|
+
maintenance?: {
|
|
1666
1584
|
validators: mongoose.Types.DocumentArray<{
|
|
1667
1585
|
type?: unknown;
|
|
1668
1586
|
message?: unknown;
|
|
@@ -1709,7 +1627,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
1709
1627
|
validateAll?: {} | null | undefined;
|
|
1710
1628
|
defaultOptions?: unknown;
|
|
1711
1629
|
} | null | undefined;
|
|
1712
|
-
|
|
1630
|
+
maternityIncome?: {
|
|
1713
1631
|
validators: mongoose.Types.DocumentArray<{
|
|
1714
1632
|
type?: unknown;
|
|
1715
1633
|
message?: unknown;
|
|
@@ -1756,7 +1674,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
1756
1674
|
validateAll?: {} | null | undefined;
|
|
1757
1675
|
defaultOptions?: unknown;
|
|
1758
1676
|
} | null | undefined;
|
|
1759
|
-
|
|
1677
|
+
pensionIncome?: {
|
|
1760
1678
|
validators: mongoose.Types.DocumentArray<{
|
|
1761
1679
|
type?: unknown;
|
|
1762
1680
|
message?: unknown;
|
|
@@ -1803,7 +1721,13 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
1803
1721
|
validateAll?: {} | null | undefined;
|
|
1804
1722
|
defaultOptions?: unknown;
|
|
1805
1723
|
} | null | undefined;
|
|
1806
|
-
|
|
1724
|
+
previousAddressCity?: unknown;
|
|
1725
|
+
previousAddressCountry?: unknown;
|
|
1726
|
+
previousAddressLine1?: unknown;
|
|
1727
|
+
previousAddressLine2?: unknown;
|
|
1728
|
+
previousAddressLine3?: unknown;
|
|
1729
|
+
previousAddressPostCode?: unknown;
|
|
1730
|
+
previousBasicGrossIncome?: {
|
|
1807
1731
|
validators: mongoose.Types.DocumentArray<{
|
|
1808
1732
|
type?: unknown;
|
|
1809
1733
|
message?: unknown;
|
|
@@ -1850,7 +1774,40 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
1850
1774
|
validateAll?: {} | null | undefined;
|
|
1851
1775
|
defaultOptions?: unknown;
|
|
1852
1776
|
} | null | undefined;
|
|
1853
|
-
|
|
1777
|
+
previousDateJoined?: unknown;
|
|
1778
|
+
previousDateLeft?: unknown;
|
|
1779
|
+
previousEmployerName?: unknown;
|
|
1780
|
+
previousEmployerTelephone?: unknown;
|
|
1781
|
+
previousJobTitle?: unknown;
|
|
1782
|
+
previousNatureOfBusiness?: unknown;
|
|
1783
|
+
referenceContact?: unknown;
|
|
1784
|
+
referenceContactEmail?: unknown;
|
|
1785
|
+
underTerminationNoticeNote?: unknown;
|
|
1786
|
+
} | null | undefined;
|
|
1787
|
+
directDebit?: ({
|
|
1788
|
+
createdAt: NativeDate;
|
|
1789
|
+
updatedAt: NativeDate;
|
|
1790
|
+
} & {
|
|
1791
|
+
isConfirmDeclaration: string;
|
|
1792
|
+
applicationId?: mongoose.Types.ObjectId | null | undefined;
|
|
1793
|
+
addressLine1?: string | null | undefined;
|
|
1794
|
+
addressLine2?: string | null | undefined;
|
|
1795
|
+
accountNumber?: string | null | undefined;
|
|
1796
|
+
branch?: string | null | undefined;
|
|
1797
|
+
city?: string | null | undefined;
|
|
1798
|
+
contactPostcode?: string | null | undefined;
|
|
1799
|
+
institution?: string | null | undefined;
|
|
1800
|
+
nameOfAccountHolder?: string | null | undefined;
|
|
1801
|
+
sortCode?: string | null | undefined;
|
|
1802
|
+
selectedPaymentDay?: string | null | undefined;
|
|
1803
|
+
Applicants?: string | null | undefined;
|
|
1804
|
+
}) | null | undefined;
|
|
1805
|
+
propertyIncome?: {
|
|
1806
|
+
pageValidFlag?: unknown;
|
|
1807
|
+
yearEnd1?: unknown;
|
|
1808
|
+
yearEnd2?: unknown;
|
|
1809
|
+
yearEnd3?: unknown;
|
|
1810
|
+
rentalIncome1?: {
|
|
1854
1811
|
validators: mongoose.Types.DocumentArray<{
|
|
1855
1812
|
type?: unknown;
|
|
1856
1813
|
message?: unknown;
|
|
@@ -1897,7 +1854,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
1897
1854
|
validateAll?: {} | null | undefined;
|
|
1898
1855
|
defaultOptions?: unknown;
|
|
1899
1856
|
} | null | undefined;
|
|
1900
|
-
|
|
1857
|
+
netProfit1?: {
|
|
1901
1858
|
validators: mongoose.Types.DocumentArray<{
|
|
1902
1859
|
type?: unknown;
|
|
1903
1860
|
message?: unknown;
|
|
@@ -1944,7 +1901,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
1944
1901
|
validateAll?: {} | null | undefined;
|
|
1945
1902
|
defaultOptions?: unknown;
|
|
1946
1903
|
} | null | undefined;
|
|
1947
|
-
|
|
1904
|
+
rentalIncome2?: {
|
|
1948
1905
|
validators: mongoose.Types.DocumentArray<{
|
|
1949
1906
|
type?: unknown;
|
|
1950
1907
|
message?: unknown;
|
|
@@ -1991,19 +1948,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
1991
1948
|
validateAll?: {} | null | undefined;
|
|
1992
1949
|
defaultOptions?: unknown;
|
|
1993
1950
|
} | null | undefined;
|
|
1994
|
-
|
|
1995
|
-
} | null | undefined;
|
|
1996
|
-
employment?: {
|
|
1997
|
-
acceptableIncomeLids: mongoose.Types.ObjectId[];
|
|
1998
|
-
pageValidFlag?: unknown;
|
|
1999
|
-
natureOfBusiness?: unknown;
|
|
2000
|
-
addressPostCode?: unknown;
|
|
2001
|
-
addressLine1?: unknown;
|
|
2002
|
-
addressLine2?: unknown;
|
|
2003
|
-
addressLine3?: unknown;
|
|
2004
|
-
addressCity?: unknown;
|
|
2005
|
-
addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
2006
|
-
averageBonusPreviousTwoYears?: {
|
|
1951
|
+
netProfit2?: {
|
|
2007
1952
|
validators: mongoose.Types.DocumentArray<{
|
|
2008
1953
|
type?: unknown;
|
|
2009
1954
|
message?: unknown;
|
|
@@ -2050,7 +1995,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
2050
1995
|
validateAll?: {} | null | undefined;
|
|
2051
1996
|
defaultOptions?: unknown;
|
|
2052
1997
|
} | null | undefined;
|
|
2053
|
-
|
|
1998
|
+
rentalIncome3?: {
|
|
2054
1999
|
validators: mongoose.Types.DocumentArray<{
|
|
2055
2000
|
type?: unknown;
|
|
2056
2001
|
message?: unknown;
|
|
@@ -2097,7 +2042,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
2097
2042
|
validateAll?: {} | null | undefined;
|
|
2098
2043
|
defaultOptions?: unknown;
|
|
2099
2044
|
} | null | undefined;
|
|
2100
|
-
|
|
2045
|
+
netProfit3?: {
|
|
2101
2046
|
validators: mongoose.Types.DocumentArray<{
|
|
2102
2047
|
type?: unknown;
|
|
2103
2048
|
message?: unknown;
|
|
@@ -2144,7 +2089,38 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
2144
2089
|
validateAll?: {} | null | undefined;
|
|
2145
2090
|
defaultOptions?: unknown;
|
|
2146
2091
|
} | null | undefined;
|
|
2147
|
-
|
|
2092
|
+
} | null | undefined;
|
|
2093
|
+
income?: {
|
|
2094
|
+
pageValidFlag?: unknown;
|
|
2095
|
+
businessTypeLid?: mongoose.Types.ObjectId | null | undefined;
|
|
2096
|
+
natureOfBusiness?: unknown;
|
|
2097
|
+
yearEnd1?: unknown;
|
|
2098
|
+
yearEnd2?: unknown;
|
|
2099
|
+
yearEnd3?: unknown;
|
|
2100
|
+
accountantsAddressLine1?: unknown;
|
|
2101
|
+
accountantsAddressLine2?: unknown;
|
|
2102
|
+
accountantsAddressLine3?: unknown;
|
|
2103
|
+
accountantsCity?: unknown;
|
|
2104
|
+
accountantsCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
2105
|
+
accountantsEmail?: unknown;
|
|
2106
|
+
accountantsPostCode?: unknown;
|
|
2107
|
+
accountantsPractice?: unknown;
|
|
2108
|
+
accountantsTelephoneNumber?: unknown;
|
|
2109
|
+
businessAddressLine1?: unknown;
|
|
2110
|
+
businessAddressLine2?: unknown;
|
|
2111
|
+
businessAddressLine3?: unknown;
|
|
2112
|
+
businessCity?: unknown;
|
|
2113
|
+
businessCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
2114
|
+
businessPostCode?: unknown;
|
|
2115
|
+
businessTelephoneNumber?: unknown;
|
|
2116
|
+
charteredCertifiedOrOtherLid?: mongoose.Types.ObjectId | null | undefined;
|
|
2117
|
+
contactName?: unknown;
|
|
2118
|
+
currentYearEnd?: unknown;
|
|
2119
|
+
dateEstablished?: unknown;
|
|
2120
|
+
doYouHaveAccountant?: unknown;
|
|
2121
|
+
isBusinessAddressDifferent?: unknown;
|
|
2122
|
+
nameOfBusiness?: unknown;
|
|
2123
|
+
netAssets1?: {
|
|
2148
2124
|
validators: mongoose.Types.DocumentArray<{
|
|
2149
2125
|
type?: unknown;
|
|
2150
2126
|
message?: unknown;
|
|
@@ -2191,7 +2167,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
2191
2167
|
validateAll?: {} | null | undefined;
|
|
2192
2168
|
defaultOptions?: unknown;
|
|
2193
2169
|
} | null | undefined;
|
|
2194
|
-
|
|
2170
|
+
netAssets2?: {
|
|
2195
2171
|
validators: mongoose.Types.DocumentArray<{
|
|
2196
2172
|
type?: unknown;
|
|
2197
2173
|
message?: unknown;
|
|
@@ -2238,7 +2214,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
2238
2214
|
validateAll?: {} | null | undefined;
|
|
2239
2215
|
defaultOptions?: unknown;
|
|
2240
2216
|
} | null | undefined;
|
|
2241
|
-
|
|
2217
|
+
netAssets3?: {
|
|
2242
2218
|
validators: mongoose.Types.DocumentArray<{
|
|
2243
2219
|
type?: unknown;
|
|
2244
2220
|
message?: unknown;
|
|
@@ -2285,9 +2261,16 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
2285
2261
|
validateAll?: {} | null | undefined;
|
|
2286
2262
|
defaultOptions?: unknown;
|
|
2287
2263
|
} | null | undefined;
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2264
|
+
percentageOfShareholding?: unknown;
|
|
2265
|
+
registeredAddressLine1?: unknown;
|
|
2266
|
+
registeredAddressLine2?: unknown;
|
|
2267
|
+
registeredAddressLine3?: unknown;
|
|
2268
|
+
registeredCity?: unknown;
|
|
2269
|
+
registeredCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
2270
|
+
registeredPostCode?: unknown;
|
|
2271
|
+
registeredTelephone?: unknown;
|
|
2272
|
+
selfEmployedDate?: unknown;
|
|
2273
|
+
turnover1?: {
|
|
2291
2274
|
validators: mongoose.Types.DocumentArray<{
|
|
2292
2275
|
type?: unknown;
|
|
2293
2276
|
message?: unknown;
|
|
@@ -2334,9 +2317,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
2334
2317
|
validateAll?: {} | null | undefined;
|
|
2335
2318
|
defaultOptions?: unknown;
|
|
2336
2319
|
} | null | undefined;
|
|
2337
|
-
|
|
2338
|
-
employerTelephone?: unknown;
|
|
2339
|
-
housingAllowance?: {
|
|
2320
|
+
turnover2?: {
|
|
2340
2321
|
validators: mongoose.Types.DocumentArray<{
|
|
2341
2322
|
type?: unknown;
|
|
2342
2323
|
message?: unknown;
|
|
@@ -2383,10 +2364,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
2383
2364
|
validateAll?: {} | null | undefined;
|
|
2384
2365
|
defaultOptions?: unknown;
|
|
2385
2366
|
} | null | undefined;
|
|
2386
|
-
|
|
2387
|
-
isUnderTerminationNotice?: unknown;
|
|
2388
|
-
jobTitleLid?: mongoose.Types.ObjectId | null | undefined;
|
|
2389
|
-
maintenance?: {
|
|
2367
|
+
turnover3?: {
|
|
2390
2368
|
validators: mongoose.Types.DocumentArray<{
|
|
2391
2369
|
type?: unknown;
|
|
2392
2370
|
message?: unknown;
|
|
@@ -2433,7 +2411,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
2433
2411
|
validateAll?: {} | null | undefined;
|
|
2434
2412
|
defaultOptions?: unknown;
|
|
2435
2413
|
} | null | undefined;
|
|
2436
|
-
|
|
2414
|
+
year1?: {
|
|
2437
2415
|
validators: mongoose.Types.DocumentArray<{
|
|
2438
2416
|
type?: unknown;
|
|
2439
2417
|
message?: unknown;
|
|
@@ -2480,7 +2458,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
2480
2458
|
validateAll?: {} | null | undefined;
|
|
2481
2459
|
defaultOptions?: unknown;
|
|
2482
2460
|
} | null | undefined;
|
|
2483
|
-
|
|
2461
|
+
year2?: {
|
|
2484
2462
|
validators: mongoose.Types.DocumentArray<{
|
|
2485
2463
|
type?: unknown;
|
|
2486
2464
|
message?: unknown;
|
|
@@ -2527,13 +2505,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
2527
2505
|
validateAll?: {} | null | undefined;
|
|
2528
2506
|
defaultOptions?: unknown;
|
|
2529
2507
|
} | null | undefined;
|
|
2530
|
-
|
|
2531
|
-
previousAddressCountry?: unknown;
|
|
2532
|
-
previousAddressLine1?: unknown;
|
|
2533
|
-
previousAddressLine2?: unknown;
|
|
2534
|
-
previousAddressLine3?: unknown;
|
|
2535
|
-
previousAddressPostCode?: unknown;
|
|
2536
|
-
previousBasicGrossIncome?: {
|
|
2508
|
+
year3?: {
|
|
2537
2509
|
validators: mongoose.Types.DocumentArray<{
|
|
2538
2510
|
type?: unknown;
|
|
2539
2511
|
message?: unknown;
|
|
@@ -2580,15 +2552,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
2580
2552
|
validateAll?: {} | null | undefined;
|
|
2581
2553
|
defaultOptions?: unknown;
|
|
2582
2554
|
} | null | undefined;
|
|
2583
|
-
|
|
2584
|
-
previousDateLeft?: unknown;
|
|
2585
|
-
previousEmployerName?: unknown;
|
|
2586
|
-
previousEmployerTelephone?: unknown;
|
|
2587
|
-
previousJobTitle?: unknown;
|
|
2588
|
-
previousNatureOfBusiness?: unknown;
|
|
2589
|
-
referenceContact?: unknown;
|
|
2590
|
-
referenceContactEmail?: unknown;
|
|
2591
|
-
secondJob?: {
|
|
2555
|
+
totalEmploymentGrossIncome?: {
|
|
2592
2556
|
validators: mongoose.Types.DocumentArray<{
|
|
2593
2557
|
type?: unknown;
|
|
2594
2558
|
message?: unknown;
|
|
@@ -2635,7 +2599,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
2635
2599
|
validateAll?: {} | null | undefined;
|
|
2636
2600
|
defaultOptions?: unknown;
|
|
2637
2601
|
} | null | undefined;
|
|
2638
|
-
|
|
2602
|
+
totalEmploymentNetIncome?: {
|
|
2639
2603
|
validators: mongoose.Types.DocumentArray<{
|
|
2640
2604
|
type?: unknown;
|
|
2641
2605
|
message?: unknown;
|
|
@@ -2682,2395 +2646,129 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
2682
2646
|
validateAll?: {} | null | undefined;
|
|
2683
2647
|
defaultOptions?: unknown;
|
|
2684
2648
|
} | null | undefined;
|
|
2685
|
-
|
|
2649
|
+
isEmploymentIncomeConfirmed?: unknown;
|
|
2650
|
+
employmentIncomeRationale?: unknown;
|
|
2686
2651
|
} | null | undefined;
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
message?: unknown;
|
|
2808
|
-
validator?: unknown;
|
|
2809
|
-
reason?: unknown;
|
|
2810
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
2811
|
-
type?: unknown;
|
|
2812
|
-
message?: unknown;
|
|
2813
|
-
validator?: unknown;
|
|
2814
|
-
reason?: unknown;
|
|
2815
|
-
}> & {
|
|
2816
|
-
type?: unknown;
|
|
2817
|
-
message?: unknown;
|
|
2818
|
-
validator?: unknown;
|
|
2819
|
-
reason?: unknown;
|
|
2820
|
-
}>;
|
|
2821
|
-
get?: {} | null | undefined;
|
|
2822
|
-
schema?: {
|
|
2823
|
-
[x: string]: unknown;
|
|
2824
|
-
} | null | undefined;
|
|
2825
|
-
set?: {} | null | undefined;
|
|
2826
|
-
validate?: {} | null | undefined;
|
|
2827
|
-
default?: {} | null | undefined;
|
|
2828
|
-
text?: {} | null | undefined;
|
|
2829
|
-
unique?: {} | null | undefined;
|
|
2830
|
-
index?: {} | null | undefined;
|
|
2831
|
-
sparse?: {} | null | undefined;
|
|
2832
|
-
required?: {} | null | undefined;
|
|
2833
|
-
ref?: {} | null | undefined;
|
|
2834
|
-
cast?: {} | null | undefined;
|
|
2835
|
-
select?: {} | null | undefined;
|
|
2836
|
-
immutable?: {} | null | undefined;
|
|
2837
|
-
transform?: {} | null | undefined;
|
|
2838
|
-
options?: {
|
|
2839
|
-
[x: string]: unknown;
|
|
2840
|
-
} | null | undefined;
|
|
2841
|
-
OptionsConstructor?: {
|
|
2842
|
-
[x: string]: unknown;
|
|
2843
|
-
} | null | undefined;
|
|
2844
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
2845
|
-
instance?: unknown;
|
|
2846
|
-
isRequired?: unknown;
|
|
2847
|
-
path?: unknown;
|
|
2848
|
-
validateAll?: {} | null | undefined;
|
|
2849
|
-
defaultOptions?: unknown;
|
|
2850
|
-
} | null | undefined;
|
|
2851
|
-
netProfit2?: {
|
|
2852
|
-
validators: mongoose.Types.DocumentArray<{
|
|
2853
|
-
type?: unknown;
|
|
2854
|
-
message?: unknown;
|
|
2855
|
-
validator?: unknown;
|
|
2856
|
-
reason?: unknown;
|
|
2857
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
2858
|
-
type?: unknown;
|
|
2859
|
-
message?: unknown;
|
|
2860
|
-
validator?: unknown;
|
|
2861
|
-
reason?: unknown;
|
|
2862
|
-
}> & {
|
|
2863
|
-
type?: unknown;
|
|
2864
|
-
message?: unknown;
|
|
2865
|
-
validator?: unknown;
|
|
2866
|
-
reason?: unknown;
|
|
2867
|
-
}>;
|
|
2868
|
-
get?: {} | null | undefined;
|
|
2869
|
-
schema?: {
|
|
2870
|
-
[x: string]: unknown;
|
|
2871
|
-
} | null | undefined;
|
|
2872
|
-
set?: {} | null | undefined;
|
|
2873
|
-
validate?: {} | null | undefined;
|
|
2874
|
-
default?: {} | null | undefined;
|
|
2875
|
-
text?: {} | null | undefined;
|
|
2876
|
-
unique?: {} | null | undefined;
|
|
2877
|
-
index?: {} | null | undefined;
|
|
2878
|
-
sparse?: {} | null | undefined;
|
|
2879
|
-
required?: {} | null | undefined;
|
|
2880
|
-
ref?: {} | null | undefined;
|
|
2881
|
-
cast?: {} | null | undefined;
|
|
2882
|
-
select?: {} | null | undefined;
|
|
2883
|
-
immutable?: {} | null | undefined;
|
|
2884
|
-
transform?: {} | null | undefined;
|
|
2885
|
-
options?: {
|
|
2886
|
-
[x: string]: unknown;
|
|
2887
|
-
} | null | undefined;
|
|
2888
|
-
OptionsConstructor?: {
|
|
2889
|
-
[x: string]: unknown;
|
|
2890
|
-
} | null | undefined;
|
|
2891
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
2892
|
-
instance?: unknown;
|
|
2893
|
-
isRequired?: unknown;
|
|
2894
|
-
path?: unknown;
|
|
2895
|
-
validateAll?: {} | null | undefined;
|
|
2896
|
-
defaultOptions?: unknown;
|
|
2897
|
-
} | null | undefined;
|
|
2898
|
-
rentalIncome3?: {
|
|
2899
|
-
validators: mongoose.Types.DocumentArray<{
|
|
2900
|
-
type?: unknown;
|
|
2901
|
-
message?: unknown;
|
|
2902
|
-
validator?: unknown;
|
|
2903
|
-
reason?: unknown;
|
|
2904
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
2905
|
-
type?: unknown;
|
|
2906
|
-
message?: unknown;
|
|
2907
|
-
validator?: unknown;
|
|
2908
|
-
reason?: unknown;
|
|
2909
|
-
}> & {
|
|
2910
|
-
type?: unknown;
|
|
2911
|
-
message?: unknown;
|
|
2912
|
-
validator?: unknown;
|
|
2913
|
-
reason?: unknown;
|
|
2914
|
-
}>;
|
|
2915
|
-
get?: {} | null | undefined;
|
|
2916
|
-
schema?: {
|
|
2917
|
-
[x: string]: unknown;
|
|
2918
|
-
} | null | undefined;
|
|
2919
|
-
set?: {} | null | undefined;
|
|
2920
|
-
validate?: {} | null | undefined;
|
|
2921
|
-
default?: {} | null | undefined;
|
|
2922
|
-
text?: {} | null | undefined;
|
|
2923
|
-
unique?: {} | null | undefined;
|
|
2924
|
-
index?: {} | null | undefined;
|
|
2925
|
-
sparse?: {} | null | undefined;
|
|
2926
|
-
required?: {} | null | undefined;
|
|
2927
|
-
ref?: {} | null | undefined;
|
|
2928
|
-
cast?: {} | null | undefined;
|
|
2929
|
-
select?: {} | null | undefined;
|
|
2930
|
-
immutable?: {} | null | undefined;
|
|
2931
|
-
transform?: {} | null | undefined;
|
|
2932
|
-
options?: {
|
|
2933
|
-
[x: string]: unknown;
|
|
2934
|
-
} | null | undefined;
|
|
2935
|
-
OptionsConstructor?: {
|
|
2936
|
-
[x: string]: unknown;
|
|
2937
|
-
} | null | undefined;
|
|
2938
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
2939
|
-
instance?: unknown;
|
|
2940
|
-
isRequired?: unknown;
|
|
2941
|
-
path?: unknown;
|
|
2942
|
-
validateAll?: {} | null | undefined;
|
|
2943
|
-
defaultOptions?: unknown;
|
|
2944
|
-
} | null | undefined;
|
|
2945
|
-
netProfit3?: {
|
|
2946
|
-
validators: mongoose.Types.DocumentArray<{
|
|
2947
|
-
type?: unknown;
|
|
2948
|
-
message?: unknown;
|
|
2949
|
-
validator?: unknown;
|
|
2950
|
-
reason?: unknown;
|
|
2951
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
2952
|
-
type?: unknown;
|
|
2953
|
-
message?: unknown;
|
|
2954
|
-
validator?: unknown;
|
|
2955
|
-
reason?: unknown;
|
|
2956
|
-
}> & {
|
|
2957
|
-
type?: unknown;
|
|
2958
|
-
message?: unknown;
|
|
2959
|
-
validator?: unknown;
|
|
2960
|
-
reason?: unknown;
|
|
2961
|
-
}>;
|
|
2962
|
-
get?: {} | null | undefined;
|
|
2963
|
-
schema?: {
|
|
2964
|
-
[x: string]: unknown;
|
|
2965
|
-
} | null | undefined;
|
|
2966
|
-
set?: {} | null | undefined;
|
|
2967
|
-
validate?: {} | null | undefined;
|
|
2968
|
-
default?: {} | null | undefined;
|
|
2969
|
-
text?: {} | null | undefined;
|
|
2970
|
-
unique?: {} | null | undefined;
|
|
2971
|
-
index?: {} | null | undefined;
|
|
2972
|
-
sparse?: {} | null | undefined;
|
|
2973
|
-
required?: {} | null | undefined;
|
|
2974
|
-
ref?: {} | null | undefined;
|
|
2975
|
-
cast?: {} | null | undefined;
|
|
2976
|
-
select?: {} | null | undefined;
|
|
2977
|
-
immutable?: {} | null | undefined;
|
|
2978
|
-
transform?: {} | null | undefined;
|
|
2979
|
-
options?: {
|
|
2980
|
-
[x: string]: unknown;
|
|
2981
|
-
} | null | undefined;
|
|
2982
|
-
OptionsConstructor?: {
|
|
2983
|
-
[x: string]: unknown;
|
|
2984
|
-
} | null | undefined;
|
|
2985
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
2986
|
-
instance?: unknown;
|
|
2987
|
-
isRequired?: unknown;
|
|
2988
|
-
path?: unknown;
|
|
2989
|
-
validateAll?: {} | null | undefined;
|
|
2990
|
-
defaultOptions?: unknown;
|
|
2991
|
-
} | null | undefined;
|
|
2992
|
-
} | null | undefined;
|
|
2993
|
-
income?: {
|
|
2994
|
-
pageValidFlag?: unknown;
|
|
2995
|
-
businessTypeLid?: mongoose.Types.ObjectId | null | undefined;
|
|
2996
|
-
natureOfBusiness?: unknown;
|
|
2997
|
-
yearEnd1?: unknown;
|
|
2998
|
-
yearEnd2?: unknown;
|
|
2999
|
-
yearEnd3?: unknown;
|
|
3000
|
-
accountantsAddressLine1?: unknown;
|
|
3001
|
-
accountantsAddressLine2?: unknown;
|
|
3002
|
-
accountantsAddressLine3?: unknown;
|
|
3003
|
-
accountantsCity?: unknown;
|
|
3004
|
-
accountantsCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
3005
|
-
accountantsEmail?: unknown;
|
|
3006
|
-
accountantsPostCode?: unknown;
|
|
3007
|
-
accountantsPractice?: unknown;
|
|
3008
|
-
accountantsTelephoneNumber?: unknown;
|
|
3009
|
-
businessAddressLine1?: unknown;
|
|
3010
|
-
businessAddressLine2?: unknown;
|
|
3011
|
-
businessAddressLine3?: unknown;
|
|
3012
|
-
businessCity?: unknown;
|
|
3013
|
-
businessCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
3014
|
-
businessPostCode?: unknown;
|
|
3015
|
-
businessTelephoneNumber?: unknown;
|
|
3016
|
-
charteredCertifiedOrOtherLid?: mongoose.Types.ObjectId | null | undefined;
|
|
3017
|
-
contactName?: unknown;
|
|
3018
|
-
currentYearEnd?: unknown;
|
|
3019
|
-
dateEstablished?: unknown;
|
|
3020
|
-
doYouHaveAccountant?: unknown;
|
|
3021
|
-
isBusinessAddressDifferent?: unknown;
|
|
3022
|
-
nameOfBusiness?: unknown;
|
|
3023
|
-
netAssets1?: {
|
|
3024
|
-
validators: mongoose.Types.DocumentArray<{
|
|
3025
|
-
type?: unknown;
|
|
3026
|
-
message?: unknown;
|
|
3027
|
-
validator?: unknown;
|
|
3028
|
-
reason?: unknown;
|
|
3029
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
3030
|
-
type?: unknown;
|
|
3031
|
-
message?: unknown;
|
|
3032
|
-
validator?: unknown;
|
|
3033
|
-
reason?: unknown;
|
|
3034
|
-
}> & {
|
|
3035
|
-
type?: unknown;
|
|
3036
|
-
message?: unknown;
|
|
3037
|
-
validator?: unknown;
|
|
3038
|
-
reason?: unknown;
|
|
3039
|
-
}>;
|
|
3040
|
-
get?: {} | null | undefined;
|
|
3041
|
-
schema?: {
|
|
3042
|
-
[x: string]: unknown;
|
|
3043
|
-
} | null | undefined;
|
|
3044
|
-
set?: {} | null | undefined;
|
|
3045
|
-
validate?: {} | null | undefined;
|
|
3046
|
-
default?: {} | null | undefined;
|
|
3047
|
-
text?: {} | null | undefined;
|
|
3048
|
-
unique?: {} | null | undefined;
|
|
3049
|
-
index?: {} | null | undefined;
|
|
3050
|
-
sparse?: {} | null | undefined;
|
|
3051
|
-
required?: {} | null | undefined;
|
|
3052
|
-
ref?: {} | null | undefined;
|
|
3053
|
-
cast?: {} | null | undefined;
|
|
3054
|
-
select?: {} | null | undefined;
|
|
3055
|
-
immutable?: {} | null | undefined;
|
|
3056
|
-
transform?: {} | null | undefined;
|
|
3057
|
-
options?: {
|
|
3058
|
-
[x: string]: unknown;
|
|
3059
|
-
} | null | undefined;
|
|
3060
|
-
OptionsConstructor?: {
|
|
3061
|
-
[x: string]: unknown;
|
|
3062
|
-
} | null | undefined;
|
|
3063
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
3064
|
-
instance?: unknown;
|
|
3065
|
-
isRequired?: unknown;
|
|
3066
|
-
path?: unknown;
|
|
3067
|
-
validateAll?: {} | null | undefined;
|
|
3068
|
-
defaultOptions?: unknown;
|
|
3069
|
-
} | null | undefined;
|
|
3070
|
-
netAssets2?: {
|
|
3071
|
-
validators: mongoose.Types.DocumentArray<{
|
|
3072
|
-
type?: unknown;
|
|
3073
|
-
message?: unknown;
|
|
3074
|
-
validator?: unknown;
|
|
3075
|
-
reason?: unknown;
|
|
3076
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
3077
|
-
type?: unknown;
|
|
3078
|
-
message?: unknown;
|
|
3079
|
-
validator?: unknown;
|
|
3080
|
-
reason?: unknown;
|
|
3081
|
-
}> & {
|
|
3082
|
-
type?: unknown;
|
|
3083
|
-
message?: unknown;
|
|
3084
|
-
validator?: unknown;
|
|
3085
|
-
reason?: unknown;
|
|
3086
|
-
}>;
|
|
3087
|
-
get?: {} | null | undefined;
|
|
3088
|
-
schema?: {
|
|
3089
|
-
[x: string]: unknown;
|
|
3090
|
-
} | null | undefined;
|
|
3091
|
-
set?: {} | null | undefined;
|
|
3092
|
-
validate?: {} | null | undefined;
|
|
3093
|
-
default?: {} | null | undefined;
|
|
3094
|
-
text?: {} | null | undefined;
|
|
3095
|
-
unique?: {} | null | undefined;
|
|
3096
|
-
index?: {} | null | undefined;
|
|
3097
|
-
sparse?: {} | null | undefined;
|
|
3098
|
-
required?: {} | null | undefined;
|
|
3099
|
-
ref?: {} | null | undefined;
|
|
3100
|
-
cast?: {} | null | undefined;
|
|
3101
|
-
select?: {} | null | undefined;
|
|
3102
|
-
immutable?: {} | null | undefined;
|
|
3103
|
-
transform?: {} | null | undefined;
|
|
3104
|
-
options?: {
|
|
3105
|
-
[x: string]: unknown;
|
|
3106
|
-
} | null | undefined;
|
|
3107
|
-
OptionsConstructor?: {
|
|
3108
|
-
[x: string]: unknown;
|
|
3109
|
-
} | null | undefined;
|
|
3110
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
3111
|
-
instance?: unknown;
|
|
3112
|
-
isRequired?: unknown;
|
|
3113
|
-
path?: unknown;
|
|
3114
|
-
validateAll?: {} | null | undefined;
|
|
3115
|
-
defaultOptions?: unknown;
|
|
3116
|
-
} | null | undefined;
|
|
3117
|
-
netAssets3?: {
|
|
3118
|
-
validators: mongoose.Types.DocumentArray<{
|
|
3119
|
-
type?: unknown;
|
|
3120
|
-
message?: unknown;
|
|
3121
|
-
validator?: unknown;
|
|
3122
|
-
reason?: unknown;
|
|
3123
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
3124
|
-
type?: unknown;
|
|
3125
|
-
message?: unknown;
|
|
3126
|
-
validator?: unknown;
|
|
3127
|
-
reason?: unknown;
|
|
3128
|
-
}> & {
|
|
3129
|
-
type?: unknown;
|
|
3130
|
-
message?: unknown;
|
|
3131
|
-
validator?: unknown;
|
|
3132
|
-
reason?: unknown;
|
|
3133
|
-
}>;
|
|
3134
|
-
get?: {} | null | undefined;
|
|
3135
|
-
schema?: {
|
|
3136
|
-
[x: string]: unknown;
|
|
3137
|
-
} | null | undefined;
|
|
3138
|
-
set?: {} | null | undefined;
|
|
3139
|
-
validate?: {} | null | undefined;
|
|
3140
|
-
default?: {} | null | undefined;
|
|
3141
|
-
text?: {} | null | undefined;
|
|
3142
|
-
unique?: {} | null | undefined;
|
|
3143
|
-
index?: {} | null | undefined;
|
|
3144
|
-
sparse?: {} | null | undefined;
|
|
3145
|
-
required?: {} | null | undefined;
|
|
3146
|
-
ref?: {} | null | undefined;
|
|
3147
|
-
cast?: {} | null | undefined;
|
|
3148
|
-
select?: {} | null | undefined;
|
|
3149
|
-
immutable?: {} | null | undefined;
|
|
3150
|
-
transform?: {} | null | undefined;
|
|
3151
|
-
options?: {
|
|
3152
|
-
[x: string]: unknown;
|
|
3153
|
-
} | null | undefined;
|
|
3154
|
-
OptionsConstructor?: {
|
|
3155
|
-
[x: string]: unknown;
|
|
3156
|
-
} | null | undefined;
|
|
3157
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
3158
|
-
instance?: unknown;
|
|
3159
|
-
isRequired?: unknown;
|
|
3160
|
-
path?: unknown;
|
|
3161
|
-
validateAll?: {} | null | undefined;
|
|
3162
|
-
defaultOptions?: unknown;
|
|
3163
|
-
} | null | undefined;
|
|
3164
|
-
percentageOfShareholding?: unknown;
|
|
3165
|
-
registeredAddressLine1?: unknown;
|
|
3166
|
-
registeredAddressLine2?: unknown;
|
|
3167
|
-
registeredAddressLine3?: unknown;
|
|
3168
|
-
registeredCity?: unknown;
|
|
3169
|
-
registeredCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
3170
|
-
registeredPostCode?: unknown;
|
|
3171
|
-
registeredTelephone?: unknown;
|
|
3172
|
-
selfEmployedDate?: unknown;
|
|
3173
|
-
turnover1?: {
|
|
3174
|
-
validators: mongoose.Types.DocumentArray<{
|
|
3175
|
-
type?: unknown;
|
|
3176
|
-
message?: unknown;
|
|
3177
|
-
validator?: unknown;
|
|
3178
|
-
reason?: unknown;
|
|
3179
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
3180
|
-
type?: unknown;
|
|
3181
|
-
message?: unknown;
|
|
3182
|
-
validator?: unknown;
|
|
3183
|
-
reason?: unknown;
|
|
3184
|
-
}> & {
|
|
3185
|
-
type?: unknown;
|
|
3186
|
-
message?: unknown;
|
|
3187
|
-
validator?: unknown;
|
|
3188
|
-
reason?: unknown;
|
|
3189
|
-
}>;
|
|
3190
|
-
get?: {} | null | undefined;
|
|
3191
|
-
schema?: {
|
|
3192
|
-
[x: string]: unknown;
|
|
3193
|
-
} | null | undefined;
|
|
3194
|
-
set?: {} | null | undefined;
|
|
3195
|
-
validate?: {} | null | undefined;
|
|
3196
|
-
default?: {} | null | undefined;
|
|
3197
|
-
text?: {} | null | undefined;
|
|
3198
|
-
unique?: {} | null | undefined;
|
|
3199
|
-
index?: {} | null | undefined;
|
|
3200
|
-
sparse?: {} | null | undefined;
|
|
3201
|
-
required?: {} | null | undefined;
|
|
3202
|
-
ref?: {} | null | undefined;
|
|
3203
|
-
cast?: {} | null | undefined;
|
|
3204
|
-
select?: {} | null | undefined;
|
|
3205
|
-
immutable?: {} | null | undefined;
|
|
3206
|
-
transform?: {} | null | undefined;
|
|
3207
|
-
options?: {
|
|
3208
|
-
[x: string]: unknown;
|
|
3209
|
-
} | null | undefined;
|
|
3210
|
-
OptionsConstructor?: {
|
|
3211
|
-
[x: string]: unknown;
|
|
3212
|
-
} | null | undefined;
|
|
3213
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
3214
|
-
instance?: unknown;
|
|
3215
|
-
isRequired?: unknown;
|
|
3216
|
-
path?: unknown;
|
|
3217
|
-
validateAll?: {} | null | undefined;
|
|
3218
|
-
defaultOptions?: unknown;
|
|
3219
|
-
} | null | undefined;
|
|
3220
|
-
turnover2?: {
|
|
3221
|
-
validators: mongoose.Types.DocumentArray<{
|
|
3222
|
-
type?: unknown;
|
|
3223
|
-
message?: unknown;
|
|
3224
|
-
validator?: unknown;
|
|
3225
|
-
reason?: unknown;
|
|
3226
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
3227
|
-
type?: unknown;
|
|
3228
|
-
message?: unknown;
|
|
3229
|
-
validator?: unknown;
|
|
3230
|
-
reason?: unknown;
|
|
3231
|
-
}> & {
|
|
3232
|
-
type?: unknown;
|
|
3233
|
-
message?: unknown;
|
|
3234
|
-
validator?: unknown;
|
|
3235
|
-
reason?: unknown;
|
|
3236
|
-
}>;
|
|
3237
|
-
get?: {} | null | undefined;
|
|
3238
|
-
schema?: {
|
|
3239
|
-
[x: string]: unknown;
|
|
3240
|
-
} | null | undefined;
|
|
3241
|
-
set?: {} | null | undefined;
|
|
3242
|
-
validate?: {} | null | undefined;
|
|
3243
|
-
default?: {} | null | undefined;
|
|
3244
|
-
text?: {} | null | undefined;
|
|
3245
|
-
unique?: {} | null | undefined;
|
|
3246
|
-
index?: {} | null | undefined;
|
|
3247
|
-
sparse?: {} | null | undefined;
|
|
3248
|
-
required?: {} | null | undefined;
|
|
3249
|
-
ref?: {} | null | undefined;
|
|
3250
|
-
cast?: {} | null | undefined;
|
|
3251
|
-
select?: {} | null | undefined;
|
|
3252
|
-
immutable?: {} | null | undefined;
|
|
3253
|
-
transform?: {} | null | undefined;
|
|
3254
|
-
options?: {
|
|
3255
|
-
[x: string]: unknown;
|
|
3256
|
-
} | null | undefined;
|
|
3257
|
-
OptionsConstructor?: {
|
|
3258
|
-
[x: string]: unknown;
|
|
3259
|
-
} | null | undefined;
|
|
3260
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
3261
|
-
instance?: unknown;
|
|
3262
|
-
isRequired?: unknown;
|
|
3263
|
-
path?: unknown;
|
|
3264
|
-
validateAll?: {} | null | undefined;
|
|
3265
|
-
defaultOptions?: unknown;
|
|
3266
|
-
} | null | undefined;
|
|
3267
|
-
turnover3?: {
|
|
3268
|
-
validators: mongoose.Types.DocumentArray<{
|
|
3269
|
-
type?: unknown;
|
|
3270
|
-
message?: unknown;
|
|
3271
|
-
validator?: unknown;
|
|
3272
|
-
reason?: unknown;
|
|
3273
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
3274
|
-
type?: unknown;
|
|
3275
|
-
message?: unknown;
|
|
3276
|
-
validator?: unknown;
|
|
3277
|
-
reason?: unknown;
|
|
3278
|
-
}> & {
|
|
3279
|
-
type?: unknown;
|
|
3280
|
-
message?: unknown;
|
|
3281
|
-
validator?: unknown;
|
|
3282
|
-
reason?: unknown;
|
|
3283
|
-
}>;
|
|
3284
|
-
get?: {} | null | undefined;
|
|
3285
|
-
schema?: {
|
|
3286
|
-
[x: string]: unknown;
|
|
3287
|
-
} | null | undefined;
|
|
3288
|
-
set?: {} | null | undefined;
|
|
3289
|
-
validate?: {} | null | undefined;
|
|
3290
|
-
default?: {} | null | undefined;
|
|
3291
|
-
text?: {} | null | undefined;
|
|
3292
|
-
unique?: {} | null | undefined;
|
|
3293
|
-
index?: {} | null | undefined;
|
|
3294
|
-
sparse?: {} | null | undefined;
|
|
3295
|
-
required?: {} | null | undefined;
|
|
3296
|
-
ref?: {} | null | undefined;
|
|
3297
|
-
cast?: {} | null | undefined;
|
|
3298
|
-
select?: {} | null | undefined;
|
|
3299
|
-
immutable?: {} | null | undefined;
|
|
3300
|
-
transform?: {} | null | undefined;
|
|
3301
|
-
options?: {
|
|
3302
|
-
[x: string]: unknown;
|
|
3303
|
-
} | null | undefined;
|
|
3304
|
-
OptionsConstructor?: {
|
|
3305
|
-
[x: string]: unknown;
|
|
3306
|
-
} | null | undefined;
|
|
3307
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
3308
|
-
instance?: unknown;
|
|
3309
|
-
isRequired?: unknown;
|
|
3310
|
-
path?: unknown;
|
|
3311
|
-
validateAll?: {} | null | undefined;
|
|
3312
|
-
defaultOptions?: unknown;
|
|
3313
|
-
} | null | undefined;
|
|
3314
|
-
year1?: {
|
|
3315
|
-
validators: mongoose.Types.DocumentArray<{
|
|
3316
|
-
type?: unknown;
|
|
3317
|
-
message?: unknown;
|
|
3318
|
-
validator?: unknown;
|
|
3319
|
-
reason?: unknown;
|
|
3320
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
3321
|
-
type?: unknown;
|
|
3322
|
-
message?: unknown;
|
|
3323
|
-
validator?: unknown;
|
|
3324
|
-
reason?: unknown;
|
|
3325
|
-
}> & {
|
|
3326
|
-
type?: unknown;
|
|
3327
|
-
message?: unknown;
|
|
3328
|
-
validator?: unknown;
|
|
3329
|
-
reason?: unknown;
|
|
3330
|
-
}>;
|
|
3331
|
-
get?: {} | null | undefined;
|
|
3332
|
-
schema?: {
|
|
3333
|
-
[x: string]: unknown;
|
|
3334
|
-
} | null | undefined;
|
|
3335
|
-
set?: {} | null | undefined;
|
|
3336
|
-
validate?: {} | null | undefined;
|
|
3337
|
-
default?: {} | null | undefined;
|
|
3338
|
-
text?: {} | null | undefined;
|
|
3339
|
-
unique?: {} | null | undefined;
|
|
3340
|
-
index?: {} | null | undefined;
|
|
3341
|
-
sparse?: {} | null | undefined;
|
|
3342
|
-
required?: {} | null | undefined;
|
|
3343
|
-
ref?: {} | null | undefined;
|
|
3344
|
-
cast?: {} | null | undefined;
|
|
3345
|
-
select?: {} | null | undefined;
|
|
3346
|
-
immutable?: {} | null | undefined;
|
|
3347
|
-
transform?: {} | null | undefined;
|
|
3348
|
-
options?: {
|
|
3349
|
-
[x: string]: unknown;
|
|
3350
|
-
} | null | undefined;
|
|
3351
|
-
OptionsConstructor?: {
|
|
3352
|
-
[x: string]: unknown;
|
|
3353
|
-
} | null | undefined;
|
|
3354
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
3355
|
-
instance?: unknown;
|
|
3356
|
-
isRequired?: unknown;
|
|
3357
|
-
path?: unknown;
|
|
3358
|
-
validateAll?: {} | null | undefined;
|
|
3359
|
-
defaultOptions?: unknown;
|
|
3360
|
-
} | null | undefined;
|
|
3361
|
-
year2?: {
|
|
3362
|
-
validators: mongoose.Types.DocumentArray<{
|
|
3363
|
-
type?: unknown;
|
|
3364
|
-
message?: unknown;
|
|
3365
|
-
validator?: unknown;
|
|
3366
|
-
reason?: unknown;
|
|
3367
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
3368
|
-
type?: unknown;
|
|
3369
|
-
message?: unknown;
|
|
3370
|
-
validator?: unknown;
|
|
3371
|
-
reason?: unknown;
|
|
3372
|
-
}> & {
|
|
3373
|
-
type?: unknown;
|
|
3374
|
-
message?: unknown;
|
|
3375
|
-
validator?: unknown;
|
|
3376
|
-
reason?: unknown;
|
|
3377
|
-
}>;
|
|
3378
|
-
get?: {} | null | undefined;
|
|
3379
|
-
schema?: {
|
|
3380
|
-
[x: string]: unknown;
|
|
3381
|
-
} | null | undefined;
|
|
3382
|
-
set?: {} | null | undefined;
|
|
3383
|
-
validate?: {} | null | undefined;
|
|
3384
|
-
default?: {} | null | undefined;
|
|
3385
|
-
text?: {} | null | undefined;
|
|
3386
|
-
unique?: {} | null | undefined;
|
|
3387
|
-
index?: {} | null | undefined;
|
|
3388
|
-
sparse?: {} | null | undefined;
|
|
3389
|
-
required?: {} | null | undefined;
|
|
3390
|
-
ref?: {} | null | undefined;
|
|
3391
|
-
cast?: {} | null | undefined;
|
|
3392
|
-
select?: {} | null | undefined;
|
|
3393
|
-
immutable?: {} | null | undefined;
|
|
3394
|
-
transform?: {} | null | undefined;
|
|
3395
|
-
options?: {
|
|
3396
|
-
[x: string]: unknown;
|
|
3397
|
-
} | null | undefined;
|
|
3398
|
-
OptionsConstructor?: {
|
|
3399
|
-
[x: string]: unknown;
|
|
3400
|
-
} | null | undefined;
|
|
3401
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
3402
|
-
instance?: unknown;
|
|
3403
|
-
isRequired?: unknown;
|
|
3404
|
-
path?: unknown;
|
|
3405
|
-
validateAll?: {} | null | undefined;
|
|
3406
|
-
defaultOptions?: unknown;
|
|
3407
|
-
} | null | undefined;
|
|
3408
|
-
year3?: {
|
|
3409
|
-
validators: mongoose.Types.DocumentArray<{
|
|
3410
|
-
type?: unknown;
|
|
3411
|
-
message?: unknown;
|
|
3412
|
-
validator?: unknown;
|
|
3413
|
-
reason?: unknown;
|
|
3414
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
3415
|
-
type?: unknown;
|
|
3416
|
-
message?: unknown;
|
|
3417
|
-
validator?: unknown;
|
|
3418
|
-
reason?: unknown;
|
|
3419
|
-
}> & {
|
|
3420
|
-
type?: unknown;
|
|
3421
|
-
message?: unknown;
|
|
3422
|
-
validator?: unknown;
|
|
3423
|
-
reason?: unknown;
|
|
3424
|
-
}>;
|
|
3425
|
-
get?: {} | null | undefined;
|
|
3426
|
-
schema?: {
|
|
3427
|
-
[x: string]: unknown;
|
|
3428
|
-
} | null | undefined;
|
|
3429
|
-
set?: {} | null | undefined;
|
|
3430
|
-
validate?: {} | null | undefined;
|
|
3431
|
-
default?: {} | null | undefined;
|
|
3432
|
-
text?: {} | null | undefined;
|
|
3433
|
-
unique?: {} | null | undefined;
|
|
3434
|
-
index?: {} | null | undefined;
|
|
3435
|
-
sparse?: {} | null | undefined;
|
|
3436
|
-
required?: {} | null | undefined;
|
|
3437
|
-
ref?: {} | null | undefined;
|
|
3438
|
-
cast?: {} | null | undefined;
|
|
3439
|
-
select?: {} | null | undefined;
|
|
3440
|
-
immutable?: {} | null | undefined;
|
|
3441
|
-
transform?: {} | null | undefined;
|
|
3442
|
-
options?: {
|
|
3443
|
-
[x: string]: unknown;
|
|
3444
|
-
} | null | undefined;
|
|
3445
|
-
OptionsConstructor?: {
|
|
3446
|
-
[x: string]: unknown;
|
|
3447
|
-
} | null | undefined;
|
|
3448
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
3449
|
-
instance?: unknown;
|
|
3450
|
-
isRequired?: unknown;
|
|
3451
|
-
path?: unknown;
|
|
3452
|
-
validateAll?: {} | null | undefined;
|
|
3453
|
-
defaultOptions?: unknown;
|
|
3454
|
-
} | null | undefined;
|
|
3455
|
-
} | null | undefined;
|
|
3456
|
-
ukPassportProfession?: mongoose.Types.ObjectId | null | undefined;
|
|
3457
|
-
}, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
|
|
3458
|
-
createdAt: NativeDate;
|
|
3459
|
-
updatedAt: NativeDate;
|
|
3460
|
-
} & {
|
|
3461
|
-
applicationId: mongoose.Types.ObjectId;
|
|
3462
|
-
applicantId: string;
|
|
3463
|
-
pageValidFlag: boolean;
|
|
3464
|
-
taxJurisdictionLid: mongoose.Types.ObjectId;
|
|
3465
|
-
addressPostCode: string;
|
|
3466
|
-
addressLine1: string;
|
|
3467
|
-
addressLine2: string;
|
|
3468
|
-
addressLine3: string;
|
|
3469
|
-
addressCity: string;
|
|
3470
|
-
addressCountryLid: mongoose.Types.ObjectId;
|
|
3471
|
-
isUkResident: boolean;
|
|
3472
|
-
email: string;
|
|
3473
|
-
firstName: string;
|
|
3474
|
-
lastName: string;
|
|
3475
|
-
addressMovedDate: string;
|
|
3476
|
-
correspondenceAddressCity: string;
|
|
3477
|
-
correspondenceAddressCountryLid: mongoose.Types.ObjectId;
|
|
3478
|
-
correspondenceAddressLine1: string;
|
|
3479
|
-
correspondenceAddressLine2: string;
|
|
3480
|
-
correspondenceAddressLine3: string;
|
|
3481
|
-
correspondenceAddressPostCode: string;
|
|
3482
|
-
countryOfResidenceLid: mongoose.Types.ObjectId;
|
|
3483
|
-
dateOfBirth: string;
|
|
3484
|
-
dependant10Age: number;
|
|
3485
|
-
dependant1Age: number;
|
|
3486
|
-
dependant2Age: number;
|
|
3487
|
-
dependant3Age: number;
|
|
3488
|
-
dependant4Age: number;
|
|
3489
|
-
dependant5Age: number;
|
|
3490
|
-
dependant6Age: number;
|
|
3491
|
-
dependant7Age: number;
|
|
3492
|
-
dependant8Age: number;
|
|
3493
|
-
dependant9Age: number;
|
|
3494
|
-
employmentStatusDetails: string;
|
|
3495
|
-
isFirstTimelandlord: boolean;
|
|
3496
|
-
foreignIdForNationals: string;
|
|
3497
|
-
gdprEmail: boolean;
|
|
3498
|
-
gdprPost: boolean;
|
|
3499
|
-
gdprTelephone: boolean;
|
|
3500
|
-
gdprTextMessage: boolean;
|
|
3501
|
-
gender: string;
|
|
3502
|
-
hasBrokerGivenConsentForVulnerabilities: boolean;
|
|
3503
|
-
hasLinkedJurisdiction: boolean;
|
|
3504
|
-
isCorrespondence: boolean;
|
|
3505
|
-
isCommitmentConfirmed: boolean;
|
|
3506
|
-
isCurrentContract: boolean;
|
|
3507
|
-
isCustomerVulnerable: boolean;
|
|
3508
|
-
isExpat: boolean;
|
|
3509
|
-
isFirstApplicant: boolean;
|
|
3510
|
-
isUkPassport: boolean;
|
|
3511
|
-
classLid: mongoose.Types.ObjectId;
|
|
3512
|
-
linkedJurisdictionCountryLid: mongoose.Types.ObjectId;
|
|
3513
|
-
linkedJurisdictionDetails: string;
|
|
3514
|
-
maidenName: string;
|
|
3515
|
-
maritalStatusLid: mongoose.Types.ObjectId;
|
|
3516
|
-
mobileNumber: string;
|
|
3517
|
-
nationalityLid: mongoose.Types.ObjectId;
|
|
3518
|
-
netIncome: Pound;
|
|
3519
|
-
niNumber: string;
|
|
3520
|
-
numberOfDependants: number;
|
|
3521
|
-
isOneYearPrior: boolean;
|
|
3522
|
-
phoneNumber: string;
|
|
3523
|
-
previous1AddressCity: string;
|
|
3524
|
-
previous1AddressCountryLid: mongoose.Types.ObjectId;
|
|
3525
|
-
previous1AddressLine1: string;
|
|
3526
|
-
previous1AddressLine2: string;
|
|
3527
|
-
previous1AddressLine3: string;
|
|
3528
|
-
previous1AddressMovedDate: string;
|
|
3529
|
-
previous1AddressPostCode: string;
|
|
3530
|
-
previous1AddressPropertyOwnedBy: string;
|
|
3531
|
-
previous2AddressCity: string;
|
|
3532
|
-
previous2AddressCountryLid: mongoose.Types.ObjectId;
|
|
3533
|
-
previous2AddressLine1: string;
|
|
3534
|
-
previous2AddressLine2: string;
|
|
3535
|
-
previous2AddressLine3: string;
|
|
3536
|
-
previous2AddressMovedDate: string;
|
|
3537
|
-
previous2AddressPostCode: string;
|
|
3538
|
-
previous2AddressPropertyOwnedBy: string;
|
|
3539
|
-
relationshipToOthers: string;
|
|
3540
|
-
residentialStatusLid: mongoose.Types.ObjectId;
|
|
3541
|
-
retirementAge: string;
|
|
3542
|
-
taxPayerLid: mongoose.Types.ObjectId;
|
|
3543
|
-
timeResidedAtCountryOfResidence: number;
|
|
3544
|
-
title: string;
|
|
3545
|
-
isTwoYearPrior: boolean;
|
|
3546
|
-
understandEnglish: boolean;
|
|
3547
|
-
vulnerabilityNotes: string;
|
|
3548
|
-
vulnerabilityTypeLids: mongoose.Types.ObjectId[];
|
|
3549
|
-
creditProfile?: {
|
|
3550
|
-
anyVoluntaryEnforcedPossessionNo: string;
|
|
3551
|
-
bankruptcyNo: string;
|
|
3552
|
-
ccjInLastThreeYearNo: string;
|
|
3553
|
-
defaultsInLastYearNo: string;
|
|
3554
|
-
} | null | undefined;
|
|
3555
|
-
creditData?: {
|
|
3556
|
-
statusLid: mongoose.Types.ObjectId;
|
|
3557
|
-
bankruptcy: string;
|
|
3558
|
-
countyCourtJudgment: string;
|
|
3559
|
-
securedArrears: string;
|
|
3560
|
-
unsecuredArrears: string;
|
|
3561
|
-
valid: string;
|
|
3562
|
-
creditDefaults?: string | null | undefined;
|
|
3563
|
-
} | null | undefined;
|
|
3564
|
-
riskNarrative?: {
|
|
3565
|
-
call2StatusLid: mongoose.Types.ObjectId;
|
|
3566
|
-
statusLid: mongoose.Types.ObjectId;
|
|
3567
|
-
docVerificationStatusLid: mongoose.Types.ObjectId;
|
|
3568
|
-
link?: string | null | undefined;
|
|
3569
|
-
riskRating?: string | null | undefined;
|
|
3570
|
-
clientReference?: string | null | undefined;
|
|
3571
|
-
isPoaTaskGenerated?: string | null | undefined;
|
|
3572
|
-
riskLevel?: string | null | undefined;
|
|
3573
|
-
verificationLinkSentOn?: string | null | undefined;
|
|
3574
|
-
} | null | undefined;
|
|
3575
|
-
otherIncome?: {
|
|
3576
|
-
maintenance?: {
|
|
3577
|
-
validators: mongoose.Types.DocumentArray<{
|
|
3578
|
-
type?: unknown;
|
|
3579
|
-
message?: unknown;
|
|
3580
|
-
validator?: unknown;
|
|
3581
|
-
reason?: unknown;
|
|
3582
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
3583
|
-
type?: unknown;
|
|
3584
|
-
message?: unknown;
|
|
3585
|
-
validator?: unknown;
|
|
3586
|
-
reason?: unknown;
|
|
3587
|
-
}> & {
|
|
3588
|
-
type?: unknown;
|
|
3589
|
-
message?: unknown;
|
|
3590
|
-
validator?: unknown;
|
|
3591
|
-
reason?: unknown;
|
|
3592
|
-
}>;
|
|
3593
|
-
get?: {} | null | undefined;
|
|
3594
|
-
schema?: {
|
|
3595
|
-
[x: string]: unknown;
|
|
3596
|
-
} | null | undefined;
|
|
3597
|
-
set?: {} | null | undefined;
|
|
3598
|
-
validate?: {} | null | undefined;
|
|
3599
|
-
default?: {} | null | undefined;
|
|
3600
|
-
text?: {} | null | undefined;
|
|
3601
|
-
unique?: {} | null | undefined;
|
|
3602
|
-
index?: {} | null | undefined;
|
|
3603
|
-
sparse?: {} | null | undefined;
|
|
3604
|
-
required?: {} | null | undefined;
|
|
3605
|
-
ref?: {} | null | undefined;
|
|
3606
|
-
cast?: {} | null | undefined;
|
|
3607
|
-
select?: {} | null | undefined;
|
|
3608
|
-
immutable?: {} | null | undefined;
|
|
3609
|
-
transform?: {} | null | undefined;
|
|
3610
|
-
options?: {
|
|
3611
|
-
[x: string]: unknown;
|
|
3612
|
-
} | null | undefined;
|
|
3613
|
-
OptionsConstructor?: {
|
|
3614
|
-
[x: string]: unknown;
|
|
3615
|
-
} | null | undefined;
|
|
3616
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
3617
|
-
instance?: unknown;
|
|
3618
|
-
isRequired?: unknown;
|
|
3619
|
-
path?: unknown;
|
|
3620
|
-
validateAll?: {} | null | undefined;
|
|
3621
|
-
defaultOptions?: unknown;
|
|
3622
|
-
} | null | undefined;
|
|
3623
|
-
sourceDetails1?: unknown;
|
|
3624
|
-
amount1?: {
|
|
3625
|
-
validators: mongoose.Types.DocumentArray<{
|
|
3626
|
-
type?: unknown;
|
|
3627
|
-
message?: unknown;
|
|
3628
|
-
validator?: unknown;
|
|
3629
|
-
reason?: unknown;
|
|
3630
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
3631
|
-
type?: unknown;
|
|
3632
|
-
message?: unknown;
|
|
3633
|
-
validator?: unknown;
|
|
3634
|
-
reason?: unknown;
|
|
3635
|
-
}> & {
|
|
3636
|
-
type?: unknown;
|
|
3637
|
-
message?: unknown;
|
|
3638
|
-
validator?: unknown;
|
|
3639
|
-
reason?: unknown;
|
|
3640
|
-
}>;
|
|
3641
|
-
get?: {} | null | undefined;
|
|
3642
|
-
schema?: {
|
|
3643
|
-
[x: string]: unknown;
|
|
3644
|
-
} | null | undefined;
|
|
3645
|
-
set?: {} | null | undefined;
|
|
3646
|
-
validate?: {} | null | undefined;
|
|
3647
|
-
default?: {} | null | undefined;
|
|
3648
|
-
text?: {} | null | undefined;
|
|
3649
|
-
unique?: {} | null | undefined;
|
|
3650
|
-
index?: {} | null | undefined;
|
|
3651
|
-
sparse?: {} | null | undefined;
|
|
3652
|
-
required?: {} | null | undefined;
|
|
3653
|
-
ref?: {} | null | undefined;
|
|
3654
|
-
cast?: {} | null | undefined;
|
|
3655
|
-
select?: {} | null | undefined;
|
|
3656
|
-
immutable?: {} | null | undefined;
|
|
3657
|
-
transform?: {} | null | undefined;
|
|
3658
|
-
options?: {
|
|
3659
|
-
[x: string]: unknown;
|
|
3660
|
-
} | null | undefined;
|
|
3661
|
-
OptionsConstructor?: {
|
|
3662
|
-
[x: string]: unknown;
|
|
3663
|
-
} | null | undefined;
|
|
3664
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
3665
|
-
instance?: unknown;
|
|
3666
|
-
isRequired?: unknown;
|
|
3667
|
-
path?: unknown;
|
|
3668
|
-
validateAll?: {} | null | undefined;
|
|
3669
|
-
defaultOptions?: unknown;
|
|
3670
|
-
} | null | undefined;
|
|
3671
|
-
payFrequency1Lid?: mongoose.Types.ObjectId | null | undefined;
|
|
3672
|
-
guaranteed1?: unknown;
|
|
3673
|
-
sourceDetails2?: unknown;
|
|
3674
|
-
amount2?: {
|
|
3675
|
-
validators: mongoose.Types.DocumentArray<{
|
|
3676
|
-
type?: unknown;
|
|
3677
|
-
message?: unknown;
|
|
3678
|
-
validator?: unknown;
|
|
3679
|
-
reason?: unknown;
|
|
3680
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
3681
|
-
type?: unknown;
|
|
3682
|
-
message?: unknown;
|
|
3683
|
-
validator?: unknown;
|
|
3684
|
-
reason?: unknown;
|
|
3685
|
-
}> & {
|
|
3686
|
-
type?: unknown;
|
|
3687
|
-
message?: unknown;
|
|
3688
|
-
validator?: unknown;
|
|
3689
|
-
reason?: unknown;
|
|
3690
|
-
}>;
|
|
3691
|
-
get?: {} | null | undefined;
|
|
3692
|
-
schema?: {
|
|
3693
|
-
[x: string]: unknown;
|
|
3694
|
-
} | null | undefined;
|
|
3695
|
-
set?: {} | null | undefined;
|
|
3696
|
-
validate?: {} | null | undefined;
|
|
3697
|
-
default?: {} | null | undefined;
|
|
3698
|
-
text?: {} | null | undefined;
|
|
3699
|
-
unique?: {} | null | undefined;
|
|
3700
|
-
index?: {} | null | undefined;
|
|
3701
|
-
sparse?: {} | null | undefined;
|
|
3702
|
-
required?: {} | null | undefined;
|
|
3703
|
-
ref?: {} | null | undefined;
|
|
3704
|
-
cast?: {} | null | undefined;
|
|
3705
|
-
select?: {} | null | undefined;
|
|
3706
|
-
immutable?: {} | null | undefined;
|
|
3707
|
-
transform?: {} | null | undefined;
|
|
3708
|
-
options?: {
|
|
3709
|
-
[x: string]: unknown;
|
|
3710
|
-
} | null | undefined;
|
|
3711
|
-
OptionsConstructor?: {
|
|
3712
|
-
[x: string]: unknown;
|
|
3713
|
-
} | null | undefined;
|
|
3714
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
3715
|
-
instance?: unknown;
|
|
3716
|
-
isRequired?: unknown;
|
|
3717
|
-
path?: unknown;
|
|
3718
|
-
validateAll?: {} | null | undefined;
|
|
3719
|
-
defaultOptions?: unknown;
|
|
3720
|
-
} | null | undefined;
|
|
3721
|
-
payFrequency2Lid?: mongoose.Types.ObjectId | null | undefined;
|
|
3722
|
-
guaranteed2?: unknown;
|
|
3723
|
-
sourceDetails3?: unknown;
|
|
3724
|
-
amount3?: {
|
|
3725
|
-
validators: mongoose.Types.DocumentArray<{
|
|
3726
|
-
type?: unknown;
|
|
3727
|
-
message?: unknown;
|
|
3728
|
-
validator?: unknown;
|
|
3729
|
-
reason?: unknown;
|
|
3730
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
3731
|
-
type?: unknown;
|
|
3732
|
-
message?: unknown;
|
|
3733
|
-
validator?: unknown;
|
|
3734
|
-
reason?: unknown;
|
|
3735
|
-
}> & {
|
|
3736
|
-
type?: unknown;
|
|
3737
|
-
message?: unknown;
|
|
3738
|
-
validator?: unknown;
|
|
3739
|
-
reason?: unknown;
|
|
3740
|
-
}>;
|
|
3741
|
-
get?: {} | null | undefined;
|
|
3742
|
-
schema?: {
|
|
3743
|
-
[x: string]: unknown;
|
|
3744
|
-
} | null | undefined;
|
|
3745
|
-
set?: {} | null | undefined;
|
|
3746
|
-
validate?: {} | null | undefined;
|
|
3747
|
-
default?: {} | null | undefined;
|
|
3748
|
-
text?: {} | null | undefined;
|
|
3749
|
-
unique?: {} | null | undefined;
|
|
3750
|
-
index?: {} | null | undefined;
|
|
3751
|
-
sparse?: {} | null | undefined;
|
|
3752
|
-
required?: {} | null | undefined;
|
|
3753
|
-
ref?: {} | null | undefined;
|
|
3754
|
-
cast?: {} | null | undefined;
|
|
3755
|
-
select?: {} | null | undefined;
|
|
3756
|
-
immutable?: {} | null | undefined;
|
|
3757
|
-
transform?: {} | null | undefined;
|
|
3758
|
-
options?: {
|
|
3759
|
-
[x: string]: unknown;
|
|
3760
|
-
} | null | undefined;
|
|
3761
|
-
OptionsConstructor?: {
|
|
3762
|
-
[x: string]: unknown;
|
|
3763
|
-
} | null | undefined;
|
|
3764
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
3765
|
-
instance?: unknown;
|
|
3766
|
-
isRequired?: unknown;
|
|
3767
|
-
path?: unknown;
|
|
3768
|
-
validateAll?: {} | null | undefined;
|
|
3769
|
-
defaultOptions?: unknown;
|
|
3770
|
-
} | null | undefined;
|
|
3771
|
-
payFrequency3Lid?: mongoose.Types.ObjectId | null | undefined;
|
|
3772
|
-
guaranteed3?: unknown;
|
|
3773
|
-
sourceDetails4?: unknown;
|
|
3774
|
-
amount4?: {
|
|
3775
|
-
validators: mongoose.Types.DocumentArray<{
|
|
3776
|
-
type?: unknown;
|
|
3777
|
-
message?: unknown;
|
|
3778
|
-
validator?: unknown;
|
|
3779
|
-
reason?: unknown;
|
|
3780
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
3781
|
-
type?: unknown;
|
|
3782
|
-
message?: unknown;
|
|
3783
|
-
validator?: unknown;
|
|
3784
|
-
reason?: unknown;
|
|
3785
|
-
}> & {
|
|
3786
|
-
type?: unknown;
|
|
3787
|
-
message?: unknown;
|
|
3788
|
-
validator?: unknown;
|
|
3789
|
-
reason?: unknown;
|
|
3790
|
-
}>;
|
|
3791
|
-
get?: {} | null | undefined;
|
|
3792
|
-
schema?: {
|
|
3793
|
-
[x: string]: unknown;
|
|
3794
|
-
} | null | undefined;
|
|
3795
|
-
set?: {} | null | undefined;
|
|
3796
|
-
validate?: {} | null | undefined;
|
|
3797
|
-
default?: {} | null | undefined;
|
|
3798
|
-
text?: {} | null | undefined;
|
|
3799
|
-
unique?: {} | null | undefined;
|
|
3800
|
-
index?: {} | null | undefined;
|
|
3801
|
-
sparse?: {} | null | undefined;
|
|
3802
|
-
required?: {} | null | undefined;
|
|
3803
|
-
ref?: {} | null | undefined;
|
|
3804
|
-
cast?: {} | null | undefined;
|
|
3805
|
-
select?: {} | null | undefined;
|
|
3806
|
-
immutable?: {} | null | undefined;
|
|
3807
|
-
transform?: {} | null | undefined;
|
|
3808
|
-
options?: {
|
|
3809
|
-
[x: string]: unknown;
|
|
3810
|
-
} | null | undefined;
|
|
3811
|
-
OptionsConstructor?: {
|
|
3812
|
-
[x: string]: unknown;
|
|
3813
|
-
} | null | undefined;
|
|
3814
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
3815
|
-
instance?: unknown;
|
|
3816
|
-
isRequired?: unknown;
|
|
3817
|
-
path?: unknown;
|
|
3818
|
-
validateAll?: {} | null | undefined;
|
|
3819
|
-
defaultOptions?: unknown;
|
|
3820
|
-
} | null | undefined;
|
|
3821
|
-
payFrequency4Lid?: mongoose.Types.ObjectId | null | undefined;
|
|
3822
|
-
guaranteed4?: unknown;
|
|
3823
|
-
taxCredits?: {
|
|
3824
|
-
validators: mongoose.Types.DocumentArray<{
|
|
3825
|
-
type?: unknown;
|
|
3826
|
-
message?: unknown;
|
|
3827
|
-
validator?: unknown;
|
|
3828
|
-
reason?: unknown;
|
|
3829
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
3830
|
-
type?: unknown;
|
|
3831
|
-
message?: unknown;
|
|
3832
|
-
validator?: unknown;
|
|
3833
|
-
reason?: unknown;
|
|
3834
|
-
}> & {
|
|
3835
|
-
type?: unknown;
|
|
3836
|
-
message?: unknown;
|
|
3837
|
-
validator?: unknown;
|
|
3838
|
-
reason?: unknown;
|
|
3839
|
-
}>;
|
|
3840
|
-
get?: {} | null | undefined;
|
|
3841
|
-
schema?: {
|
|
3842
|
-
[x: string]: unknown;
|
|
3843
|
-
} | null | undefined;
|
|
3844
|
-
set?: {} | null | undefined;
|
|
3845
|
-
validate?: {} | null | undefined;
|
|
3846
|
-
default?: {} | null | undefined;
|
|
3847
|
-
text?: {} | null | undefined;
|
|
3848
|
-
unique?: {} | null | undefined;
|
|
3849
|
-
index?: {} | null | undefined;
|
|
3850
|
-
sparse?: {} | null | undefined;
|
|
3851
|
-
required?: {} | null | undefined;
|
|
3852
|
-
ref?: {} | null | undefined;
|
|
3853
|
-
cast?: {} | null | undefined;
|
|
3854
|
-
select?: {} | null | undefined;
|
|
3855
|
-
immutable?: {} | null | undefined;
|
|
3856
|
-
transform?: {} | null | undefined;
|
|
3857
|
-
options?: {
|
|
3858
|
-
[x: string]: unknown;
|
|
3859
|
-
} | null | undefined;
|
|
3860
|
-
OptionsConstructor?: {
|
|
3861
|
-
[x: string]: unknown;
|
|
3862
|
-
} | null | undefined;
|
|
3863
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
3864
|
-
instance?: unknown;
|
|
3865
|
-
isRequired?: unknown;
|
|
3866
|
-
path?: unknown;
|
|
3867
|
-
validateAll?: {} | null | undefined;
|
|
3868
|
-
defaultOptions?: unknown;
|
|
3869
|
-
} | null | undefined;
|
|
3870
|
-
otherBenefits?: {
|
|
3871
|
-
validators: mongoose.Types.DocumentArray<{
|
|
3872
|
-
type?: unknown;
|
|
3873
|
-
message?: unknown;
|
|
3874
|
-
validator?: unknown;
|
|
3875
|
-
reason?: unknown;
|
|
3876
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
3877
|
-
type?: unknown;
|
|
3878
|
-
message?: unknown;
|
|
3879
|
-
validator?: unknown;
|
|
3880
|
-
reason?: unknown;
|
|
3881
|
-
}> & {
|
|
3882
|
-
type?: unknown;
|
|
3883
|
-
message?: unknown;
|
|
3884
|
-
validator?: unknown;
|
|
3885
|
-
reason?: unknown;
|
|
3886
|
-
}>;
|
|
3887
|
-
get?: {} | null | undefined;
|
|
3888
|
-
schema?: {
|
|
3889
|
-
[x: string]: unknown;
|
|
3890
|
-
} | null | undefined;
|
|
3891
|
-
set?: {} | null | undefined;
|
|
3892
|
-
validate?: {} | null | undefined;
|
|
3893
|
-
default?: {} | null | undefined;
|
|
3894
|
-
text?: {} | null | undefined;
|
|
3895
|
-
unique?: {} | null | undefined;
|
|
3896
|
-
index?: {} | null | undefined;
|
|
3897
|
-
sparse?: {} | null | undefined;
|
|
3898
|
-
required?: {} | null | undefined;
|
|
3899
|
-
ref?: {} | null | undefined;
|
|
3900
|
-
cast?: {} | null | undefined;
|
|
3901
|
-
select?: {} | null | undefined;
|
|
3902
|
-
immutable?: {} | null | undefined;
|
|
3903
|
-
transform?: {} | null | undefined;
|
|
3904
|
-
options?: {
|
|
3905
|
-
[x: string]: unknown;
|
|
3906
|
-
} | null | undefined;
|
|
3907
|
-
OptionsConstructor?: {
|
|
3908
|
-
[x: string]: unknown;
|
|
3909
|
-
} | null | undefined;
|
|
3910
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
3911
|
-
instance?: unknown;
|
|
3912
|
-
isRequired?: unknown;
|
|
3913
|
-
path?: unknown;
|
|
3914
|
-
validateAll?: {} | null | undefined;
|
|
3915
|
-
defaultOptions?: unknown;
|
|
3916
|
-
} | null | undefined;
|
|
3917
|
-
grossPensionIncome?: {
|
|
3918
|
-
validators: mongoose.Types.DocumentArray<{
|
|
3919
|
-
type?: unknown;
|
|
3920
|
-
message?: unknown;
|
|
3921
|
-
validator?: unknown;
|
|
3922
|
-
reason?: unknown;
|
|
3923
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
3924
|
-
type?: unknown;
|
|
3925
|
-
message?: unknown;
|
|
3926
|
-
validator?: unknown;
|
|
3927
|
-
reason?: unknown;
|
|
3928
|
-
}> & {
|
|
3929
|
-
type?: unknown;
|
|
3930
|
-
message?: unknown;
|
|
3931
|
-
validator?: unknown;
|
|
3932
|
-
reason?: unknown;
|
|
3933
|
-
}>;
|
|
3934
|
-
get?: {} | null | undefined;
|
|
3935
|
-
schema?: {
|
|
3936
|
-
[x: string]: unknown;
|
|
3937
|
-
} | null | undefined;
|
|
3938
|
-
set?: {} | null | undefined;
|
|
3939
|
-
validate?: {} | null | undefined;
|
|
3940
|
-
default?: {} | null | undefined;
|
|
3941
|
-
text?: {} | null | undefined;
|
|
3942
|
-
unique?: {} | null | undefined;
|
|
3943
|
-
index?: {} | null | undefined;
|
|
3944
|
-
sparse?: {} | null | undefined;
|
|
3945
|
-
required?: {} | null | undefined;
|
|
3946
|
-
ref?: {} | null | undefined;
|
|
3947
|
-
cast?: {} | null | undefined;
|
|
3948
|
-
select?: {} | null | undefined;
|
|
3949
|
-
immutable?: {} | null | undefined;
|
|
3950
|
-
transform?: {} | null | undefined;
|
|
3951
|
-
options?: {
|
|
3952
|
-
[x: string]: unknown;
|
|
3953
|
-
} | null | undefined;
|
|
3954
|
-
OptionsConstructor?: {
|
|
3955
|
-
[x: string]: unknown;
|
|
3956
|
-
} | null | undefined;
|
|
3957
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
3958
|
-
instance?: unknown;
|
|
3959
|
-
isRequired?: unknown;
|
|
3960
|
-
path?: unknown;
|
|
3961
|
-
validateAll?: {} | null | undefined;
|
|
3962
|
-
defaultOptions?: unknown;
|
|
3963
|
-
} | null | undefined;
|
|
3964
|
-
privatePensionIncome?: {
|
|
3965
|
-
validators: mongoose.Types.DocumentArray<{
|
|
3966
|
-
type?: unknown;
|
|
3967
|
-
message?: unknown;
|
|
3968
|
-
validator?: unknown;
|
|
3969
|
-
reason?: unknown;
|
|
3970
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
3971
|
-
type?: unknown;
|
|
3972
|
-
message?: unknown;
|
|
3973
|
-
validator?: unknown;
|
|
3974
|
-
reason?: unknown;
|
|
3975
|
-
}> & {
|
|
3976
|
-
type?: unknown;
|
|
3977
|
-
message?: unknown;
|
|
3978
|
-
validator?: unknown;
|
|
3979
|
-
reason?: unknown;
|
|
3980
|
-
}>;
|
|
3981
|
-
get?: {} | null | undefined;
|
|
3982
|
-
schema?: {
|
|
3983
|
-
[x: string]: unknown;
|
|
3984
|
-
} | null | undefined;
|
|
3985
|
-
set?: {} | null | undefined;
|
|
3986
|
-
validate?: {} | null | undefined;
|
|
3987
|
-
default?: {} | null | undefined;
|
|
3988
|
-
text?: {} | null | undefined;
|
|
3989
|
-
unique?: {} | null | undefined;
|
|
3990
|
-
index?: {} | null | undefined;
|
|
3991
|
-
sparse?: {} | null | undefined;
|
|
3992
|
-
required?: {} | null | undefined;
|
|
3993
|
-
ref?: {} | null | undefined;
|
|
3994
|
-
cast?: {} | null | undefined;
|
|
3995
|
-
select?: {} | null | undefined;
|
|
3996
|
-
immutable?: {} | null | undefined;
|
|
3997
|
-
transform?: {} | null | undefined;
|
|
3998
|
-
options?: {
|
|
3999
|
-
[x: string]: unknown;
|
|
4000
|
-
} | null | undefined;
|
|
4001
|
-
OptionsConstructor?: {
|
|
4002
|
-
[x: string]: unknown;
|
|
4003
|
-
} | null | undefined;
|
|
4004
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
4005
|
-
instance?: unknown;
|
|
4006
|
-
isRequired?: unknown;
|
|
4007
|
-
path?: unknown;
|
|
4008
|
-
validateAll?: {} | null | undefined;
|
|
4009
|
-
defaultOptions?: unknown;
|
|
4010
|
-
} | null | undefined;
|
|
4011
|
-
statePensionIncome?: {
|
|
4012
|
-
validators: mongoose.Types.DocumentArray<{
|
|
4013
|
-
type?: unknown;
|
|
4014
|
-
message?: unknown;
|
|
4015
|
-
validator?: unknown;
|
|
4016
|
-
reason?: unknown;
|
|
4017
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
4018
|
-
type?: unknown;
|
|
4019
|
-
message?: unknown;
|
|
4020
|
-
validator?: unknown;
|
|
4021
|
-
reason?: unknown;
|
|
4022
|
-
}> & {
|
|
4023
|
-
type?: unknown;
|
|
4024
|
-
message?: unknown;
|
|
4025
|
-
validator?: unknown;
|
|
4026
|
-
reason?: unknown;
|
|
4027
|
-
}>;
|
|
4028
|
-
get?: {} | null | undefined;
|
|
4029
|
-
schema?: {
|
|
4030
|
-
[x: string]: unknown;
|
|
4031
|
-
} | null | undefined;
|
|
4032
|
-
set?: {} | null | undefined;
|
|
4033
|
-
validate?: {} | null | undefined;
|
|
4034
|
-
default?: {} | null | undefined;
|
|
4035
|
-
text?: {} | null | undefined;
|
|
4036
|
-
unique?: {} | null | undefined;
|
|
4037
|
-
index?: {} | null | undefined;
|
|
4038
|
-
sparse?: {} | null | undefined;
|
|
4039
|
-
required?: {} | null | undefined;
|
|
4040
|
-
ref?: {} | null | undefined;
|
|
4041
|
-
cast?: {} | null | undefined;
|
|
4042
|
-
select?: {} | null | undefined;
|
|
4043
|
-
immutable?: {} | null | undefined;
|
|
4044
|
-
transform?: {} | null | undefined;
|
|
4045
|
-
options?: {
|
|
4046
|
-
[x: string]: unknown;
|
|
4047
|
-
} | null | undefined;
|
|
4048
|
-
OptionsConstructor?: {
|
|
4049
|
-
[x: string]: unknown;
|
|
4050
|
-
} | null | undefined;
|
|
4051
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
4052
|
-
instance?: unknown;
|
|
4053
|
-
isRequired?: unknown;
|
|
4054
|
-
path?: unknown;
|
|
4055
|
-
validateAll?: {} | null | undefined;
|
|
4056
|
-
defaultOptions?: unknown;
|
|
4057
|
-
} | null | undefined;
|
|
4058
|
-
} | null | undefined;
|
|
4059
|
-
incomeSource?: {
|
|
4060
|
-
employmentStatusLid: mongoose.Types.ObjectId;
|
|
4061
|
-
incomeFromEmployment?: string | null | undefined;
|
|
4062
|
-
incomeFromPension?: string | null | undefined;
|
|
4063
|
-
incomeFromProperty?: string | null | undefined;
|
|
4064
|
-
incomeFromSavings?: string | null | undefined;
|
|
4065
|
-
} | null | undefined;
|
|
4066
|
-
expenditure?: {
|
|
4067
|
-
pageValidFlag?: unknown;
|
|
4068
|
-
utilities?: {
|
|
4069
|
-
validators: mongoose.Types.DocumentArray<{
|
|
4070
|
-
type?: unknown;
|
|
4071
|
-
message?: unknown;
|
|
4072
|
-
validator?: unknown;
|
|
4073
|
-
reason?: unknown;
|
|
4074
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
4075
|
-
type?: unknown;
|
|
4076
|
-
message?: unknown;
|
|
4077
|
-
validator?: unknown;
|
|
4078
|
-
reason?: unknown;
|
|
4079
|
-
}> & {
|
|
4080
|
-
type?: unknown;
|
|
4081
|
-
message?: unknown;
|
|
4082
|
-
validator?: unknown;
|
|
4083
|
-
reason?: unknown;
|
|
4084
|
-
}>;
|
|
4085
|
-
get?: {} | null | undefined;
|
|
4086
|
-
schema?: {
|
|
4087
|
-
[x: string]: unknown;
|
|
4088
|
-
} | null | undefined;
|
|
4089
|
-
set?: {} | null | undefined;
|
|
4090
|
-
validate?: {} | null | undefined;
|
|
4091
|
-
default?: {} | null | undefined;
|
|
4092
|
-
text?: {} | null | undefined;
|
|
4093
|
-
unique?: {} | null | undefined;
|
|
4094
|
-
index?: {} | null | undefined;
|
|
4095
|
-
sparse?: {} | null | undefined;
|
|
4096
|
-
required?: {} | null | undefined;
|
|
4097
|
-
ref?: {} | null | undefined;
|
|
4098
|
-
cast?: {} | null | undefined;
|
|
4099
|
-
select?: {} | null | undefined;
|
|
4100
|
-
immutable?: {} | null | undefined;
|
|
4101
|
-
transform?: {} | null | undefined;
|
|
4102
|
-
options?: {
|
|
4103
|
-
[x: string]: unknown;
|
|
4104
|
-
} | null | undefined;
|
|
4105
|
-
OptionsConstructor?: {
|
|
4106
|
-
[x: string]: unknown;
|
|
4107
|
-
} | null | undefined;
|
|
4108
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
4109
|
-
instance?: unknown;
|
|
4110
|
-
isRequired?: unknown;
|
|
4111
|
-
path?: unknown;
|
|
4112
|
-
validateAll?: {} | null | undefined;
|
|
4113
|
-
defaultOptions?: unknown;
|
|
4114
|
-
} | null | undefined;
|
|
4115
|
-
transport?: {
|
|
4116
|
-
validators: mongoose.Types.DocumentArray<{
|
|
4117
|
-
type?: unknown;
|
|
4118
|
-
message?: unknown;
|
|
4119
|
-
validator?: unknown;
|
|
4120
|
-
reason?: unknown;
|
|
4121
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
4122
|
-
type?: unknown;
|
|
4123
|
-
message?: unknown;
|
|
4124
|
-
validator?: unknown;
|
|
4125
|
-
reason?: unknown;
|
|
4126
|
-
}> & {
|
|
4127
|
-
type?: unknown;
|
|
4128
|
-
message?: unknown;
|
|
4129
|
-
validator?: unknown;
|
|
4130
|
-
reason?: unknown;
|
|
4131
|
-
}>;
|
|
4132
|
-
get?: {} | null | undefined;
|
|
4133
|
-
schema?: {
|
|
4134
|
-
[x: string]: unknown;
|
|
4135
|
-
} | null | undefined;
|
|
4136
|
-
set?: {} | null | undefined;
|
|
4137
|
-
validate?: {} | null | undefined;
|
|
4138
|
-
default?: {} | null | undefined;
|
|
4139
|
-
text?: {} | null | undefined;
|
|
4140
|
-
unique?: {} | null | undefined;
|
|
4141
|
-
index?: {} | null | undefined;
|
|
4142
|
-
sparse?: {} | null | undefined;
|
|
4143
|
-
required?: {} | null | undefined;
|
|
4144
|
-
ref?: {} | null | undefined;
|
|
4145
|
-
cast?: {} | null | undefined;
|
|
4146
|
-
select?: {} | null | undefined;
|
|
4147
|
-
immutable?: {} | null | undefined;
|
|
4148
|
-
transform?: {} | null | undefined;
|
|
4149
|
-
options?: {
|
|
4150
|
-
[x: string]: unknown;
|
|
4151
|
-
} | null | undefined;
|
|
4152
|
-
OptionsConstructor?: {
|
|
4153
|
-
[x: string]: unknown;
|
|
4154
|
-
} | null | undefined;
|
|
4155
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
4156
|
-
instance?: unknown;
|
|
4157
|
-
isRequired?: unknown;
|
|
4158
|
-
path?: unknown;
|
|
4159
|
-
validateAll?: {} | null | undefined;
|
|
4160
|
-
defaultOptions?: unknown;
|
|
4161
|
-
} | null | undefined;
|
|
4162
|
-
subsistence?: {
|
|
4163
|
-
validators: mongoose.Types.DocumentArray<{
|
|
4164
|
-
type?: unknown;
|
|
4165
|
-
message?: unknown;
|
|
4166
|
-
validator?: unknown;
|
|
4167
|
-
reason?: unknown;
|
|
4168
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
4169
|
-
type?: unknown;
|
|
4170
|
-
message?: unknown;
|
|
4171
|
-
validator?: unknown;
|
|
4172
|
-
reason?: unknown;
|
|
4173
|
-
}> & {
|
|
4174
|
-
type?: unknown;
|
|
4175
|
-
message?: unknown;
|
|
4176
|
-
validator?: unknown;
|
|
4177
|
-
reason?: unknown;
|
|
4178
|
-
}>;
|
|
4179
|
-
get?: {} | null | undefined;
|
|
4180
|
-
schema?: {
|
|
4181
|
-
[x: string]: unknown;
|
|
4182
|
-
} | null | undefined;
|
|
4183
|
-
set?: {} | null | undefined;
|
|
4184
|
-
validate?: {} | null | undefined;
|
|
4185
|
-
default?: {} | null | undefined;
|
|
4186
|
-
text?: {} | null | undefined;
|
|
4187
|
-
unique?: {} | null | undefined;
|
|
4188
|
-
index?: {} | null | undefined;
|
|
4189
|
-
sparse?: {} | null | undefined;
|
|
4190
|
-
required?: {} | null | undefined;
|
|
4191
|
-
ref?: {} | null | undefined;
|
|
4192
|
-
cast?: {} | null | undefined;
|
|
4193
|
-
select?: {} | null | undefined;
|
|
4194
|
-
immutable?: {} | null | undefined;
|
|
4195
|
-
transform?: {} | null | undefined;
|
|
4196
|
-
options?: {
|
|
4197
|
-
[x: string]: unknown;
|
|
4198
|
-
} | null | undefined;
|
|
4199
|
-
OptionsConstructor?: {
|
|
4200
|
-
[x: string]: unknown;
|
|
4201
|
-
} | null | undefined;
|
|
4202
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
4203
|
-
instance?: unknown;
|
|
4204
|
-
isRequired?: unknown;
|
|
4205
|
-
path?: unknown;
|
|
4206
|
-
validateAll?: {} | null | undefined;
|
|
4207
|
-
defaultOptions?: unknown;
|
|
4208
|
-
} | null | undefined;
|
|
4209
|
-
communication?: {
|
|
4210
|
-
validators: mongoose.Types.DocumentArray<{
|
|
4211
|
-
type?: unknown;
|
|
4212
|
-
message?: unknown;
|
|
4213
|
-
validator?: unknown;
|
|
4214
|
-
reason?: unknown;
|
|
4215
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
4216
|
-
type?: unknown;
|
|
4217
|
-
message?: unknown;
|
|
4218
|
-
validator?: unknown;
|
|
4219
|
-
reason?: unknown;
|
|
4220
|
-
}> & {
|
|
4221
|
-
type?: unknown;
|
|
4222
|
-
message?: unknown;
|
|
4223
|
-
validator?: unknown;
|
|
4224
|
-
reason?: unknown;
|
|
4225
|
-
}>;
|
|
4226
|
-
get?: {} | null | undefined;
|
|
4227
|
-
schema?: {
|
|
4228
|
-
[x: string]: unknown;
|
|
4229
|
-
} | null | undefined;
|
|
4230
|
-
set?: {} | null | undefined;
|
|
4231
|
-
validate?: {} | null | undefined;
|
|
4232
|
-
default?: {} | null | undefined;
|
|
4233
|
-
text?: {} | null | undefined;
|
|
4234
|
-
unique?: {} | null | undefined;
|
|
4235
|
-
index?: {} | null | undefined;
|
|
4236
|
-
sparse?: {} | null | undefined;
|
|
4237
|
-
required?: {} | null | undefined;
|
|
4238
|
-
ref?: {} | null | undefined;
|
|
4239
|
-
cast?: {} | null | undefined;
|
|
4240
|
-
select?: {} | null | undefined;
|
|
4241
|
-
immutable?: {} | null | undefined;
|
|
4242
|
-
transform?: {} | null | undefined;
|
|
4243
|
-
options?: {
|
|
4244
|
-
[x: string]: unknown;
|
|
4245
|
-
} | null | undefined;
|
|
4246
|
-
OptionsConstructor?: {
|
|
4247
|
-
[x: string]: unknown;
|
|
4248
|
-
} | null | undefined;
|
|
4249
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
4250
|
-
instance?: unknown;
|
|
4251
|
-
isRequired?: unknown;
|
|
4252
|
-
path?: unknown;
|
|
4253
|
-
validateAll?: {} | null | undefined;
|
|
4254
|
-
defaultOptions?: unknown;
|
|
4255
|
-
} | null | undefined;
|
|
4256
|
-
health?: {
|
|
4257
|
-
validators: mongoose.Types.DocumentArray<{
|
|
4258
|
-
type?: unknown;
|
|
4259
|
-
message?: unknown;
|
|
4260
|
-
validator?: unknown;
|
|
4261
|
-
reason?: unknown;
|
|
4262
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
4263
|
-
type?: unknown;
|
|
4264
|
-
message?: unknown;
|
|
4265
|
-
validator?: unknown;
|
|
4266
|
-
reason?: unknown;
|
|
4267
|
-
}> & {
|
|
4268
|
-
type?: unknown;
|
|
4269
|
-
message?: unknown;
|
|
4270
|
-
validator?: unknown;
|
|
4271
|
-
reason?: unknown;
|
|
4272
|
-
}>;
|
|
4273
|
-
get?: {} | null | undefined;
|
|
4274
|
-
schema?: {
|
|
4275
|
-
[x: string]: unknown;
|
|
4276
|
-
} | null | undefined;
|
|
4277
|
-
set?: {} | null | undefined;
|
|
4278
|
-
validate?: {} | null | undefined;
|
|
4279
|
-
default?: {} | null | undefined;
|
|
4280
|
-
text?: {} | null | undefined;
|
|
4281
|
-
unique?: {} | null | undefined;
|
|
4282
|
-
index?: {} | null | undefined;
|
|
4283
|
-
sparse?: {} | null | undefined;
|
|
4284
|
-
required?: {} | null | undefined;
|
|
4285
|
-
ref?: {} | null | undefined;
|
|
4286
|
-
cast?: {} | null | undefined;
|
|
4287
|
-
select?: {} | null | undefined;
|
|
4288
|
-
immutable?: {} | null | undefined;
|
|
4289
|
-
transform?: {} | null | undefined;
|
|
4290
|
-
options?: {
|
|
4291
|
-
[x: string]: unknown;
|
|
4292
|
-
} | null | undefined;
|
|
4293
|
-
OptionsConstructor?: {
|
|
4294
|
-
[x: string]: unknown;
|
|
4295
|
-
} | null | undefined;
|
|
4296
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
4297
|
-
instance?: unknown;
|
|
4298
|
-
isRequired?: unknown;
|
|
4299
|
-
path?: unknown;
|
|
4300
|
-
validateAll?: {} | null | undefined;
|
|
4301
|
-
defaultOptions?: unknown;
|
|
4302
|
-
} | null | undefined;
|
|
4303
|
-
groundRentOrServiceCharge?: {
|
|
4304
|
-
validators: mongoose.Types.DocumentArray<{
|
|
4305
|
-
type?: unknown;
|
|
4306
|
-
message?: unknown;
|
|
4307
|
-
validator?: unknown;
|
|
4308
|
-
reason?: unknown;
|
|
4309
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
4310
|
-
type?: unknown;
|
|
4311
|
-
message?: unknown;
|
|
4312
|
-
validator?: unknown;
|
|
4313
|
-
reason?: unknown;
|
|
4314
|
-
}> & {
|
|
4315
|
-
type?: unknown;
|
|
4316
|
-
message?: unknown;
|
|
4317
|
-
validator?: unknown;
|
|
4318
|
-
reason?: unknown;
|
|
4319
|
-
}>;
|
|
4320
|
-
get?: {} | null | undefined;
|
|
4321
|
-
schema?: {
|
|
4322
|
-
[x: string]: unknown;
|
|
4323
|
-
} | null | undefined;
|
|
4324
|
-
set?: {} | null | undefined;
|
|
4325
|
-
validate?: {} | null | undefined;
|
|
4326
|
-
default?: {} | null | undefined;
|
|
4327
|
-
text?: {} | null | undefined;
|
|
4328
|
-
unique?: {} | null | undefined;
|
|
4329
|
-
index?: {} | null | undefined;
|
|
4330
|
-
sparse?: {} | null | undefined;
|
|
4331
|
-
required?: {} | null | undefined;
|
|
4332
|
-
ref?: {} | null | undefined;
|
|
4333
|
-
cast?: {} | null | undefined;
|
|
4334
|
-
select?: {} | null | undefined;
|
|
4335
|
-
immutable?: {} | null | undefined;
|
|
4336
|
-
transform?: {} | null | undefined;
|
|
4337
|
-
options?: {
|
|
4338
|
-
[x: string]: unknown;
|
|
4339
|
-
} | null | undefined;
|
|
4340
|
-
OptionsConstructor?: {
|
|
4341
|
-
[x: string]: unknown;
|
|
4342
|
-
} | null | undefined;
|
|
4343
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
4344
|
-
instance?: unknown;
|
|
4345
|
-
isRequired?: unknown;
|
|
4346
|
-
path?: unknown;
|
|
4347
|
-
validateAll?: {} | null | undefined;
|
|
4348
|
-
defaultOptions?: unknown;
|
|
4349
|
-
} | null | undefined;
|
|
4350
|
-
insurance?: {
|
|
4351
|
-
validators: mongoose.Types.DocumentArray<{
|
|
4352
|
-
type?: unknown;
|
|
4353
|
-
message?: unknown;
|
|
4354
|
-
validator?: unknown;
|
|
4355
|
-
reason?: unknown;
|
|
4356
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
4357
|
-
type?: unknown;
|
|
4358
|
-
message?: unknown;
|
|
4359
|
-
validator?: unknown;
|
|
4360
|
-
reason?: unknown;
|
|
4361
|
-
}> & {
|
|
4362
|
-
type?: unknown;
|
|
4363
|
-
message?: unknown;
|
|
4364
|
-
validator?: unknown;
|
|
4365
|
-
reason?: unknown;
|
|
4366
|
-
}>;
|
|
4367
|
-
get?: {} | null | undefined;
|
|
4368
|
-
schema?: {
|
|
4369
|
-
[x: string]: unknown;
|
|
4370
|
-
} | null | undefined;
|
|
4371
|
-
set?: {} | null | undefined;
|
|
4372
|
-
validate?: {} | null | undefined;
|
|
4373
|
-
default?: {} | null | undefined;
|
|
4374
|
-
text?: {} | null | undefined;
|
|
4375
|
-
unique?: {} | null | undefined;
|
|
4376
|
-
index?: {} | null | undefined;
|
|
4377
|
-
sparse?: {} | null | undefined;
|
|
4378
|
-
required?: {} | null | undefined;
|
|
4379
|
-
ref?: {} | null | undefined;
|
|
4380
|
-
cast?: {} | null | undefined;
|
|
4381
|
-
select?: {} | null | undefined;
|
|
4382
|
-
immutable?: {} | null | undefined;
|
|
4383
|
-
transform?: {} | null | undefined;
|
|
4384
|
-
options?: {
|
|
4385
|
-
[x: string]: unknown;
|
|
4386
|
-
} | null | undefined;
|
|
4387
|
-
OptionsConstructor?: {
|
|
4388
|
-
[x: string]: unknown;
|
|
4389
|
-
} | null | undefined;
|
|
4390
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
4391
|
-
instance?: unknown;
|
|
4392
|
-
isRequired?: unknown;
|
|
4393
|
-
path?: unknown;
|
|
4394
|
-
validateAll?: {} | null | undefined;
|
|
4395
|
-
defaultOptions?: unknown;
|
|
4396
|
-
} | null | undefined;
|
|
4397
|
-
childCareForDependents?: {
|
|
4398
|
-
validators: mongoose.Types.DocumentArray<{
|
|
4399
|
-
type?: unknown;
|
|
4400
|
-
message?: unknown;
|
|
4401
|
-
validator?: unknown;
|
|
4402
|
-
reason?: unknown;
|
|
4403
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
4404
|
-
type?: unknown;
|
|
4405
|
-
message?: unknown;
|
|
4406
|
-
validator?: unknown;
|
|
4407
|
-
reason?: unknown;
|
|
4408
|
-
}> & {
|
|
4409
|
-
type?: unknown;
|
|
4410
|
-
message?: unknown;
|
|
4411
|
-
validator?: unknown;
|
|
4412
|
-
reason?: unknown;
|
|
4413
|
-
}>;
|
|
4414
|
-
get?: {} | null | undefined;
|
|
4415
|
-
schema?: {
|
|
4416
|
-
[x: string]: unknown;
|
|
4417
|
-
} | null | undefined;
|
|
4418
|
-
set?: {} | null | undefined;
|
|
4419
|
-
validate?: {} | null | undefined;
|
|
4420
|
-
default?: {} | null | undefined;
|
|
4421
|
-
text?: {} | null | undefined;
|
|
4422
|
-
unique?: {} | null | undefined;
|
|
4423
|
-
index?: {} | null | undefined;
|
|
4424
|
-
sparse?: {} | null | undefined;
|
|
4425
|
-
required?: {} | null | undefined;
|
|
4426
|
-
ref?: {} | null | undefined;
|
|
4427
|
-
cast?: {} | null | undefined;
|
|
4428
|
-
select?: {} | null | undefined;
|
|
4429
|
-
immutable?: {} | null | undefined;
|
|
4430
|
-
transform?: {} | null | undefined;
|
|
4431
|
-
options?: {
|
|
4432
|
-
[x: string]: unknown;
|
|
4433
|
-
} | null | undefined;
|
|
4434
|
-
OptionsConstructor?: {
|
|
4435
|
-
[x: string]: unknown;
|
|
4436
|
-
} | null | undefined;
|
|
4437
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
4438
|
-
instance?: unknown;
|
|
4439
|
-
isRequired?: unknown;
|
|
4440
|
-
path?: unknown;
|
|
4441
|
-
validateAll?: {} | null | undefined;
|
|
4442
|
-
defaultOptions?: unknown;
|
|
4443
|
-
} | null | undefined;
|
|
4444
|
-
councilTax?: {
|
|
4445
|
-
validators: mongoose.Types.DocumentArray<{
|
|
4446
|
-
type?: unknown;
|
|
4447
|
-
message?: unknown;
|
|
4448
|
-
validator?: unknown;
|
|
4449
|
-
reason?: unknown;
|
|
4450
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
4451
|
-
type?: unknown;
|
|
4452
|
-
message?: unknown;
|
|
4453
|
-
validator?: unknown;
|
|
4454
|
-
reason?: unknown;
|
|
4455
|
-
}> & {
|
|
4456
|
-
type?: unknown;
|
|
4457
|
-
message?: unknown;
|
|
4458
|
-
validator?: unknown;
|
|
4459
|
-
reason?: unknown;
|
|
4460
|
-
}>;
|
|
4461
|
-
get?: {} | null | undefined;
|
|
4462
|
-
schema?: {
|
|
4463
|
-
[x: string]: unknown;
|
|
4464
|
-
} | null | undefined;
|
|
4465
|
-
set?: {} | null | undefined;
|
|
4466
|
-
validate?: {} | null | undefined;
|
|
4467
|
-
default?: {} | null | undefined;
|
|
4468
|
-
text?: {} | null | undefined;
|
|
4469
|
-
unique?: {} | null | undefined;
|
|
4470
|
-
index?: {} | null | undefined;
|
|
4471
|
-
sparse?: {} | null | undefined;
|
|
4472
|
-
required?: {} | null | undefined;
|
|
4473
|
-
ref?: {} | null | undefined;
|
|
4474
|
-
cast?: {} | null | undefined;
|
|
4475
|
-
select?: {} | null | undefined;
|
|
4476
|
-
immutable?: {} | null | undefined;
|
|
4477
|
-
transform?: {} | null | undefined;
|
|
4478
|
-
options?: {
|
|
4479
|
-
[x: string]: unknown;
|
|
4480
|
-
} | null | undefined;
|
|
4481
|
-
OptionsConstructor?: {
|
|
4482
|
-
[x: string]: unknown;
|
|
4483
|
-
} | null | undefined;
|
|
4484
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
4485
|
-
instance?: unknown;
|
|
4486
|
-
isRequired?: unknown;
|
|
4487
|
-
path?: unknown;
|
|
4488
|
-
validateAll?: {} | null | undefined;
|
|
4489
|
-
defaultOptions?: unknown;
|
|
4490
|
-
} | null | undefined;
|
|
4491
|
-
clothingAndFootwear?: {
|
|
4492
|
-
validators: mongoose.Types.DocumentArray<{
|
|
4493
|
-
type?: unknown;
|
|
4494
|
-
message?: unknown;
|
|
4495
|
-
validator?: unknown;
|
|
4496
|
-
reason?: unknown;
|
|
4497
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
4498
|
-
type?: unknown;
|
|
4499
|
-
message?: unknown;
|
|
4500
|
-
validator?: unknown;
|
|
4501
|
-
reason?: unknown;
|
|
4502
|
-
}> & {
|
|
4503
|
-
type?: unknown;
|
|
4504
|
-
message?: unknown;
|
|
4505
|
-
validator?: unknown;
|
|
4506
|
-
reason?: unknown;
|
|
4507
|
-
}>;
|
|
4508
|
-
get?: {} | null | undefined;
|
|
4509
|
-
schema?: {
|
|
4510
|
-
[x: string]: unknown;
|
|
4511
|
-
} | null | undefined;
|
|
4512
|
-
set?: {} | null | undefined;
|
|
4513
|
-
validate?: {} | null | undefined;
|
|
4514
|
-
default?: {} | null | undefined;
|
|
4515
|
-
text?: {} | null | undefined;
|
|
4516
|
-
unique?: {} | null | undefined;
|
|
4517
|
-
index?: {} | null | undefined;
|
|
4518
|
-
sparse?: {} | null | undefined;
|
|
4519
|
-
required?: {} | null | undefined;
|
|
4520
|
-
ref?: {} | null | undefined;
|
|
4521
|
-
cast?: {} | null | undefined;
|
|
4522
|
-
select?: {} | null | undefined;
|
|
4523
|
-
immutable?: {} | null | undefined;
|
|
4524
|
-
transform?: {} | null | undefined;
|
|
4525
|
-
options?: {
|
|
4526
|
-
[x: string]: unknown;
|
|
4527
|
-
} | null | undefined;
|
|
4528
|
-
OptionsConstructor?: {
|
|
4529
|
-
[x: string]: unknown;
|
|
4530
|
-
} | null | undefined;
|
|
4531
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
4532
|
-
instance?: unknown;
|
|
4533
|
-
isRequired?: unknown;
|
|
4534
|
-
path?: unknown;
|
|
4535
|
-
validateAll?: {} | null | undefined;
|
|
4536
|
-
defaultOptions?: unknown;
|
|
4537
|
-
} | null | undefined;
|
|
4538
|
-
vehicleInsurance?: {
|
|
4539
|
-
validators: mongoose.Types.DocumentArray<{
|
|
4540
|
-
type?: unknown;
|
|
4541
|
-
message?: unknown;
|
|
4542
|
-
validator?: unknown;
|
|
4543
|
-
reason?: unknown;
|
|
4544
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
4545
|
-
type?: unknown;
|
|
4546
|
-
message?: unknown;
|
|
4547
|
-
validator?: unknown;
|
|
4548
|
-
reason?: unknown;
|
|
4549
|
-
}> & {
|
|
4550
|
-
type?: unknown;
|
|
4551
|
-
message?: unknown;
|
|
4552
|
-
validator?: unknown;
|
|
4553
|
-
reason?: unknown;
|
|
4554
|
-
}>;
|
|
4555
|
-
get?: {} | null | undefined;
|
|
4556
|
-
schema?: {
|
|
4557
|
-
[x: string]: unknown;
|
|
4558
|
-
} | null | undefined;
|
|
4559
|
-
set?: {} | null | undefined;
|
|
4560
|
-
validate?: {} | null | undefined;
|
|
4561
|
-
default?: {} | null | undefined;
|
|
4562
|
-
text?: {} | null | undefined;
|
|
4563
|
-
unique?: {} | null | undefined;
|
|
4564
|
-
index?: {} | null | undefined;
|
|
4565
|
-
sparse?: {} | null | undefined;
|
|
4566
|
-
required?: {} | null | undefined;
|
|
4567
|
-
ref?: {} | null | undefined;
|
|
4568
|
-
cast?: {} | null | undefined;
|
|
4569
|
-
select?: {} | null | undefined;
|
|
4570
|
-
immutable?: {} | null | undefined;
|
|
4571
|
-
transform?: {} | null | undefined;
|
|
4572
|
-
options?: {
|
|
4573
|
-
[x: string]: unknown;
|
|
4574
|
-
} | null | undefined;
|
|
4575
|
-
OptionsConstructor?: {
|
|
4576
|
-
[x: string]: unknown;
|
|
4577
|
-
} | null | undefined;
|
|
4578
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
4579
|
-
instance?: unknown;
|
|
4580
|
-
isRequired?: unknown;
|
|
4581
|
-
path?: unknown;
|
|
4582
|
-
validateAll?: {} | null | undefined;
|
|
4583
|
-
defaultOptions?: unknown;
|
|
4584
|
-
} | null | undefined;
|
|
4585
|
-
mortgagePaymentVehicle?: {
|
|
4586
|
-
validators: mongoose.Types.DocumentArray<{
|
|
4587
|
-
type?: unknown;
|
|
4588
|
-
message?: unknown;
|
|
4589
|
-
validator?: unknown;
|
|
4590
|
-
reason?: unknown;
|
|
4591
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
4592
|
-
type?: unknown;
|
|
4593
|
-
message?: unknown;
|
|
4594
|
-
validator?: unknown;
|
|
4595
|
-
reason?: unknown;
|
|
4596
|
-
}> & {
|
|
4597
|
-
type?: unknown;
|
|
4598
|
-
message?: unknown;
|
|
4599
|
-
validator?: unknown;
|
|
4600
|
-
reason?: unknown;
|
|
4601
|
-
}>;
|
|
4602
|
-
get?: {} | null | undefined;
|
|
4603
|
-
schema?: {
|
|
4604
|
-
[x: string]: unknown;
|
|
4605
|
-
} | null | undefined;
|
|
4606
|
-
set?: {} | null | undefined;
|
|
4607
|
-
validate?: {} | null | undefined;
|
|
4608
|
-
default?: {} | null | undefined;
|
|
4609
|
-
text?: {} | null | undefined;
|
|
4610
|
-
unique?: {} | null | undefined;
|
|
4611
|
-
index?: {} | null | undefined;
|
|
4612
|
-
sparse?: {} | null | undefined;
|
|
4613
|
-
required?: {} | null | undefined;
|
|
4614
|
-
ref?: {} | null | undefined;
|
|
4615
|
-
cast?: {} | null | undefined;
|
|
4616
|
-
select?: {} | null | undefined;
|
|
4617
|
-
immutable?: {} | null | undefined;
|
|
4618
|
-
transform?: {} | null | undefined;
|
|
4619
|
-
options?: {
|
|
4620
|
-
[x: string]: unknown;
|
|
4621
|
-
} | null | undefined;
|
|
4622
|
-
OptionsConstructor?: {
|
|
4623
|
-
[x: string]: unknown;
|
|
4624
|
-
} | null | undefined;
|
|
4625
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
4626
|
-
instance?: unknown;
|
|
4627
|
-
isRequired?: unknown;
|
|
4628
|
-
path?: unknown;
|
|
4629
|
-
validateAll?: {} | null | undefined;
|
|
4630
|
-
defaultOptions?: unknown;
|
|
4631
|
-
} | null | undefined;
|
|
4632
|
-
other?: {
|
|
4633
|
-
validators: mongoose.Types.DocumentArray<{
|
|
4634
|
-
type?: unknown;
|
|
4635
|
-
message?: unknown;
|
|
4636
|
-
validator?: unknown;
|
|
4637
|
-
reason?: unknown;
|
|
4638
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
4639
|
-
type?: unknown;
|
|
4640
|
-
message?: unknown;
|
|
4641
|
-
validator?: unknown;
|
|
4642
|
-
reason?: unknown;
|
|
4643
|
-
}> & {
|
|
4644
|
-
type?: unknown;
|
|
4645
|
-
message?: unknown;
|
|
4646
|
-
validator?: unknown;
|
|
4647
|
-
reason?: unknown;
|
|
4648
|
-
}>;
|
|
4649
|
-
get?: {} | null | undefined;
|
|
4650
|
-
schema?: {
|
|
4651
|
-
[x: string]: unknown;
|
|
4652
|
-
} | null | undefined;
|
|
4653
|
-
set?: {} | null | undefined;
|
|
4654
|
-
validate?: {} | null | undefined;
|
|
4655
|
-
default?: {} | null | undefined;
|
|
4656
|
-
text?: {} | null | undefined;
|
|
4657
|
-
unique?: {} | null | undefined;
|
|
4658
|
-
index?: {} | null | undefined;
|
|
4659
|
-
sparse?: {} | null | undefined;
|
|
4660
|
-
required?: {} | null | undefined;
|
|
4661
|
-
ref?: {} | null | undefined;
|
|
4662
|
-
cast?: {} | null | undefined;
|
|
4663
|
-
select?: {} | null | undefined;
|
|
4664
|
-
immutable?: {} | null | undefined;
|
|
4665
|
-
transform?: {} | null | undefined;
|
|
4666
|
-
options?: {
|
|
4667
|
-
[x: string]: unknown;
|
|
4668
|
-
} | null | undefined;
|
|
4669
|
-
OptionsConstructor?: {
|
|
4670
|
-
[x: string]: unknown;
|
|
4671
|
-
} | null | undefined;
|
|
4672
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
4673
|
-
instance?: unknown;
|
|
4674
|
-
isRequired?: unknown;
|
|
4675
|
-
path?: unknown;
|
|
4676
|
-
validateAll?: {} | null | undefined;
|
|
4677
|
-
defaultOptions?: unknown;
|
|
4678
|
-
} | null | undefined;
|
|
4679
|
-
totalMontlyExpenditure?: unknown;
|
|
4680
|
-
} | null | undefined;
|
|
4681
|
-
employment?: {
|
|
4682
|
-
acceptableIncomeLids: mongoose.Types.ObjectId[];
|
|
4683
|
-
pageValidFlag?: unknown;
|
|
4684
|
-
natureOfBusiness?: unknown;
|
|
4685
|
-
addressPostCode?: unknown;
|
|
4686
|
-
addressLine1?: unknown;
|
|
4687
|
-
addressLine2?: unknown;
|
|
4688
|
-
addressLine3?: unknown;
|
|
4689
|
-
addressCity?: unknown;
|
|
4690
|
-
addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
4691
|
-
averageBonusPreviousTwoYears?: {
|
|
4692
|
-
validators: mongoose.Types.DocumentArray<{
|
|
4693
|
-
type?: unknown;
|
|
4694
|
-
message?: unknown;
|
|
4695
|
-
validator?: unknown;
|
|
4696
|
-
reason?: unknown;
|
|
4697
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
4698
|
-
type?: unknown;
|
|
4699
|
-
message?: unknown;
|
|
4700
|
-
validator?: unknown;
|
|
4701
|
-
reason?: unknown;
|
|
4702
|
-
}> & {
|
|
4703
|
-
type?: unknown;
|
|
4704
|
-
message?: unknown;
|
|
4705
|
-
validator?: unknown;
|
|
4706
|
-
reason?: unknown;
|
|
4707
|
-
}>;
|
|
4708
|
-
get?: {} | null | undefined;
|
|
4709
|
-
schema?: {
|
|
4710
|
-
[x: string]: unknown;
|
|
4711
|
-
} | null | undefined;
|
|
4712
|
-
set?: {} | null | undefined;
|
|
4713
|
-
validate?: {} | null | undefined;
|
|
4714
|
-
default?: {} | null | undefined;
|
|
4715
|
-
text?: {} | null | undefined;
|
|
4716
|
-
unique?: {} | null | undefined;
|
|
4717
|
-
index?: {} | null | undefined;
|
|
4718
|
-
sparse?: {} | null | undefined;
|
|
4719
|
-
required?: {} | null | undefined;
|
|
4720
|
-
ref?: {} | null | undefined;
|
|
4721
|
-
cast?: {} | null | undefined;
|
|
4722
|
-
select?: {} | null | undefined;
|
|
4723
|
-
immutable?: {} | null | undefined;
|
|
4724
|
-
transform?: {} | null | undefined;
|
|
4725
|
-
options?: {
|
|
4726
|
-
[x: string]: unknown;
|
|
4727
|
-
} | null | undefined;
|
|
4728
|
-
OptionsConstructor?: {
|
|
4729
|
-
[x: string]: unknown;
|
|
4730
|
-
} | null | undefined;
|
|
4731
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
4732
|
-
instance?: unknown;
|
|
4733
|
-
isRequired?: unknown;
|
|
4734
|
-
path?: unknown;
|
|
4735
|
-
validateAll?: {} | null | undefined;
|
|
4736
|
-
defaultOptions?: unknown;
|
|
4737
|
-
} | null | undefined;
|
|
4738
|
-
basicGrossIncome?: {
|
|
4739
|
-
validators: mongoose.Types.DocumentArray<{
|
|
4740
|
-
type?: unknown;
|
|
4741
|
-
message?: unknown;
|
|
4742
|
-
validator?: unknown;
|
|
4743
|
-
reason?: unknown;
|
|
4744
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
4745
|
-
type?: unknown;
|
|
4746
|
-
message?: unknown;
|
|
4747
|
-
validator?: unknown;
|
|
4748
|
-
reason?: unknown;
|
|
4749
|
-
}> & {
|
|
4750
|
-
type?: unknown;
|
|
4751
|
-
message?: unknown;
|
|
4752
|
-
validator?: unknown;
|
|
4753
|
-
reason?: unknown;
|
|
4754
|
-
}>;
|
|
4755
|
-
get?: {} | null | undefined;
|
|
4756
|
-
schema?: {
|
|
4757
|
-
[x: string]: unknown;
|
|
4758
|
-
} | null | undefined;
|
|
4759
|
-
set?: {} | null | undefined;
|
|
4760
|
-
validate?: {} | null | undefined;
|
|
4761
|
-
default?: {} | null | undefined;
|
|
4762
|
-
text?: {} | null | undefined;
|
|
4763
|
-
unique?: {} | null | undefined;
|
|
4764
|
-
index?: {} | null | undefined;
|
|
4765
|
-
sparse?: {} | null | undefined;
|
|
4766
|
-
required?: {} | null | undefined;
|
|
4767
|
-
ref?: {} | null | undefined;
|
|
4768
|
-
cast?: {} | null | undefined;
|
|
4769
|
-
select?: {} | null | undefined;
|
|
4770
|
-
immutable?: {} | null | undefined;
|
|
4771
|
-
transform?: {} | null | undefined;
|
|
4772
|
-
options?: {
|
|
4773
|
-
[x: string]: unknown;
|
|
4774
|
-
} | null | undefined;
|
|
4775
|
-
OptionsConstructor?: {
|
|
4776
|
-
[x: string]: unknown;
|
|
4777
|
-
} | null | undefined;
|
|
4778
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
4779
|
-
instance?: unknown;
|
|
4780
|
-
isRequired?: unknown;
|
|
4781
|
-
path?: unknown;
|
|
4782
|
-
validateAll?: {} | null | undefined;
|
|
4783
|
-
defaultOptions?: unknown;
|
|
4784
|
-
} | null | undefined;
|
|
4785
|
-
basicPay?: {
|
|
4786
|
-
validators: mongoose.Types.DocumentArray<{
|
|
4787
|
-
type?: unknown;
|
|
4788
|
-
message?: unknown;
|
|
4789
|
-
validator?: unknown;
|
|
4790
|
-
reason?: unknown;
|
|
4791
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
4792
|
-
type?: unknown;
|
|
4793
|
-
message?: unknown;
|
|
4794
|
-
validator?: unknown;
|
|
4795
|
-
reason?: unknown;
|
|
4796
|
-
}> & {
|
|
4797
|
-
type?: unknown;
|
|
4798
|
-
message?: unknown;
|
|
4799
|
-
validator?: unknown;
|
|
4800
|
-
reason?: unknown;
|
|
4801
|
-
}>;
|
|
4802
|
-
get?: {} | null | undefined;
|
|
4803
|
-
schema?: {
|
|
4804
|
-
[x: string]: unknown;
|
|
4805
|
-
} | null | undefined;
|
|
4806
|
-
set?: {} | null | undefined;
|
|
4807
|
-
validate?: {} | null | undefined;
|
|
4808
|
-
default?: {} | null | undefined;
|
|
4809
|
-
text?: {} | null | undefined;
|
|
4810
|
-
unique?: {} | null | undefined;
|
|
4811
|
-
index?: {} | null | undefined;
|
|
4812
|
-
sparse?: {} | null | undefined;
|
|
4813
|
-
required?: {} | null | undefined;
|
|
4814
|
-
ref?: {} | null | undefined;
|
|
4815
|
-
cast?: {} | null | undefined;
|
|
4816
|
-
select?: {} | null | undefined;
|
|
4817
|
-
immutable?: {} | null | undefined;
|
|
4818
|
-
transform?: {} | null | undefined;
|
|
4819
|
-
options?: {
|
|
4820
|
-
[x: string]: unknown;
|
|
4821
|
-
} | null | undefined;
|
|
4822
|
-
OptionsConstructor?: {
|
|
4823
|
-
[x: string]: unknown;
|
|
4824
|
-
} | null | undefined;
|
|
4825
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
4826
|
-
instance?: unknown;
|
|
4827
|
-
isRequired?: unknown;
|
|
4828
|
-
path?: unknown;
|
|
4829
|
-
validateAll?: {} | null | undefined;
|
|
4830
|
-
defaultOptions?: unknown;
|
|
4831
|
-
} | null | undefined;
|
|
4832
|
-
carAllowance?: {
|
|
4833
|
-
validators: mongoose.Types.DocumentArray<{
|
|
4834
|
-
type?: unknown;
|
|
4835
|
-
message?: unknown;
|
|
4836
|
-
validator?: unknown;
|
|
4837
|
-
reason?: unknown;
|
|
4838
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
4839
|
-
type?: unknown;
|
|
4840
|
-
message?: unknown;
|
|
4841
|
-
validator?: unknown;
|
|
4842
|
-
reason?: unknown;
|
|
4843
|
-
}> & {
|
|
4844
|
-
type?: unknown;
|
|
4845
|
-
message?: unknown;
|
|
4846
|
-
validator?: unknown;
|
|
4847
|
-
reason?: unknown;
|
|
4848
|
-
}>;
|
|
4849
|
-
get?: {} | null | undefined;
|
|
4850
|
-
schema?: {
|
|
4851
|
-
[x: string]: unknown;
|
|
4852
|
-
} | null | undefined;
|
|
4853
|
-
set?: {} | null | undefined;
|
|
4854
|
-
validate?: {} | null | undefined;
|
|
4855
|
-
default?: {} | null | undefined;
|
|
4856
|
-
text?: {} | null | undefined;
|
|
4857
|
-
unique?: {} | null | undefined;
|
|
4858
|
-
index?: {} | null | undefined;
|
|
4859
|
-
sparse?: {} | null | undefined;
|
|
4860
|
-
required?: {} | null | undefined;
|
|
4861
|
-
ref?: {} | null | undefined;
|
|
4862
|
-
cast?: {} | null | undefined;
|
|
4863
|
-
select?: {} | null | undefined;
|
|
4864
|
-
immutable?: {} | null | undefined;
|
|
4865
|
-
transform?: {} | null | undefined;
|
|
4866
|
-
options?: {
|
|
4867
|
-
[x: string]: unknown;
|
|
4868
|
-
} | null | undefined;
|
|
4869
|
-
OptionsConstructor?: {
|
|
4870
|
-
[x: string]: unknown;
|
|
4871
|
-
} | null | undefined;
|
|
4872
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
4873
|
-
instance?: unknown;
|
|
4874
|
-
isRequired?: unknown;
|
|
4875
|
-
path?: unknown;
|
|
4876
|
-
validateAll?: {} | null | undefined;
|
|
4877
|
-
defaultOptions?: unknown;
|
|
4878
|
-
} | null | undefined;
|
|
4879
|
-
childBenefit?: {
|
|
4880
|
-
validators: mongoose.Types.DocumentArray<{
|
|
4881
|
-
type?: unknown;
|
|
4882
|
-
message?: unknown;
|
|
4883
|
-
validator?: unknown;
|
|
4884
|
-
reason?: unknown;
|
|
4885
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
4886
|
-
type?: unknown;
|
|
4887
|
-
message?: unknown;
|
|
4888
|
-
validator?: unknown;
|
|
4889
|
-
reason?: unknown;
|
|
4890
|
-
}> & {
|
|
4891
|
-
type?: unknown;
|
|
4892
|
-
message?: unknown;
|
|
4893
|
-
validator?: unknown;
|
|
4894
|
-
reason?: unknown;
|
|
4895
|
-
}>;
|
|
4896
|
-
get?: {} | null | undefined;
|
|
4897
|
-
schema?: {
|
|
4898
|
-
[x: string]: unknown;
|
|
4899
|
-
} | null | undefined;
|
|
4900
|
-
set?: {} | null | undefined;
|
|
4901
|
-
validate?: {} | null | undefined;
|
|
4902
|
-
default?: {} | null | undefined;
|
|
4903
|
-
text?: {} | null | undefined;
|
|
4904
|
-
unique?: {} | null | undefined;
|
|
4905
|
-
index?: {} | null | undefined;
|
|
4906
|
-
sparse?: {} | null | undefined;
|
|
4907
|
-
required?: {} | null | undefined;
|
|
4908
|
-
ref?: {} | null | undefined;
|
|
4909
|
-
cast?: {} | null | undefined;
|
|
4910
|
-
select?: {} | null | undefined;
|
|
4911
|
-
immutable?: {} | null | undefined;
|
|
4912
|
-
transform?: {} | null | undefined;
|
|
4913
|
-
options?: {
|
|
4914
|
-
[x: string]: unknown;
|
|
4915
|
-
} | null | undefined;
|
|
4916
|
-
OptionsConstructor?: {
|
|
4917
|
-
[x: string]: unknown;
|
|
4918
|
-
} | null | undefined;
|
|
4919
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
4920
|
-
instance?: unknown;
|
|
4921
|
-
isRequired?: unknown;
|
|
4922
|
-
path?: unknown;
|
|
4923
|
-
validateAll?: {} | null | undefined;
|
|
4924
|
-
defaultOptions?: unknown;
|
|
4925
|
-
} | null | undefined;
|
|
4926
|
-
childBenefitOrSchoolAllowance?: {
|
|
4927
|
-
validators: mongoose.Types.DocumentArray<{
|
|
4928
|
-
type?: unknown;
|
|
4929
|
-
message?: unknown;
|
|
4930
|
-
validator?: unknown;
|
|
4931
|
-
reason?: unknown;
|
|
4932
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
4933
|
-
type?: unknown;
|
|
4934
|
-
message?: unknown;
|
|
4935
|
-
validator?: unknown;
|
|
4936
|
-
reason?: unknown;
|
|
4937
|
-
}> & {
|
|
4938
|
-
type?: unknown;
|
|
4939
|
-
message?: unknown;
|
|
4940
|
-
validator?: unknown;
|
|
4941
|
-
reason?: unknown;
|
|
4942
|
-
}>;
|
|
4943
|
-
get?: {} | null | undefined;
|
|
4944
|
-
schema?: {
|
|
4945
|
-
[x: string]: unknown;
|
|
4946
|
-
} | null | undefined;
|
|
4947
|
-
set?: {} | null | undefined;
|
|
4948
|
-
validate?: {} | null | undefined;
|
|
4949
|
-
default?: {} | null | undefined;
|
|
4950
|
-
text?: {} | null | undefined;
|
|
4951
|
-
unique?: {} | null | undefined;
|
|
4952
|
-
index?: {} | null | undefined;
|
|
4953
|
-
sparse?: {} | null | undefined;
|
|
4954
|
-
required?: {} | null | undefined;
|
|
4955
|
-
ref?: {} | null | undefined;
|
|
4956
|
-
cast?: {} | null | undefined;
|
|
4957
|
-
select?: {} | null | undefined;
|
|
4958
|
-
immutable?: {} | null | undefined;
|
|
4959
|
-
transform?: {} | null | undefined;
|
|
4960
|
-
options?: {
|
|
4961
|
-
[x: string]: unknown;
|
|
4962
|
-
} | null | undefined;
|
|
4963
|
-
OptionsConstructor?: {
|
|
4964
|
-
[x: string]: unknown;
|
|
4965
|
-
} | null | undefined;
|
|
4966
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
4967
|
-
instance?: unknown;
|
|
4968
|
-
isRequired?: unknown;
|
|
4969
|
-
path?: unknown;
|
|
4970
|
-
validateAll?: {} | null | undefined;
|
|
4971
|
-
defaultOptions?: unknown;
|
|
4972
|
-
} | null | undefined;
|
|
4973
|
-
contractRemaining?: unknown;
|
|
4974
|
-
dateJoined?: unknown;
|
|
4975
|
-
disabilityLiving?: {
|
|
4976
|
-
validators: mongoose.Types.DocumentArray<{
|
|
4977
|
-
type?: unknown;
|
|
4978
|
-
message?: unknown;
|
|
4979
|
-
validator?: unknown;
|
|
4980
|
-
reason?: unknown;
|
|
4981
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
4982
|
-
type?: unknown;
|
|
4983
|
-
message?: unknown;
|
|
4984
|
-
validator?: unknown;
|
|
4985
|
-
reason?: unknown;
|
|
4986
|
-
}> & {
|
|
4987
|
-
type?: unknown;
|
|
4988
|
-
message?: unknown;
|
|
4989
|
-
validator?: unknown;
|
|
4990
|
-
reason?: unknown;
|
|
4991
|
-
}>;
|
|
4992
|
-
get?: {} | null | undefined;
|
|
4993
|
-
schema?: {
|
|
4994
|
-
[x: string]: unknown;
|
|
4995
|
-
} | null | undefined;
|
|
4996
|
-
set?: {} | null | undefined;
|
|
4997
|
-
validate?: {} | null | undefined;
|
|
4998
|
-
default?: {} | null | undefined;
|
|
4999
|
-
text?: {} | null | undefined;
|
|
5000
|
-
unique?: {} | null | undefined;
|
|
5001
|
-
index?: {} | null | undefined;
|
|
5002
|
-
sparse?: {} | null | undefined;
|
|
5003
|
-
required?: {} | null | undefined;
|
|
5004
|
-
ref?: {} | null | undefined;
|
|
5005
|
-
cast?: {} | null | undefined;
|
|
5006
|
-
select?: {} | null | undefined;
|
|
5007
|
-
immutable?: {} | null | undefined;
|
|
5008
|
-
transform?: {} | null | undefined;
|
|
5009
|
-
options?: {
|
|
5010
|
-
[x: string]: unknown;
|
|
5011
|
-
} | null | undefined;
|
|
5012
|
-
OptionsConstructor?: {
|
|
5013
|
-
[x: string]: unknown;
|
|
5014
|
-
} | null | undefined;
|
|
5015
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
5016
|
-
instance?: unknown;
|
|
5017
|
-
isRequired?: unknown;
|
|
5018
|
-
path?: unknown;
|
|
5019
|
-
validateAll?: {} | null | undefined;
|
|
5020
|
-
defaultOptions?: unknown;
|
|
5021
|
-
} | null | undefined;
|
|
5022
|
-
employerName?: unknown;
|
|
5023
|
-
employerTelephone?: unknown;
|
|
5024
|
-
housingAllowance?: {
|
|
5025
|
-
validators: mongoose.Types.DocumentArray<{
|
|
5026
|
-
type?: unknown;
|
|
5027
|
-
message?: unknown;
|
|
5028
|
-
validator?: unknown;
|
|
5029
|
-
reason?: unknown;
|
|
5030
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
5031
|
-
type?: unknown;
|
|
5032
|
-
message?: unknown;
|
|
5033
|
-
validator?: unknown;
|
|
5034
|
-
reason?: unknown;
|
|
5035
|
-
}> & {
|
|
5036
|
-
type?: unknown;
|
|
5037
|
-
message?: unknown;
|
|
5038
|
-
validator?: unknown;
|
|
5039
|
-
reason?: unknown;
|
|
5040
|
-
}>;
|
|
5041
|
-
get?: {} | null | undefined;
|
|
5042
|
-
schema?: {
|
|
5043
|
-
[x: string]: unknown;
|
|
5044
|
-
} | null | undefined;
|
|
5045
|
-
set?: {} | null | undefined;
|
|
5046
|
-
validate?: {} | null | undefined;
|
|
5047
|
-
default?: {} | null | undefined;
|
|
5048
|
-
text?: {} | null | undefined;
|
|
5049
|
-
unique?: {} | null | undefined;
|
|
5050
|
-
index?: {} | null | undefined;
|
|
5051
|
-
sparse?: {} | null | undefined;
|
|
5052
|
-
required?: {} | null | undefined;
|
|
5053
|
-
ref?: {} | null | undefined;
|
|
5054
|
-
cast?: {} | null | undefined;
|
|
5055
|
-
select?: {} | null | undefined;
|
|
5056
|
-
immutable?: {} | null | undefined;
|
|
5057
|
-
transform?: {} | null | undefined;
|
|
5058
|
-
options?: {
|
|
5059
|
-
[x: string]: unknown;
|
|
5060
|
-
} | null | undefined;
|
|
5061
|
-
OptionsConstructor?: {
|
|
5062
|
-
[x: string]: unknown;
|
|
5063
|
-
} | null | undefined;
|
|
5064
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
5065
|
-
instance?: unknown;
|
|
5066
|
-
isRequired?: unknown;
|
|
5067
|
-
path?: unknown;
|
|
5068
|
-
validateAll?: {} | null | undefined;
|
|
5069
|
-
defaultOptions?: unknown;
|
|
5070
|
-
} | null | undefined;
|
|
5071
|
-
industryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
5072
|
-
isUnderTerminationNotice?: unknown;
|
|
5073
|
-
jobTitleLid?: mongoose.Types.ObjectId | null | undefined;
|
|
2652
|
+
ukPassportProfession?: mongoose.Types.ObjectId | null | undefined;
|
|
2653
|
+
}, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
|
|
2654
|
+
createdAt: NativeDate;
|
|
2655
|
+
updatedAt: NativeDate;
|
|
2656
|
+
} & {
|
|
2657
|
+
applicationId: mongoose.Types.ObjectId;
|
|
2658
|
+
applicantId: string;
|
|
2659
|
+
pageValidFlag: boolean;
|
|
2660
|
+
taxJurisdictionLid: mongoose.Types.ObjectId;
|
|
2661
|
+
addressPostCode: string;
|
|
2662
|
+
addressLine1: string;
|
|
2663
|
+
addressLine2: string;
|
|
2664
|
+
addressLine3: string;
|
|
2665
|
+
addressCity: string;
|
|
2666
|
+
addressCountryLid: mongoose.Types.ObjectId;
|
|
2667
|
+
isUkResident: boolean;
|
|
2668
|
+
email: string;
|
|
2669
|
+
firstName: string;
|
|
2670
|
+
lastName: string;
|
|
2671
|
+
addressMovedDate: string;
|
|
2672
|
+
correspondenceAddressCity: string;
|
|
2673
|
+
correspondenceAddressCountryLid: mongoose.Types.ObjectId;
|
|
2674
|
+
correspondenceAddressLine1: string;
|
|
2675
|
+
correspondenceAddressLine2: string;
|
|
2676
|
+
correspondenceAddressLine3: string;
|
|
2677
|
+
correspondenceAddressPostCode: string;
|
|
2678
|
+
countryOfResidenceLid: mongoose.Types.ObjectId;
|
|
2679
|
+
dateOfBirth: string;
|
|
2680
|
+
dependant10Age: number;
|
|
2681
|
+
dependant1Age: number;
|
|
2682
|
+
dependant2Age: number;
|
|
2683
|
+
dependant3Age: number;
|
|
2684
|
+
dependant4Age: number;
|
|
2685
|
+
dependant5Age: number;
|
|
2686
|
+
dependant6Age: number;
|
|
2687
|
+
dependant7Age: number;
|
|
2688
|
+
dependant8Age: number;
|
|
2689
|
+
dependant9Age: number;
|
|
2690
|
+
employmentStatusDetails: string;
|
|
2691
|
+
isFirstTimelandlord: boolean;
|
|
2692
|
+
foreignIdForNationals: string;
|
|
2693
|
+
gdprEmail: boolean;
|
|
2694
|
+
gdprPost: boolean;
|
|
2695
|
+
gdprTelephone: boolean;
|
|
2696
|
+
gdprTextMessage: boolean;
|
|
2697
|
+
gender: string;
|
|
2698
|
+
hasBrokerGivenConsentForVulnerabilities: boolean;
|
|
2699
|
+
hasLinkedJurisdiction: boolean;
|
|
2700
|
+
isCorrespondence: boolean;
|
|
2701
|
+
isCommitmentConfirmed: boolean;
|
|
2702
|
+
isCurrentContract: boolean;
|
|
2703
|
+
isCustomerVulnerable: boolean;
|
|
2704
|
+
isExpat: boolean;
|
|
2705
|
+
isFirstApplicant: boolean;
|
|
2706
|
+
isUkPassport: boolean;
|
|
2707
|
+
classLid: mongoose.Types.ObjectId;
|
|
2708
|
+
linkedJurisdictionCountryLid: mongoose.Types.ObjectId;
|
|
2709
|
+
linkedJurisdictionDetails: string;
|
|
2710
|
+
maidenName: string;
|
|
2711
|
+
maritalStatusLid: mongoose.Types.ObjectId;
|
|
2712
|
+
mobileNumber: string;
|
|
2713
|
+
nationalityLid: mongoose.Types.ObjectId;
|
|
2714
|
+
netIncome: Pound;
|
|
2715
|
+
niNumber: string;
|
|
2716
|
+
numberOfDependants: number;
|
|
2717
|
+
isOneYearPrior: boolean;
|
|
2718
|
+
phoneNumber: string;
|
|
2719
|
+
previous1AddressCity: string;
|
|
2720
|
+
previous1AddressCountryLid: mongoose.Types.ObjectId;
|
|
2721
|
+
previous1AddressLine1: string;
|
|
2722
|
+
previous1AddressLine2: string;
|
|
2723
|
+
previous1AddressLine3: string;
|
|
2724
|
+
previous1AddressMovedDate: string;
|
|
2725
|
+
previous1AddressPostCode: string;
|
|
2726
|
+
previous1AddressPropertyOwnedBy: string;
|
|
2727
|
+
previous2AddressCity: string;
|
|
2728
|
+
previous2AddressCountryLid: mongoose.Types.ObjectId;
|
|
2729
|
+
previous2AddressLine1: string;
|
|
2730
|
+
previous2AddressLine2: string;
|
|
2731
|
+
previous2AddressLine3: string;
|
|
2732
|
+
previous2AddressMovedDate: string;
|
|
2733
|
+
previous2AddressPostCode: string;
|
|
2734
|
+
previous2AddressPropertyOwnedBy: string;
|
|
2735
|
+
relationshipToOthers: string;
|
|
2736
|
+
residentialStatusLid: mongoose.Types.ObjectId;
|
|
2737
|
+
retirementAge: string;
|
|
2738
|
+
taxPayerLid: mongoose.Types.ObjectId;
|
|
2739
|
+
timeResidedAtCountryOfResidence: number;
|
|
2740
|
+
title: string;
|
|
2741
|
+
isTwoYearPrior: boolean;
|
|
2742
|
+
understandEnglish: boolean;
|
|
2743
|
+
vulnerabilityNotes: string;
|
|
2744
|
+
vulnerabilityTypeLids: mongoose.Types.ObjectId[];
|
|
2745
|
+
creditProfile?: {
|
|
2746
|
+
anyVoluntaryEnforcedPossessionNo: string;
|
|
2747
|
+
bankruptcyNo: string;
|
|
2748
|
+
ccjInLastThreeYearNo: string;
|
|
2749
|
+
defaultsInLastYearNo: string;
|
|
2750
|
+
} | null | undefined;
|
|
2751
|
+
creditData?: {
|
|
2752
|
+
statusLid: mongoose.Types.ObjectId;
|
|
2753
|
+
bankruptcy: string;
|
|
2754
|
+
countyCourtJudgment: string;
|
|
2755
|
+
securedArrears: string;
|
|
2756
|
+
unsecuredArrears: string;
|
|
2757
|
+
valid: string;
|
|
2758
|
+
creditDefaults?: string | null | undefined;
|
|
2759
|
+
} | null | undefined;
|
|
2760
|
+
riskNarrative?: {
|
|
2761
|
+
call2StatusLid: mongoose.Types.ObjectId;
|
|
2762
|
+
statusLid: mongoose.Types.ObjectId;
|
|
2763
|
+
docVerificationStatusLid: mongoose.Types.ObjectId;
|
|
2764
|
+
link?: string | null | undefined;
|
|
2765
|
+
riskRating?: string | null | undefined;
|
|
2766
|
+
clientReference?: string | null | undefined;
|
|
2767
|
+
isPoaTaskGenerated?: string | null | undefined;
|
|
2768
|
+
riskLevel?: string | null | undefined;
|
|
2769
|
+
verificationLinkSentOn?: string | null | undefined;
|
|
2770
|
+
} | null | undefined;
|
|
2771
|
+
otherIncome?: {
|
|
5074
2772
|
maintenance?: {
|
|
5075
2773
|
validators: mongoose.Types.DocumentArray<{
|
|
5076
2774
|
type?: unknown;
|
|
@@ -5118,209 +2816,8 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
5118
2816
|
validateAll?: {} | null | undefined;
|
|
5119
2817
|
defaultOptions?: unknown;
|
|
5120
2818
|
} | null | undefined;
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
type?: unknown;
|
|
5124
|
-
message?: unknown;
|
|
5125
|
-
validator?: unknown;
|
|
5126
|
-
reason?: unknown;
|
|
5127
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
5128
|
-
type?: unknown;
|
|
5129
|
-
message?: unknown;
|
|
5130
|
-
validator?: unknown;
|
|
5131
|
-
reason?: unknown;
|
|
5132
|
-
}> & {
|
|
5133
|
-
type?: unknown;
|
|
5134
|
-
message?: unknown;
|
|
5135
|
-
validator?: unknown;
|
|
5136
|
-
reason?: unknown;
|
|
5137
|
-
}>;
|
|
5138
|
-
get?: {} | null | undefined;
|
|
5139
|
-
schema?: {
|
|
5140
|
-
[x: string]: unknown;
|
|
5141
|
-
} | null | undefined;
|
|
5142
|
-
set?: {} | null | undefined;
|
|
5143
|
-
validate?: {} | null | undefined;
|
|
5144
|
-
default?: {} | null | undefined;
|
|
5145
|
-
text?: {} | null | undefined;
|
|
5146
|
-
unique?: {} | null | undefined;
|
|
5147
|
-
index?: {} | null | undefined;
|
|
5148
|
-
sparse?: {} | null | undefined;
|
|
5149
|
-
required?: {} | null | undefined;
|
|
5150
|
-
ref?: {} | null | undefined;
|
|
5151
|
-
cast?: {} | null | undefined;
|
|
5152
|
-
select?: {} | null | undefined;
|
|
5153
|
-
immutable?: {} | null | undefined;
|
|
5154
|
-
transform?: {} | null | undefined;
|
|
5155
|
-
options?: {
|
|
5156
|
-
[x: string]: unknown;
|
|
5157
|
-
} | null | undefined;
|
|
5158
|
-
OptionsConstructor?: {
|
|
5159
|
-
[x: string]: unknown;
|
|
5160
|
-
} | null | undefined;
|
|
5161
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
5162
|
-
instance?: unknown;
|
|
5163
|
-
isRequired?: unknown;
|
|
5164
|
-
path?: unknown;
|
|
5165
|
-
validateAll?: {} | null | undefined;
|
|
5166
|
-
defaultOptions?: unknown;
|
|
5167
|
-
} | null | undefined;
|
|
5168
|
-
pensionIncome?: {
|
|
5169
|
-
validators: mongoose.Types.DocumentArray<{
|
|
5170
|
-
type?: unknown;
|
|
5171
|
-
message?: unknown;
|
|
5172
|
-
validator?: unknown;
|
|
5173
|
-
reason?: unknown;
|
|
5174
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
5175
|
-
type?: unknown;
|
|
5176
|
-
message?: unknown;
|
|
5177
|
-
validator?: unknown;
|
|
5178
|
-
reason?: unknown;
|
|
5179
|
-
}> & {
|
|
5180
|
-
type?: unknown;
|
|
5181
|
-
message?: unknown;
|
|
5182
|
-
validator?: unknown;
|
|
5183
|
-
reason?: unknown;
|
|
5184
|
-
}>;
|
|
5185
|
-
get?: {} | null | undefined;
|
|
5186
|
-
schema?: {
|
|
5187
|
-
[x: string]: unknown;
|
|
5188
|
-
} | null | undefined;
|
|
5189
|
-
set?: {} | null | undefined;
|
|
5190
|
-
validate?: {} | null | undefined;
|
|
5191
|
-
default?: {} | null | undefined;
|
|
5192
|
-
text?: {} | null | undefined;
|
|
5193
|
-
unique?: {} | null | undefined;
|
|
5194
|
-
index?: {} | null | undefined;
|
|
5195
|
-
sparse?: {} | null | undefined;
|
|
5196
|
-
required?: {} | null | undefined;
|
|
5197
|
-
ref?: {} | null | undefined;
|
|
5198
|
-
cast?: {} | null | undefined;
|
|
5199
|
-
select?: {} | null | undefined;
|
|
5200
|
-
immutable?: {} | null | undefined;
|
|
5201
|
-
transform?: {} | null | undefined;
|
|
5202
|
-
options?: {
|
|
5203
|
-
[x: string]: unknown;
|
|
5204
|
-
} | null | undefined;
|
|
5205
|
-
OptionsConstructor?: {
|
|
5206
|
-
[x: string]: unknown;
|
|
5207
|
-
} | null | undefined;
|
|
5208
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
5209
|
-
instance?: unknown;
|
|
5210
|
-
isRequired?: unknown;
|
|
5211
|
-
path?: unknown;
|
|
5212
|
-
validateAll?: {} | null | undefined;
|
|
5213
|
-
defaultOptions?: unknown;
|
|
5214
|
-
} | null | undefined;
|
|
5215
|
-
previousAddressCity?: unknown;
|
|
5216
|
-
previousAddressCountry?: unknown;
|
|
5217
|
-
previousAddressLine1?: unknown;
|
|
5218
|
-
previousAddressLine2?: unknown;
|
|
5219
|
-
previousAddressLine3?: unknown;
|
|
5220
|
-
previousAddressPostCode?: unknown;
|
|
5221
|
-
previousBasicGrossIncome?: {
|
|
5222
|
-
validators: mongoose.Types.DocumentArray<{
|
|
5223
|
-
type?: unknown;
|
|
5224
|
-
message?: unknown;
|
|
5225
|
-
validator?: unknown;
|
|
5226
|
-
reason?: unknown;
|
|
5227
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
5228
|
-
type?: unknown;
|
|
5229
|
-
message?: unknown;
|
|
5230
|
-
validator?: unknown;
|
|
5231
|
-
reason?: unknown;
|
|
5232
|
-
}> & {
|
|
5233
|
-
type?: unknown;
|
|
5234
|
-
message?: unknown;
|
|
5235
|
-
validator?: unknown;
|
|
5236
|
-
reason?: unknown;
|
|
5237
|
-
}>;
|
|
5238
|
-
get?: {} | null | undefined;
|
|
5239
|
-
schema?: {
|
|
5240
|
-
[x: string]: unknown;
|
|
5241
|
-
} | null | undefined;
|
|
5242
|
-
set?: {} | null | undefined;
|
|
5243
|
-
validate?: {} | null | undefined;
|
|
5244
|
-
default?: {} | null | undefined;
|
|
5245
|
-
text?: {} | null | undefined;
|
|
5246
|
-
unique?: {} | null | undefined;
|
|
5247
|
-
index?: {} | null | undefined;
|
|
5248
|
-
sparse?: {} | null | undefined;
|
|
5249
|
-
required?: {} | null | undefined;
|
|
5250
|
-
ref?: {} | null | undefined;
|
|
5251
|
-
cast?: {} | null | undefined;
|
|
5252
|
-
select?: {} | null | undefined;
|
|
5253
|
-
immutable?: {} | null | undefined;
|
|
5254
|
-
transform?: {} | null | undefined;
|
|
5255
|
-
options?: {
|
|
5256
|
-
[x: string]: unknown;
|
|
5257
|
-
} | null | undefined;
|
|
5258
|
-
OptionsConstructor?: {
|
|
5259
|
-
[x: string]: unknown;
|
|
5260
|
-
} | null | undefined;
|
|
5261
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
5262
|
-
instance?: unknown;
|
|
5263
|
-
isRequired?: unknown;
|
|
5264
|
-
path?: unknown;
|
|
5265
|
-
validateAll?: {} | null | undefined;
|
|
5266
|
-
defaultOptions?: unknown;
|
|
5267
|
-
} | null | undefined;
|
|
5268
|
-
previousDateJoined?: unknown;
|
|
5269
|
-
previousDateLeft?: unknown;
|
|
5270
|
-
previousEmployerName?: unknown;
|
|
5271
|
-
previousEmployerTelephone?: unknown;
|
|
5272
|
-
previousJobTitle?: unknown;
|
|
5273
|
-
previousNatureOfBusiness?: unknown;
|
|
5274
|
-
referenceContact?: unknown;
|
|
5275
|
-
referenceContactEmail?: unknown;
|
|
5276
|
-
secondJob?: {
|
|
5277
|
-
validators: mongoose.Types.DocumentArray<{
|
|
5278
|
-
type?: unknown;
|
|
5279
|
-
message?: unknown;
|
|
5280
|
-
validator?: unknown;
|
|
5281
|
-
reason?: unknown;
|
|
5282
|
-
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
5283
|
-
type?: unknown;
|
|
5284
|
-
message?: unknown;
|
|
5285
|
-
validator?: unknown;
|
|
5286
|
-
reason?: unknown;
|
|
5287
|
-
}> & {
|
|
5288
|
-
type?: unknown;
|
|
5289
|
-
message?: unknown;
|
|
5290
|
-
validator?: unknown;
|
|
5291
|
-
reason?: unknown;
|
|
5292
|
-
}>;
|
|
5293
|
-
get?: {} | null | undefined;
|
|
5294
|
-
schema?: {
|
|
5295
|
-
[x: string]: unknown;
|
|
5296
|
-
} | null | undefined;
|
|
5297
|
-
set?: {} | null | undefined;
|
|
5298
|
-
validate?: {} | null | undefined;
|
|
5299
|
-
default?: {} | null | undefined;
|
|
5300
|
-
text?: {} | null | undefined;
|
|
5301
|
-
unique?: {} | null | undefined;
|
|
5302
|
-
index?: {} | null | undefined;
|
|
5303
|
-
sparse?: {} | null | undefined;
|
|
5304
|
-
required?: {} | null | undefined;
|
|
5305
|
-
ref?: {} | null | undefined;
|
|
5306
|
-
cast?: {} | null | undefined;
|
|
5307
|
-
select?: {} | null | undefined;
|
|
5308
|
-
immutable?: {} | null | undefined;
|
|
5309
|
-
transform?: {} | null | undefined;
|
|
5310
|
-
options?: {
|
|
5311
|
-
[x: string]: unknown;
|
|
5312
|
-
} | null | undefined;
|
|
5313
|
-
OptionsConstructor?: {
|
|
5314
|
-
[x: string]: unknown;
|
|
5315
|
-
} | null | undefined;
|
|
5316
|
-
getEmbeddedSchemaType?: {} | null | undefined;
|
|
5317
|
-
instance?: unknown;
|
|
5318
|
-
isRequired?: unknown;
|
|
5319
|
-
path?: unknown;
|
|
5320
|
-
validateAll?: {} | null | undefined;
|
|
5321
|
-
defaultOptions?: unknown;
|
|
5322
|
-
} | null | undefined;
|
|
5323
|
-
travelAllowance?: {
|
|
2819
|
+
sourceDetails1?: unknown;
|
|
2820
|
+
amount1?: {
|
|
5324
2821
|
validators: mongoose.Types.DocumentArray<{
|
|
5325
2822
|
type?: unknown;
|
|
5326
2823
|
message?: unknown;
|
|
@@ -5367,32 +2864,10 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
5367
2864
|
validateAll?: {} | null | undefined;
|
|
5368
2865
|
defaultOptions?: unknown;
|
|
5369
2866
|
} | null | undefined;
|
|
5370
|
-
|
|
5371
|
-
|
|
5372
|
-
|
|
5373
|
-
|
|
5374
|
-
updatedAt: NativeDate;
|
|
5375
|
-
} & {
|
|
5376
|
-
isConfirmDeclaration: string;
|
|
5377
|
-
applicationId?: mongoose.Types.ObjectId | null | undefined;
|
|
5378
|
-
addressLine1?: string | null | undefined;
|
|
5379
|
-
addressLine2?: string | null | undefined;
|
|
5380
|
-
accountNumber?: string | null | undefined;
|
|
5381
|
-
branch?: string | null | undefined;
|
|
5382
|
-
city?: string | null | undefined;
|
|
5383
|
-
contactPostcode?: string | null | undefined;
|
|
5384
|
-
institution?: string | null | undefined;
|
|
5385
|
-
nameOfAccountHolder?: string | null | undefined;
|
|
5386
|
-
sortCode?: string | null | undefined;
|
|
5387
|
-
selectedPaymentDay?: string | null | undefined;
|
|
5388
|
-
Applicants?: string | null | undefined;
|
|
5389
|
-
}) | null | undefined;
|
|
5390
|
-
propertyIncome?: {
|
|
5391
|
-
pageValidFlag?: unknown;
|
|
5392
|
-
yearEnd1?: unknown;
|
|
5393
|
-
yearEnd2?: unknown;
|
|
5394
|
-
yearEnd3?: unknown;
|
|
5395
|
-
rentalIncome1?: {
|
|
2867
|
+
payFrequency1Lid?: mongoose.Types.ObjectId | null | undefined;
|
|
2868
|
+
guaranteed1?: unknown;
|
|
2869
|
+
sourceDetails2?: unknown;
|
|
2870
|
+
amount2?: {
|
|
5396
2871
|
validators: mongoose.Types.DocumentArray<{
|
|
5397
2872
|
type?: unknown;
|
|
5398
2873
|
message?: unknown;
|
|
@@ -5439,7 +2914,10 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
5439
2914
|
validateAll?: {} | null | undefined;
|
|
5440
2915
|
defaultOptions?: unknown;
|
|
5441
2916
|
} | null | undefined;
|
|
5442
|
-
|
|
2917
|
+
payFrequency2Lid?: mongoose.Types.ObjectId | null | undefined;
|
|
2918
|
+
guaranteed2?: unknown;
|
|
2919
|
+
sourceDetails3?: unknown;
|
|
2920
|
+
amount3?: {
|
|
5443
2921
|
validators: mongoose.Types.DocumentArray<{
|
|
5444
2922
|
type?: unknown;
|
|
5445
2923
|
message?: unknown;
|
|
@@ -5486,7 +2964,10 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
5486
2964
|
validateAll?: {} | null | undefined;
|
|
5487
2965
|
defaultOptions?: unknown;
|
|
5488
2966
|
} | null | undefined;
|
|
5489
|
-
|
|
2967
|
+
payFrequency3Lid?: mongoose.Types.ObjectId | null | undefined;
|
|
2968
|
+
guaranteed3?: unknown;
|
|
2969
|
+
sourceDetails4?: unknown;
|
|
2970
|
+
amount4?: {
|
|
5490
2971
|
validators: mongoose.Types.DocumentArray<{
|
|
5491
2972
|
type?: unknown;
|
|
5492
2973
|
message?: unknown;
|
|
@@ -5533,7 +3014,9 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
5533
3014
|
validateAll?: {} | null | undefined;
|
|
5534
3015
|
defaultOptions?: unknown;
|
|
5535
3016
|
} | null | undefined;
|
|
5536
|
-
|
|
3017
|
+
payFrequency4Lid?: mongoose.Types.ObjectId | null | undefined;
|
|
3018
|
+
guaranteed4?: unknown;
|
|
3019
|
+
taxCredits?: {
|
|
5537
3020
|
validators: mongoose.Types.DocumentArray<{
|
|
5538
3021
|
type?: unknown;
|
|
5539
3022
|
message?: unknown;
|
|
@@ -5580,7 +3063,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
5580
3063
|
validateAll?: {} | null | undefined;
|
|
5581
3064
|
defaultOptions?: unknown;
|
|
5582
3065
|
} | null | undefined;
|
|
5583
|
-
|
|
3066
|
+
otherBenefits?: {
|
|
5584
3067
|
validators: mongoose.Types.DocumentArray<{
|
|
5585
3068
|
type?: unknown;
|
|
5586
3069
|
message?: unknown;
|
|
@@ -5627,7 +3110,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
5627
3110
|
validateAll?: {} | null | undefined;
|
|
5628
3111
|
defaultOptions?: unknown;
|
|
5629
3112
|
} | null | undefined;
|
|
5630
|
-
|
|
3113
|
+
grossPensionIncome?: {
|
|
5631
3114
|
validators: mongoose.Types.DocumentArray<{
|
|
5632
3115
|
type?: unknown;
|
|
5633
3116
|
message?: unknown;
|
|
@@ -5674,38 +3157,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
5674
3157
|
validateAll?: {} | null | undefined;
|
|
5675
3158
|
defaultOptions?: unknown;
|
|
5676
3159
|
} | null | undefined;
|
|
5677
|
-
|
|
5678
|
-
income?: {
|
|
5679
|
-
pageValidFlag?: unknown;
|
|
5680
|
-
businessTypeLid?: mongoose.Types.ObjectId | null | undefined;
|
|
5681
|
-
natureOfBusiness?: unknown;
|
|
5682
|
-
yearEnd1?: unknown;
|
|
5683
|
-
yearEnd2?: unknown;
|
|
5684
|
-
yearEnd3?: unknown;
|
|
5685
|
-
accountantsAddressLine1?: unknown;
|
|
5686
|
-
accountantsAddressLine2?: unknown;
|
|
5687
|
-
accountantsAddressLine3?: unknown;
|
|
5688
|
-
accountantsCity?: unknown;
|
|
5689
|
-
accountantsCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
5690
|
-
accountantsEmail?: unknown;
|
|
5691
|
-
accountantsPostCode?: unknown;
|
|
5692
|
-
accountantsPractice?: unknown;
|
|
5693
|
-
accountantsTelephoneNumber?: unknown;
|
|
5694
|
-
businessAddressLine1?: unknown;
|
|
5695
|
-
businessAddressLine2?: unknown;
|
|
5696
|
-
businessAddressLine3?: unknown;
|
|
5697
|
-
businessCity?: unknown;
|
|
5698
|
-
businessCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
5699
|
-
businessPostCode?: unknown;
|
|
5700
|
-
businessTelephoneNumber?: unknown;
|
|
5701
|
-
charteredCertifiedOrOtherLid?: mongoose.Types.ObjectId | null | undefined;
|
|
5702
|
-
contactName?: unknown;
|
|
5703
|
-
currentYearEnd?: unknown;
|
|
5704
|
-
dateEstablished?: unknown;
|
|
5705
|
-
doYouHaveAccountant?: unknown;
|
|
5706
|
-
isBusinessAddressDifferent?: unknown;
|
|
5707
|
-
nameOfBusiness?: unknown;
|
|
5708
|
-
netAssets1?: {
|
|
3160
|
+
privatePensionIncome?: {
|
|
5709
3161
|
validators: mongoose.Types.DocumentArray<{
|
|
5710
3162
|
type?: unknown;
|
|
5711
3163
|
message?: unknown;
|
|
@@ -5752,7 +3204,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
5752
3204
|
validateAll?: {} | null | undefined;
|
|
5753
3205
|
defaultOptions?: unknown;
|
|
5754
3206
|
} | null | undefined;
|
|
5755
|
-
|
|
3207
|
+
statePensionIncome?: {
|
|
5756
3208
|
validators: mongoose.Types.DocumentArray<{
|
|
5757
3209
|
type?: unknown;
|
|
5758
3210
|
message?: unknown;
|
|
@@ -5799,7 +3251,25 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
5799
3251
|
validateAll?: {} | null | undefined;
|
|
5800
3252
|
defaultOptions?: unknown;
|
|
5801
3253
|
} | null | undefined;
|
|
5802
|
-
|
|
3254
|
+
} | null | undefined;
|
|
3255
|
+
incomeSource?: {
|
|
3256
|
+
employmentStatusLid: mongoose.Types.ObjectId;
|
|
3257
|
+
incomeFromEmployment?: string | null | undefined;
|
|
3258
|
+
incomeFromPension?: string | null | undefined;
|
|
3259
|
+
incomeFromProperty?: string | null | undefined;
|
|
3260
|
+
incomeFromSavings?: string | null | undefined;
|
|
3261
|
+
} | null | undefined;
|
|
3262
|
+
employment?: {
|
|
3263
|
+
acceptableIncomeLids: mongoose.Types.ObjectId[];
|
|
3264
|
+
pageValidFlag?: unknown;
|
|
3265
|
+
natureOfBusiness?: unknown;
|
|
3266
|
+
addressPostCode?: unknown;
|
|
3267
|
+
addressLine1?: unknown;
|
|
3268
|
+
addressLine2?: unknown;
|
|
3269
|
+
addressLine3?: unknown;
|
|
3270
|
+
addressCity?: unknown;
|
|
3271
|
+
addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
3272
|
+
averageBonusPreviousTwoYears?: {
|
|
5803
3273
|
validators: mongoose.Types.DocumentArray<{
|
|
5804
3274
|
type?: unknown;
|
|
5805
3275
|
message?: unknown;
|
|
@@ -5846,16 +3316,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
5846
3316
|
validateAll?: {} | null | undefined;
|
|
5847
3317
|
defaultOptions?: unknown;
|
|
5848
3318
|
} | null | undefined;
|
|
5849
|
-
|
|
5850
|
-
registeredAddressLine1?: unknown;
|
|
5851
|
-
registeredAddressLine2?: unknown;
|
|
5852
|
-
registeredAddressLine3?: unknown;
|
|
5853
|
-
registeredCity?: unknown;
|
|
5854
|
-
registeredCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
5855
|
-
registeredPostCode?: unknown;
|
|
5856
|
-
registeredTelephone?: unknown;
|
|
5857
|
-
selfEmployedDate?: unknown;
|
|
5858
|
-
turnover1?: {
|
|
3319
|
+
basicGrossIncome?: {
|
|
5859
3320
|
validators: mongoose.Types.DocumentArray<{
|
|
5860
3321
|
type?: unknown;
|
|
5861
3322
|
message?: unknown;
|
|
@@ -5902,7 +3363,9 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
5902
3363
|
validateAll?: {} | null | undefined;
|
|
5903
3364
|
defaultOptions?: unknown;
|
|
5904
3365
|
} | null | undefined;
|
|
5905
|
-
|
|
3366
|
+
contractRemaining?: unknown;
|
|
3367
|
+
dateJoined?: unknown;
|
|
3368
|
+
disabilityLiving?: {
|
|
5906
3369
|
validators: mongoose.Types.DocumentArray<{
|
|
5907
3370
|
type?: unknown;
|
|
5908
3371
|
message?: unknown;
|
|
@@ -5949,7 +3412,9 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
5949
3412
|
validateAll?: {} | null | undefined;
|
|
5950
3413
|
defaultOptions?: unknown;
|
|
5951
3414
|
} | null | undefined;
|
|
5952
|
-
|
|
3415
|
+
employerName?: unknown;
|
|
3416
|
+
employerTelephone?: unknown;
|
|
3417
|
+
housingAllowance?: {
|
|
5953
3418
|
validators: mongoose.Types.DocumentArray<{
|
|
5954
3419
|
type?: unknown;
|
|
5955
3420
|
message?: unknown;
|
|
@@ -5996,7 +3461,10 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
5996
3461
|
validateAll?: {} | null | undefined;
|
|
5997
3462
|
defaultOptions?: unknown;
|
|
5998
3463
|
} | null | undefined;
|
|
5999
|
-
|
|
3464
|
+
industryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
3465
|
+
isUnderTerminationNotice?: unknown;
|
|
3466
|
+
jobTitleLid?: mongoose.Types.ObjectId | null | undefined;
|
|
3467
|
+
maintenance?: {
|
|
6000
3468
|
validators: mongoose.Types.DocumentArray<{
|
|
6001
3469
|
type?: unknown;
|
|
6002
3470
|
message?: unknown;
|
|
@@ -6043,7 +3511,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
6043
3511
|
validateAll?: {} | null | undefined;
|
|
6044
3512
|
defaultOptions?: unknown;
|
|
6045
3513
|
} | null | undefined;
|
|
6046
|
-
|
|
3514
|
+
maternityIncome?: {
|
|
6047
3515
|
validators: mongoose.Types.DocumentArray<{
|
|
6048
3516
|
type?: unknown;
|
|
6049
3517
|
message?: unknown;
|
|
@@ -6090,7 +3558,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
6090
3558
|
validateAll?: {} | null | undefined;
|
|
6091
3559
|
defaultOptions?: unknown;
|
|
6092
3560
|
} | null | undefined;
|
|
6093
|
-
|
|
3561
|
+
pensionIncome?: {
|
|
6094
3562
|
validators: mongoose.Types.DocumentArray<{
|
|
6095
3563
|
type?: unknown;
|
|
6096
3564
|
message?: unknown;
|
|
@@ -6133,132 +3601,97 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
6133
3601
|
getEmbeddedSchemaType?: {} | null | undefined;
|
|
6134
3602
|
instance?: unknown;
|
|
6135
3603
|
isRequired?: unknown;
|
|
6136
|
-
path?: unknown;
|
|
6137
|
-
validateAll?: {} | null | undefined;
|
|
6138
|
-
defaultOptions?: unknown;
|
|
6139
|
-
} | null | undefined;
|
|
6140
|
-
|
|
6141
|
-
|
|
6142
|
-
|
|
6143
|
-
|
|
6144
|
-
|
|
6145
|
-
|
|
6146
|
-
|
|
6147
|
-
|
|
6148
|
-
|
|
6149
|
-
|
|
6150
|
-
|
|
6151
|
-
|
|
6152
|
-
|
|
6153
|
-
|
|
6154
|
-
|
|
6155
|
-
|
|
6156
|
-
|
|
6157
|
-
|
|
6158
|
-
|
|
6159
|
-
|
|
6160
|
-
|
|
6161
|
-
|
|
6162
|
-
|
|
6163
|
-
|
|
6164
|
-
|
|
6165
|
-
|
|
6166
|
-
|
|
6167
|
-
|
|
6168
|
-
|
|
6169
|
-
|
|
6170
|
-
|
|
6171
|
-
|
|
6172
|
-
|
|
6173
|
-
|
|
6174
|
-
|
|
6175
|
-
|
|
6176
|
-
|
|
6177
|
-
|
|
6178
|
-
|
|
6179
|
-
|
|
6180
|
-
|
|
6181
|
-
|
|
6182
|
-
|
|
6183
|
-
|
|
6184
|
-
|
|
6185
|
-
|
|
6186
|
-
|
|
6187
|
-
|
|
6188
|
-
|
|
6189
|
-
|
|
6190
|
-
|
|
6191
|
-
|
|
6192
|
-
|
|
6193
|
-
|
|
6194
|
-
|
|
6195
|
-
|
|
6196
|
-
|
|
6197
|
-
|
|
6198
|
-
|
|
6199
|
-
|
|
6200
|
-
|
|
6201
|
-
|
|
6202
|
-
nationalityLid: mongoose.Types.ObjectId;
|
|
6203
|
-
netIncome: Pound;
|
|
6204
|
-
niNumber: string;
|
|
6205
|
-
numberOfDependants: number;
|
|
6206
|
-
isOneYearPrior: boolean;
|
|
6207
|
-
phoneNumber: string;
|
|
6208
|
-
previous1AddressCity: string;
|
|
6209
|
-
previous1AddressCountryLid: mongoose.Types.ObjectId;
|
|
6210
|
-
previous1AddressLine1: string;
|
|
6211
|
-
previous1AddressLine2: string;
|
|
6212
|
-
previous1AddressLine3: string;
|
|
6213
|
-
previous1AddressMovedDate: string;
|
|
6214
|
-
previous1AddressPostCode: string;
|
|
6215
|
-
previous1AddressPropertyOwnedBy: string;
|
|
6216
|
-
previous2AddressCity: string;
|
|
6217
|
-
previous2AddressCountryLid: mongoose.Types.ObjectId;
|
|
6218
|
-
previous2AddressLine1: string;
|
|
6219
|
-
previous2AddressLine2: string;
|
|
6220
|
-
previous2AddressLine3: string;
|
|
6221
|
-
previous2AddressMovedDate: string;
|
|
6222
|
-
previous2AddressPostCode: string;
|
|
6223
|
-
previous2AddressPropertyOwnedBy: string;
|
|
6224
|
-
relationshipToOthers: string;
|
|
6225
|
-
residentialStatusLid: mongoose.Types.ObjectId;
|
|
6226
|
-
retirementAge: string;
|
|
6227
|
-
taxPayerLid: mongoose.Types.ObjectId;
|
|
6228
|
-
timeResidedAtCountryOfResidence: number;
|
|
6229
|
-
title: string;
|
|
6230
|
-
isTwoYearPrior: boolean;
|
|
6231
|
-
understandEnglish: boolean;
|
|
6232
|
-
vulnerabilityNotes: string;
|
|
6233
|
-
vulnerabilityTypeLids: mongoose.Types.ObjectId[];
|
|
6234
|
-
creditProfile?: {
|
|
6235
|
-
anyVoluntaryEnforcedPossessionNo: string;
|
|
6236
|
-
bankruptcyNo: string;
|
|
6237
|
-
ccjInLastThreeYearNo: string;
|
|
6238
|
-
defaultsInLastYearNo: string;
|
|
6239
|
-
} | null | undefined;
|
|
6240
|
-
creditData?: {
|
|
6241
|
-
statusLid: mongoose.Types.ObjectId;
|
|
6242
|
-
bankruptcy: string;
|
|
6243
|
-
countyCourtJudgment: string;
|
|
6244
|
-
securedArrears: string;
|
|
6245
|
-
unsecuredArrears: string;
|
|
6246
|
-
valid: string;
|
|
6247
|
-
creditDefaults?: string | null | undefined;
|
|
6248
|
-
} | null | undefined;
|
|
6249
|
-
riskNarrative?: {
|
|
6250
|
-
call2StatusLid: mongoose.Types.ObjectId;
|
|
6251
|
-
statusLid: mongoose.Types.ObjectId;
|
|
6252
|
-
docVerificationStatusLid: mongoose.Types.ObjectId;
|
|
6253
|
-
link?: string | null | undefined;
|
|
6254
|
-
riskRating?: string | null | undefined;
|
|
6255
|
-
clientReference?: string | null | undefined;
|
|
6256
|
-
isPoaTaskGenerated?: string | null | undefined;
|
|
6257
|
-
riskLevel?: string | null | undefined;
|
|
6258
|
-
verificationLinkSentOn?: string | null | undefined;
|
|
3604
|
+
path?: unknown;
|
|
3605
|
+
validateAll?: {} | null | undefined;
|
|
3606
|
+
defaultOptions?: unknown;
|
|
3607
|
+
} | null | undefined;
|
|
3608
|
+
previousAddressCity?: unknown;
|
|
3609
|
+
previousAddressCountry?: unknown;
|
|
3610
|
+
previousAddressLine1?: unknown;
|
|
3611
|
+
previousAddressLine2?: unknown;
|
|
3612
|
+
previousAddressLine3?: unknown;
|
|
3613
|
+
previousAddressPostCode?: unknown;
|
|
3614
|
+
previousBasicGrossIncome?: {
|
|
3615
|
+
validators: mongoose.Types.DocumentArray<{
|
|
3616
|
+
type?: unknown;
|
|
3617
|
+
message?: unknown;
|
|
3618
|
+
validator?: unknown;
|
|
3619
|
+
reason?: unknown;
|
|
3620
|
+
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
3621
|
+
type?: unknown;
|
|
3622
|
+
message?: unknown;
|
|
3623
|
+
validator?: unknown;
|
|
3624
|
+
reason?: unknown;
|
|
3625
|
+
}> & {
|
|
3626
|
+
type?: unknown;
|
|
3627
|
+
message?: unknown;
|
|
3628
|
+
validator?: unknown;
|
|
3629
|
+
reason?: unknown;
|
|
3630
|
+
}>;
|
|
3631
|
+
get?: {} | null | undefined;
|
|
3632
|
+
schema?: {
|
|
3633
|
+
[x: string]: unknown;
|
|
3634
|
+
} | null | undefined;
|
|
3635
|
+
set?: {} | null | undefined;
|
|
3636
|
+
validate?: {} | null | undefined;
|
|
3637
|
+
default?: {} | null | undefined;
|
|
3638
|
+
text?: {} | null | undefined;
|
|
3639
|
+
unique?: {} | null | undefined;
|
|
3640
|
+
index?: {} | null | undefined;
|
|
3641
|
+
sparse?: {} | null | undefined;
|
|
3642
|
+
required?: {} | null | undefined;
|
|
3643
|
+
ref?: {} | null | undefined;
|
|
3644
|
+
cast?: {} | null | undefined;
|
|
3645
|
+
select?: {} | null | undefined;
|
|
3646
|
+
immutable?: {} | null | undefined;
|
|
3647
|
+
transform?: {} | null | undefined;
|
|
3648
|
+
options?: {
|
|
3649
|
+
[x: string]: unknown;
|
|
3650
|
+
} | null | undefined;
|
|
3651
|
+
OptionsConstructor?: {
|
|
3652
|
+
[x: string]: unknown;
|
|
3653
|
+
} | null | undefined;
|
|
3654
|
+
getEmbeddedSchemaType?: {} | null | undefined;
|
|
3655
|
+
instance?: unknown;
|
|
3656
|
+
isRequired?: unknown;
|
|
3657
|
+
path?: unknown;
|
|
3658
|
+
validateAll?: {} | null | undefined;
|
|
3659
|
+
defaultOptions?: unknown;
|
|
3660
|
+
} | null | undefined;
|
|
3661
|
+
previousDateJoined?: unknown;
|
|
3662
|
+
previousDateLeft?: unknown;
|
|
3663
|
+
previousEmployerName?: unknown;
|
|
3664
|
+
previousEmployerTelephone?: unknown;
|
|
3665
|
+
previousJobTitle?: unknown;
|
|
3666
|
+
previousNatureOfBusiness?: unknown;
|
|
3667
|
+
referenceContact?: unknown;
|
|
3668
|
+
referenceContactEmail?: unknown;
|
|
3669
|
+
underTerminationNoticeNote?: unknown;
|
|
6259
3670
|
} | null | undefined;
|
|
6260
|
-
|
|
6261
|
-
|
|
3671
|
+
directDebit?: ({
|
|
3672
|
+
createdAt: NativeDate;
|
|
3673
|
+
updatedAt: NativeDate;
|
|
3674
|
+
} & {
|
|
3675
|
+
isConfirmDeclaration: string;
|
|
3676
|
+
applicationId?: mongoose.Types.ObjectId | null | undefined;
|
|
3677
|
+
addressLine1?: string | null | undefined;
|
|
3678
|
+
addressLine2?: string | null | undefined;
|
|
3679
|
+
accountNumber?: string | null | undefined;
|
|
3680
|
+
branch?: string | null | undefined;
|
|
3681
|
+
city?: string | null | undefined;
|
|
3682
|
+
contactPostcode?: string | null | undefined;
|
|
3683
|
+
institution?: string | null | undefined;
|
|
3684
|
+
nameOfAccountHolder?: string | null | undefined;
|
|
3685
|
+
sortCode?: string | null | undefined;
|
|
3686
|
+
selectedPaymentDay?: string | null | undefined;
|
|
3687
|
+
Applicants?: string | null | undefined;
|
|
3688
|
+
}) | null | undefined;
|
|
3689
|
+
propertyIncome?: {
|
|
3690
|
+
pageValidFlag?: unknown;
|
|
3691
|
+
yearEnd1?: unknown;
|
|
3692
|
+
yearEnd2?: unknown;
|
|
3693
|
+
yearEnd3?: unknown;
|
|
3694
|
+
rentalIncome1?: {
|
|
6262
3695
|
validators: mongoose.Types.DocumentArray<{
|
|
6263
3696
|
type?: unknown;
|
|
6264
3697
|
message?: unknown;
|
|
@@ -6305,8 +3738,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
6305
3738
|
validateAll?: {} | null | undefined;
|
|
6306
3739
|
defaultOptions?: unknown;
|
|
6307
3740
|
} | null | undefined;
|
|
6308
|
-
|
|
6309
|
-
amount1?: {
|
|
3741
|
+
netProfit1?: {
|
|
6310
3742
|
validators: mongoose.Types.DocumentArray<{
|
|
6311
3743
|
type?: unknown;
|
|
6312
3744
|
message?: unknown;
|
|
@@ -6353,10 +3785,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
6353
3785
|
validateAll?: {} | null | undefined;
|
|
6354
3786
|
defaultOptions?: unknown;
|
|
6355
3787
|
} | null | undefined;
|
|
6356
|
-
|
|
6357
|
-
guaranteed1?: unknown;
|
|
6358
|
-
sourceDetails2?: unknown;
|
|
6359
|
-
amount2?: {
|
|
3788
|
+
rentalIncome2?: {
|
|
6360
3789
|
validators: mongoose.Types.DocumentArray<{
|
|
6361
3790
|
type?: unknown;
|
|
6362
3791
|
message?: unknown;
|
|
@@ -6403,10 +3832,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
6403
3832
|
validateAll?: {} | null | undefined;
|
|
6404
3833
|
defaultOptions?: unknown;
|
|
6405
3834
|
} | null | undefined;
|
|
6406
|
-
|
|
6407
|
-
guaranteed2?: unknown;
|
|
6408
|
-
sourceDetails3?: unknown;
|
|
6409
|
-
amount3?: {
|
|
3835
|
+
netProfit2?: {
|
|
6410
3836
|
validators: mongoose.Types.DocumentArray<{
|
|
6411
3837
|
type?: unknown;
|
|
6412
3838
|
message?: unknown;
|
|
@@ -6453,10 +3879,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
6453
3879
|
validateAll?: {} | null | undefined;
|
|
6454
3880
|
defaultOptions?: unknown;
|
|
6455
3881
|
} | null | undefined;
|
|
6456
|
-
|
|
6457
|
-
guaranteed3?: unknown;
|
|
6458
|
-
sourceDetails4?: unknown;
|
|
6459
|
-
amount4?: {
|
|
3882
|
+
rentalIncome3?: {
|
|
6460
3883
|
validators: mongoose.Types.DocumentArray<{
|
|
6461
3884
|
type?: unknown;
|
|
6462
3885
|
message?: unknown;
|
|
@@ -6503,9 +3926,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
6503
3926
|
validateAll?: {} | null | undefined;
|
|
6504
3927
|
defaultOptions?: unknown;
|
|
6505
3928
|
} | null | undefined;
|
|
6506
|
-
|
|
6507
|
-
guaranteed4?: unknown;
|
|
6508
|
-
taxCredits?: {
|
|
3929
|
+
netProfit3?: {
|
|
6509
3930
|
validators: mongoose.Types.DocumentArray<{
|
|
6510
3931
|
type?: unknown;
|
|
6511
3932
|
message?: unknown;
|
|
@@ -6552,7 +3973,38 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
6552
3973
|
validateAll?: {} | null | undefined;
|
|
6553
3974
|
defaultOptions?: unknown;
|
|
6554
3975
|
} | null | undefined;
|
|
6555
|
-
|
|
3976
|
+
} | null | undefined;
|
|
3977
|
+
income?: {
|
|
3978
|
+
pageValidFlag?: unknown;
|
|
3979
|
+
businessTypeLid?: mongoose.Types.ObjectId | null | undefined;
|
|
3980
|
+
natureOfBusiness?: unknown;
|
|
3981
|
+
yearEnd1?: unknown;
|
|
3982
|
+
yearEnd2?: unknown;
|
|
3983
|
+
yearEnd3?: unknown;
|
|
3984
|
+
accountantsAddressLine1?: unknown;
|
|
3985
|
+
accountantsAddressLine2?: unknown;
|
|
3986
|
+
accountantsAddressLine3?: unknown;
|
|
3987
|
+
accountantsCity?: unknown;
|
|
3988
|
+
accountantsCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
3989
|
+
accountantsEmail?: unknown;
|
|
3990
|
+
accountantsPostCode?: unknown;
|
|
3991
|
+
accountantsPractice?: unknown;
|
|
3992
|
+
accountantsTelephoneNumber?: unknown;
|
|
3993
|
+
businessAddressLine1?: unknown;
|
|
3994
|
+
businessAddressLine2?: unknown;
|
|
3995
|
+
businessAddressLine3?: unknown;
|
|
3996
|
+
businessCity?: unknown;
|
|
3997
|
+
businessCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
3998
|
+
businessPostCode?: unknown;
|
|
3999
|
+
businessTelephoneNumber?: unknown;
|
|
4000
|
+
charteredCertifiedOrOtherLid?: mongoose.Types.ObjectId | null | undefined;
|
|
4001
|
+
contactName?: unknown;
|
|
4002
|
+
currentYearEnd?: unknown;
|
|
4003
|
+
dateEstablished?: unknown;
|
|
4004
|
+
doYouHaveAccountant?: unknown;
|
|
4005
|
+
isBusinessAddressDifferent?: unknown;
|
|
4006
|
+
nameOfBusiness?: unknown;
|
|
4007
|
+
netAssets1?: {
|
|
6556
4008
|
validators: mongoose.Types.DocumentArray<{
|
|
6557
4009
|
type?: unknown;
|
|
6558
4010
|
message?: unknown;
|
|
@@ -6599,7 +4051,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
6599
4051
|
validateAll?: {} | null | undefined;
|
|
6600
4052
|
defaultOptions?: unknown;
|
|
6601
4053
|
} | null | undefined;
|
|
6602
|
-
|
|
4054
|
+
netAssets2?: {
|
|
6603
4055
|
validators: mongoose.Types.DocumentArray<{
|
|
6604
4056
|
type?: unknown;
|
|
6605
4057
|
message?: unknown;
|
|
@@ -6646,7 +4098,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
6646
4098
|
validateAll?: {} | null | undefined;
|
|
6647
4099
|
defaultOptions?: unknown;
|
|
6648
4100
|
} | null | undefined;
|
|
6649
|
-
|
|
4101
|
+
netAssets3?: {
|
|
6650
4102
|
validators: mongoose.Types.DocumentArray<{
|
|
6651
4103
|
type?: unknown;
|
|
6652
4104
|
message?: unknown;
|
|
@@ -6693,7 +4145,16 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
6693
4145
|
validateAll?: {} | null | undefined;
|
|
6694
4146
|
defaultOptions?: unknown;
|
|
6695
4147
|
} | null | undefined;
|
|
6696
|
-
|
|
4148
|
+
percentageOfShareholding?: unknown;
|
|
4149
|
+
registeredAddressLine1?: unknown;
|
|
4150
|
+
registeredAddressLine2?: unknown;
|
|
4151
|
+
registeredAddressLine3?: unknown;
|
|
4152
|
+
registeredCity?: unknown;
|
|
4153
|
+
registeredCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
4154
|
+
registeredPostCode?: unknown;
|
|
4155
|
+
registeredTelephone?: unknown;
|
|
4156
|
+
selfEmployedDate?: unknown;
|
|
4157
|
+
turnover1?: {
|
|
6697
4158
|
validators: mongoose.Types.DocumentArray<{
|
|
6698
4159
|
type?: unknown;
|
|
6699
4160
|
message?: unknown;
|
|
@@ -6740,17 +4201,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
6740
4201
|
validateAll?: {} | null | undefined;
|
|
6741
4202
|
defaultOptions?: unknown;
|
|
6742
4203
|
} | null | undefined;
|
|
6743
|
-
|
|
6744
|
-
incomeSource?: {
|
|
6745
|
-
employmentStatusLid: mongoose.Types.ObjectId;
|
|
6746
|
-
incomeFromEmployment?: string | null | undefined;
|
|
6747
|
-
incomeFromPension?: string | null | undefined;
|
|
6748
|
-
incomeFromProperty?: string | null | undefined;
|
|
6749
|
-
incomeFromSavings?: string | null | undefined;
|
|
6750
|
-
} | null | undefined;
|
|
6751
|
-
expenditure?: {
|
|
6752
|
-
pageValidFlag?: unknown;
|
|
6753
|
-
utilities?: {
|
|
4204
|
+
turnover2?: {
|
|
6754
4205
|
validators: mongoose.Types.DocumentArray<{
|
|
6755
4206
|
type?: unknown;
|
|
6756
4207
|
message?: unknown;
|
|
@@ -6797,7 +4248,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
6797
4248
|
validateAll?: {} | null | undefined;
|
|
6798
4249
|
defaultOptions?: unknown;
|
|
6799
4250
|
} | null | undefined;
|
|
6800
|
-
|
|
4251
|
+
turnover3?: {
|
|
6801
4252
|
validators: mongoose.Types.DocumentArray<{
|
|
6802
4253
|
type?: unknown;
|
|
6803
4254
|
message?: unknown;
|
|
@@ -6844,7 +4295,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
6844
4295
|
validateAll?: {} | null | undefined;
|
|
6845
4296
|
defaultOptions?: unknown;
|
|
6846
4297
|
} | null | undefined;
|
|
6847
|
-
|
|
4298
|
+
year1?: {
|
|
6848
4299
|
validators: mongoose.Types.DocumentArray<{
|
|
6849
4300
|
type?: unknown;
|
|
6850
4301
|
message?: unknown;
|
|
@@ -6891,7 +4342,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
6891
4342
|
validateAll?: {} | null | undefined;
|
|
6892
4343
|
defaultOptions?: unknown;
|
|
6893
4344
|
} | null | undefined;
|
|
6894
|
-
|
|
4345
|
+
year2?: {
|
|
6895
4346
|
validators: mongoose.Types.DocumentArray<{
|
|
6896
4347
|
type?: unknown;
|
|
6897
4348
|
message?: unknown;
|
|
@@ -6938,7 +4389,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
6938
4389
|
validateAll?: {} | null | undefined;
|
|
6939
4390
|
defaultOptions?: unknown;
|
|
6940
4391
|
} | null | undefined;
|
|
6941
|
-
|
|
4392
|
+
year3?: {
|
|
6942
4393
|
validators: mongoose.Types.DocumentArray<{
|
|
6943
4394
|
type?: unknown;
|
|
6944
4395
|
message?: unknown;
|
|
@@ -6985,7 +4436,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
6985
4436
|
validateAll?: {} | null | undefined;
|
|
6986
4437
|
defaultOptions?: unknown;
|
|
6987
4438
|
} | null | undefined;
|
|
6988
|
-
|
|
4439
|
+
totalEmploymentGrossIncome?: {
|
|
6989
4440
|
validators: mongoose.Types.DocumentArray<{
|
|
6990
4441
|
type?: unknown;
|
|
6991
4442
|
message?: unknown;
|
|
@@ -7032,7 +4483,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
7032
4483
|
validateAll?: {} | null | undefined;
|
|
7033
4484
|
defaultOptions?: unknown;
|
|
7034
4485
|
} | null | undefined;
|
|
7035
|
-
|
|
4486
|
+
totalEmploymentNetIncome?: {
|
|
7036
4487
|
validators: mongoose.Types.DocumentArray<{
|
|
7037
4488
|
type?: unknown;
|
|
7038
4489
|
message?: unknown;
|
|
@@ -7079,7 +4530,130 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
7079
4530
|
validateAll?: {} | null | undefined;
|
|
7080
4531
|
defaultOptions?: unknown;
|
|
7081
4532
|
} | null | undefined;
|
|
7082
|
-
|
|
4533
|
+
isEmploymentIncomeConfirmed?: unknown;
|
|
4534
|
+
employmentIncomeRationale?: unknown;
|
|
4535
|
+
} | null | undefined;
|
|
4536
|
+
ukPassportProfession?: mongoose.Types.ObjectId | null | undefined;
|
|
4537
|
+
}>> & mongoose.FlatRecord<{
|
|
4538
|
+
createdAt: NativeDate;
|
|
4539
|
+
updatedAt: NativeDate;
|
|
4540
|
+
} & {
|
|
4541
|
+
applicationId: mongoose.Types.ObjectId;
|
|
4542
|
+
applicantId: string;
|
|
4543
|
+
pageValidFlag: boolean;
|
|
4544
|
+
taxJurisdictionLid: mongoose.Types.ObjectId;
|
|
4545
|
+
addressPostCode: string;
|
|
4546
|
+
addressLine1: string;
|
|
4547
|
+
addressLine2: string;
|
|
4548
|
+
addressLine3: string;
|
|
4549
|
+
addressCity: string;
|
|
4550
|
+
addressCountryLid: mongoose.Types.ObjectId;
|
|
4551
|
+
isUkResident: boolean;
|
|
4552
|
+
email: string;
|
|
4553
|
+
firstName: string;
|
|
4554
|
+
lastName: string;
|
|
4555
|
+
addressMovedDate: string;
|
|
4556
|
+
correspondenceAddressCity: string;
|
|
4557
|
+
correspondenceAddressCountryLid: mongoose.Types.ObjectId;
|
|
4558
|
+
correspondenceAddressLine1: string;
|
|
4559
|
+
correspondenceAddressLine2: string;
|
|
4560
|
+
correspondenceAddressLine3: string;
|
|
4561
|
+
correspondenceAddressPostCode: string;
|
|
4562
|
+
countryOfResidenceLid: mongoose.Types.ObjectId;
|
|
4563
|
+
dateOfBirth: string;
|
|
4564
|
+
dependant10Age: number;
|
|
4565
|
+
dependant1Age: number;
|
|
4566
|
+
dependant2Age: number;
|
|
4567
|
+
dependant3Age: number;
|
|
4568
|
+
dependant4Age: number;
|
|
4569
|
+
dependant5Age: number;
|
|
4570
|
+
dependant6Age: number;
|
|
4571
|
+
dependant7Age: number;
|
|
4572
|
+
dependant8Age: number;
|
|
4573
|
+
dependant9Age: number;
|
|
4574
|
+
employmentStatusDetails: string;
|
|
4575
|
+
isFirstTimelandlord: boolean;
|
|
4576
|
+
foreignIdForNationals: string;
|
|
4577
|
+
gdprEmail: boolean;
|
|
4578
|
+
gdprPost: boolean;
|
|
4579
|
+
gdprTelephone: boolean;
|
|
4580
|
+
gdprTextMessage: boolean;
|
|
4581
|
+
gender: string;
|
|
4582
|
+
hasBrokerGivenConsentForVulnerabilities: boolean;
|
|
4583
|
+
hasLinkedJurisdiction: boolean;
|
|
4584
|
+
isCorrespondence: boolean;
|
|
4585
|
+
isCommitmentConfirmed: boolean;
|
|
4586
|
+
isCurrentContract: boolean;
|
|
4587
|
+
isCustomerVulnerable: boolean;
|
|
4588
|
+
isExpat: boolean;
|
|
4589
|
+
isFirstApplicant: boolean;
|
|
4590
|
+
isUkPassport: boolean;
|
|
4591
|
+
classLid: mongoose.Types.ObjectId;
|
|
4592
|
+
linkedJurisdictionCountryLid: mongoose.Types.ObjectId;
|
|
4593
|
+
linkedJurisdictionDetails: string;
|
|
4594
|
+
maidenName: string;
|
|
4595
|
+
maritalStatusLid: mongoose.Types.ObjectId;
|
|
4596
|
+
mobileNumber: string;
|
|
4597
|
+
nationalityLid: mongoose.Types.ObjectId;
|
|
4598
|
+
netIncome: Pound;
|
|
4599
|
+
niNumber: string;
|
|
4600
|
+
numberOfDependants: number;
|
|
4601
|
+
isOneYearPrior: boolean;
|
|
4602
|
+
phoneNumber: string;
|
|
4603
|
+
previous1AddressCity: string;
|
|
4604
|
+
previous1AddressCountryLid: mongoose.Types.ObjectId;
|
|
4605
|
+
previous1AddressLine1: string;
|
|
4606
|
+
previous1AddressLine2: string;
|
|
4607
|
+
previous1AddressLine3: string;
|
|
4608
|
+
previous1AddressMovedDate: string;
|
|
4609
|
+
previous1AddressPostCode: string;
|
|
4610
|
+
previous1AddressPropertyOwnedBy: string;
|
|
4611
|
+
previous2AddressCity: string;
|
|
4612
|
+
previous2AddressCountryLid: mongoose.Types.ObjectId;
|
|
4613
|
+
previous2AddressLine1: string;
|
|
4614
|
+
previous2AddressLine2: string;
|
|
4615
|
+
previous2AddressLine3: string;
|
|
4616
|
+
previous2AddressMovedDate: string;
|
|
4617
|
+
previous2AddressPostCode: string;
|
|
4618
|
+
previous2AddressPropertyOwnedBy: string;
|
|
4619
|
+
relationshipToOthers: string;
|
|
4620
|
+
residentialStatusLid: mongoose.Types.ObjectId;
|
|
4621
|
+
retirementAge: string;
|
|
4622
|
+
taxPayerLid: mongoose.Types.ObjectId;
|
|
4623
|
+
timeResidedAtCountryOfResidence: number;
|
|
4624
|
+
title: string;
|
|
4625
|
+
isTwoYearPrior: boolean;
|
|
4626
|
+
understandEnglish: boolean;
|
|
4627
|
+
vulnerabilityNotes: string;
|
|
4628
|
+
vulnerabilityTypeLids: mongoose.Types.ObjectId[];
|
|
4629
|
+
creditProfile?: {
|
|
4630
|
+
anyVoluntaryEnforcedPossessionNo: string;
|
|
4631
|
+
bankruptcyNo: string;
|
|
4632
|
+
ccjInLastThreeYearNo: string;
|
|
4633
|
+
defaultsInLastYearNo: string;
|
|
4634
|
+
} | null | undefined;
|
|
4635
|
+
creditData?: {
|
|
4636
|
+
statusLid: mongoose.Types.ObjectId;
|
|
4637
|
+
bankruptcy: string;
|
|
4638
|
+
countyCourtJudgment: string;
|
|
4639
|
+
securedArrears: string;
|
|
4640
|
+
unsecuredArrears: string;
|
|
4641
|
+
valid: string;
|
|
4642
|
+
creditDefaults?: string | null | undefined;
|
|
4643
|
+
} | null | undefined;
|
|
4644
|
+
riskNarrative?: {
|
|
4645
|
+
call2StatusLid: mongoose.Types.ObjectId;
|
|
4646
|
+
statusLid: mongoose.Types.ObjectId;
|
|
4647
|
+
docVerificationStatusLid: mongoose.Types.ObjectId;
|
|
4648
|
+
link?: string | null | undefined;
|
|
4649
|
+
riskRating?: string | null | undefined;
|
|
4650
|
+
clientReference?: string | null | undefined;
|
|
4651
|
+
isPoaTaskGenerated?: string | null | undefined;
|
|
4652
|
+
riskLevel?: string | null | undefined;
|
|
4653
|
+
verificationLinkSentOn?: string | null | undefined;
|
|
4654
|
+
} | null | undefined;
|
|
4655
|
+
otherIncome?: {
|
|
4656
|
+
maintenance?: {
|
|
7083
4657
|
validators: mongoose.Types.DocumentArray<{
|
|
7084
4658
|
type?: unknown;
|
|
7085
4659
|
message?: unknown;
|
|
@@ -7126,7 +4700,8 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
7126
4700
|
validateAll?: {} | null | undefined;
|
|
7127
4701
|
defaultOptions?: unknown;
|
|
7128
4702
|
} | null | undefined;
|
|
7129
|
-
|
|
4703
|
+
sourceDetails1?: unknown;
|
|
4704
|
+
amount1?: {
|
|
7130
4705
|
validators: mongoose.Types.DocumentArray<{
|
|
7131
4706
|
type?: unknown;
|
|
7132
4707
|
message?: unknown;
|
|
@@ -7173,7 +4748,10 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
7173
4748
|
validateAll?: {} | null | undefined;
|
|
7174
4749
|
defaultOptions?: unknown;
|
|
7175
4750
|
} | null | undefined;
|
|
7176
|
-
|
|
4751
|
+
payFrequency1Lid?: mongoose.Types.ObjectId | null | undefined;
|
|
4752
|
+
guaranteed1?: unknown;
|
|
4753
|
+
sourceDetails2?: unknown;
|
|
4754
|
+
amount2?: {
|
|
7177
4755
|
validators: mongoose.Types.DocumentArray<{
|
|
7178
4756
|
type?: unknown;
|
|
7179
4757
|
message?: unknown;
|
|
@@ -7220,7 +4798,10 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
7220
4798
|
validateAll?: {} | null | undefined;
|
|
7221
4799
|
defaultOptions?: unknown;
|
|
7222
4800
|
} | null | undefined;
|
|
7223
|
-
|
|
4801
|
+
payFrequency2Lid?: mongoose.Types.ObjectId | null | undefined;
|
|
4802
|
+
guaranteed2?: unknown;
|
|
4803
|
+
sourceDetails3?: unknown;
|
|
4804
|
+
amount3?: {
|
|
7224
4805
|
validators: mongoose.Types.DocumentArray<{
|
|
7225
4806
|
type?: unknown;
|
|
7226
4807
|
message?: unknown;
|
|
@@ -7267,7 +4848,10 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
7267
4848
|
validateAll?: {} | null | undefined;
|
|
7268
4849
|
defaultOptions?: unknown;
|
|
7269
4850
|
} | null | undefined;
|
|
7270
|
-
|
|
4851
|
+
payFrequency3Lid?: mongoose.Types.ObjectId | null | undefined;
|
|
4852
|
+
guaranteed3?: unknown;
|
|
4853
|
+
sourceDetails4?: unknown;
|
|
4854
|
+
amount4?: {
|
|
7271
4855
|
validators: mongoose.Types.DocumentArray<{
|
|
7272
4856
|
type?: unknown;
|
|
7273
4857
|
message?: unknown;
|
|
@@ -7314,7 +4898,9 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
7314
4898
|
validateAll?: {} | null | undefined;
|
|
7315
4899
|
defaultOptions?: unknown;
|
|
7316
4900
|
} | null | undefined;
|
|
7317
|
-
|
|
4901
|
+
payFrequency4Lid?: mongoose.Types.ObjectId | null | undefined;
|
|
4902
|
+
guaranteed4?: unknown;
|
|
4903
|
+
taxCredits?: {
|
|
7318
4904
|
validators: mongoose.Types.DocumentArray<{
|
|
7319
4905
|
type?: unknown;
|
|
7320
4906
|
message?: unknown;
|
|
@@ -7361,19 +4947,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
7361
4947
|
validateAll?: {} | null | undefined;
|
|
7362
4948
|
defaultOptions?: unknown;
|
|
7363
4949
|
} | null | undefined;
|
|
7364
|
-
|
|
7365
|
-
} | null | undefined;
|
|
7366
|
-
employment?: {
|
|
7367
|
-
acceptableIncomeLids: mongoose.Types.ObjectId[];
|
|
7368
|
-
pageValidFlag?: unknown;
|
|
7369
|
-
natureOfBusiness?: unknown;
|
|
7370
|
-
addressPostCode?: unknown;
|
|
7371
|
-
addressLine1?: unknown;
|
|
7372
|
-
addressLine2?: unknown;
|
|
7373
|
-
addressLine3?: unknown;
|
|
7374
|
-
addressCity?: unknown;
|
|
7375
|
-
addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
7376
|
-
averageBonusPreviousTwoYears?: {
|
|
4950
|
+
otherBenefits?: {
|
|
7377
4951
|
validators: mongoose.Types.DocumentArray<{
|
|
7378
4952
|
type?: unknown;
|
|
7379
4953
|
message?: unknown;
|
|
@@ -7420,7 +4994,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
7420
4994
|
validateAll?: {} | null | undefined;
|
|
7421
4995
|
defaultOptions?: unknown;
|
|
7422
4996
|
} | null | undefined;
|
|
7423
|
-
|
|
4997
|
+
grossPensionIncome?: {
|
|
7424
4998
|
validators: mongoose.Types.DocumentArray<{
|
|
7425
4999
|
type?: unknown;
|
|
7426
5000
|
message?: unknown;
|
|
@@ -7467,7 +5041,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
7467
5041
|
validateAll?: {} | null | undefined;
|
|
7468
5042
|
defaultOptions?: unknown;
|
|
7469
5043
|
} | null | undefined;
|
|
7470
|
-
|
|
5044
|
+
privatePensionIncome?: {
|
|
7471
5045
|
validators: mongoose.Types.DocumentArray<{
|
|
7472
5046
|
type?: unknown;
|
|
7473
5047
|
message?: unknown;
|
|
@@ -7514,7 +5088,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
7514
5088
|
validateAll?: {} | null | undefined;
|
|
7515
5089
|
defaultOptions?: unknown;
|
|
7516
5090
|
} | null | undefined;
|
|
7517
|
-
|
|
5091
|
+
statePensionIncome?: {
|
|
7518
5092
|
validators: mongoose.Types.DocumentArray<{
|
|
7519
5093
|
type?: unknown;
|
|
7520
5094
|
message?: unknown;
|
|
@@ -7561,7 +5135,25 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
7561
5135
|
validateAll?: {} | null | undefined;
|
|
7562
5136
|
defaultOptions?: unknown;
|
|
7563
5137
|
} | null | undefined;
|
|
7564
|
-
|
|
5138
|
+
} | null | undefined;
|
|
5139
|
+
incomeSource?: {
|
|
5140
|
+
employmentStatusLid: mongoose.Types.ObjectId;
|
|
5141
|
+
incomeFromEmployment?: string | null | undefined;
|
|
5142
|
+
incomeFromPension?: string | null | undefined;
|
|
5143
|
+
incomeFromProperty?: string | null | undefined;
|
|
5144
|
+
incomeFromSavings?: string | null | undefined;
|
|
5145
|
+
} | null | undefined;
|
|
5146
|
+
employment?: {
|
|
5147
|
+
acceptableIncomeLids: mongoose.Types.ObjectId[];
|
|
5148
|
+
pageValidFlag?: unknown;
|
|
5149
|
+
natureOfBusiness?: unknown;
|
|
5150
|
+
addressPostCode?: unknown;
|
|
5151
|
+
addressLine1?: unknown;
|
|
5152
|
+
addressLine2?: unknown;
|
|
5153
|
+
addressLine3?: unknown;
|
|
5154
|
+
addressCity?: unknown;
|
|
5155
|
+
addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
5156
|
+
averageBonusPreviousTwoYears?: {
|
|
7565
5157
|
validators: mongoose.Types.DocumentArray<{
|
|
7566
5158
|
type?: unknown;
|
|
7567
5159
|
message?: unknown;
|
|
@@ -7608,7 +5200,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
7608
5200
|
validateAll?: {} | null | undefined;
|
|
7609
5201
|
defaultOptions?: unknown;
|
|
7610
5202
|
} | null | undefined;
|
|
7611
|
-
|
|
5203
|
+
basicGrossIncome?: {
|
|
7612
5204
|
validators: mongoose.Types.DocumentArray<{
|
|
7613
5205
|
type?: unknown;
|
|
7614
5206
|
message?: unknown;
|
|
@@ -7958,7 +5550,32 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
7958
5550
|
previousNatureOfBusiness?: unknown;
|
|
7959
5551
|
referenceContact?: unknown;
|
|
7960
5552
|
referenceContactEmail?: unknown;
|
|
7961
|
-
|
|
5553
|
+
underTerminationNoticeNote?: unknown;
|
|
5554
|
+
} | null | undefined;
|
|
5555
|
+
directDebit?: ({
|
|
5556
|
+
createdAt: NativeDate;
|
|
5557
|
+
updatedAt: NativeDate;
|
|
5558
|
+
} & {
|
|
5559
|
+
isConfirmDeclaration: string;
|
|
5560
|
+
applicationId?: mongoose.Types.ObjectId | null | undefined;
|
|
5561
|
+
addressLine1?: string | null | undefined;
|
|
5562
|
+
addressLine2?: string | null | undefined;
|
|
5563
|
+
accountNumber?: string | null | undefined;
|
|
5564
|
+
branch?: string | null | undefined;
|
|
5565
|
+
city?: string | null | undefined;
|
|
5566
|
+
contactPostcode?: string | null | undefined;
|
|
5567
|
+
institution?: string | null | undefined;
|
|
5568
|
+
nameOfAccountHolder?: string | null | undefined;
|
|
5569
|
+
sortCode?: string | null | undefined;
|
|
5570
|
+
selectedPaymentDay?: string | null | undefined;
|
|
5571
|
+
Applicants?: string | null | undefined;
|
|
5572
|
+
}) | null | undefined;
|
|
5573
|
+
propertyIncome?: {
|
|
5574
|
+
pageValidFlag?: unknown;
|
|
5575
|
+
yearEnd1?: unknown;
|
|
5576
|
+
yearEnd2?: unknown;
|
|
5577
|
+
yearEnd3?: unknown;
|
|
5578
|
+
rentalIncome1?: {
|
|
7962
5579
|
validators: mongoose.Types.DocumentArray<{
|
|
7963
5580
|
type?: unknown;
|
|
7964
5581
|
message?: unknown;
|
|
@@ -8005,7 +5622,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
8005
5622
|
validateAll?: {} | null | undefined;
|
|
8006
5623
|
defaultOptions?: unknown;
|
|
8007
5624
|
} | null | undefined;
|
|
8008
|
-
|
|
5625
|
+
netProfit1?: {
|
|
8009
5626
|
validators: mongoose.Types.DocumentArray<{
|
|
8010
5627
|
type?: unknown;
|
|
8011
5628
|
message?: unknown;
|
|
@@ -8052,32 +5669,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
8052
5669
|
validateAll?: {} | null | undefined;
|
|
8053
5670
|
defaultOptions?: unknown;
|
|
8054
5671
|
} | null | undefined;
|
|
8055
|
-
|
|
8056
|
-
} | null | undefined;
|
|
8057
|
-
directDebit?: ({
|
|
8058
|
-
createdAt: NativeDate;
|
|
8059
|
-
updatedAt: NativeDate;
|
|
8060
|
-
} & {
|
|
8061
|
-
isConfirmDeclaration: string;
|
|
8062
|
-
applicationId?: mongoose.Types.ObjectId | null | undefined;
|
|
8063
|
-
addressLine1?: string | null | undefined;
|
|
8064
|
-
addressLine2?: string | null | undefined;
|
|
8065
|
-
accountNumber?: string | null | undefined;
|
|
8066
|
-
branch?: string | null | undefined;
|
|
8067
|
-
city?: string | null | undefined;
|
|
8068
|
-
contactPostcode?: string | null | undefined;
|
|
8069
|
-
institution?: string | null | undefined;
|
|
8070
|
-
nameOfAccountHolder?: string | null | undefined;
|
|
8071
|
-
sortCode?: string | null | undefined;
|
|
8072
|
-
selectedPaymentDay?: string | null | undefined;
|
|
8073
|
-
Applicants?: string | null | undefined;
|
|
8074
|
-
}) | null | undefined;
|
|
8075
|
-
propertyIncome?: {
|
|
8076
|
-
pageValidFlag?: unknown;
|
|
8077
|
-
yearEnd1?: unknown;
|
|
8078
|
-
yearEnd2?: unknown;
|
|
8079
|
-
yearEnd3?: unknown;
|
|
8080
|
-
rentalIncome1?: {
|
|
5672
|
+
rentalIncome2?: {
|
|
8081
5673
|
validators: mongoose.Types.DocumentArray<{
|
|
8082
5674
|
type?: unknown;
|
|
8083
5675
|
message?: unknown;
|
|
@@ -8124,7 +5716,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
8124
5716
|
validateAll?: {} | null | undefined;
|
|
8125
5717
|
defaultOptions?: unknown;
|
|
8126
5718
|
} | null | undefined;
|
|
8127
|
-
|
|
5719
|
+
netProfit2?: {
|
|
8128
5720
|
validators: mongoose.Types.DocumentArray<{
|
|
8129
5721
|
type?: unknown;
|
|
8130
5722
|
message?: unknown;
|
|
@@ -8171,7 +5763,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
8171
5763
|
validateAll?: {} | null | undefined;
|
|
8172
5764
|
defaultOptions?: unknown;
|
|
8173
5765
|
} | null | undefined;
|
|
8174
|
-
|
|
5766
|
+
rentalIncome3?: {
|
|
8175
5767
|
validators: mongoose.Types.DocumentArray<{
|
|
8176
5768
|
type?: unknown;
|
|
8177
5769
|
message?: unknown;
|
|
@@ -8218,7 +5810,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
8218
5810
|
validateAll?: {} | null | undefined;
|
|
8219
5811
|
defaultOptions?: unknown;
|
|
8220
5812
|
} | null | undefined;
|
|
8221
|
-
|
|
5813
|
+
netProfit3?: {
|
|
8222
5814
|
validators: mongoose.Types.DocumentArray<{
|
|
8223
5815
|
type?: unknown;
|
|
8224
5816
|
message?: unknown;
|
|
@@ -8265,7 +5857,38 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
8265
5857
|
validateAll?: {} | null | undefined;
|
|
8266
5858
|
defaultOptions?: unknown;
|
|
8267
5859
|
} | null | undefined;
|
|
8268
|
-
|
|
5860
|
+
} | null | undefined;
|
|
5861
|
+
income?: {
|
|
5862
|
+
pageValidFlag?: unknown;
|
|
5863
|
+
businessTypeLid?: mongoose.Types.ObjectId | null | undefined;
|
|
5864
|
+
natureOfBusiness?: unknown;
|
|
5865
|
+
yearEnd1?: unknown;
|
|
5866
|
+
yearEnd2?: unknown;
|
|
5867
|
+
yearEnd3?: unknown;
|
|
5868
|
+
accountantsAddressLine1?: unknown;
|
|
5869
|
+
accountantsAddressLine2?: unknown;
|
|
5870
|
+
accountantsAddressLine3?: unknown;
|
|
5871
|
+
accountantsCity?: unknown;
|
|
5872
|
+
accountantsCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
5873
|
+
accountantsEmail?: unknown;
|
|
5874
|
+
accountantsPostCode?: unknown;
|
|
5875
|
+
accountantsPractice?: unknown;
|
|
5876
|
+
accountantsTelephoneNumber?: unknown;
|
|
5877
|
+
businessAddressLine1?: unknown;
|
|
5878
|
+
businessAddressLine2?: unknown;
|
|
5879
|
+
businessAddressLine3?: unknown;
|
|
5880
|
+
businessCity?: unknown;
|
|
5881
|
+
businessCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
5882
|
+
businessPostCode?: unknown;
|
|
5883
|
+
businessTelephoneNumber?: unknown;
|
|
5884
|
+
charteredCertifiedOrOtherLid?: mongoose.Types.ObjectId | null | undefined;
|
|
5885
|
+
contactName?: unknown;
|
|
5886
|
+
currentYearEnd?: unknown;
|
|
5887
|
+
dateEstablished?: unknown;
|
|
5888
|
+
doYouHaveAccountant?: unknown;
|
|
5889
|
+
isBusinessAddressDifferent?: unknown;
|
|
5890
|
+
nameOfBusiness?: unknown;
|
|
5891
|
+
netAssets1?: {
|
|
8269
5892
|
validators: mongoose.Types.DocumentArray<{
|
|
8270
5893
|
type?: unknown;
|
|
8271
5894
|
message?: unknown;
|
|
@@ -8312,7 +5935,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
8312
5935
|
validateAll?: {} | null | undefined;
|
|
8313
5936
|
defaultOptions?: unknown;
|
|
8314
5937
|
} | null | undefined;
|
|
8315
|
-
|
|
5938
|
+
netAssets2?: {
|
|
8316
5939
|
validators: mongoose.Types.DocumentArray<{
|
|
8317
5940
|
type?: unknown;
|
|
8318
5941
|
message?: unknown;
|
|
@@ -8359,38 +5982,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
8359
5982
|
validateAll?: {} | null | undefined;
|
|
8360
5983
|
defaultOptions?: unknown;
|
|
8361
5984
|
} | null | undefined;
|
|
8362
|
-
|
|
8363
|
-
income?: {
|
|
8364
|
-
pageValidFlag?: unknown;
|
|
8365
|
-
businessTypeLid?: mongoose.Types.ObjectId | null | undefined;
|
|
8366
|
-
natureOfBusiness?: unknown;
|
|
8367
|
-
yearEnd1?: unknown;
|
|
8368
|
-
yearEnd2?: unknown;
|
|
8369
|
-
yearEnd3?: unknown;
|
|
8370
|
-
accountantsAddressLine1?: unknown;
|
|
8371
|
-
accountantsAddressLine2?: unknown;
|
|
8372
|
-
accountantsAddressLine3?: unknown;
|
|
8373
|
-
accountantsCity?: unknown;
|
|
8374
|
-
accountantsCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
8375
|
-
accountantsEmail?: unknown;
|
|
8376
|
-
accountantsPostCode?: unknown;
|
|
8377
|
-
accountantsPractice?: unknown;
|
|
8378
|
-
accountantsTelephoneNumber?: unknown;
|
|
8379
|
-
businessAddressLine1?: unknown;
|
|
8380
|
-
businessAddressLine2?: unknown;
|
|
8381
|
-
businessAddressLine3?: unknown;
|
|
8382
|
-
businessCity?: unknown;
|
|
8383
|
-
businessCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
8384
|
-
businessPostCode?: unknown;
|
|
8385
|
-
businessTelephoneNumber?: unknown;
|
|
8386
|
-
charteredCertifiedOrOtherLid?: mongoose.Types.ObjectId | null | undefined;
|
|
8387
|
-
contactName?: unknown;
|
|
8388
|
-
currentYearEnd?: unknown;
|
|
8389
|
-
dateEstablished?: unknown;
|
|
8390
|
-
doYouHaveAccountant?: unknown;
|
|
8391
|
-
isBusinessAddressDifferent?: unknown;
|
|
8392
|
-
nameOfBusiness?: unknown;
|
|
8393
|
-
netAssets1?: {
|
|
5985
|
+
netAssets3?: {
|
|
8394
5986
|
validators: mongoose.Types.DocumentArray<{
|
|
8395
5987
|
type?: unknown;
|
|
8396
5988
|
message?: unknown;
|
|
@@ -8437,7 +6029,16 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
8437
6029
|
validateAll?: {} | null | undefined;
|
|
8438
6030
|
defaultOptions?: unknown;
|
|
8439
6031
|
} | null | undefined;
|
|
8440
|
-
|
|
6032
|
+
percentageOfShareholding?: unknown;
|
|
6033
|
+
registeredAddressLine1?: unknown;
|
|
6034
|
+
registeredAddressLine2?: unknown;
|
|
6035
|
+
registeredAddressLine3?: unknown;
|
|
6036
|
+
registeredCity?: unknown;
|
|
6037
|
+
registeredCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
6038
|
+
registeredPostCode?: unknown;
|
|
6039
|
+
registeredTelephone?: unknown;
|
|
6040
|
+
selfEmployedDate?: unknown;
|
|
6041
|
+
turnover1?: {
|
|
8441
6042
|
validators: mongoose.Types.DocumentArray<{
|
|
8442
6043
|
type?: unknown;
|
|
8443
6044
|
message?: unknown;
|
|
@@ -8484,7 +6085,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
8484
6085
|
validateAll?: {} | null | undefined;
|
|
8485
6086
|
defaultOptions?: unknown;
|
|
8486
6087
|
} | null | undefined;
|
|
8487
|
-
|
|
6088
|
+
turnover2?: {
|
|
8488
6089
|
validators: mongoose.Types.DocumentArray<{
|
|
8489
6090
|
type?: unknown;
|
|
8490
6091
|
message?: unknown;
|
|
@@ -8531,16 +6132,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
8531
6132
|
validateAll?: {} | null | undefined;
|
|
8532
6133
|
defaultOptions?: unknown;
|
|
8533
6134
|
} | null | undefined;
|
|
8534
|
-
|
|
8535
|
-
registeredAddressLine1?: unknown;
|
|
8536
|
-
registeredAddressLine2?: unknown;
|
|
8537
|
-
registeredAddressLine3?: unknown;
|
|
8538
|
-
registeredCity?: unknown;
|
|
8539
|
-
registeredCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
8540
|
-
registeredPostCode?: unknown;
|
|
8541
|
-
registeredTelephone?: unknown;
|
|
8542
|
-
selfEmployedDate?: unknown;
|
|
8543
|
-
turnover1?: {
|
|
6135
|
+
turnover3?: {
|
|
8544
6136
|
validators: mongoose.Types.DocumentArray<{
|
|
8545
6137
|
type?: unknown;
|
|
8546
6138
|
message?: unknown;
|
|
@@ -8587,7 +6179,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
8587
6179
|
validateAll?: {} | null | undefined;
|
|
8588
6180
|
defaultOptions?: unknown;
|
|
8589
6181
|
} | null | undefined;
|
|
8590
|
-
|
|
6182
|
+
year1?: {
|
|
8591
6183
|
validators: mongoose.Types.DocumentArray<{
|
|
8592
6184
|
type?: unknown;
|
|
8593
6185
|
message?: unknown;
|
|
@@ -8634,7 +6226,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
8634
6226
|
validateAll?: {} | null | undefined;
|
|
8635
6227
|
defaultOptions?: unknown;
|
|
8636
6228
|
} | null | undefined;
|
|
8637
|
-
|
|
6229
|
+
year2?: {
|
|
8638
6230
|
validators: mongoose.Types.DocumentArray<{
|
|
8639
6231
|
type?: unknown;
|
|
8640
6232
|
message?: unknown;
|
|
@@ -8681,7 +6273,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
8681
6273
|
validateAll?: {} | null | undefined;
|
|
8682
6274
|
defaultOptions?: unknown;
|
|
8683
6275
|
} | null | undefined;
|
|
8684
|
-
|
|
6276
|
+
year3?: {
|
|
8685
6277
|
validators: mongoose.Types.DocumentArray<{
|
|
8686
6278
|
type?: unknown;
|
|
8687
6279
|
message?: unknown;
|
|
@@ -8728,7 +6320,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
8728
6320
|
validateAll?: {} | null | undefined;
|
|
8729
6321
|
defaultOptions?: unknown;
|
|
8730
6322
|
} | null | undefined;
|
|
8731
|
-
|
|
6323
|
+
totalEmploymentGrossIncome?: {
|
|
8732
6324
|
validators: mongoose.Types.DocumentArray<{
|
|
8733
6325
|
type?: unknown;
|
|
8734
6326
|
message?: unknown;
|
|
@@ -8775,7 +6367,7 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
8775
6367
|
validateAll?: {} | null | undefined;
|
|
8776
6368
|
defaultOptions?: unknown;
|
|
8777
6369
|
} | null | undefined;
|
|
8778
|
-
|
|
6370
|
+
totalEmploymentNetIncome?: {
|
|
8779
6371
|
validators: mongoose.Types.DocumentArray<{
|
|
8780
6372
|
type?: unknown;
|
|
8781
6373
|
message?: unknown;
|
|
@@ -8822,6 +6414,8 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
8822
6414
|
validateAll?: {} | null | undefined;
|
|
8823
6415
|
defaultOptions?: unknown;
|
|
8824
6416
|
} | null | undefined;
|
|
6417
|
+
isEmploymentIncomeConfirmed?: unknown;
|
|
6418
|
+
employmentIncomeRationale?: unknown;
|
|
8825
6419
|
} | null | undefined;
|
|
8826
6420
|
ukPassportProfession?: mongoose.Types.ObjectId | null | undefined;
|
|
8827
6421
|
}> & {
|