@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
@@ -1,738 +0,0 @@
1
- import mongoose from "mongoose";
2
- declare const ApplicationProductFeaturesModel: mongoose.Model<{
3
- name: string;
4
- applicationId: mongoose.Types.ObjectId;
5
- repaymentType: string;
6
- ltv: string;
7
- reimbursementPerPound: string;
8
- stressedPayment: string;
9
- stressedPaymentRate: string;
10
- rentalCoverage: string;
11
- clientAdvance: string;
12
- repayment: string;
13
- variableRepayment: string;
14
- reversionRateWithoutBaseRate: string;
15
- totalReversionRate: string;
16
- initialRate: string;
17
- fixedTerm: string;
18
- fixedTermEndDate: string;
19
- baseRate: string;
20
- productRate: string;
21
- apr: string;
22
- applicationCategory: string;
23
- securityType: string;
24
- erc: string;
25
- loanType: string;
26
- maxLtvLimit: string;
27
- reimbursement: string;
28
- stressedApr: string;
29
- stressedRate: string;
30
- stressedRepayment: string;
31
- liborFloorRate: string;
32
- totalTermInMonths: string;
33
- chargeType: string;
34
- productCategory: string;
35
- ercCode: string;
36
- variableTerm: string;
37
- totalFeePayable: string;
38
- dipIssueDate: string;
39
- estimatedCompletionDate: string;
40
- dipExpiryDate: string;
41
- fixedRepaymentUntillDate: string;
42
- rentalReviewDate: string;
43
- totalReimbursementWithFee: string;
44
- finalRentPayment: string;
45
- clientDeposit: string;
46
- firstRentPayment: string;
47
- fees: mongoose.Types.DocumentArray<{
48
- description: string;
49
- additionalData: any;
50
- feeType: string;
51
- feeAmount: string;
52
- rate: string;
53
- addedToLoan: string;
54
- allowOverride: string;
55
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
56
- description: string;
57
- additionalData: any;
58
- feeType: string;
59
- feeAmount: string;
60
- rate: string;
61
- addedToLoan: string;
62
- allowOverride: string;
63
- }> & {
64
- description: string;
65
- additionalData: any;
66
- feeType: string;
67
- feeAmount: string;
68
- rate: string;
69
- addedToLoan: string;
70
- allowOverride: string;
71
- }>;
72
- ercFeatures: any;
73
- icr: string;
74
- ufssProductCode: string;
75
- ufssInterestRateCode: string;
76
- calculations?: {
77
- ltv: string;
78
- rentalCoverageRatioRate: string;
79
- bankContributionRate: string;
80
- bankInitialShareRate: string;
81
- totalAmountPayable: string;
82
- fixedMonthlyPayment: string;
83
- fixedMonthlyCapital: string;
84
- fixedMonthlyInterest: string;
85
- variableMonthlyPayment: string;
86
- summaryTotal: string;
87
- reimbursementPerPound: string;
88
- stressedPayment: string;
89
- stressedPaymentRate: string;
90
- rentalCoverage: string;
91
- rentalCoverageWithoutTopUp: string;
92
- } | null | undefined;
93
- cashflowPeriods?: {
94
- totalNoOfPayments: string;
95
- fixed?: {
96
- from: string;
97
- to: string;
98
- instalmentAmount: string;
99
- instalmentInterest: string;
100
- instalmentCapitalRepaid: string;
101
- otherCosts: string;
102
- outstandingCapital: string;
103
- } | null | undefined;
104
- variable?: {
105
- from: string;
106
- to: string;
107
- instalmentAmount: string;
108
- instalmentInterest: string;
109
- instalmentCapitalRepaid: string;
110
- otherCosts: string;
111
- outstandingCapital: string;
112
- } | null | undefined;
113
- total?: {
114
- from: string;
115
- to: string;
116
- instalmentAmount: string;
117
- instalmentInterest: string;
118
- instalmentCapitalRepaid: string;
119
- otherCosts: string;
120
- outstandingCapital: string;
121
- } | null | undefined;
122
- } | null | undefined;
123
- }, {}, {}, {}, mongoose.Document<unknown, {}, {
124
- name: string;
125
- applicationId: mongoose.Types.ObjectId;
126
- repaymentType: string;
127
- ltv: string;
128
- reimbursementPerPound: string;
129
- stressedPayment: string;
130
- stressedPaymentRate: string;
131
- rentalCoverage: string;
132
- clientAdvance: string;
133
- repayment: string;
134
- variableRepayment: string;
135
- reversionRateWithoutBaseRate: string;
136
- totalReversionRate: string;
137
- initialRate: string;
138
- fixedTerm: string;
139
- fixedTermEndDate: string;
140
- baseRate: string;
141
- productRate: string;
142
- apr: string;
143
- applicationCategory: string;
144
- securityType: string;
145
- erc: string;
146
- loanType: string;
147
- maxLtvLimit: string;
148
- reimbursement: string;
149
- stressedApr: string;
150
- stressedRate: string;
151
- stressedRepayment: string;
152
- liborFloorRate: string;
153
- totalTermInMonths: string;
154
- chargeType: string;
155
- productCategory: string;
156
- ercCode: string;
157
- variableTerm: string;
158
- totalFeePayable: string;
159
- dipIssueDate: string;
160
- estimatedCompletionDate: string;
161
- dipExpiryDate: string;
162
- fixedRepaymentUntillDate: string;
163
- rentalReviewDate: string;
164
- totalReimbursementWithFee: string;
165
- finalRentPayment: string;
166
- clientDeposit: string;
167
- firstRentPayment: string;
168
- fees: mongoose.Types.DocumentArray<{
169
- description: string;
170
- additionalData: any;
171
- feeType: string;
172
- feeAmount: string;
173
- rate: string;
174
- addedToLoan: string;
175
- allowOverride: string;
176
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
177
- description: string;
178
- additionalData: any;
179
- feeType: string;
180
- feeAmount: string;
181
- rate: string;
182
- addedToLoan: string;
183
- allowOverride: string;
184
- }> & {
185
- description: string;
186
- additionalData: any;
187
- feeType: string;
188
- feeAmount: string;
189
- rate: string;
190
- addedToLoan: string;
191
- allowOverride: string;
192
- }>;
193
- ercFeatures: any;
194
- icr: string;
195
- ufssProductCode: string;
196
- ufssInterestRateCode: string;
197
- calculations?: {
198
- ltv: string;
199
- rentalCoverageRatioRate: string;
200
- bankContributionRate: string;
201
- bankInitialShareRate: string;
202
- totalAmountPayable: string;
203
- fixedMonthlyPayment: string;
204
- fixedMonthlyCapital: string;
205
- fixedMonthlyInterest: string;
206
- variableMonthlyPayment: string;
207
- summaryTotal: string;
208
- reimbursementPerPound: string;
209
- stressedPayment: string;
210
- stressedPaymentRate: string;
211
- rentalCoverage: string;
212
- rentalCoverageWithoutTopUp: string;
213
- } | null | undefined;
214
- cashflowPeriods?: {
215
- totalNoOfPayments: string;
216
- fixed?: {
217
- from: string;
218
- to: string;
219
- instalmentAmount: string;
220
- instalmentInterest: string;
221
- instalmentCapitalRepaid: string;
222
- otherCosts: string;
223
- outstandingCapital: string;
224
- } | null | undefined;
225
- variable?: {
226
- from: string;
227
- to: string;
228
- instalmentAmount: string;
229
- instalmentInterest: string;
230
- instalmentCapitalRepaid: string;
231
- otherCosts: string;
232
- outstandingCapital: string;
233
- } | null | undefined;
234
- total?: {
235
- from: string;
236
- to: string;
237
- instalmentAmount: string;
238
- instalmentInterest: string;
239
- instalmentCapitalRepaid: string;
240
- otherCosts: string;
241
- outstandingCapital: string;
242
- } | null | undefined;
243
- } | null | undefined;
244
- }> & {
245
- name: string;
246
- applicationId: mongoose.Types.ObjectId;
247
- repaymentType: string;
248
- ltv: string;
249
- reimbursementPerPound: string;
250
- stressedPayment: string;
251
- stressedPaymentRate: string;
252
- rentalCoverage: string;
253
- clientAdvance: string;
254
- repayment: string;
255
- variableRepayment: string;
256
- reversionRateWithoutBaseRate: string;
257
- totalReversionRate: string;
258
- initialRate: string;
259
- fixedTerm: string;
260
- fixedTermEndDate: string;
261
- baseRate: string;
262
- productRate: string;
263
- apr: string;
264
- applicationCategory: string;
265
- securityType: string;
266
- erc: string;
267
- loanType: string;
268
- maxLtvLimit: string;
269
- reimbursement: string;
270
- stressedApr: string;
271
- stressedRate: string;
272
- stressedRepayment: string;
273
- liborFloorRate: string;
274
- totalTermInMonths: string;
275
- chargeType: string;
276
- productCategory: string;
277
- ercCode: string;
278
- variableTerm: string;
279
- totalFeePayable: string;
280
- dipIssueDate: string;
281
- estimatedCompletionDate: string;
282
- dipExpiryDate: string;
283
- fixedRepaymentUntillDate: string;
284
- rentalReviewDate: string;
285
- totalReimbursementWithFee: string;
286
- finalRentPayment: string;
287
- clientDeposit: string;
288
- firstRentPayment: string;
289
- fees: mongoose.Types.DocumentArray<{
290
- description: string;
291
- additionalData: any;
292
- feeType: string;
293
- feeAmount: string;
294
- rate: string;
295
- addedToLoan: string;
296
- allowOverride: string;
297
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
298
- description: string;
299
- additionalData: any;
300
- feeType: string;
301
- feeAmount: string;
302
- rate: string;
303
- addedToLoan: string;
304
- allowOverride: string;
305
- }> & {
306
- description: string;
307
- additionalData: any;
308
- feeType: string;
309
- feeAmount: string;
310
- rate: string;
311
- addedToLoan: string;
312
- allowOverride: string;
313
- }>;
314
- ercFeatures: any;
315
- icr: string;
316
- ufssProductCode: string;
317
- ufssInterestRateCode: string;
318
- calculations?: {
319
- ltv: string;
320
- rentalCoverageRatioRate: string;
321
- bankContributionRate: string;
322
- bankInitialShareRate: string;
323
- totalAmountPayable: string;
324
- fixedMonthlyPayment: string;
325
- fixedMonthlyCapital: string;
326
- fixedMonthlyInterest: string;
327
- variableMonthlyPayment: string;
328
- summaryTotal: string;
329
- reimbursementPerPound: string;
330
- stressedPayment: string;
331
- stressedPaymentRate: string;
332
- rentalCoverage: string;
333
- rentalCoverageWithoutTopUp: string;
334
- } | null | undefined;
335
- cashflowPeriods?: {
336
- totalNoOfPayments: string;
337
- fixed?: {
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
- variable?: {
347
- from: string;
348
- to: string;
349
- instalmentAmount: string;
350
- instalmentInterest: string;
351
- instalmentCapitalRepaid: string;
352
- otherCosts: string;
353
- outstandingCapital: string;
354
- } | null | undefined;
355
- total?: {
356
- from: string;
357
- to: string;
358
- instalmentAmount: string;
359
- instalmentInterest: string;
360
- instalmentCapitalRepaid: string;
361
- otherCosts: string;
362
- outstandingCapital: string;
363
- } | null | undefined;
364
- } | null | undefined;
365
- } & {
366
- _id: mongoose.Types.ObjectId;
367
- } & {
368
- __v: number;
369
- }, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, {
370
- name: string;
371
- applicationId: mongoose.Types.ObjectId;
372
- repaymentType: string;
373
- ltv: string;
374
- reimbursementPerPound: string;
375
- stressedPayment: string;
376
- stressedPaymentRate: string;
377
- rentalCoverage: string;
378
- clientAdvance: string;
379
- repayment: string;
380
- variableRepayment: string;
381
- reversionRateWithoutBaseRate: string;
382
- totalReversionRate: string;
383
- initialRate: string;
384
- fixedTerm: string;
385
- fixedTermEndDate: string;
386
- baseRate: string;
387
- productRate: string;
388
- apr: string;
389
- applicationCategory: string;
390
- securityType: string;
391
- erc: string;
392
- loanType: string;
393
- maxLtvLimit: string;
394
- reimbursement: string;
395
- stressedApr: string;
396
- stressedRate: string;
397
- stressedRepayment: string;
398
- liborFloorRate: string;
399
- totalTermInMonths: string;
400
- chargeType: string;
401
- productCategory: string;
402
- ercCode: string;
403
- variableTerm: string;
404
- totalFeePayable: string;
405
- dipIssueDate: string;
406
- estimatedCompletionDate: string;
407
- dipExpiryDate: string;
408
- fixedRepaymentUntillDate: string;
409
- rentalReviewDate: string;
410
- totalReimbursementWithFee: string;
411
- finalRentPayment: string;
412
- clientDeposit: string;
413
- firstRentPayment: string;
414
- fees: mongoose.Types.DocumentArray<{
415
- description: string;
416
- additionalData: any;
417
- feeType: string;
418
- feeAmount: string;
419
- rate: string;
420
- addedToLoan: string;
421
- allowOverride: string;
422
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
423
- description: string;
424
- additionalData: any;
425
- feeType: string;
426
- feeAmount: string;
427
- rate: string;
428
- addedToLoan: string;
429
- allowOverride: string;
430
- }> & {
431
- description: string;
432
- additionalData: any;
433
- feeType: string;
434
- feeAmount: string;
435
- rate: string;
436
- addedToLoan: string;
437
- allowOverride: string;
438
- }>;
439
- ercFeatures: any;
440
- icr: string;
441
- ufssProductCode: string;
442
- ufssInterestRateCode: string;
443
- calculations?: {
444
- ltv: string;
445
- rentalCoverageRatioRate: string;
446
- bankContributionRate: string;
447
- bankInitialShareRate: string;
448
- totalAmountPayable: string;
449
- fixedMonthlyPayment: string;
450
- fixedMonthlyCapital: string;
451
- fixedMonthlyInterest: string;
452
- variableMonthlyPayment: string;
453
- summaryTotal: string;
454
- reimbursementPerPound: string;
455
- stressedPayment: string;
456
- stressedPaymentRate: string;
457
- rentalCoverage: string;
458
- rentalCoverageWithoutTopUp: string;
459
- } | null | undefined;
460
- cashflowPeriods?: {
461
- totalNoOfPayments: string;
462
- fixed?: {
463
- from: string;
464
- to: string;
465
- instalmentAmount: string;
466
- instalmentInterest: string;
467
- instalmentCapitalRepaid: string;
468
- otherCosts: string;
469
- outstandingCapital: string;
470
- } | null | undefined;
471
- variable?: {
472
- from: string;
473
- to: string;
474
- instalmentAmount: string;
475
- instalmentInterest: string;
476
- instalmentCapitalRepaid: string;
477
- otherCosts: string;
478
- outstandingCapital: string;
479
- } | null | undefined;
480
- total?: {
481
- from: string;
482
- to: string;
483
- instalmentAmount: string;
484
- instalmentInterest: string;
485
- instalmentCapitalRepaid: string;
486
- otherCosts: string;
487
- outstandingCapital: string;
488
- } | null | undefined;
489
- } | null | undefined;
490
- }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
491
- name: string;
492
- applicationId: mongoose.Types.ObjectId;
493
- repaymentType: string;
494
- ltv: string;
495
- reimbursementPerPound: string;
496
- stressedPayment: string;
497
- stressedPaymentRate: string;
498
- rentalCoverage: string;
499
- clientAdvance: string;
500
- repayment: string;
501
- variableRepayment: string;
502
- reversionRateWithoutBaseRate: string;
503
- totalReversionRate: string;
504
- initialRate: string;
505
- fixedTerm: string;
506
- fixedTermEndDate: string;
507
- baseRate: string;
508
- productRate: string;
509
- apr: string;
510
- applicationCategory: string;
511
- securityType: string;
512
- erc: string;
513
- loanType: string;
514
- maxLtvLimit: string;
515
- reimbursement: string;
516
- stressedApr: string;
517
- stressedRate: string;
518
- stressedRepayment: string;
519
- liborFloorRate: string;
520
- totalTermInMonths: string;
521
- chargeType: string;
522
- productCategory: string;
523
- ercCode: string;
524
- variableTerm: string;
525
- totalFeePayable: string;
526
- dipIssueDate: string;
527
- estimatedCompletionDate: string;
528
- dipExpiryDate: string;
529
- fixedRepaymentUntillDate: string;
530
- rentalReviewDate: string;
531
- totalReimbursementWithFee: string;
532
- finalRentPayment: string;
533
- clientDeposit: string;
534
- firstRentPayment: string;
535
- fees: mongoose.Types.DocumentArray<{
536
- description: string;
537
- additionalData: any;
538
- feeType: string;
539
- feeAmount: string;
540
- rate: string;
541
- addedToLoan: string;
542
- allowOverride: string;
543
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
544
- description: string;
545
- additionalData: any;
546
- feeType: string;
547
- feeAmount: string;
548
- rate: string;
549
- addedToLoan: string;
550
- allowOverride: string;
551
- }> & {
552
- description: string;
553
- additionalData: any;
554
- feeType: string;
555
- feeAmount: string;
556
- rate: string;
557
- addedToLoan: string;
558
- allowOverride: string;
559
- }>;
560
- ercFeatures: any;
561
- icr: string;
562
- ufssProductCode: string;
563
- ufssInterestRateCode: string;
564
- calculations?: {
565
- ltv: string;
566
- rentalCoverageRatioRate: string;
567
- bankContributionRate: string;
568
- bankInitialShareRate: string;
569
- totalAmountPayable: string;
570
- fixedMonthlyPayment: string;
571
- fixedMonthlyCapital: string;
572
- fixedMonthlyInterest: string;
573
- variableMonthlyPayment: string;
574
- summaryTotal: string;
575
- reimbursementPerPound: string;
576
- stressedPayment: string;
577
- stressedPaymentRate: string;
578
- rentalCoverage: string;
579
- rentalCoverageWithoutTopUp: string;
580
- } | null | undefined;
581
- cashflowPeriods?: {
582
- totalNoOfPayments: string;
583
- fixed?: {
584
- from: string;
585
- to: string;
586
- instalmentAmount: string;
587
- instalmentInterest: string;
588
- instalmentCapitalRepaid: string;
589
- otherCosts: string;
590
- outstandingCapital: string;
591
- } | null | undefined;
592
- variable?: {
593
- from: string;
594
- to: string;
595
- instalmentAmount: string;
596
- instalmentInterest: string;
597
- instalmentCapitalRepaid: string;
598
- otherCosts: string;
599
- outstandingCapital: string;
600
- } | null | undefined;
601
- total?: {
602
- from: string;
603
- to: string;
604
- instalmentAmount: string;
605
- instalmentInterest: string;
606
- instalmentCapitalRepaid: string;
607
- otherCosts: string;
608
- outstandingCapital: string;
609
- } | null | undefined;
610
- } | null | undefined;
611
- }>> & mongoose.FlatRecord<{
612
- name: string;
613
- applicationId: mongoose.Types.ObjectId;
614
- repaymentType: string;
615
- ltv: string;
616
- reimbursementPerPound: string;
617
- stressedPayment: string;
618
- stressedPaymentRate: string;
619
- rentalCoverage: string;
620
- clientAdvance: string;
621
- repayment: string;
622
- variableRepayment: string;
623
- reversionRateWithoutBaseRate: string;
624
- totalReversionRate: string;
625
- initialRate: string;
626
- fixedTerm: string;
627
- fixedTermEndDate: string;
628
- baseRate: string;
629
- productRate: string;
630
- apr: string;
631
- applicationCategory: string;
632
- securityType: string;
633
- erc: string;
634
- loanType: string;
635
- maxLtvLimit: string;
636
- reimbursement: string;
637
- stressedApr: string;
638
- stressedRate: string;
639
- stressedRepayment: string;
640
- liborFloorRate: string;
641
- totalTermInMonths: string;
642
- chargeType: string;
643
- productCategory: string;
644
- ercCode: string;
645
- variableTerm: string;
646
- totalFeePayable: string;
647
- dipIssueDate: string;
648
- estimatedCompletionDate: string;
649
- dipExpiryDate: string;
650
- fixedRepaymentUntillDate: string;
651
- rentalReviewDate: string;
652
- totalReimbursementWithFee: string;
653
- finalRentPayment: string;
654
- clientDeposit: string;
655
- firstRentPayment: string;
656
- fees: mongoose.Types.DocumentArray<{
657
- description: string;
658
- additionalData: any;
659
- feeType: string;
660
- feeAmount: string;
661
- rate: string;
662
- addedToLoan: string;
663
- allowOverride: string;
664
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
665
- description: string;
666
- additionalData: any;
667
- feeType: string;
668
- feeAmount: string;
669
- rate: string;
670
- addedToLoan: string;
671
- allowOverride: string;
672
- }> & {
673
- description: string;
674
- additionalData: any;
675
- feeType: string;
676
- feeAmount: string;
677
- rate: string;
678
- addedToLoan: string;
679
- allowOverride: string;
680
- }>;
681
- ercFeatures: any;
682
- icr: string;
683
- ufssProductCode: string;
684
- ufssInterestRateCode: string;
685
- calculations?: {
686
- ltv: string;
687
- rentalCoverageRatioRate: string;
688
- bankContributionRate: string;
689
- bankInitialShareRate: string;
690
- totalAmountPayable: string;
691
- fixedMonthlyPayment: string;
692
- fixedMonthlyCapital: string;
693
- fixedMonthlyInterest: string;
694
- variableMonthlyPayment: string;
695
- summaryTotal: string;
696
- reimbursementPerPound: string;
697
- stressedPayment: string;
698
- stressedPaymentRate: string;
699
- rentalCoverage: string;
700
- rentalCoverageWithoutTopUp: string;
701
- } | null | undefined;
702
- cashflowPeriods?: {
703
- totalNoOfPayments: string;
704
- fixed?: {
705
- from: string;
706
- to: string;
707
- instalmentAmount: string;
708
- instalmentInterest: string;
709
- instalmentCapitalRepaid: string;
710
- otherCosts: string;
711
- outstandingCapital: string;
712
- } | null | undefined;
713
- variable?: {
714
- from: string;
715
- to: string;
716
- instalmentAmount: string;
717
- instalmentInterest: string;
718
- instalmentCapitalRepaid: string;
719
- otherCosts: string;
720
- outstandingCapital: string;
721
- } | null | undefined;
722
- total?: {
723
- from: string;
724
- to: string;
725
- instalmentAmount: string;
726
- instalmentInterest: string;
727
- instalmentCapitalRepaid: string;
728
- otherCosts: string;
729
- outstandingCapital: string;
730
- } | null | undefined;
731
- } | null | undefined;
732
- }> & {
733
- _id: mongoose.Types.ObjectId;
734
- } & {
735
- __v: number;
736
- }>>;
737
- export default ApplicationProductFeaturesModel;
738
- //# sourceMappingURL=application-productfeatures.model.d.ts.map