Mortgage Qualification Calculator

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Where can I find an excel mortgage loan qualification
calculator? One that will estimate the amount of a
mortgage that I can qualify for?

Thanks,

Tom
 
Hi Tom!

Use the PV function:

=PV(6%/12,20*12,-1000,0,0)
Returns: 139580.771682927

Assumptions: I've assumed an APR12 of 6% and a term of 20 years. Also
assumed that it is a fully redeeming mortgage with the first payment
due 1 month after the loan is drawn and thereafter monthly. Assumed
payment is $1000

Since I have an APR(12) the rate is 6%/12.

Term is 20*12 [It's important that the periodicity of term matches the
periodicity of the rate]

Affordable payment is -1000 per month which is expressed as a negative
because it is a payment out. [Again it's important that the
periodicity of the payment matches the periodicity of the rate and
term]

Fully redeeming loan with no balloon element means the FV is 0.

Since first payment is made one month after draw down, the Type is 0.

The return indicates a positive right to receive the loan amount.


--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top