Please fill in all fields. The results will be calculated as you complete the form.
Payment
| Principal and Interest | {{ principalAndInterestPayment(loan.annualInterestRate || 0, loan.termInYears || 0, loan.amount || 0) | currency }} |
|---|---|
| Monthly Property Tax | {{ (loan.yearlyPropertyTax || 0) / 12 | currency }} |
| Monthly Homeowner's Insurance | {{ (loan.yearlyHomeownersInsurance || 0) / 12 | currency }} |
| Monthly Mortgage Insurance | {{ monthlyMortgageInsurance(loan.type, loan.monthlyMortgageInsurance || 0, loan.amount || 0, loan.homeValue || 0) | currency }} |
| Total Payment | {{ totalPayment(loan.type, loan.homeValue || 0, loan.amount || 0, loan.annualInterestRate || 0, loan.termInYears || 0, loan.yearlyPropertyTax || 0, loan.yearlyHomeownersInsurance || 0, loan.monthlyMortgageInsurance || 0) | currency }} |
Other Loan Information
| Down Payment | {{ loan.amount <= loan.homeValue ? (loan.homeValue || 0) - (loan.amount || 0) : 0 | currency }} |
|---|---|
| Loan-To-Value (LTV) | {{ loanToValue(loan.amount || 0, loan.homeValue || 0) | number:1 | percentage }} |
| Up Front FHA Mortgage Insurance Premium Upfront premium can be financed into the loan. | {{ fhaPremium(loan.amount || 0) | currency }} |