Mortgage Calculation and Adjustable Rate Mortgages(ARMs)
Mortgage Calculations and Financial Calculators
Important Terminology
- Amortization Period: The time span over which the payment amount is spread to calculate loan payments.
- Loan Term (or Loan Maturity): The duration for which the loan is active and must be paid off. For residential mortgages, the amortization period and loan term are usually the same length. However, these can have different time spans for commercial mortgages.
- Fully Amortizing Loan: A loan where the amortization period and the loan term are equal, common for residential loans.
- Partially Amortizing Loan: A loan where the loan term is shorter than the amortization period. This results in smaller payments, but requires a balloon payment at the end of the term. Banks generally prefer shorter terms for commercial loans.
Financial Calculator Basics
- Shift Buttons:
- Blue Shift: Accesses functions written in blue above the calculator keys.
- Orange Shift: Accesses functions written in orange above the calculator keys (most commonly used for financial calculations).
Note: When the transcript mentions 'shift', it refers to the orange shift button..
Adjusting Decimal Places:
- Enter the desired number of decimal places, then press Shift + Equals.
- Example:
6Shift + Equals displays six decimal places. - Example:
2Shift + Equals displays two decimal places.
Negative Numbers:
- Use the +/- key to change a number between positive and negative.
Clearing Memory:
- C key: Clears the current display.
- Shift + C (Clear All): Clears all stored memory.
Payments per Year:
- Set the number of payments per year using Shift + PMT.
1Shift + PMT: Sets to one payment per year.12Shift + PMT: Sets to twelve payments per year (typically for mortgages).
End Mode vs. Begin Mode:
- Default mode is End Mode.
- Switch to Begin Mode using Shift + MAR (shows "BEG" at the bottom of the display).
- Switch back to End Mode using Shift + MAR.
Arrow Key:
- Use the back arrow key to delete the last entered digit.
Financial Functions Keys (Top Row)
- N: Number of payments.
- I/YR (referred to as I): Interest rate per year.
- PV: Present Value.
- PMT: Payment amount.
- FV: Future Value.
- CFJ: Uneven cash flows.
- Shift + PRC (NPV): Net Present Value (for uneven cash flows).
- Shift + CST (IRR): Internal Rate of Return (for uneven cash flows).
- Shift + FV (amort): Amortization function for calculating remaining balances, in conjunction with the Input Key.
Basic Mortgage Calculations on a Financial Calculator
Calculating Affordable Loan Amount Based on Desired Payment
- Determine monthly payment affordability.
- Input loan term, interest rate, and desired payment into the calculator.
- Compute the present value (PV) to find the affordable loan amount.
Example: 30-year loan at 6% interest with a desired payment of $1,000 per month:
- Calculate the total number of payments: . Store this value into N.
- Enter the annual interest rate: . Store this value into I.
- Enter the monthly payment: . Store this value into PMT.
- Compute the present value by pressing PV. Result: (the maximum affordable loan).
Calculating Payment Amount
- Input the loan amount (as a negative number), loan term, and interest rate.
- Compute the payment amount (PMT).
Example: Calculating payment for a \$100,000 loan:
- Enter the loan amount as a negative number: . Store this value into PV.
- Enter the interest rate: . Store this value into I.
- Enter the number of payments (e.g., 30 years 12 months = 360): Store this value into N.
- Compute the payment amount by pressing PMT. Result: .
Calculating Remaining Balance
- Use the amortization function (Shift + FV).
- Input the period for which you want to find the remaining balance, and press the Input key, then Shift + FV.
- The calculator will display the breakdown of principal, interest, and remaining balance.
Example: Finding the balance after one month on a \$100,000 loan:
- After storing the loan details in the calculator (N, I, PV, PMT as above), enter
1, then press Input, and then Shift + FV. - Press Equals to cycle through: Principal paid during the first month, Interest paid during the first month, and the Remaining balance after the first month.
Example: Finding the balance after five years (60 months):
- Enter
60, the press Input, and then Shift + FV. - Press Equals multiple times to view the principal paid during the 60th month, interest paid during the 60th month, and the remaining balance after 60 months.
Important Note: A common mistake is to simply subtract the sum of payments from the original loan balance which does not account for interest..
Partially Amortizing Loans and Balloon Payments
Example: Calculating balloon payment after four years on a 30-year amortization schedule:
- Input loan amount: (PV).
- Input loan term: (N).
- Input interest rate: 7 \%$ (I).
- Calculate payment (PMT).
- To find the balance after four years, enter 4 \times 12\$95,000\$100,000\$507\$600\$613\$507\$566\$611$$.
- Always read the loan terms carefully.
- Know the index, margin, annual cap, and lifetime cap.
- Understand upfront financing charges.
- Determine if there are any charges associated with the caps.
- Consolidate all loan information into one place so if the loan is updated, the changes can easily be made.
- Insert headings for everything necessary.
- Surround everything with box, and make all given cells that are not calculations a shade of gray.
- Interest Rate
- Amortization Period (Years)
- Loan Term (Years)
- Loan to Value Ratio
- Debt Cover Ratio
- Final Loan Amount
- Monthly Payment Amount
- Annual Payment Amount
- Purchase Price
- Year One NOI
- End Period
- Loan Balance
- Purchase a property for $5,250,000, year one NOI of $275,645.
- A fixed rate mortgage loan with a 5 year term, but amortizes over 20 years, interest rate of 3.15%.
- Loan amount is the lesser of 65% loan to value or a 1.35 debt cover ratio.
- You want to know what your loan amount is, along with your monthly and annual payments are.
- What is your loan balance after the first payment? What is your balloon payoff if the loan reaches maturity?
- Simplest calculation, will be the Loan to Value * Purchase Price.
- Loan Option 2, will manipulate the year one NOI to find, because this is how we work with debt cover ratios.
- The formula is: = -PV(Interest Rate / 12, Amortization Period * 12, Year One NOI / Debt Cover Ratio / 12
Note: Excel does not have decimal places properly, it is best to drop off the decimal places.. - Use the payment function in excel: PMT(Interest Rate/12, Amortization Period * 12, -Loan Amount)
- Can be done in one of two ways, take the monthly * 12, or use that payment function again.
- Using that function will look like this: PMT(Interest Rate/12, Amortization Period * 12, -Loan Amount) * 12
- Most preferred, and advanced way to calculate this.
- The formula is: =Loan Amount - CUMPRINTS(Interest Rate/12, Amortization Period * 12, Loan Amount, 1, End Period, 0
Note: Not including a zero at the end the formula will fail.. - More will be discussed in another module.
Important Considerations for ARMs
Mortgage Calculations in Excel
To keep formulas reading correctly, and prevent against any potential issues, instructor grading issues, be gentle on them, and do not format it as a table.