{{ vm.calculatorTitle || rc.title }}

Current Loan:

{{ vm.loanAmount | currency:undefined:0 }}

Current Interest Rate:

{{ rc.currentMortgageApr | percentage:2 }}

Current Loan Term (Fixed Rate):

Monthly Payment

Total Loan Amount

Current Loan

{{ rc.currentMortgage.monthlyPayment | currency:undefined:0 }}

{{ rc.currentMortgage.totalLoanValue | currency:undefined:0 }}

New Loan

{{ rc.loadingText }}

{{ vm.newMortgage.estimated_payment | currency:undefined:0 }}

{{ rc.loadingText }}

{{ vm.newMortgage.totalLoanValue | currency:undefined:0 }}

{{ vm.resultsTitle || 'Potential Savings'}}

{{ rc.loadingText }}

{{ rc.currentMortgage.monthlyPayment - vm.newMortgage.estimated_payment | currency:undefined:0 }}

Per Month

{{ rc.loadingText }}

{{ rc.currentMortgage.totalLoanValue - vm.newMortgage.totalLoanValue | currency:undefined:0 }}

In Interest

How were your savings calculated?

  • This calculation assumes a {{ vm.newMortgage.apr | percentage:2 }} APR and a {{ vm.newMortgage.loan_term_display }} loan
  • Monthly Savings: The difference between your current payment and the new payment we've calculated for you
  • Interest Savings: The difference in the total amount paid to each lender over the course of the loan
Calculate Your New Payment with {{ vm.newMortgage.company.name }} {{ vm.ctaTextOverride }}