Type |
{{range .Estimate.Loans}}{{.Type.Name}} | {{end}}
Term |
{{range .Estimate.Loans}}{{.Term}} Years | {{end}}
Amortization |
{{range .Estimate.Loans}}Fixed | {{end}}
Interest rate |
{{range .Estimate.Loans}}{{.Interest}}% | {{end}}
Loan payment |
{{range .Estimate.Loans}}${{dollars .Result.LoanPayment}}/month | {{end}}
Monthly MI |
{{range .Estimate.Loans}}${{dollars .Mi.Premium}}/month | {{end}}
Real estate taxes |
{{range .Estimate.Loans}}${{dollars .Tax}}/month | {{end}}
Hazard insurance |
{{range .Estimate.Loans}}${{dollars .Hazard}}/month | {{end}}
Total monthly |
{{range .Estimate.Loans}}${{dollars .Result.TotalMonthly}} | {{end}}
Purchase price |
{{range .Estimate.Loans}}${{dollars $.Estimate.Price}} | {{end}}
Loan amount |
{{range .Estimate.Loans}}${{dollars .Amount}} | {{end}}
Down payment |
{{range .Estimate.Loans}}${{diff .Amount $.Estimate.Price }} | {{end}}
Closing costs |
{{range .Estimate.Loans}}${{dollars .Result.TotalFees}} | {{end}}
MI Premium |
{{range .Estimate.Loans}}${{dollars .Mi.Upfront}} | {{end}}
Credits |
{{range .Estimate.Loans}}${{dollars .Result.TotalCredits}} | {{end}}
Cash to close |
{{range .Estimate.Loans}}${{dollars .Result.CashToClose}} | {{end}}