creditu-common-library 2.3.16 → 2.3.17
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.
|
@@ -169,7 +169,7 @@ var OfferService = /** @class */ (function () {
|
|
|
169
169
|
: operationalExpensesFinanceable;
|
|
170
170
|
var loanToValueCredit = this.ltv.credit(financingAmount, creditInsurancePremium, propertyValue, creditInsurancePercentageFinanced, operationalExpensesFinanced, operationalExpensesFinancing);
|
|
171
171
|
var financingRatio = this.math.divide(financingAmount, amountRequestedByClient);
|
|
172
|
-
var loanToValueHome = this.ltv.home(
|
|
172
|
+
var loanToValueHome = this.ltv.home(financingAmount, propertyValue);
|
|
173
173
|
var creditInsuranceInstallment = this.insurance.creditInsurance(financingAmount, creditInsuranceFactor, creditInsurancePercentageFinanced.value(), creditInsuranceNumberOfMonths, isCreditInsuranceAccelerated, creditInsurancePremium, numberOfGraceMonths, installment);
|
|
174
174
|
var lifeInsuranceFee = this.insurance.lifeInsurance(creditAmount, totalLifeInsuranceMonthlyRate);
|
|
175
175
|
var propertyInsuranceFee = this.insurance.propertyInsurance(propertyValue, propertyTypeFactor, propertyInsuranceMonthlyRate);
|