» Home
 » PayOption ARM
 » Appraisals
 » Bankruptcy
 » Credit
 » Down Payment
 » FHA Loans
 » Interest Rates
 » Loan Programs
 » Refinance
 » Reverse Mortgages
 » Relocation
 » VA Loans
 » About Us
 » Careers
 » Contact Us
Click to verify BBB accreditation and to see a BBB report.


 

Mortgage Calculations by Hand
Residential Finance Corp :: Articles :: Mortgage Calculations By Hand


Mortgage Calculations by Hand

First you must define some variables to make it easier to set up: P = principal, the initial amount of the loan I = the annual interest rate (from 1 to 100%) L = length, the length (in years) of the loan, or at least the length over which the loan is amortized.

The following assumes a typical conventional loan where the interest is compounded monthly. First we'll define two more variables to make the calculations easier: J = monthly interest in decimal form = I / (12 x 100) N = number of months over which loan is amortized = L x 12

Now for the big monthly payment (M) formula ... it is:

J M = P x ------------------------ 1 - ( 1 + J ) ^ -N where 1 is the number one (it does not appear too clearly on some browsers)

So to calculate it, you would first calculate 1 + J then take that to the -N (minus N) power, subtract that from the number 1. Now take the inverse of that (if you have a 1/X button on your calculator push that). Then multiply the result times J and then times P.

The one-liner for a program would be (adjust for your favorite language):

M = P * ( J / (1 - (1 + J) ** -N))

So now you should be able to calculate the monthly payment, M. To calculate the amortization table you need to do some iterations (i.e. a simple loop). Here are the simple steps :

Step 1: Calculate H = P x J, this is your current monthly interest
Step 2: Calculate C = M - H, this is your monthly payment minus your monthly interest, so it is the amount of principal you pay for that month
Step 3: Calculate Q = P - C, this is the new balance of your principal of your loan.
Step 4: Set P equal to Q and go back to Step 1: You thusly loop around until the value Q (and hence P) goes to zero.

Many people have asked how to find N (number of payments) given the payment, interest and loan amount. The answer to the actual formula is in the book: The Vest Pocket Real Estate Advisor by Martin Miles (Prentice Hall). Here's the formula:

N = -1/Q * (LN(1-(B/M)*(R/Q)))/LN(1+(R/Q))

Where:

  • Q = amount of annual payment periods
  • R = interest rate
  • B = principle
  • M = payment amount
  • N = amount payment periods
  • LN = natural logarithm


Select Loan Purpose


Home Description


Your Credit

Get Expert Advice
Call 877-473-2728
RFC has access to a full range of mortgage sources and all of our lending officers are dedicated to finding you the right loan - with the best rates, terms and costs - to meet your unique needs.
» Get Started
Expert advice on ARMs
Get the real skinny on when ARMs are the right choice. Let RFC help paint a more complete picture of how Adjustable Rate Mortgages fit into the range of options available for you today.
» Get Started
Home | Reverse Mortgage | Mortgage Refinancing | Mortgage Rates | Pay Option ARMs | Legal
© 2006 Residential Finance Corporation | Privacy Policy | Data Privacy Policy | Site Map
Residential Finance Corporation is abbreviated as RFC throughout this internet site. Residential Finance Corporation
is not affiliated in any manner with Residential Funding Corporation, which also is abbreviated as RFC.