@dynamatix/gb-schemas 1.2.147 → 1.2.148

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.
Files changed (80) hide show
  1. package/dist/applicants/applicant-commitment-creditCard.model.d.ts +3 -17
  2. package/dist/applicants/applicant-commitment-creditCard.model.d.ts.map +1 -1
  3. package/dist/applicants/applicant-commitment-creditCard.model.js +10 -23
  4. package/dist/applicants/applicant-commitment-loan.model.d.ts +3 -23
  5. package/dist/applicants/applicant-commitment-loan.model.d.ts.map +1 -1
  6. package/dist/applicants/applicant-commitment-loan.model.js +12 -33
  7. package/dist/applicants/applicant-commitment-mortgage.model.d.ts +303 -77
  8. package/dist/applicants/applicant-commitment-mortgage.model.d.ts.map +1 -1
  9. package/dist/applicants/applicant-commitment-mortgage.model.js +23 -51
  10. package/dist/applicants/applicant-commitment-residence.model.d.ts +9 -9
  11. package/dist/applicants/applicant-commitment-residence.model.d.ts.map +1 -1
  12. package/dist/applicants/applicant-commitment-residence.model.js +5 -8
  13. package/dist/applicants/applicant-commitment-secureLoan.model.d.ts +6 -30
  14. package/dist/applicants/applicant-commitment-secureLoan.model.d.ts.map +1 -1
  15. package/dist/applicants/applicant-commitment-secureLoan.model.js +10 -24
  16. package/dist/applicants/applicant-commitment-unsecuredLoan.model.d.ts +6 -36
  17. package/dist/applicants/applicant-commitment-unsecuredLoan.model.d.ts.map +1 -1
  18. package/dist/applicants/applicant-commitment-unsecuredLoan.model.js +9 -24
  19. package/dist/applicants/applicant-employment.model.d.ts +24 -1231
  20. package/dist/applicants/applicant-employment.model.d.ts.map +1 -1
  21. package/dist/applicants/applicant-employment.model.js +12 -3
  22. package/dist/applicants/applicant-expenditure.model.d.ts +50 -79
  23. package/dist/applicants/applicant-expenditure.model.d.ts.map +1 -1
  24. package/dist/applicants/applicant-expenditure.model.js +18 -57
  25. package/dist/applicants/applicant-income-source.model.d.ts +26 -0
  26. package/dist/applicants/applicant-income-source.model.d.ts.map +1 -0
  27. package/dist/applicants/applicant-income-source.model.js +9 -0
  28. package/dist/applicants/applicant-income.model.d.ts +30 -2068
  29. package/dist/applicants/applicant-income.model.d.ts.map +1 -1
  30. package/dist/applicants/applicant-income.model.js +12 -35
  31. package/dist/applicants/applicant-other-income.model.d.ts +85 -0
  32. package/dist/applicants/applicant-other-income.model.d.ts.map +1 -0
  33. package/dist/applicants/applicant-other-income.model.js +46 -0
  34. package/dist/applicants/applicant-property-income.model.d.ts +13 -871
  35. package/dist/applicants/applicant-property-income.model.d.ts.map +1 -1
  36. package/dist/applicants/applicant-property-income.model.js +5 -12
  37. package/dist/applicants/applicant.model.d.ts +8762 -101
  38. package/dist/applicants/applicant.model.d.ts.map +1 -1
  39. package/dist/applicants/applicant.model.js +22 -20
  40. package/dist/applicants/index.d.ts +2 -13
  41. package/dist/applicants/index.d.ts.map +1 -1
  42. package/dist/applicants/index.js +2 -13
  43. package/dist/applications/application-mortgage.model.d.ts +144 -1116
  44. package/dist/applications/application-mortgage.model.d.ts.map +1 -1
  45. package/dist/applications/application-mortgage.model.js +5 -22
  46. package/dist/applications/application.model.d.ts +726 -0
  47. package/dist/applications/application.model.d.ts.map +1 -1
  48. package/dist/applications/application.model.js +2 -0
  49. package/dist/applications/index.d.ts +1 -1
  50. package/dist/applications/index.d.ts.map +1 -1
  51. package/dist/applications/index.js +1 -1
  52. package/dist/applications/productfeatures.model.d.ts +368 -0
  53. package/dist/applications/productfeatures.model.d.ts.map +1 -0
  54. package/dist/applications/{application-productfeatures.model.js → productfeatures.model.js} +1 -3
  55. package/dist/value-objects/sort-code.d.ts.map +1 -1
  56. package/dist/value-objects/sort-code.js +13 -4
  57. package/package.json +2 -2
  58. package/dist/applicants/applicant-additional-income.model.d.ts +0 -194
  59. package/dist/applicants/applicant-additional-income.model.d.ts.map +0 -1
  60. package/dist/applicants/applicant-additional-income.model.js +0 -14
  61. package/dist/applicants/applicant-employment-income.model.d.ts +0 -175
  62. package/dist/applicants/applicant-employment-income.model.d.ts.map +0 -1
  63. package/dist/applicants/applicant-employment-income.model.js +0 -14
  64. package/dist/applicants/applicant-income-settings.model.d.ts +0 -54
  65. package/dist/applicants/applicant-income-settings.model.d.ts.map +0 -1
  66. package/dist/applicants/applicant-income-settings.model.js +0 -16
  67. package/dist/applicants/applicant-pension-income.model.d.ts +0 -457
  68. package/dist/applicants/applicant-pension-income.model.d.ts.map +0 -1
  69. package/dist/applicants/applicant-pension-income.model.js +0 -30
  70. package/dist/applicants/applicant-self-employed-income.model.d.ts +0 -182
  71. package/dist/applicants/applicant-self-employed-income.model.d.ts.map +0 -1
  72. package/dist/applicants/applicant-self-employed-income.model.js +0 -17
  73. package/dist/applicants/applicant-sole-trader-income.model.d.ts +0 -182
  74. package/dist/applicants/applicant-sole-trader-income.model.d.ts.map +0 -1
  75. package/dist/applicants/applicant-sole-trader-income.model.js +0 -17
  76. package/dist/applicants/applicant-uk-tax-credits.model.d.ts +0 -463
  77. package/dist/applicants/applicant-uk-tax-credits.model.d.ts.map +0 -1
  78. package/dist/applicants/applicant-uk-tax-credits.model.js +0 -16
  79. package/dist/applications/application-productfeatures.model.d.ts +0 -738
  80. package/dist/applications/application-productfeatures.model.d.ts.map +0 -1
@@ -41,6 +41,127 @@ declare const ApplicationModel: mongoose.Model<{
41
41
  propertyIds: mongoose.Types.ObjectId[];
42
42
  selectedProduct?: string | null | undefined;
43
43
  riskRating?: string | null | undefined;
44
+ productFeatures?: {
45
+ name: string;
46
+ repaymentType: string;
47
+ ltv: string;
48
+ reimbursementPerPound: string;
49
+ stressedPayment: string;
50
+ stressedPaymentRate: string;
51
+ rentalCoverage: string;
52
+ clientAdvance: string;
53
+ repayment: string;
54
+ variableRepayment: string;
55
+ reversionRateWithoutBaseRate: string;
56
+ totalReversionRate: string;
57
+ initialRate: string;
58
+ fixedTerm: string;
59
+ fixedTermEndDate: string;
60
+ baseRate: string;
61
+ productRate: string;
62
+ apr: string;
63
+ applicationCategory: string;
64
+ securityType: string;
65
+ erc: string;
66
+ loanType: string;
67
+ maxLtvLimit: string;
68
+ reimbursement: string;
69
+ stressedApr: string;
70
+ stressedRate: string;
71
+ stressedRepayment: string;
72
+ liborFloorRate: string;
73
+ totalTermInMonths: string;
74
+ chargeType: string;
75
+ productCategory: string;
76
+ ercCode: string;
77
+ variableTerm: string;
78
+ totalFeePayable: string;
79
+ dipIssueDate: string;
80
+ estimatedCompletionDate: string;
81
+ dipExpiryDate: string;
82
+ fixedRepaymentUntillDate: string;
83
+ rentalReviewDate: string;
84
+ totalReimbursementWithFee: string;
85
+ finalRentPayment: string;
86
+ clientDeposit: string;
87
+ firstRentPayment: string;
88
+ fees: mongoose.Types.DocumentArray<{
89
+ description: string;
90
+ additionalData: any;
91
+ feeType: string;
92
+ feeAmount: string;
93
+ rate: string;
94
+ addedToLoan: string;
95
+ allowOverride: string;
96
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
97
+ description: string;
98
+ additionalData: any;
99
+ feeType: string;
100
+ feeAmount: string;
101
+ rate: string;
102
+ addedToLoan: string;
103
+ allowOverride: string;
104
+ }> & {
105
+ description: string;
106
+ additionalData: any;
107
+ feeType: string;
108
+ feeAmount: string;
109
+ rate: string;
110
+ addedToLoan: string;
111
+ allowOverride: string;
112
+ }>;
113
+ ercFeatures: any;
114
+ icr: string;
115
+ ufssProductCode: string;
116
+ ufssInterestRateCode: string;
117
+ calculations?: {
118
+ ltv: string;
119
+ rentalCoverageRatioRate: string;
120
+ bankContributionRate: string;
121
+ bankInitialShareRate: string;
122
+ totalAmountPayable: string;
123
+ fixedMonthlyPayment: string;
124
+ fixedMonthlyCapital: string;
125
+ fixedMonthlyInterest: string;
126
+ variableMonthlyPayment: string;
127
+ summaryTotal: string;
128
+ reimbursementPerPound: string;
129
+ stressedPayment: string;
130
+ stressedPaymentRate: string;
131
+ rentalCoverage: string;
132
+ rentalCoverageWithoutTopUp: string;
133
+ } | null | undefined;
134
+ cashflowPeriods?: {
135
+ totalNoOfPayments: string;
136
+ fixed?: {
137
+ from: string;
138
+ to: string;
139
+ instalmentAmount: string;
140
+ instalmentInterest: string;
141
+ instalmentCapitalRepaid: string;
142
+ otherCosts: string;
143
+ outstandingCapital: string;
144
+ } | null | undefined;
145
+ variable?: {
146
+ from: string;
147
+ to: string;
148
+ instalmentAmount: string;
149
+ instalmentInterest: string;
150
+ instalmentCapitalRepaid: string;
151
+ otherCosts: string;
152
+ outstandingCapital: string;
153
+ } | null | undefined;
154
+ total?: {
155
+ from: string;
156
+ to: string;
157
+ instalmentAmount: string;
158
+ instalmentInterest: string;
159
+ instalmentCapitalRepaid: string;
160
+ otherCosts: string;
161
+ outstandingCapital: string;
162
+ } | null | undefined;
163
+ } | null | undefined;
164
+ } | null | undefined;
44
165
  creditProfile?: {
45
166
  companyBankruptcyYes: string;
46
167
  companyBankruptcyNo: string;
@@ -103,6 +224,127 @@ declare const ApplicationModel: mongoose.Model<{
103
224
  propertyIds: mongoose.Types.ObjectId[];
104
225
  selectedProduct?: string | null | undefined;
105
226
  riskRating?: string | null | undefined;
227
+ productFeatures?: {
228
+ name: string;
229
+ repaymentType: string;
230
+ ltv: string;
231
+ reimbursementPerPound: string;
232
+ stressedPayment: string;
233
+ stressedPaymentRate: string;
234
+ rentalCoverage: string;
235
+ clientAdvance: string;
236
+ repayment: string;
237
+ variableRepayment: string;
238
+ reversionRateWithoutBaseRate: string;
239
+ totalReversionRate: string;
240
+ initialRate: string;
241
+ fixedTerm: string;
242
+ fixedTermEndDate: string;
243
+ baseRate: string;
244
+ productRate: string;
245
+ apr: string;
246
+ applicationCategory: string;
247
+ securityType: string;
248
+ erc: string;
249
+ loanType: string;
250
+ maxLtvLimit: string;
251
+ reimbursement: string;
252
+ stressedApr: string;
253
+ stressedRate: string;
254
+ stressedRepayment: string;
255
+ liborFloorRate: string;
256
+ totalTermInMonths: string;
257
+ chargeType: string;
258
+ productCategory: string;
259
+ ercCode: string;
260
+ variableTerm: string;
261
+ totalFeePayable: string;
262
+ dipIssueDate: string;
263
+ estimatedCompletionDate: string;
264
+ dipExpiryDate: string;
265
+ fixedRepaymentUntillDate: string;
266
+ rentalReviewDate: string;
267
+ totalReimbursementWithFee: string;
268
+ finalRentPayment: string;
269
+ clientDeposit: string;
270
+ firstRentPayment: string;
271
+ fees: mongoose.Types.DocumentArray<{
272
+ description: string;
273
+ additionalData: any;
274
+ feeType: string;
275
+ feeAmount: string;
276
+ rate: string;
277
+ addedToLoan: string;
278
+ allowOverride: string;
279
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
280
+ description: string;
281
+ additionalData: any;
282
+ feeType: string;
283
+ feeAmount: string;
284
+ rate: string;
285
+ addedToLoan: string;
286
+ allowOverride: string;
287
+ }> & {
288
+ description: string;
289
+ additionalData: any;
290
+ feeType: string;
291
+ feeAmount: string;
292
+ rate: string;
293
+ addedToLoan: string;
294
+ allowOverride: string;
295
+ }>;
296
+ ercFeatures: any;
297
+ icr: string;
298
+ ufssProductCode: string;
299
+ ufssInterestRateCode: string;
300
+ calculations?: {
301
+ ltv: string;
302
+ rentalCoverageRatioRate: string;
303
+ bankContributionRate: string;
304
+ bankInitialShareRate: string;
305
+ totalAmountPayable: string;
306
+ fixedMonthlyPayment: string;
307
+ fixedMonthlyCapital: string;
308
+ fixedMonthlyInterest: string;
309
+ variableMonthlyPayment: string;
310
+ summaryTotal: string;
311
+ reimbursementPerPound: string;
312
+ stressedPayment: string;
313
+ stressedPaymentRate: string;
314
+ rentalCoverage: string;
315
+ rentalCoverageWithoutTopUp: string;
316
+ } | null | undefined;
317
+ cashflowPeriods?: {
318
+ totalNoOfPayments: string;
319
+ fixed?: {
320
+ from: string;
321
+ to: string;
322
+ instalmentAmount: string;
323
+ instalmentInterest: string;
324
+ instalmentCapitalRepaid: string;
325
+ otherCosts: string;
326
+ outstandingCapital: string;
327
+ } | null | undefined;
328
+ variable?: {
329
+ from: string;
330
+ to: string;
331
+ instalmentAmount: string;
332
+ instalmentInterest: string;
333
+ instalmentCapitalRepaid: string;
334
+ otherCosts: string;
335
+ outstandingCapital: string;
336
+ } | null | undefined;
337
+ total?: {
338
+ from: string;
339
+ to: string;
340
+ instalmentAmount: string;
341
+ instalmentInterest: string;
342
+ instalmentCapitalRepaid: string;
343
+ otherCosts: string;
344
+ outstandingCapital: string;
345
+ } | null | undefined;
346
+ } | null | undefined;
347
+ } | null | undefined;
106
348
  creditProfile?: {
107
349
  companyBankruptcyYes: string;
108
350
  companyBankruptcyNo: string;
@@ -165,6 +407,127 @@ declare const ApplicationModel: mongoose.Model<{
165
407
  propertyIds: mongoose.Types.ObjectId[];
166
408
  selectedProduct?: string | null | undefined;
167
409
  riskRating?: string | null | undefined;
410
+ productFeatures?: {
411
+ name: string;
412
+ repaymentType: string;
413
+ ltv: string;
414
+ reimbursementPerPound: string;
415
+ stressedPayment: string;
416
+ stressedPaymentRate: string;
417
+ rentalCoverage: string;
418
+ clientAdvance: string;
419
+ repayment: string;
420
+ variableRepayment: string;
421
+ reversionRateWithoutBaseRate: string;
422
+ totalReversionRate: string;
423
+ initialRate: string;
424
+ fixedTerm: string;
425
+ fixedTermEndDate: string;
426
+ baseRate: string;
427
+ productRate: string;
428
+ apr: string;
429
+ applicationCategory: string;
430
+ securityType: string;
431
+ erc: string;
432
+ loanType: string;
433
+ maxLtvLimit: string;
434
+ reimbursement: string;
435
+ stressedApr: string;
436
+ stressedRate: string;
437
+ stressedRepayment: string;
438
+ liborFloorRate: string;
439
+ totalTermInMonths: string;
440
+ chargeType: string;
441
+ productCategory: string;
442
+ ercCode: string;
443
+ variableTerm: string;
444
+ totalFeePayable: string;
445
+ dipIssueDate: string;
446
+ estimatedCompletionDate: string;
447
+ dipExpiryDate: string;
448
+ fixedRepaymentUntillDate: string;
449
+ rentalReviewDate: string;
450
+ totalReimbursementWithFee: string;
451
+ finalRentPayment: string;
452
+ clientDeposit: string;
453
+ firstRentPayment: string;
454
+ fees: mongoose.Types.DocumentArray<{
455
+ description: string;
456
+ additionalData: any;
457
+ feeType: string;
458
+ feeAmount: string;
459
+ rate: string;
460
+ addedToLoan: string;
461
+ allowOverride: string;
462
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
463
+ description: string;
464
+ additionalData: any;
465
+ feeType: string;
466
+ feeAmount: string;
467
+ rate: string;
468
+ addedToLoan: string;
469
+ allowOverride: string;
470
+ }> & {
471
+ description: string;
472
+ additionalData: any;
473
+ feeType: string;
474
+ feeAmount: string;
475
+ rate: string;
476
+ addedToLoan: string;
477
+ allowOverride: string;
478
+ }>;
479
+ ercFeatures: any;
480
+ icr: string;
481
+ ufssProductCode: string;
482
+ ufssInterestRateCode: string;
483
+ calculations?: {
484
+ ltv: string;
485
+ rentalCoverageRatioRate: string;
486
+ bankContributionRate: string;
487
+ bankInitialShareRate: string;
488
+ totalAmountPayable: string;
489
+ fixedMonthlyPayment: string;
490
+ fixedMonthlyCapital: string;
491
+ fixedMonthlyInterest: string;
492
+ variableMonthlyPayment: string;
493
+ summaryTotal: string;
494
+ reimbursementPerPound: string;
495
+ stressedPayment: string;
496
+ stressedPaymentRate: string;
497
+ rentalCoverage: string;
498
+ rentalCoverageWithoutTopUp: string;
499
+ } | null | undefined;
500
+ cashflowPeriods?: {
501
+ totalNoOfPayments: string;
502
+ fixed?: {
503
+ from: string;
504
+ to: string;
505
+ instalmentAmount: string;
506
+ instalmentInterest: string;
507
+ instalmentCapitalRepaid: string;
508
+ otherCosts: string;
509
+ outstandingCapital: string;
510
+ } | null | undefined;
511
+ variable?: {
512
+ from: string;
513
+ to: string;
514
+ instalmentAmount: string;
515
+ instalmentInterest: string;
516
+ instalmentCapitalRepaid: string;
517
+ otherCosts: string;
518
+ outstandingCapital: string;
519
+ } | null | undefined;
520
+ total?: {
521
+ from: string;
522
+ to: string;
523
+ instalmentAmount: string;
524
+ instalmentInterest: string;
525
+ instalmentCapitalRepaid: string;
526
+ otherCosts: string;
527
+ outstandingCapital: string;
528
+ } | null | undefined;
529
+ } | null | undefined;
530
+ } | null | undefined;
168
531
  creditProfile?: {
169
532
  companyBankruptcyYes: string;
170
533
  companyBankruptcyNo: string;
@@ -239,6 +602,127 @@ declare const ApplicationModel: mongoose.Model<{
239
602
  propertyIds: mongoose.Types.ObjectId[];
240
603
  selectedProduct?: string | null | undefined;
241
604
  riskRating?: string | null | undefined;
605
+ productFeatures?: {
606
+ name: string;
607
+ repaymentType: string;
608
+ ltv: string;
609
+ reimbursementPerPound: string;
610
+ stressedPayment: string;
611
+ stressedPaymentRate: string;
612
+ rentalCoverage: string;
613
+ clientAdvance: string;
614
+ repayment: string;
615
+ variableRepayment: string;
616
+ reversionRateWithoutBaseRate: string;
617
+ totalReversionRate: string;
618
+ initialRate: string;
619
+ fixedTerm: string;
620
+ fixedTermEndDate: string;
621
+ baseRate: string;
622
+ productRate: string;
623
+ apr: string;
624
+ applicationCategory: string;
625
+ securityType: string;
626
+ erc: string;
627
+ loanType: string;
628
+ maxLtvLimit: string;
629
+ reimbursement: string;
630
+ stressedApr: string;
631
+ stressedRate: string;
632
+ stressedRepayment: string;
633
+ liborFloorRate: string;
634
+ totalTermInMonths: string;
635
+ chargeType: string;
636
+ productCategory: string;
637
+ ercCode: string;
638
+ variableTerm: string;
639
+ totalFeePayable: string;
640
+ dipIssueDate: string;
641
+ estimatedCompletionDate: string;
642
+ dipExpiryDate: string;
643
+ fixedRepaymentUntillDate: string;
644
+ rentalReviewDate: string;
645
+ totalReimbursementWithFee: string;
646
+ finalRentPayment: string;
647
+ clientDeposit: string;
648
+ firstRentPayment: string;
649
+ fees: mongoose.Types.DocumentArray<{
650
+ description: string;
651
+ additionalData: any;
652
+ feeType: string;
653
+ feeAmount: string;
654
+ rate: string;
655
+ addedToLoan: string;
656
+ allowOverride: string;
657
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
658
+ description: string;
659
+ additionalData: any;
660
+ feeType: string;
661
+ feeAmount: string;
662
+ rate: string;
663
+ addedToLoan: string;
664
+ allowOverride: string;
665
+ }> & {
666
+ description: string;
667
+ additionalData: any;
668
+ feeType: string;
669
+ feeAmount: string;
670
+ rate: string;
671
+ addedToLoan: string;
672
+ allowOverride: string;
673
+ }>;
674
+ ercFeatures: any;
675
+ icr: string;
676
+ ufssProductCode: string;
677
+ ufssInterestRateCode: string;
678
+ calculations?: {
679
+ ltv: string;
680
+ rentalCoverageRatioRate: string;
681
+ bankContributionRate: string;
682
+ bankInitialShareRate: string;
683
+ totalAmountPayable: string;
684
+ fixedMonthlyPayment: string;
685
+ fixedMonthlyCapital: string;
686
+ fixedMonthlyInterest: string;
687
+ variableMonthlyPayment: string;
688
+ summaryTotal: string;
689
+ reimbursementPerPound: string;
690
+ stressedPayment: string;
691
+ stressedPaymentRate: string;
692
+ rentalCoverage: string;
693
+ rentalCoverageWithoutTopUp: string;
694
+ } | null | undefined;
695
+ cashflowPeriods?: {
696
+ totalNoOfPayments: string;
697
+ fixed?: {
698
+ from: string;
699
+ to: string;
700
+ instalmentAmount: string;
701
+ instalmentInterest: string;
702
+ instalmentCapitalRepaid: string;
703
+ otherCosts: string;
704
+ outstandingCapital: string;
705
+ } | null | undefined;
706
+ variable?: {
707
+ from: string;
708
+ to: string;
709
+ instalmentAmount: string;
710
+ instalmentInterest: string;
711
+ instalmentCapitalRepaid: string;
712
+ otherCosts: string;
713
+ outstandingCapital: string;
714
+ } | null | undefined;
715
+ total?: {
716
+ from: string;
717
+ to: string;
718
+ instalmentAmount: string;
719
+ instalmentInterest: string;
720
+ instalmentCapitalRepaid: string;
721
+ otherCosts: string;
722
+ outstandingCapital: string;
723
+ } | null | undefined;
724
+ } | null | undefined;
725
+ } | null | undefined;
242
726
  creditProfile?: {
243
727
  companyBankruptcyYes: string;
244
728
  companyBankruptcyNo: string;
@@ -301,6 +785,127 @@ declare const ApplicationModel: mongoose.Model<{
301
785
  propertyIds: mongoose.Types.ObjectId[];
302
786
  selectedProduct?: string | null | undefined;
303
787
  riskRating?: string | null | undefined;
788
+ productFeatures?: {
789
+ name: string;
790
+ repaymentType: string;
791
+ ltv: string;
792
+ reimbursementPerPound: string;
793
+ stressedPayment: string;
794
+ stressedPaymentRate: string;
795
+ rentalCoverage: string;
796
+ clientAdvance: string;
797
+ repayment: string;
798
+ variableRepayment: string;
799
+ reversionRateWithoutBaseRate: string;
800
+ totalReversionRate: string;
801
+ initialRate: string;
802
+ fixedTerm: string;
803
+ fixedTermEndDate: string;
804
+ baseRate: string;
805
+ productRate: string;
806
+ apr: string;
807
+ applicationCategory: string;
808
+ securityType: string;
809
+ erc: string;
810
+ loanType: string;
811
+ maxLtvLimit: string;
812
+ reimbursement: string;
813
+ stressedApr: string;
814
+ stressedRate: string;
815
+ stressedRepayment: string;
816
+ liborFloorRate: string;
817
+ totalTermInMonths: string;
818
+ chargeType: string;
819
+ productCategory: string;
820
+ ercCode: string;
821
+ variableTerm: string;
822
+ totalFeePayable: string;
823
+ dipIssueDate: string;
824
+ estimatedCompletionDate: string;
825
+ dipExpiryDate: string;
826
+ fixedRepaymentUntillDate: string;
827
+ rentalReviewDate: string;
828
+ totalReimbursementWithFee: string;
829
+ finalRentPayment: string;
830
+ clientDeposit: string;
831
+ firstRentPayment: string;
832
+ fees: mongoose.Types.DocumentArray<{
833
+ description: string;
834
+ additionalData: any;
835
+ feeType: string;
836
+ feeAmount: string;
837
+ rate: string;
838
+ addedToLoan: string;
839
+ allowOverride: string;
840
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
841
+ description: string;
842
+ additionalData: any;
843
+ feeType: string;
844
+ feeAmount: string;
845
+ rate: string;
846
+ addedToLoan: string;
847
+ allowOverride: string;
848
+ }> & {
849
+ description: string;
850
+ additionalData: any;
851
+ feeType: string;
852
+ feeAmount: string;
853
+ rate: string;
854
+ addedToLoan: string;
855
+ allowOverride: string;
856
+ }>;
857
+ ercFeatures: any;
858
+ icr: string;
859
+ ufssProductCode: string;
860
+ ufssInterestRateCode: string;
861
+ calculations?: {
862
+ ltv: string;
863
+ rentalCoverageRatioRate: string;
864
+ bankContributionRate: string;
865
+ bankInitialShareRate: string;
866
+ totalAmountPayable: string;
867
+ fixedMonthlyPayment: string;
868
+ fixedMonthlyCapital: string;
869
+ fixedMonthlyInterest: string;
870
+ variableMonthlyPayment: string;
871
+ summaryTotal: string;
872
+ reimbursementPerPound: string;
873
+ stressedPayment: string;
874
+ stressedPaymentRate: string;
875
+ rentalCoverage: string;
876
+ rentalCoverageWithoutTopUp: string;
877
+ } | null | undefined;
878
+ cashflowPeriods?: {
879
+ totalNoOfPayments: string;
880
+ fixed?: {
881
+ from: string;
882
+ to: string;
883
+ instalmentAmount: string;
884
+ instalmentInterest: string;
885
+ instalmentCapitalRepaid: string;
886
+ otherCosts: string;
887
+ outstandingCapital: string;
888
+ } | null | undefined;
889
+ variable?: {
890
+ from: string;
891
+ to: string;
892
+ instalmentAmount: string;
893
+ instalmentInterest: string;
894
+ instalmentCapitalRepaid: string;
895
+ otherCosts: string;
896
+ outstandingCapital: string;
897
+ } | null | undefined;
898
+ total?: {
899
+ from: string;
900
+ to: string;
901
+ instalmentAmount: string;
902
+ instalmentInterest: string;
903
+ instalmentCapitalRepaid: string;
904
+ otherCosts: string;
905
+ outstandingCapital: string;
906
+ } | null | undefined;
907
+ } | null | undefined;
908
+ } | null | undefined;
304
909
  creditProfile?: {
305
910
  companyBankruptcyYes: string;
306
911
  companyBankruptcyNo: string;
@@ -363,6 +968,127 @@ declare const ApplicationModel: mongoose.Model<{
363
968
  propertyIds: mongoose.Types.ObjectId[];
364
969
  selectedProduct?: string | null | undefined;
365
970
  riskRating?: string | null | undefined;
971
+ productFeatures?: {
972
+ name: string;
973
+ repaymentType: string;
974
+ ltv: string;
975
+ reimbursementPerPound: string;
976
+ stressedPayment: string;
977
+ stressedPaymentRate: string;
978
+ rentalCoverage: string;
979
+ clientAdvance: string;
980
+ repayment: string;
981
+ variableRepayment: string;
982
+ reversionRateWithoutBaseRate: string;
983
+ totalReversionRate: string;
984
+ initialRate: string;
985
+ fixedTerm: string;
986
+ fixedTermEndDate: string;
987
+ baseRate: string;
988
+ productRate: string;
989
+ apr: string;
990
+ applicationCategory: string;
991
+ securityType: string;
992
+ erc: string;
993
+ loanType: string;
994
+ maxLtvLimit: string;
995
+ reimbursement: string;
996
+ stressedApr: string;
997
+ stressedRate: string;
998
+ stressedRepayment: string;
999
+ liborFloorRate: string;
1000
+ totalTermInMonths: string;
1001
+ chargeType: string;
1002
+ productCategory: string;
1003
+ ercCode: string;
1004
+ variableTerm: string;
1005
+ totalFeePayable: string;
1006
+ dipIssueDate: string;
1007
+ estimatedCompletionDate: string;
1008
+ dipExpiryDate: string;
1009
+ fixedRepaymentUntillDate: string;
1010
+ rentalReviewDate: string;
1011
+ totalReimbursementWithFee: string;
1012
+ finalRentPayment: string;
1013
+ clientDeposit: string;
1014
+ firstRentPayment: string;
1015
+ fees: mongoose.Types.DocumentArray<{
1016
+ description: string;
1017
+ additionalData: any;
1018
+ feeType: string;
1019
+ feeAmount: string;
1020
+ rate: string;
1021
+ addedToLoan: string;
1022
+ allowOverride: string;
1023
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1024
+ description: string;
1025
+ additionalData: any;
1026
+ feeType: string;
1027
+ feeAmount: string;
1028
+ rate: string;
1029
+ addedToLoan: string;
1030
+ allowOverride: string;
1031
+ }> & {
1032
+ description: string;
1033
+ additionalData: any;
1034
+ feeType: string;
1035
+ feeAmount: string;
1036
+ rate: string;
1037
+ addedToLoan: string;
1038
+ allowOverride: string;
1039
+ }>;
1040
+ ercFeatures: any;
1041
+ icr: string;
1042
+ ufssProductCode: string;
1043
+ ufssInterestRateCode: string;
1044
+ calculations?: {
1045
+ ltv: string;
1046
+ rentalCoverageRatioRate: string;
1047
+ bankContributionRate: string;
1048
+ bankInitialShareRate: string;
1049
+ totalAmountPayable: string;
1050
+ fixedMonthlyPayment: string;
1051
+ fixedMonthlyCapital: string;
1052
+ fixedMonthlyInterest: string;
1053
+ variableMonthlyPayment: string;
1054
+ summaryTotal: string;
1055
+ reimbursementPerPound: string;
1056
+ stressedPayment: string;
1057
+ stressedPaymentRate: string;
1058
+ rentalCoverage: string;
1059
+ rentalCoverageWithoutTopUp: string;
1060
+ } | null | undefined;
1061
+ cashflowPeriods?: {
1062
+ totalNoOfPayments: string;
1063
+ fixed?: {
1064
+ from: string;
1065
+ to: string;
1066
+ instalmentAmount: string;
1067
+ instalmentInterest: string;
1068
+ instalmentCapitalRepaid: string;
1069
+ otherCosts: string;
1070
+ outstandingCapital: string;
1071
+ } | null | undefined;
1072
+ variable?: {
1073
+ from: string;
1074
+ to: string;
1075
+ instalmentAmount: string;
1076
+ instalmentInterest: string;
1077
+ instalmentCapitalRepaid: string;
1078
+ otherCosts: string;
1079
+ outstandingCapital: string;
1080
+ } | null | undefined;
1081
+ total?: {
1082
+ from: string;
1083
+ to: string;
1084
+ instalmentAmount: string;
1085
+ instalmentInterest: string;
1086
+ instalmentCapitalRepaid: string;
1087
+ otherCosts: string;
1088
+ outstandingCapital: string;
1089
+ } | null | undefined;
1090
+ } | null | undefined;
1091
+ } | null | undefined;
366
1092
  creditProfile?: {
367
1093
  companyBankruptcyYes: string;
368
1094
  companyBankruptcyNo: string;