Calculate your mortgage payments based on the cost of the property, loan term and interest rate.
You can change this interest rate by
either typing a value or using
the
up/down
arrows.
VMBS Loan Portion:
${{formatNumber(loanAmountVal)}}
NHT Loan Portion:
${{formatNumber(nhtLoanVal)}}
Total Loan:
${{formatNumber(Number(loanAmountVal)+ Number(nhtLoanVal))}}
Deposit:
${{formatNumber(depositBalanceVal)}}
Estimated Closing Cost:
${{formatNumber(closing_cost)}}
Total Customer Input:
${{formatNumber(Number(depositBalanceVal) + Number(closing_cost))}}