+ Reply to Thread
Results 1 to 8 of 8

Formula for maximum Mortgage Loan Amount

  1. #1
    Registered User
    Join Date
    07-01-2013
    Location
    Anchorage, AK
    MS-Off Ver
    Excel 2010
    Posts
    24

    Formula for maximum Mortgage Loan Amount

    I don't know if I missed the day in class to figure out how to get this to calculate. But I have spent all afternoon in excel and am lost.
    My variables would be a maximum monthly payment allowed (income-liabilities)max DTI

    What I need help is finding a formula for maximum loan amount when taken into account Principal and Interest (calculated with interest rate and loan amount), monthly mortgage insurance (a small percentage of loan amount), the value for monthly Homeowners insurance, the value for monthly tax dues.

    http://www.calcunation.com/calculator/piti-payment.php
    I'm not sure if this is clear at all but this website has the information on how the payment is calculated without the monthly mortgage insurance premium added but I need a formula on how to calculate the maximum loan amount based off of:
    calculated max payment amount minus the set tax and insurance values, interest rate, term, mortgage insurance premium

  2. #2
    Valued Forum Contributor tony h's Avatar
    Join Date
    03-14-2005
    Location
    England: London and Lincolnshire
    Posts
    1,187

    Re: Formula for maximum Mortgage Loan Amount

    The calculation for the repayment is :
    repayment=Mortgage/((1-((1+monthlyInterest)^-yearsX12))/monthlyInterest)

    or
    So the formula for the mortgage is:
    Mortgage = repayment*((1-((1+monthlyInterest)^-yearsX12))/monthlyInterest)

    Just maximize the term and the repayment value (minus tax, insurance etc)


    click on the * Add Reputation if this was useful or entertaining.

  3. #3
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: Formula for maximum Mortgage Loan Amount

    Quote Originally Posted by FinGhost View Post
    I need a formula on how to calculate the maximum loan amount based off of:
    calculated max payment amount minus the set tax and insurance values, interest rate, term, mortgage insurance premium
    If the additional monthly amounts were constant (like tax and insurance), the max loan could be calculated simply by (referencing the table below):

    =ROUNDDOWN(-PV(C3,C4,C2-C6-C7),0)

    The problem is: in the US, the PMI rate is a percentage of the loan [1]. Consequently, we must solve for PV in the following formula, simplified and modified from the Excel PV help page:

    PV*(1+r)^n - (PMT - tax - insurance - PV*i)*((1+r)^n - 1)/r = 0

    where r is the monthly interest rate, i is the monthly PMI rate, PV and PMT are positive (not the usual signed amounts), and FV is zero.

    The algebraic solution for PV results in the formula for B8 in the table below. I have not been able to simplify it.

    Please Login or Register  to view this content.

    -----
    [1] According to the PMI wiki page, it is actually a percentage of the outstanding balance at the beginning of each year, resulting in a declining PMI each year. Nevertheless, the max PMI (ergo, the max total monthly payment) would be the percentage of the loan.
    Last edited by joeu2004; 12-23-2015 at 01:15 PM. Reason: cosmetic; C2 was in the wrong column

  4. #4
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: Formula for maximum Mortgage Loan Amount

    Quote Originally Posted by joeu2004 View Post
    The algebraic solution for PV results in the formula for B8 in the table below. I have not been able to simplify it.
    [....]
    B8: =ROUNDDOWN((C2-C6-C7)*((1+C3)^C4-1)/((C3+C5)*(1+C3)^C4-C5),0)
    A little simpler:
    Please Login or Register  to view this content.
    Recall:
    C2: max periodic payment
    C3: periodic interest rate
    C4: number of payment periods (loan term)
    C5: periodic PMI rate
    C6: periodic (property) tax
    C7: periodic (home) insurance
    Last edited by joeu2004; 12-23-2015 at 01:25 PM. Reason: cosmetic

  5. #5
    Registered User
    Join Date
    07-01-2013
    Location
    Anchorage, AK
    MS-Off Ver
    Excel 2010
    Posts
    24

    Re: Formula for maximum Mortgage Loan Amount

    I am punching in these things now

  6. #6
    Registered User
    Join Date
    07-01-2013
    Location
    Anchorage, AK
    MS-Off Ver
    Excel 2010
    Posts
    24

    Re: Formula for maximum Mortgage Loan Amount

    Im trying to follow this the best I can but I am still getting an issue with the maximum loan value.
    Here is my sheetMax Loan Calc.xlsx


    EDIT: typo in cell c2 but max loan amount is still off
    Last edited by FinGhost; 12-23-2015 at 03:53 PM. Reason: noted unrelated correction in cell C2

  7. #7
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: Formula for maximum Mortgage Loan Amount

    Quote Originally Posted by FinGhost View Post
    Im trying to follow this the best I can but I am still getting an issue with the maximum loan value.
    You did pretty well. Your primary mistake: you entered the PMI rate in B5 as 0.46 (= 46%!) instead 0.46%.

    However, I believe you also calculated the max payment in C2 incorrectly. See the explanation below of my formula in C2.

    Finally, a minor design change: the inputs in B15:B17 should be in C15:C17 for clarity, since they are monthly amounts, not annual (the column heading for column B).

    See the "Corrected" worksheet in the attached file. Or refer to the table below.
    Please Login or Register  to view this content.
    The formula in C2 is derived as follows.
    Please Login or Register  to view this content.
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    07-01-2013
    Location
    Anchorage, AK
    MS-Off Ver
    Excel 2010
    Posts
    24

    Re: Formula for maximum Mortgage Loan Amount

    I see what I did in C2, your formula is correct I was painting a different picture in my head when I keyed that formula. PMI rate in B5 makes sense now. Looks like everything is as it should. Thank you so much. I wish I could rep you again

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Mortgage Loan Example - Goal Seek
    By zanshin777 in forum Excel General
    Replies: 10
    Last Post: 12-21-2015, 05:45 PM
  2. [SOLVED] Please help. Formula to calculate amount of loan that has been repaid from a given date.
    By JennyCrossley in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 05-09-2013, 06:04 AM
  3. Formula to calculate loan amount
    By MRoads in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 08-26-2012, 08:29 PM
  4. Interst only and amortising mortgage loan
    By bobh1008 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-22-2008, 09:18 AM
  5. [SOLVED] Is there a formula in Excel to calculate a loan amount?
    By DTOLLEN in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-02-2005, 06:20 PM
  6. Is there a formula in Excel to calculate a loan amount?
    By DTOLLEN in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-02-2005, 06:17 PM
  7. mortgage loan spreadsheet
    By type in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-09-2005, 05:17 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1