@dynamatix/gb-schemas 1.2.86 → 1.2.88

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.
@@ -74,127 +74,6 @@ declare const ApplicationModel: mongoose.Model<{
74
74
  propertyIds: mongoose.Types.ObjectId[];
75
75
  selectedProduct?: string | null | undefined;
76
76
  riskRating?: string | null | undefined;
77
- productFeatures?: {
78
- name: string;
79
- repaymentType: string;
80
- ltv: string;
81
- reimbursementPerPound: string;
82
- stressedPayment: string;
83
- stressedPaymentRate: string;
84
- rentalCoverage: string;
85
- clientAdvance: string;
86
- repayment: string;
87
- variableRepayment: string;
88
- reversionRateWithoutBaseRate: string;
89
- totalReversionRate: string;
90
- initialRate: string;
91
- fixedTerm: string;
92
- fixedTermEndDate: string;
93
- baseRate: string;
94
- productRate: string;
95
- apr: string;
96
- applicationCategory: string;
97
- securityType: string;
98
- erc: string;
99
- loanType: string;
100
- maxLtvLimit: string;
101
- reimbursement: string;
102
- stressedApr: string;
103
- stressedRate: string;
104
- stressedRepayment: string;
105
- liborFloorRate: string;
106
- totalTermInMonths: string;
107
- chargeType: string;
108
- productCategory: string;
109
- ercCode: string;
110
- variableTerm: string;
111
- totalFeePayable: string;
112
- dipIssueDate: string;
113
- estimatedCompletionDate: string;
114
- dipExpiryDate: string;
115
- fixedRepaymentUntillDate: string;
116
- rentalReviewDate: string;
117
- totalReimbursementWithFee: string;
118
- finalRentPayment: string;
119
- clientDeposit: string;
120
- firstRentPayment: string;
121
- fees: mongoose.Types.DocumentArray<{
122
- description: string;
123
- additionalData: any;
124
- feeType: string;
125
- feeAmount: string;
126
- rate: string;
127
- addedToLoan: string;
128
- allowOverride: string;
129
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
130
- description: string;
131
- additionalData: any;
132
- feeType: string;
133
- feeAmount: string;
134
- rate: string;
135
- addedToLoan: string;
136
- allowOverride: string;
137
- }> & {
138
- description: string;
139
- additionalData: any;
140
- feeType: string;
141
- feeAmount: string;
142
- rate: string;
143
- addedToLoan: string;
144
- allowOverride: string;
145
- }>;
146
- ercFeatures: any;
147
- icr: string;
148
- ufssProductCode: string;
149
- ufssInterestRateCode: string;
150
- calculations?: {
151
- ltv: string;
152
- rentalCoverageRatioRate: string;
153
- bankContributionRate: string;
154
- bankInitialShareRate: string;
155
- totalAmountPayable: string;
156
- fixedMonthlyPayment: string;
157
- fixedMonthlyCapital: string;
158
- fixedMonthlyInterest: string;
159
- variableMonthlyPayment: string;
160
- summaryTotal: string;
161
- reimbursementPerPound: string;
162
- stressedPayment: string;
163
- stressedPaymentRate: string;
164
- rentalCoverage: string;
165
- rentalCoverageWithoutTopUp: string;
166
- } | null | undefined;
167
- cashflowPeriods?: {
168
- totalNoOfPayments: string;
169
- fixed?: {
170
- from: string;
171
- to: string;
172
- instalmentAmount: string;
173
- instalmentInterest: string;
174
- instalmentCapitalRepaid: string;
175
- otherCosts: string;
176
- outstandingCapital: string;
177
- } | null | undefined;
178
- variable?: {
179
- from: string;
180
- to: string;
181
- instalmentAmount: string;
182
- instalmentInterest: string;
183
- instalmentCapitalRepaid: string;
184
- otherCosts: string;
185
- outstandingCapital: string;
186
- } | null | undefined;
187
- total?: {
188
- from: string;
189
- to: string;
190
- instalmentAmount: string;
191
- instalmentInterest: string;
192
- instalmentCapitalRepaid: string;
193
- otherCosts: string;
194
- outstandingCapital: string;
195
- } | null | undefined;
196
- } | null | undefined;
197
- } | null | undefined;
198
77
  creditProfile?: {
199
78
  companyBankruptcyYes: string;
200
79
  companyBankruptcyNo: string;
@@ -263,127 +142,6 @@ declare const ApplicationModel: mongoose.Model<{
263
142
  propertyIds: mongoose.Types.ObjectId[];
264
143
  selectedProduct?: string | null | undefined;
265
144
  riskRating?: string | null | undefined;
266
- productFeatures?: {
267
- name: string;
268
- repaymentType: string;
269
- ltv: string;
270
- reimbursementPerPound: string;
271
- stressedPayment: string;
272
- stressedPaymentRate: string;
273
- rentalCoverage: string;
274
- clientAdvance: string;
275
- repayment: string;
276
- variableRepayment: string;
277
- reversionRateWithoutBaseRate: string;
278
- totalReversionRate: string;
279
- initialRate: string;
280
- fixedTerm: string;
281
- fixedTermEndDate: string;
282
- baseRate: string;
283
- productRate: string;
284
- apr: string;
285
- applicationCategory: string;
286
- securityType: string;
287
- erc: string;
288
- loanType: string;
289
- maxLtvLimit: string;
290
- reimbursement: string;
291
- stressedApr: string;
292
- stressedRate: string;
293
- stressedRepayment: string;
294
- liborFloorRate: string;
295
- totalTermInMonths: string;
296
- chargeType: string;
297
- productCategory: string;
298
- ercCode: string;
299
- variableTerm: string;
300
- totalFeePayable: string;
301
- dipIssueDate: string;
302
- estimatedCompletionDate: string;
303
- dipExpiryDate: string;
304
- fixedRepaymentUntillDate: string;
305
- rentalReviewDate: string;
306
- totalReimbursementWithFee: string;
307
- finalRentPayment: string;
308
- clientDeposit: string;
309
- firstRentPayment: string;
310
- fees: mongoose.Types.DocumentArray<{
311
- description: string;
312
- additionalData: any;
313
- feeType: string;
314
- feeAmount: string;
315
- rate: string;
316
- addedToLoan: string;
317
- allowOverride: string;
318
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
319
- description: string;
320
- additionalData: any;
321
- feeType: string;
322
- feeAmount: string;
323
- rate: string;
324
- addedToLoan: string;
325
- allowOverride: string;
326
- }> & {
327
- description: string;
328
- additionalData: any;
329
- feeType: string;
330
- feeAmount: string;
331
- rate: string;
332
- addedToLoan: string;
333
- allowOverride: string;
334
- }>;
335
- ercFeatures: any;
336
- icr: string;
337
- ufssProductCode: string;
338
- ufssInterestRateCode: string;
339
- calculations?: {
340
- ltv: string;
341
- rentalCoverageRatioRate: string;
342
- bankContributionRate: string;
343
- bankInitialShareRate: string;
344
- totalAmountPayable: string;
345
- fixedMonthlyPayment: string;
346
- fixedMonthlyCapital: string;
347
- fixedMonthlyInterest: string;
348
- variableMonthlyPayment: string;
349
- summaryTotal: string;
350
- reimbursementPerPound: string;
351
- stressedPayment: string;
352
- stressedPaymentRate: string;
353
- rentalCoverage: string;
354
- rentalCoverageWithoutTopUp: string;
355
- } | null | undefined;
356
- cashflowPeriods?: {
357
- totalNoOfPayments: string;
358
- fixed?: {
359
- from: string;
360
- to: string;
361
- instalmentAmount: string;
362
- instalmentInterest: string;
363
- instalmentCapitalRepaid: string;
364
- otherCosts: string;
365
- outstandingCapital: string;
366
- } | null | undefined;
367
- variable?: {
368
- from: string;
369
- to: string;
370
- instalmentAmount: string;
371
- instalmentInterest: string;
372
- instalmentCapitalRepaid: string;
373
- otherCosts: string;
374
- outstandingCapital: string;
375
- } | null | undefined;
376
- total?: {
377
- from: string;
378
- to: string;
379
- instalmentAmount: string;
380
- instalmentInterest: string;
381
- instalmentCapitalRepaid: string;
382
- otherCosts: string;
383
- outstandingCapital: string;
384
- } | null | undefined;
385
- } | null | undefined;
386
- } | null | undefined;
387
145
  creditProfile?: {
388
146
  companyBankruptcyYes: string;
389
147
  companyBankruptcyNo: string;
@@ -452,127 +210,6 @@ declare const ApplicationModel: mongoose.Model<{
452
210
  propertyIds: mongoose.Types.ObjectId[];
453
211
  selectedProduct?: string | null | undefined;
454
212
  riskRating?: string | null | undefined;
455
- productFeatures?: {
456
- name: string;
457
- repaymentType: string;
458
- ltv: string;
459
- reimbursementPerPound: string;
460
- stressedPayment: string;
461
- stressedPaymentRate: string;
462
- rentalCoverage: string;
463
- clientAdvance: string;
464
- repayment: string;
465
- variableRepayment: string;
466
- reversionRateWithoutBaseRate: string;
467
- totalReversionRate: string;
468
- initialRate: string;
469
- fixedTerm: string;
470
- fixedTermEndDate: string;
471
- baseRate: string;
472
- productRate: string;
473
- apr: string;
474
- applicationCategory: string;
475
- securityType: string;
476
- erc: string;
477
- loanType: string;
478
- maxLtvLimit: string;
479
- reimbursement: string;
480
- stressedApr: string;
481
- stressedRate: string;
482
- stressedRepayment: string;
483
- liborFloorRate: string;
484
- totalTermInMonths: string;
485
- chargeType: string;
486
- productCategory: string;
487
- ercCode: string;
488
- variableTerm: string;
489
- totalFeePayable: string;
490
- dipIssueDate: string;
491
- estimatedCompletionDate: string;
492
- dipExpiryDate: string;
493
- fixedRepaymentUntillDate: string;
494
- rentalReviewDate: string;
495
- totalReimbursementWithFee: string;
496
- finalRentPayment: string;
497
- clientDeposit: string;
498
- firstRentPayment: string;
499
- fees: mongoose.Types.DocumentArray<{
500
- description: string;
501
- additionalData: any;
502
- feeType: string;
503
- feeAmount: string;
504
- rate: string;
505
- addedToLoan: string;
506
- allowOverride: string;
507
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
508
- description: string;
509
- additionalData: any;
510
- feeType: string;
511
- feeAmount: string;
512
- rate: string;
513
- addedToLoan: string;
514
- allowOverride: string;
515
- }> & {
516
- description: string;
517
- additionalData: any;
518
- feeType: string;
519
- feeAmount: string;
520
- rate: string;
521
- addedToLoan: string;
522
- allowOverride: string;
523
- }>;
524
- ercFeatures: any;
525
- icr: string;
526
- ufssProductCode: string;
527
- ufssInterestRateCode: string;
528
- calculations?: {
529
- ltv: string;
530
- rentalCoverageRatioRate: string;
531
- bankContributionRate: string;
532
- bankInitialShareRate: string;
533
- totalAmountPayable: string;
534
- fixedMonthlyPayment: string;
535
- fixedMonthlyCapital: string;
536
- fixedMonthlyInterest: string;
537
- variableMonthlyPayment: string;
538
- summaryTotal: string;
539
- reimbursementPerPound: string;
540
- stressedPayment: string;
541
- stressedPaymentRate: string;
542
- rentalCoverage: string;
543
- rentalCoverageWithoutTopUp: string;
544
- } | null | undefined;
545
- cashflowPeriods?: {
546
- totalNoOfPayments: string;
547
- fixed?: {
548
- from: string;
549
- to: string;
550
- instalmentAmount: string;
551
- instalmentInterest: string;
552
- instalmentCapitalRepaid: string;
553
- otherCosts: string;
554
- outstandingCapital: string;
555
- } | null | undefined;
556
- variable?: {
557
- from: string;
558
- to: string;
559
- instalmentAmount: string;
560
- instalmentInterest: string;
561
- instalmentCapitalRepaid: string;
562
- otherCosts: string;
563
- outstandingCapital: string;
564
- } | null | undefined;
565
- total?: {
566
- from: string;
567
- to: string;
568
- instalmentAmount: string;
569
- instalmentInterest: string;
570
- instalmentCapitalRepaid: string;
571
- otherCosts: string;
572
- outstandingCapital: string;
573
- } | null | undefined;
574
- } | null | undefined;
575
- } | null | undefined;
576
213
  creditProfile?: {
577
214
  companyBankruptcyYes: string;
578
215
  companyBankruptcyNo: string;
@@ -653,127 +290,6 @@ declare const ApplicationModel: mongoose.Model<{
653
290
  propertyIds: mongoose.Types.ObjectId[];
654
291
  selectedProduct?: string | null | undefined;
655
292
  riskRating?: string | null | undefined;
656
- productFeatures?: {
657
- name: string;
658
- repaymentType: string;
659
- ltv: string;
660
- reimbursementPerPound: string;
661
- stressedPayment: string;
662
- stressedPaymentRate: string;
663
- rentalCoverage: string;
664
- clientAdvance: string;
665
- repayment: string;
666
- variableRepayment: string;
667
- reversionRateWithoutBaseRate: string;
668
- totalReversionRate: string;
669
- initialRate: string;
670
- fixedTerm: string;
671
- fixedTermEndDate: string;
672
- baseRate: string;
673
- productRate: string;
674
- apr: string;
675
- applicationCategory: string;
676
- securityType: string;
677
- erc: string;
678
- loanType: string;
679
- maxLtvLimit: string;
680
- reimbursement: string;
681
- stressedApr: string;
682
- stressedRate: string;
683
- stressedRepayment: string;
684
- liborFloorRate: string;
685
- totalTermInMonths: string;
686
- chargeType: string;
687
- productCategory: string;
688
- ercCode: string;
689
- variableTerm: string;
690
- totalFeePayable: string;
691
- dipIssueDate: string;
692
- estimatedCompletionDate: string;
693
- dipExpiryDate: string;
694
- fixedRepaymentUntillDate: string;
695
- rentalReviewDate: string;
696
- totalReimbursementWithFee: string;
697
- finalRentPayment: string;
698
- clientDeposit: string;
699
- firstRentPayment: string;
700
- fees: mongoose.Types.DocumentArray<{
701
- description: string;
702
- additionalData: any;
703
- feeType: string;
704
- feeAmount: string;
705
- rate: string;
706
- addedToLoan: string;
707
- allowOverride: string;
708
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
709
- description: string;
710
- additionalData: any;
711
- feeType: string;
712
- feeAmount: string;
713
- rate: string;
714
- addedToLoan: string;
715
- allowOverride: string;
716
- }> & {
717
- description: string;
718
- additionalData: any;
719
- feeType: string;
720
- feeAmount: string;
721
- rate: string;
722
- addedToLoan: string;
723
- allowOverride: string;
724
- }>;
725
- ercFeatures: any;
726
- icr: string;
727
- ufssProductCode: string;
728
- ufssInterestRateCode: string;
729
- calculations?: {
730
- ltv: string;
731
- rentalCoverageRatioRate: string;
732
- bankContributionRate: string;
733
- bankInitialShareRate: string;
734
- totalAmountPayable: string;
735
- fixedMonthlyPayment: string;
736
- fixedMonthlyCapital: string;
737
- fixedMonthlyInterest: string;
738
- variableMonthlyPayment: string;
739
- summaryTotal: string;
740
- reimbursementPerPound: string;
741
- stressedPayment: string;
742
- stressedPaymentRate: string;
743
- rentalCoverage: string;
744
- rentalCoverageWithoutTopUp: string;
745
- } | null | undefined;
746
- cashflowPeriods?: {
747
- totalNoOfPayments: string;
748
- fixed?: {
749
- from: string;
750
- to: string;
751
- instalmentAmount: string;
752
- instalmentInterest: string;
753
- instalmentCapitalRepaid: string;
754
- otherCosts: string;
755
- outstandingCapital: string;
756
- } | null | undefined;
757
- variable?: {
758
- from: string;
759
- to: string;
760
- instalmentAmount: string;
761
- instalmentInterest: string;
762
- instalmentCapitalRepaid: string;
763
- otherCosts: string;
764
- outstandingCapital: string;
765
- } | null | undefined;
766
- total?: {
767
- from: string;
768
- to: string;
769
- instalmentAmount: string;
770
- instalmentInterest: string;
771
- instalmentCapitalRepaid: string;
772
- otherCosts: string;
773
- outstandingCapital: string;
774
- } | null | undefined;
775
- } | null | undefined;
776
- } | null | undefined;
777
293
  creditProfile?: {
778
294
  companyBankruptcyYes: string;
779
295
  companyBankruptcyNo: string;
@@ -842,127 +358,6 @@ declare const ApplicationModel: mongoose.Model<{
842
358
  propertyIds: mongoose.Types.ObjectId[];
843
359
  selectedProduct?: string | null | undefined;
844
360
  riskRating?: string | null | undefined;
845
- productFeatures?: {
846
- name: string;
847
- repaymentType: string;
848
- ltv: string;
849
- reimbursementPerPound: string;
850
- stressedPayment: string;
851
- stressedPaymentRate: string;
852
- rentalCoverage: string;
853
- clientAdvance: string;
854
- repayment: string;
855
- variableRepayment: string;
856
- reversionRateWithoutBaseRate: string;
857
- totalReversionRate: string;
858
- initialRate: string;
859
- fixedTerm: string;
860
- fixedTermEndDate: string;
861
- baseRate: string;
862
- productRate: string;
863
- apr: string;
864
- applicationCategory: string;
865
- securityType: string;
866
- erc: string;
867
- loanType: string;
868
- maxLtvLimit: string;
869
- reimbursement: string;
870
- stressedApr: string;
871
- stressedRate: string;
872
- stressedRepayment: string;
873
- liborFloorRate: string;
874
- totalTermInMonths: string;
875
- chargeType: string;
876
- productCategory: string;
877
- ercCode: string;
878
- variableTerm: string;
879
- totalFeePayable: string;
880
- dipIssueDate: string;
881
- estimatedCompletionDate: string;
882
- dipExpiryDate: string;
883
- fixedRepaymentUntillDate: string;
884
- rentalReviewDate: string;
885
- totalReimbursementWithFee: string;
886
- finalRentPayment: string;
887
- clientDeposit: string;
888
- firstRentPayment: string;
889
- fees: mongoose.Types.DocumentArray<{
890
- description: string;
891
- additionalData: any;
892
- feeType: string;
893
- feeAmount: string;
894
- rate: string;
895
- addedToLoan: string;
896
- allowOverride: string;
897
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
898
- description: string;
899
- additionalData: any;
900
- feeType: string;
901
- feeAmount: string;
902
- rate: string;
903
- addedToLoan: string;
904
- allowOverride: string;
905
- }> & {
906
- description: string;
907
- additionalData: any;
908
- feeType: string;
909
- feeAmount: string;
910
- rate: string;
911
- addedToLoan: string;
912
- allowOverride: string;
913
- }>;
914
- ercFeatures: any;
915
- icr: string;
916
- ufssProductCode: string;
917
- ufssInterestRateCode: string;
918
- calculations?: {
919
- ltv: string;
920
- rentalCoverageRatioRate: string;
921
- bankContributionRate: string;
922
- bankInitialShareRate: string;
923
- totalAmountPayable: string;
924
- fixedMonthlyPayment: string;
925
- fixedMonthlyCapital: string;
926
- fixedMonthlyInterest: string;
927
- variableMonthlyPayment: string;
928
- summaryTotal: string;
929
- reimbursementPerPound: string;
930
- stressedPayment: string;
931
- stressedPaymentRate: string;
932
- rentalCoverage: string;
933
- rentalCoverageWithoutTopUp: string;
934
- } | null | undefined;
935
- cashflowPeriods?: {
936
- totalNoOfPayments: string;
937
- fixed?: {
938
- from: string;
939
- to: string;
940
- instalmentAmount: string;
941
- instalmentInterest: string;
942
- instalmentCapitalRepaid: string;
943
- otherCosts: string;
944
- outstandingCapital: string;
945
- } | null | undefined;
946
- variable?: {
947
- from: string;
948
- to: string;
949
- instalmentAmount: string;
950
- instalmentInterest: string;
951
- instalmentCapitalRepaid: string;
952
- otherCosts: string;
953
- outstandingCapital: string;
954
- } | null | undefined;
955
- total?: {
956
- from: string;
957
- to: string;
958
- instalmentAmount: string;
959
- instalmentInterest: string;
960
- instalmentCapitalRepaid: string;
961
- otherCosts: string;
962
- outstandingCapital: string;
963
- } | null | undefined;
964
- } | null | undefined;
965
- } | null | undefined;
966
361
  creditProfile?: {
967
362
  companyBankruptcyYes: string;
968
363
  companyBankruptcyNo: string;
@@ -1031,127 +426,6 @@ declare const ApplicationModel: mongoose.Model<{
1031
426
  propertyIds: mongoose.Types.ObjectId[];
1032
427
  selectedProduct?: string | null | undefined;
1033
428
  riskRating?: string | null | undefined;
1034
- productFeatures?: {
1035
- name: string;
1036
- repaymentType: string;
1037
- ltv: string;
1038
- reimbursementPerPound: string;
1039
- stressedPayment: string;
1040
- stressedPaymentRate: string;
1041
- rentalCoverage: string;
1042
- clientAdvance: string;
1043
- repayment: string;
1044
- variableRepayment: string;
1045
- reversionRateWithoutBaseRate: string;
1046
- totalReversionRate: string;
1047
- initialRate: string;
1048
- fixedTerm: string;
1049
- fixedTermEndDate: string;
1050
- baseRate: string;
1051
- productRate: string;
1052
- apr: string;
1053
- applicationCategory: string;
1054
- securityType: string;
1055
- erc: string;
1056
- loanType: string;
1057
- maxLtvLimit: string;
1058
- reimbursement: string;
1059
- stressedApr: string;
1060
- stressedRate: string;
1061
- stressedRepayment: string;
1062
- liborFloorRate: string;
1063
- totalTermInMonths: string;
1064
- chargeType: string;
1065
- productCategory: string;
1066
- ercCode: string;
1067
- variableTerm: string;
1068
- totalFeePayable: string;
1069
- dipIssueDate: string;
1070
- estimatedCompletionDate: string;
1071
- dipExpiryDate: string;
1072
- fixedRepaymentUntillDate: string;
1073
- rentalReviewDate: string;
1074
- totalReimbursementWithFee: string;
1075
- finalRentPayment: string;
1076
- clientDeposit: string;
1077
- firstRentPayment: string;
1078
- fees: mongoose.Types.DocumentArray<{
1079
- description: string;
1080
- additionalData: any;
1081
- feeType: string;
1082
- feeAmount: string;
1083
- rate: string;
1084
- addedToLoan: string;
1085
- allowOverride: string;
1086
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1087
- description: string;
1088
- additionalData: any;
1089
- feeType: string;
1090
- feeAmount: string;
1091
- rate: string;
1092
- addedToLoan: string;
1093
- allowOverride: string;
1094
- }> & {
1095
- description: string;
1096
- additionalData: any;
1097
- feeType: string;
1098
- feeAmount: string;
1099
- rate: string;
1100
- addedToLoan: string;
1101
- allowOverride: string;
1102
- }>;
1103
- ercFeatures: any;
1104
- icr: string;
1105
- ufssProductCode: string;
1106
- ufssInterestRateCode: string;
1107
- calculations?: {
1108
- ltv: string;
1109
- rentalCoverageRatioRate: string;
1110
- bankContributionRate: string;
1111
- bankInitialShareRate: string;
1112
- totalAmountPayable: string;
1113
- fixedMonthlyPayment: string;
1114
- fixedMonthlyCapital: string;
1115
- fixedMonthlyInterest: string;
1116
- variableMonthlyPayment: string;
1117
- summaryTotal: string;
1118
- reimbursementPerPound: string;
1119
- stressedPayment: string;
1120
- stressedPaymentRate: string;
1121
- rentalCoverage: string;
1122
- rentalCoverageWithoutTopUp: string;
1123
- } | null | undefined;
1124
- cashflowPeriods?: {
1125
- totalNoOfPayments: string;
1126
- fixed?: {
1127
- from: string;
1128
- to: string;
1129
- instalmentAmount: string;
1130
- instalmentInterest: string;
1131
- instalmentCapitalRepaid: string;
1132
- otherCosts: string;
1133
- outstandingCapital: string;
1134
- } | null | undefined;
1135
- variable?: {
1136
- from: string;
1137
- to: string;
1138
- instalmentAmount: string;
1139
- instalmentInterest: string;
1140
- instalmentCapitalRepaid: string;
1141
- otherCosts: string;
1142
- outstandingCapital: string;
1143
- } | null | undefined;
1144
- total?: {
1145
- from: string;
1146
- to: string;
1147
- instalmentAmount: string;
1148
- instalmentInterest: string;
1149
- instalmentCapitalRepaid: string;
1150
- otherCosts: string;
1151
- outstandingCapital: string;
1152
- } | null | undefined;
1153
- } | null | undefined;
1154
- } | null | undefined;
1155
429
  creditProfile?: {
1156
430
  companyBankruptcyYes: string;
1157
431
  companyBankruptcyNo: string;