Solving Basic Fixed-Rate Mortgage Calculation Problems Using EXCEL
Department of Finance

California State University, Fullerton

Table of Contents

Section

Topic

A.

Introduction

B.

The Basic Layout

C.

Getting Started

D.

Fully-Amortizing, Constant Payment Mortgage -- Monthly Payment

E.

Monthly and Annual Loan Constants

F.

Loan Amortization Schedule

G.

Outstanding Loan Balance

H.

Total Interest Paid -- 30-Year Loan Versus 15-Year Loan

I.

30-Year Loan: Specified Higher Payment, Early Payoff

J.

30-Year Loan: Specified Early Payoff, Higher Payment

K.

Loan Fees and Effective Borrowing Cost

L.

Loan Fees, Early Payoff, and Effective Borrowing Cost

M.

Loan Fees, Early Payoff, Prepayment Penalty and Effective Borrowing Cost

N.

Charging Fees to Achieve a Yield

O.

Market Value of a Loan

P.

Yield to Loan Investor, Early Payoff

Q.

Partially Amortizing, Constant Payment Mortgage -- Monthly and Balloon Payment

R.

Practice Problems

[Valachi's Homepage]

Solving Basic Fixed-Rate Mortgage Calculation Problems Using EXCEL

A. Introduction

Solving mortgage calculation problems can be accomplished quickly and accurately with the aid of computer spreadsheet packages such as EXCEL. The following EXCEL-based examples are designed to guide you through the process of solving the basic types of problems encountered in various real estate courses. In reading this section, it is assumed that the reader is familiar with the process of compounding and discounting in finance.

[back]

B. The Basic Layout

After opening EXCEL, you should see a grid of cells with each column labeled alphabetically and each row labeled numerically. A cell is identified as the intersection of a column and a row, such as B4 (shaded).

 

A

B

C

1

     

2

     

3

     

4

 

Cell B4

 

5

     

6

     

7

     

Above this grid is a series of pull-down menus, which can be activated by clicking on the desired menu title (e.g., FILE, EDIT, VIEW, etc.), and a set of tool-bars containing pictorial shortcut keys known as icons. These icons are designed to simplify the processing and formatting of information contained within your spreadsheet. Throughout the following examples, we will provide instructions using both the pull-down menus and shortcut icons.

[back]

C. Getting Started

Mortgage operations employ the same five pieces of information:

Given any four of these operations, you should be able to solve for the fifth unknown quantity. Because all mortgage operations incorporate this same set of information, one easy way to solve many problems quickly is to develop a spreadsheet template that incorporates this information. Enter each of the five input labels in column A as shown.

 

A

B

C

1

Number of periods (N) =    

2

Periodic interest rate (I) =    

3

Present value (PV) =    

4

Periodic payment (PMT) =    

5

Future value (FV) =    

6

     

7

     

Values for each of these components then may be entered in column B and referenced in formulas to solve for the unknown factor. The primary advantage of using this method is the ability to alter one or more of the inputs and let the computer automatically recalculate the new solution. The spreadsheet template now can be used to solve basic mortgage calculation problems.

[back]

D. Fully-Amortizing, Constant Payment Mortgage -- Monthly Payment

Perhaps the most common loan payment pattern used in real estate finance is the fully amortizing, constant payment mortgage. This payment pattern means simply that a level, or constant, monthly payment is calculated on the original loan amount at a fixed interest rate for a given term. The payment includes interest and some repayment of principal. At the end of the term the original loan amount is completely repaid, or full amortized. However, the amount of amortization varies each month.

Example: Loan amount, $60,000; interest rate, 12%; number of periods, 30 years. Calculate the monthly payment. To solve this problem, enter the appropriate information into the input section of your template as shown.

 

A

B

C

1

Number of periods (N) =

30

 

2

Periodic interest rate (I) =

12%

 

3

Present value (PV) =

-60,000

 

4

Periodic payment (PMT) =    

5

Future value (FV) =

0

 

6

     

7

Monthly payment (PMT) =

$617.17

 

The monthly payment is $617.17. Cell B7 is shaded to indicate it is a solution rather than an input assumption. To replicate this answer using your spreadsheet, do the following:

Steps

Comments

Move the cursor to cell B7 This is the cell where the answer is to be displayed
Click on the function wizard icon (fx)  
A dialog box of available options should now appear:  
-- From the Function Category Menu: select Financial  
-- From the Function Name Menu: select PMT  
Click on the OK button to continue  
A dialog box should appear guiding you through the calculation:  
-- At the Rate prompt: click on cell B2 and type /12 B2 specifies the cell containing the requested information. The rate the function needs is the rate per period; since we want to determine the monthly payment and 12% is an annual rate, we need to divide it by 12.
-- Press Tab to move to next prompt  
-- At the Nper prompt: click on cell B1 and type *12 B1 specifies the cell containing the requested information. Cell B1 contains the number of years for the loan and we want the number of months, so we need to multiply by 12.
-- Press Tab to move to next prompt  
-- At the Pv prompt: click on cell B3 B3 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Fv prompt: leave blank If Fv is omitted it is assumed to be zero
-- Press Tab to move to next prompt  
-- At the Type prompt: leave blank The Type prompt allows you to specify when the cash flows occur: "1" indicates that they occur at the beginning of each period, while "0" indicates that they occur at the end of each period. If omitted, it is assumed that cash flows occur at the end of each period
Click on the OK button This closes the function wizard
  The periodic payment of $617.17 should now be displayed in cell B7

[back]

E. Monthly and Annual Loan Constants

The mortgage constant represents the amount of each periodic loan payment expressed as a percentage of the original loan, necessary to pay the contract rate of interest and the entire principal in equal periodic installments over the term of the loan. The mortgage constant is sometimes called the installment to amortize since it is the periodic payment necessary to repay a loan of $1 completely without resorting to a balloon payment. Thus, the mortgage constant is always the periodic payment for a loan of $1 expressed on an annual basis.

Example: Loan amount, $60,000; interest rate, 12%; number of periods, 30 years. Calculate the monthly and annual loan constants. Enter the following information into the input section of the template.

 

A

B

C

1

Number of periods (N) =

30

 

2

Periodic interest rate (I) =

12%

 

3

Present value (PV) =

-1

 

4

Periodic payment (PMT) =    

5

Future value (FV) =

0

 

6

     

7

Monthly constant (PMT) =

$0.01029

 

8

Annual constant (PMT) =

$0.12343

 

 

The monthly loan constant (i.e., the periodic payment on a loan amount of $1) is 0.01029, as shown in cell B7. The annual loan constant, shown in cell B8, is 0.12343. The calculation was made as follows:

Steps

Comments

Move the cursor to cell B7 This is the cell where the answer is to be displayed
Click on the function wizard icon (fx)  
A dialog box of available options should now appear:  
-- From the Function Category Menu: select Financial  
-- From the Function Name Menu: select PMT  
Click on the OK button to continue  
A dialog box should appear guiding you through the calculation:  
-- At the rate prompt: click on cell B2 and type /12 B2 specifies the cell containing the requested information. The rate the function needs is the rate per period; since we want to determine the monthly payment and 12% is an annual rate, we need to divide it by 12.
-- Press Tab to move to next prompt  
-- At the Nper prompt: click on cell B1 and type *12 B1 specifies the cell containing the requested information. Cell B1 contains the number of years for the loan and we want the number of months, so we need to multiply by 12.
-- Press Tab to move to next prompt  
-- At the Pv prompt: click on cell B3 B3 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Fv prompt: leave blank If Fv is omitted it is assumed to be zero
-- Press Tab to move to next prompt  
-- At the Type prompt: leave blank The Type prompt allows you to specify when the cash flows occur: "1" indicates that they occur at the beginning of each period, while "0" indicates that they occur at the end of each period. If omitted, it is assumed that cash flows occur at the end of each period
Click on the OK button This closes the function wizard
  The monthly loan constant of $0.01 should now be displayed in cell B7. To increase the number of decimal places, click on the Increase Decimal icon.
Move the cursor to cell B8 This is the cell where the answer for the annual constant is to be displayed.
To calculate the annual constant: type =B7*12 in cell B8 and press ENTER The annual loan constant of $0.12 should now be displayed in cell B8; to increase the number of decimal places click on the Increase Decimal icon.

[back]

F. Loan Amortization Schedule

A table showing the loan principal amount outstanding and the allocation of the fixed mortgage payment between interest and a return of principal is called an amortization schedule.

Example: Loan amount, $60,000; interest rate, 12%; number of periods, 30 years (360 months); monthly payment, $617.17. Prepare a monthly loan amortization schedule for months 1 through 6. For simplicity, assume that you already computed the monthly payment using EXCEL (see section D., above). Enter the following column headings in cells A7 through E7: Period, Payment, Interest, Principal, and Balance.

 

A

B

C

D

E

1

Number of periods (N) =

30

     

2

Periodic interest rate (I) =

12%

     

3

Present value (PV) =

-60000

     

4

Periodic payment (PMT) =        

5

Future value (FV) =

0

     

6

         

7

Monthly payment (PMT) =

$617.17

     

8

         

9

Period

Payment

Interest

Principal

Balance

10

         

11

0

     

60000.00

12

1

617.17

600.00

17.17

59982.83

13

2

617.17

599.83

17.34

59965.49

14

3

617.17

599.65

17.52

59947.97

15

4

617.17

599.48

17.69

59930.28

16

5

617.17

599.30

17.87

59912.42

17

6

617.17

599.12

18.05

59894.37

The amortization schedule was calculated as follows:

Steps

Comments

In column A (Period): Column A specifies the amortization period.
-- Type 0 in cell A11 and 1 in cell A12  
-- Select cells A11 and A12  
-- Position the mouse pointer over the "fill handle" (on the bottom right corner of cell A12) until the mouse pointer turns into thin crosshairs; drag it down until the cell outline extends to cell A17 and release the mouse button to complete the fill  
In column B (Payment):

-- Type an = sign in cell B12. Click on cell B7; B7 will now appear after the equal sign in cell B12

-- Next, press F4 on your keyboard

This "links" cells B7 and B12. This means that if the number in cell B7 changes, the new number automatically appears in cell B12.

This places dollar signs ($) in front of both the letter and the number address of the cell. This is called "absolute referencing." This is used when you want the formula in the cell to reference the exact same reference found in the original cell.

-- Press Enter and the monthly payment of $617.17 appears in cell B12. Drag cell B12 down until the cell extends to cell B17  
In column C (Interest):

-- Type an = sign in cell C12. Click on cell B2; B2 will now appear after the equal sign in cell B12

-- Press F4 on your keyboard to place a dollar sign in front of both the cell letter and number

-- Type /12*E11 in Cell C12 and press Enter

 

 

 

-- Drag cell C12 down to cell C17

 

 

 

 

 

 

Since 12% is an annual rate, we need to divide by 12 to determine the monthly rate; the interest payment is calculated by multiplying the monthly rate by the loan balance at the beginning of the month.

In column D (Principal):

-- Type =B12-C12 in Cell D12 and drag it down to cell D17

The principal payment is simply the periodic payment (Column B) less the interest portion (Column C) of the total payment.
In column E (Balance) :  
-- Type =-1* in cell E11. Click on cell B3; B3 will now appear in cell B11

-- Press F4 on your keyboard to place a dollar sign in front of both the cell letter and number.

-- Press Enter

 

 

 

 

The loan balance of $60,000 now appears in cell E11. Note that the loan amount is not preceded by a minus sign since we multiplied by a -1 to eliminate sign differences; this change was made in order to simplify the subsequent arithmetic calculations.

-- Type =E11-D12 in cell E12 and drag cell E12 down to cell E17 The loan balance is determined by subtracting the amount of the principal payment made during the month (Column D) from the loan balance outstanding at the beginning of the month (Column E).

Note: Now that we have the amortization template set up, you might want to try some "what if" analysis. For example, click on cell B2 (periodic interest rate) and change 12% to 11% and press Enter. Notice that the monthly payment changes from $617.17 to $571.39 and the amortization schedule changes accordingly.

[back]

G. Outstanding Loan Balance

Because most mortgage loans are repaid before they mature, mortgage lenders must be able to determine the balance on a fully amortized, constant payment loan at any time.

Example: Loan amount, $60,000; interest rate, 12%; number of periods, 30 years; monthly payment, $617.17. Calculate the outstanding loan balance at the end of 10 years. Enter the new assumption information into the input section of the template. The outstanding loan balance is equal to the present value (PV) of the remaining monthly payments over 20 years.

 

A

B

C

1

Number of periods (N) =

20

 

2

Periodic interest rate (I) =

12%

 

3

Present value (PV) =    

4

Periodic payment (PMT) =

$617.17

 

5

Future value (FV) =

0

 

6

     

7

Loan balance (PV) =

$56,051

 

The loan balance of $56,051 shown in cell B7 was calculated, using present value (PV), as follows:

Steps

Comments

Move the cursor to cell B7 This is the cell where the answer is to be displayed
Click on the function wizard icon (fx)  
A dialog box of available options should now appear:  
-- From the Function Category Menu: select Financial  
-- From the Function Name Menu: select PV  
Click on the OK button to continue  
A dialog box should appear guiding you through the calculation:  
-- At the Rate prompt: click on cell B2 and type /12 B2 specifies the cell containing the requested information. The rate the function needs is the rate per period; since we want to determine the monthly payment and 12% is an annual rate, we need to divide it by 12.
-- Press Tab to move to next prompt  
-- At the Nper prompt: click on cell B1 and type *12 B1 specifies the cell containing the requested information. Cell B1 contains the number of years for the loan and we want the number of months, so we need to multiply by 12.
-- Press Tab to move to next prompt  
-- At the Pmt prompt: click on cell B4 B4 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Fv prompt: leave blank If Fv is omitted it is assumed to be zero
-- Press Tab to move to next prompt  
-- At the Type prompt: leave blank The Type prompt allows you to specify when the cash flows occur: "1" indicates that they occur at the beginning of each period, while "0" indicates that they occur at the end of each period. If omitted, it is assumed that cash flows occur at the end of each period
Click on the OK button This closes the function wizard
  The outstanding loan balance of $56,051 should now be displayed in cell B7

Alternatively, the same solution to the problem could have been calculated using future value (FV). We must change the number of periods from 20 years to 10 years, and insert the original loan amount of $60,000 in the input section of the template.

 

A

B

C

1

Number of periods (N) =

10

 

2

Periodic interest rate (I) =

12%

 

3

Present value (PV) =

-60,000

 

4

Periodic payment (PMT) =

$617.17

 

5

Future value (FV) =    

6

     

7

Loan balance (FV) =

$56,050

 

The loan balance of $56,050 at the end of year 10 was calculated as follows:

Steps

Comments

Move the cursor to cell B7 This is the cell where the answer is to be displayed
Click on the function wizard icon (fx)  
A dialog box of available options should now appear:  
-- From the Function Category Menu: select Financial  
-- From the Function Name Menu: select FV  
Click on the OK button to continue  
A dialog box should appear guiding you through the calculation:
-- At the Rate prompt: click on cell B2 and type /12 B2 specifies the cell containing the requested information. The rate the function needs is the rate per period; since we want to determine the monthly payment and 12% is an annual rate, we need to divide it by 12.
-- Press Tab to move to next prompt  
-- At the Nper prompt: click on cell B1 and type *12 B1 specifies the cell containing the requested information. Cell B1 contains the number of years for the loan and we want the number of months, so we need to multiply by 12.
-- Press Tab to move to next prompt  
-- At the Pmt prompt: click on cell B4 Specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Pv prompt: click on cell B3 Specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Type prompt: leave blank The Type prompt allows you to specify when the cash flows occur: "1" indicates that they occur at the beginning of each period, while "0" indicates that they occur at the end of each period. If omitted, it is assumed that cash flows occur at the end of each period
Click on the OK button This closes the function wizard
  The outstanding loan balance of $56,050 should now be displayed in cell B7

[back]

H. Total Interest Paid -- 30-Year Loan Versus 15-Year Loan

The total interest paid on a fully amortizing, constant payment loan is determined by simply: (1) multiplying the monthly payment (which consists of principal and interest) by the number of months to maturity, and (2) subtracting the original loan principal from the result computed in step (1).

Example (30-year loan): Loan amount, $60,000; interest rate, 12%; number of periods, 30 years; monthly payment, $617.17. Calculate the total interest paid over 30 years. Enter the relevant assumptions into the input section of the template.

 

A

B

C

1

Number of periods (N) =

30

 

2

Periodic interest rate (I) =

12%

 

3

Present value (PV) =

-60,000

 

4

Periodic payment (PMT) =

617.17

 

5

Future value (FV) =

0

 

6

     

7

Total interest paid, 30 yrs =

$162,181

 

The total interest paid over 30 years of $162,181 was calculated as follows:

Steps

Comments

Move the cursor to cell B7 This is the cell where the answer is to be displayed
To calculate the total amount of interest paid over 360 months: in cell B7, type =(B1*12)*B4+B3 and press ENTER The total interest paid of $162,181 should now appear in cell B7

Example (15-year loan): Loan amount, $60,000; interest rate, 12%; number of periods, 15 years. Calculate the monthly payment and the total interest paid over 15 years. Enter the assumptions into the input section of the template.

 

A

B

C

1

Number of periods (N) =

15

 

2

Periodic interest rate (I) =

12%

 

3

Present value (PV) =

-60,000

 

4

Periodic payment (PMT) =    

5

Future value (FV) =

0

 

6

     

7

Periodic payment (PMT) =

$720.10

 

8

Total interest paid, 15 yrs =

$69,618

 

The monthly payment of $720.10 and the total interest paid of $69,618 were calculated as follows:

Steps

Comments

Move the cursor to cell B7 This is the cell where the answer is to be displayed
Click on the function wizard icon (fx)  
A dialog box of available options should now appear:  
-- From the Function Category Menu: select Financial  
-- From the Function Name Menu: select PMT  
Click on the OK button to continue  
A dialog box should appear guiding you through the calculation:  
-- At the Rate prompt: click on cell B2 and type /12 B2 specifies the cell containing the requested information. The rate the function needs is the rate per period; since we want to determine the monthly payment and 12% is an annual rate, we need to divide it by 12.
-- Press Tab to move to next prompt  
-- At the Nper prompt: click on cell B1 and type *12 B1 specifies the cell containing the requested information. Cell B1 contains the number of years for the loan and we want the number of months, so we need to multiply by 12.
-- Press Tab to move to next prompt  
-- At the Pv prompt: click on cell B3 B3 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Fv prompt: leave blank If Fv is omitted it is assumed to be zero
-- Press Tab to move to next prompt  
-- At the Type prompt: leave blank The Type prompt allows you to specify when the cash flows occur: "1" indicates that they occur at the beginning of each period, while "0" indicates that they occur at the end of each period. If omitted, it is assumed that cash flows occur at the end of each period
Click on the OK button This closes the function wizard
  The periodic payment of $720.10 should now be displayed in cell B7
To calculate the total amount of interest paid over 15 years (180 months): move the cursor to cell B8 (this is the cell where the answer is to be displayed); in cell B8, type =(B1*12)*B7+B3 and press ENTER The total interest paid of $69,618 should be shown in cell B8

[back]

I. 30-Year Loan: Specified Higher Payment, Early Payoff

In our illustration of how the amortization schedule works, we saw that each month the lender computes interest due on the outstanding balance of the loan. By prepaying part of the balance of the loan, you can avoid interest charges on that sum. That is, by prepaying a portion of the balance due, you are eliminating the interest cost on that amount month after month, throughout the duration of the loan. By prepaying a small amount of the principal balance each month, you are constantly reducing the amount upon which the lender could charge interest.

By making a prepayment, you are saving all of the compound interest the lender was planning to charge on that amount for the duration of the loan. Prepayments are not additional costs; they are simply small amounts of principal paid before they were due. It should be noted, by prepaying your mortgage you will be losing some interest deductions for income tax purposes and you will be parting with cash that could potentially be used for other investments (that could yield a higher return).

In this section, we will illustrate the mechanics of the fixed-sum prepayment plan. Under this plan, your prepayments are fixed in amount each month.

Example: Loan amount, $60,000; interest rate, 12%; number of periods, 30 years; monthly payment, $617.17. Calculate the new loan term, assuming that an extra payment of $40 per month is paid in addition to the regular monthly payment of $617.17 (or $657.17). Enter the relevant assumptions into the input section of the template.

 

A

B

C

1

Number of periods (N) =    

2

Periodic interest rate (I) =

12%

 

3

Present value (PV) =

-60,000

 

4

Periodic payment (PMT) =

657.17

 

5

Future value (FV) =

0

 

6

     

7

New loan term, in months =

245.41

 

The new loan term of approximately 245 months was calculated as follows:

Steps

Comments

Move the cursor to cell B7 This is the cell where the answer is to be displayed
Click on the function wizard icon (fx)  
A dialog box of available options should now appear:  
-- From the Function Category Menu: select Financial  
-- From the Function Name Menu: select NPER  
Click on the OK button to continue  
A dialog box should appear guiding you through the calculation:  
-- At the Rate prompt: click on cell B2 and type /12 B2 specifies the cell containing the requested information. The rate the function needs is the rate per period; since we want to determine the monthly payment and 12% is an annual rate, we need to divide it by 12.
-- Press Tab to move to next prompt  
-- At the Pmt prompt: click on cell B4 B4 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Pv prompt: click on cell B3 B3 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Fv prompt: leave blank If Fv is omitted it is assumed to be zero
-- Press Tab to move to next prompt  
-- At the Type prompt: leave blank The Type prompt allows you to specify when the cash flows occur: "1" indicates that they occur at the beginning of each period, while "0" indicates that they occur at the end of each period. If omitted, it is assumed that cash flows occur at the end of each period
Click on the OK button This closes the function wizard
  The new loan term of 245.41 months should now be displayed in cell B7

[back]

J. 30-Year Loan: Specified Early Payoff, Higher Payment

In Section I., above, we illustrated the fixed-sum prepayment plan for reducing mortgage costs. In this section, we will illustrate the mechanics of the fixed-term prepayment plan. Under this plan, you choose the length of the mortgage term you desire and your payments are set to that term.

Example: Loan amount, $60,000; interest rate, 12%; number of periods, 30 years; monthly payment, $617.17. Calculate the new monthly payment, assuming the loan is to be paid off in 20 years. Enter the relevant assumptions into the template.

 

A

B

C

1

Number of periods (N) =

20

 

2

Periodic interest rate (I) =

12%

 

3

Present value (PV) =

-60,000

 

4

Periodic payment (PMT) =    

5

Future value (FV) =

0

 

6

     

7

New payment (PMT) =

$660.65

 

The new monthly payment of $660.65 was calculated as follows:

Steps

Comments

Move the cursor to cell B7 This is the cell where the answer is to be displayed
Click on the function wizard icon (fx)  
A dialog box of available options should now appear:  
-- From the Function Category Menu: select Financial  
-- From the Function Name Menu: select PMT  
Click on the OK button to continue  
A dialog box should appear guiding you through the calculation:  
-- At the Rate prompt: click on cell B2 and type /12 B2 specifies the cell containing the requested information. The rate the function needs is the rate per period; since we want to determine the monthly payment and 12% is an annual rate, we need to divide it by 12.
-- Press Tab to move to next prompt  
-- At the Nper prompt: click on cell B1 and type *12 B1 specifies the cell containing the requested information. Cell B1 contains the number of years for the loan and we want the number of months, so we need to multiply by 12.
-- Press Tab to move to next prompt  
-- At the Pv prompt: click on cell B3 B3 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Fv prompt: leave blank If Fv is omitted it is assumed to be zero
-- Press Tab to move to next prompt  
-- At the Type prompt: leave blank The Type prompt allows you to specify when the cash flows occur: "1" indicates that they occur at the beginning of each period, while "0" indicates that they occur at the end of each period. If omitted, it is assumed that cash flows occur at the end of each period
Click on the OK button This closes the function wizard
  The new monthly payment of $660.65 should now be displayed in cell B7

[back]

K. Loan Fees and Effective Borrowing Cost

Loan fees or points are incurred in many types of real estate financing arrangements. Points are additional interest charged by a lender at origination of a loan; one point equals 1% of the loan amount. These charges increase borrowing costs. The focus in this section is on how to include these charges in computing the effective borrowing cost (or effective interest rate) on loan alternatives when financing a real estate transaction.

The lender must disclose to the borrower the annual percentage rate (APR) being charged on a loan. Calculation of the APR is generally made in the manner shown in the example below, assuming the loan will be outstanding until maturity. The APR in the example would be disclosed at loan closing to the borrower by rounding the effective interest rate up or down to the nearest 1/8 of 1%. In the example, the 12.41% effective rate would be rounded to the nearest 1/8 of 1% and disclosed to be 12.375%. The APR reflects origination fees and points and treats them as additional income or yield to the lender.

Example: Loan amount, $60,000; interest rate, 12%; number of periods, 30 years; monthly payment, $617.17. Calculate the effective interest rate to the borrower (yield, or IRR, to the lender), assuming the lender charges 3 points ($1,800) and the loan is held to maturity. Assuming that the borrower pays the points from separate funds, the lender actually "invests" $58,200 ($60,000 - $1,800). Enter the assumptions into the input section of the template.

 

A

B

C

1

Number of periods (N) =

30

 

2

Periodic interest rate (I) =    

3

Present value (PV) =

-58,200

 

4

Periodic payment (PMT) =

617.17

 

5

Future value (FV) =

0

 

6

     

7

Effective rate =

12.41%

 

The effective interest rate of 12.41% was calculated as follows:

Steps

Comments

Move the cursor to cell B7 This is the cell where the answer is to be displayed
Click on the function wizard icon (fx)  
A dialog box of available options should now appear:  
-- From the Function Category Menu: select Financial  
-- From the Function Name Menu: select RATE  
Click on the OK button to continue  
A dialog box should appear guiding you through the calculation:  
--At the Nper prompt: click on cell B1 and type *12 B1 specifies the cell containing the requested information. Cell B1 contains the number of years for the loan and we want the number of months, so we need to multiply by 12.
-- Press Tab to move to next prompt  
-- At the Pmt prompt: click on cell B4 B4 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Pv prompt: click on cell

B3

B3 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Fv prompt: leave blank If Fv is omitted it is assumed to be zero
-- Press Tab to move to next prompt  
-- At the Type prompt: leave blank The Type prompt allows you to specify when the cash flows occur: "1" indicates that they occur at the beginning of each period, while "0" indicates that they occur at the end of each period. If omitted, it is assumed that cash flows occur at the end of each period
Click on the OK button This closes the function wizard
  The effective monthly interest rate of 1% should now be displayed in cell B7; click on the Increase Decimal icon to display additional decimal places
To calculate the effective annual interest rate, compounded monthly: in cell B8, type =B7*12 and press ENTER The effective annual interest rate of 12.41%, compounded monthly, should appear in cell B8

[back]

L. Loan Fees, Early Payoff, and Effective Borrowing Cost

When loan fees are charged and the loan is paid off before maturity, the effective interest cost of the loan increases even further than when the loan is repaid at maturity.

Example: Loan amount, $60,000; interest rate, number of periods, 30 years; monthly payment, $617.17. Calculate the effective interest rate to the borrower (yield, or IRR, to the lender), assuming the lender charges 3 points ($1,800 that the borrower pays from separate funds) and the loan is paid off in 5 years. The initial step is to calculate the loan balance at the end of 5 years. Enter the following relevant assumptions into the input section of the template. 

 

A

B

C

1

Number of periods (N) =

5

 

2

Periodic interest rate (I) =

12%

 

3

Present value (PV) =

-60,000

 

4

Periodic payment (PMT) =

617.17

 

5

Future value (FV) =    

6

     

7

Balance, end of year 5 =

$58,598

 

The outstanding balance of the loan at the end of 5 years of $58,598 was calculated as follows:

Steps

Comments

Move the cursor to cell B7 This is the cell where the answer is to be displayed
Click on the function wizard icon (fx)  
A dialog box of available options should now appear:  
-- From the Function Category Menu: select Financial  
-- From the Function Name Menu: select FV  
Click on the OK button to continue  
A dialog box should appear guiding you through the calculation:  
-- At the Rate prompt: click on cell B2 and type /12 B2 specifies the cell containing the requested information. The rate the function needs is the rate per period; since we want to determine the monthly payment and 12% is an annual rate, we need to divide it by 12.
-- Press Tab to move to next prompt  
-- At the Nper prompt: click on cell B1 and type *12 B1 specifies the cell containing the requested information. Cell B1 contains the number of years for the loan and we want the number of months, so we need to multiply by 12.
-- Press Tab to move to next prompt  
-- At the Pmt prompt: click on cell B4 B4 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Pv prompt: click on cell B3 B3 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Type prompt: leave blank The Type prompt allows you to specify when the cash flows occur: "1" indicates that they occur at the beginning of each period, while "0" indicates that they occur at the end of each period. If omitted, it is assumed that cash flows occur at the end of each period
Click on the OK button This closes the function wizard
  The outstanding loan balance of $58,598 should now be displayed in cell B7

The second step is to calculate the effective interest rate. Enter the following assumptions into the template.

 

A

B

C

1

Number of periods (N) =

5

 

2

Periodic interest rate (I) =    

3

Present value (PV) =

-58,200

 

4

Periodic payment (PMT) =

617.17

 

5

Future value (FV) =

58,598

 

6

     

7

Effective rate =

12.82%

 

The effective interest rate of 12.82% was calculated as follows:

Steps

Comments

Move the cursor to cell B7 This is the cell where the answer is to be displayed
Click on the function wizard icon (fx)  
A dialog box of available options should now appear:  
-- From the Function Category Menu: select Financial  
-- From the Function Name Menu: select RATE  
Click on the OK button to continue  
A dialog box should appear guiding you through the calculation:  
-- At the Nper prompt: click on cell B1 and type *12 B1 specifies the cell containing the requested information. Cell B1 contains the number of years for the loan and we want the number of months, so we need to multiply by 12.
-- Press Tab to move to next prompt  
-- At the Pmt prompt: click on cell B4 B4 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Pv prompt: click on cell B3 B3 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Fv prompt: click on cell B5 B5 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Type prompt: leave blank The Type prompt allows you to specify when the cash flows occur: "1" indicates that they occur at the beginning of each period, while "0" indicates that they occur at the end of each period. If omitted, it is assumed that cash flows occur at the end of each period
Click on the OK button This closes the function wizard
  The effective monthly interest rate of 1% should now be displayed in cell B7; click on the Increase Decimal icon to display additional decimal places
To calculate the effective annual interest rate, compounded monthly: in cell B8, type =B7*12 and press ENTER The effective annual interest rate of 12.82%, compounded monthly, should appear in cell B8

[back]

M. Loan Fees, Early Payoff, Prepayment Penalty and Effective Borrowing Cost

Many mortgages provide that the borrower must pay a prepayment penalty should the borrower desire to repay the loan before the maturity date. Because of the use of prepayment penalties, we want to know the effective mortgage loan yield (interest cost) when both loan origination fees and a prepayment penalty are charged on the loan.

Example: Loan amount, $60,000; interest rate, 12%; number of periods, 30 years; monthly payment, $617.17. Calculate the effective interest cost to the borrower (yield, or IRR, to the lender), assuming the lender charges 3 points ($1,800 that the borrower pays from separate funds), the loan is paid off in 5 years, and the lender charges a prepayment penalty of 3% of the outstanding balance ($1,758). The initial step is to calculate the loan balance at the end of 5 years. Enter the relevant information into the template.

 

A

B

C

1

Number of periods (N) =

5

 

2

Periodic interest rate (I) =

12%

 

3

Present value (PV) =

-60,000

 

4

Periodic payment (PMT) =

617.17

 

5

Future value (FV) =    

6

     

7

Balance, EOY #5 =

$60,356

 

The loan balance at the end of year 5 of $60,356 was calculated as follows:

Steps

Comments

Move the cursor to cell B7 This is the cell where the answer is to be displayed
Click on the function wizard icon (fx)  
A dialog box of available options should now appear:  
-- From the Function Category Menu: select Financial  
-- From the Function Name Menu: select FV  
Click on the OK button to continue  
A dialog box should appear guiding you through the calculation:  
-- At the Rate prompt: click on cell B2 and type /12 B2 specifies the cell containing the requested information. The rate the function needs is the rate per period; since we want to determine the monthly payment and 12% is an annual rate, we need to divide it by 12.
-- Press Tab to move to next prompt  
-- At the Nper prompt: click on cell B1 and type *12 B1 specifies the cell containing the requested information. Cell B1 contains the number of years for the loan and we want the number of months, so we need to multiply by 12.
-- Press Tab to move to next prompt  
-- At the Pmt prompt: click on cell B4 B4 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Pv prompt: click on cell B3 B3 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Type prompt: leave blank The Type prompt allows you to specify when the cash flows occur: "1" indicates that they occur at the beginning of each period, while "0" indicates that they occur at the end of each period. If omitted, it is assumed that cash flows occur at the end of each period
Click on the OK button This closes the function wizard
  The outstanding loan balance of $58,598 should now be displayed in cell B7
To calculate the amount owed the lender including the prepayment penalty: in cell B8, type =B7*1.03 and press ENTER The amount owed the lender of $60,356 (including the prepayment penalty) should appear in cell B8

The second step is to calculate the effective interest rate. Enter the following assumptions into the template.

 

A

B

C

1

Number of periods (N) =

5

 

2

Periodic interest rate (I) =    

3

Present value (PV) =

-58,200

 

4

Periodic payment (PMT) =

617.17

 

5

Future value (FV) =

60,356

 

6

     

7

Effective rate =

13.25%

 

The effective interest rate of 13.25% was calculated as follows:

Steps

Comments

Move the cursor to cell B7 This is the cell where the answer is to be displayed
Click function on the wizard icon (fx)  
A dialog box of available options should now appear:  
-- From the Function Category Menu: select Financial  
-- From the Function Name Menu: select RATE  
Click on the OK button to continue  
A dialog box should appear guiding you through the calculation:  
-- At the Nper prompt: click on cell B1 and type *12 B1 specifies the cell containing the requested information. Cell B1 contains the number of years for the loan and we want the number of months, so we need to multiply by 12.
-- Press Tab to move to next prompt  
-- At the Pmt prompt: click on cell B4 B4 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Pv prompt: click on cell B3 B3 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Fv prompt: click on cell B5 B5 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Type prompt: leave blank The Type prompt allows you to specify when the cash flows occur: "1" indicates that they occur at the beginning of each period, while "0" indicates that they occur at the end of each period. If omitted, it is assumed that cash flows occur at the end of each period
Click on the OK button This closes the function wizard
  The effective monthly interest rate of 1% should now be displayed in cell B7; click on the Increase Decimal icon to display additional decimal places
To calculate the effective annual interest rate, compounded monthly: in cell B8, type =B7*12 and press ENTER The effective annual interest rate of 13.25%, compounded monthly, should appear in cell B8

[back]

N. Charging Fees to Achieve a Yield

In the preceding examples, we have developed the notion of the effective borrowing cost and yield from a given set of loan terms. However, we should consider how these are determined by lenders when pricing a loan. By continually monitoring investment alternatives and competitive conditions, lenders establish loan offer terms for various categories of loans, given established underwriting and credit standards for borrowers. Hence, a set of terms designed to achieve a competitive yield on categories of loans representing various ratios of loan-to-property value are established for borrowers who are acceptable risks.

Example: Loan amount, $60,000; interest rate, 12%; number of periods, 30 years; monthly payment, $617.17. Calculate the number of points the lender must charge to achieve a 13% yield (IRR), assuming that the loan is expected to be repaid at the end of 10 years. The initial step is to calculate the loan balance at the end of year 10. Enter the relevant assumptions into the template.

 

A

B

C

1

Number of periods (N) =

10

 

2

Periodic interest rate (I) =

12%

 

3

Present value (PV) =

-60,000

 

4

Periodic payment (PMT) =

617.17

 

5

Future value (FV) =    

6

     

7

Balance, end of year 10 =

$56,050

 

The loan balance at the end of year 10 of $56,050 was calculated as follows:

Steps

Comments

Move the cursor to cell B7 This is the cell where the answer is to be displayed
Click on the function wizard icon (fx)  
A dialog box of available options should now appear:  
-- From the Function Category Menu: select Financial  
-- From the Function Name Menu: select FV  
Click on the OK button to continue  
A dialog box should appear guiding you through the calculation:  
-- At the Rate prompt: click on cell B2 and type /12 B2 specifies the cell containing the requested information. The rate the function needs is the rate per period; since we want to determine the monthly payment and 12% is an annual rate, we need to divide it by 12.
-- Press Tab to move to next prompt  
-- At the Nper prompt: click on cell B1 and type *12 B1 specifies the cell containing the requested information. Cell B1 contains the number of years for the loan and we want the number of months, so we need to multiply by 12.
-- Press Tab to move to next prompt  
-- At the Pmt prompt: click on cell B4 B4 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Pv prompt: click on cell B3 B3 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Type prompt: leave blank The Type prompt allows you to specify when the cash flows occur: "1" indicates that they occur at the beginning of each period, while "0" indicates that they occur at the end of each period. If omitted, it is assumed that cash flows occur at the end of each period
Click on the OK button This closes the function wizard
  The loan balance of $56,050 should now be displayed in cell B7

The next step is to calculate the amount to be funded by the lender and the number of points to be charged. Enter the new information into the input section of the template.

 

A

B

C

1

Number of periods (N) =

10

 

2

Periodic interest rate (I) =

13%

 

3

Present value (PV) =    

4

Periodic payment (PMT) =

617.17

 

5

Future value (FV) =

56,050

 

6

     
       

7

Loan amount funded =

$56,717

 

8

Points charged =

5.47%

 

The loan amount funded by the lender of $56,717 and the points charged of 5.47% were calculated as follows:

Steps

Comments

Move the cursor to cell B7 This is the cell where the answer is to be displayed
Click on the function wizard icon (fx)  
A dialog box of available options should now appear:  
-- From the Function Category Menu: select Financial  
-- From the Function Name Menu: select PV  
Click on the OK button to continue  
A dialog box should appear guiding you through the calculation:  
-- At the Rate prompt: click on cell B2 and type /12 B2 specifies the cell containing the requested information. The rate the function needs is the rate per period; since we want to determine the monthly payment and 12% is an annual rate, we need to divide it by 12.
-- Press Tab to move to next prompt  
-- At the Nper prompt: click on cell B1 and type *12 B1 specifies the cell containing the requested information. Cell B1 contains the number of years for the loan and we want the number of months, so we need to multiply by 12.
-- Press Tab to move to next prompt  
-- At the Pmt prompt: click on cell B4 B4 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Fv prompt: click on cell B5 B5 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Type prompt: leave blank The Type prompt allows you to specify when the cash flows occur: "1" indicates that they occur at the beginning of each period, while "0" indicates that they occur at the end of each period. If omitted, it is assumed that cash flows occur at the end of each period
Click on the OK button This closes the function wizard
  The present value of $56,717 should now be displayed in cell B7
To calculate the number of points: in cell B8 type =(-60,000-B7)/-60,000*100 The number of points the lender must charge, i.e., 5.47 points, should now be displayed in cell B8

[back]

O. Market Value of a Loan

The market value of a loan is the amount that a new lender or investor would pay to receive the remaining payments on the loan. It can be thought of as the amount that could be loaned so that the remaining payments on the loan would give the lender a return equal to the current market rate of interest.

Example: Loan amount, $60,000; interest rate, 12%; number of periods, 30 years; monthly payment, $617.17. The market interest rate is 16%. Calculate the market value of the loan, assuming that it is held to maturity. Enter the relevant assumptions into the input section of the template.

 

A

B

C

1

Number of periods (N) =

30

 

2

Periodic interest rate (I) =

16%

 

3

Present value (PV) =    

4

Periodic payment (PMT) =

617.17

 

5

Future value (FV) =

0

 

6

     

7

Market value of loan =

$45,895

 

The market value of the loan (at 16%) of $45,895 was calculated as follows:

Steps

Comments

Move the cursor to cell B7 This is the cell where the answer is to be displayed
Click on the function wizard icon (fx)  
A dialog box of available options should now appear:  
-- From the Function Category Menu: select Financial  
-- From the Function Name Menu: select PV  
Click on the OK button to continue  
A dialog box should appear guiding you through the calculation:  
-- At the Rate prompt: click on cell B2 and type /12 B2 specifies the cell containing the requested information. The rate the function needs is the rate per period; since we want to determine the monthly payment and 12% is an annual rate, we need to divide it by 12.
-- Press Tab to move to next prompt  
-- At the Nper prompt: click on cell B1 and type *12 B1 specifies the cell containing the requested information. Cell B1 contains the number of years for the loan and we want the number of months, so we need to multiply by 12.
-- Press Tab to move to next prompt  
-- At the Pmt prompt: click on cell B4 B4 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Fv prompt: leave blank If Fv is omitted it is assumed to be zero
-- Press Tab to move to next prompt  
-- At the Type prompt: leave blank The Type prompt allows you to specify when the cash flows occur: "1" indicates that they occur at the beginning of each period, while "0" indicates that they occur at the end of each period. If omitted, it is assumed that cash flows occur at the end of each period
Click on the OK button This closes the function wizard
  The market value of $45,895 should now be displayed in Cell B7

[back]

P. Yield to Loan Investor, Early Payoff

If the loan in Section O., above, is purchased at a discount and it is paid off early (i.e., prior to the maturity date), the effective yield (IRR) to the investor is higher than if the loan had been held to maturity.

Example: Loan amount, $60,000; interest rate, 12%; number of periods, 30 years; monthly payment, $617.17. The loan is purchased by an investor for $45,895 (see previous example). Calculate the yield (IRR) to the investor, assuming that the loan is paid off at the end of 5 years. The initial step is to calculate the loan balance at the end of year 5. Enter the relevant assumptions into the template.

 

A

B

C

1

Number of periods (N) =

5

 

2

Periodic interest rate (I) =

12%

 

3

Present value (PV) =

-60,000

 

4

Periodic payment (PMT) =

617.17

 

5

Future value (FV) =    

6

     

7

Balance, end of year 5 =

$58,598

 

The outstanding loan balance at the end of year 5 of $58,598 was calculated as follows:

Steps

Comments

Move the cursor to cell B7 This is the cell where the answer is to be displayed
Click on the function wizard icon (fx)  
A dialog box of available options should now appear:  
-- From the Function Category Menu: select Financial  
-- From the Function Name Menu: select FV  
Click on the OK button to continue  
A dialog box should appear guiding you through the calculation:  
-- At the Rate prompt: click on cell B2 and type /12 B2 specifies the cell containing the requested information. The rate the function needs is the rate per period; since we want to determine the monthly payment and 12% is an annual rate, we need to divide it by 12.
-- Press Tab to move to next prompt  
-- At the Nper prompt: click on cell B1 and type *12 B1 specifies the cell containing the requested information. Cell B1 contains the number of years for the loan and we want the number of months, so we need to multiply by 12.
-- Press Tab to move to next prompt  
-- At the Pmt prompt: click on cell B4 B4 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Pv prompt: click on cell B3 B3 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Type prompt: leave blank The Type prompt allows you to specify when the cash flows occur: "1" indicates that they occur at the beginning of each period, while "0" indicates that they occur at the end of each period. If omitted, it is assumed that cash flows occur at the end of each period
Click on the OK button This closes the function wizard
  The loan balance of $58,598 should now be displayed in cell B7

The second step is to calculate the effective interest rate. Enter the following assumptions into the template.

 

A

B

C

1

Number of periods (N) =

5

 

2

Periodic interest rate (I) =    

3

Present value (PV) =

-45,895

 

4

Periodic payment (PMT) =

617.17

 

5

Future value (FV) =

58,598

 

6

     

7

Annual yield (IRR) =

19.45%

 

The annual effective yield (IRR) of 19.45% was calculated as follows:

Steps

Comments

Move the cursor to cell B7 This is the cell where the answer is to be displayed
Click on the function wizard icon (fx)  
A dialog box of available options should now appear:  
-- From the Function Category Menu: select Financial  
-- From the Function Name Menu: select RATE  
Click the OK button to continue  
A dialog box should appear guiding you through the calculation:  
-- At the Nper prompt: click on cell B1 and type *12 B1 specifies the cell containing the requested information. Cell B1 contains the number of years for the loan and we want the number of months, so we need to multiply by 12.
-- Press Tab to move to next prompt  
-- At the Pmt prompt: click on cell B4 B4 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Pv prompt: click on cell B3 B3 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Fv prompt: click on cell B5 B5 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Type prompt: leave blank The Type prompt allows you to specify when the cash flows occur: "1" indicates that they occur at the beginning of each period, while "0" indicates that they occur at the end of each period. If omitted, it is assumed that cash flows occur at the end of each period
Click on the OK button This closes the function wizard
  The effective monthly interest rate of 1.62% should now be displayed in cell B7; click on the Increase Decimal icon to display additional decimal places
To calculate the annual interest rate (IRR), compounded monthly: in cell B8, type =B7*12 and press ENTER The annual interest rate of 19.45%, compounded monthly, should appear in cell B8

[back]

Q. Partially Amortizing, Constant Payment Mortgage -- Monthly and Balloon Payment

Partially amortized mortgages require periodic payments but, unlike the fully amortized loan, the loan is not paid off completely by the payments. A balance remains at maturity that must be repaid in one relatively large lump sum; the final principal payment is called a balloon payment.

Example: Loan amount, $60,000; interest rate, 12%; number of periods, 30 (i.e., amortized over 30 years), due in 10 years; monthly payment, $617.17 (based on a 30-year amortization schedule). Calculate the balloon payment at the end of year 10. Enter the relevant assumptions into the template.

 

A

B

C

1

Number of periods (N) =

10

 

2

Periodic interest rate (I) =

12%

 

3

Present value (PV) =

-60,000

 

4

Periodic payment (PMT) =

617.17

 

5

Future value (FV) =    

6

     

7

Balance, end of year 10 =

$56,050

 The balloon payment was calculated as follows:

Steps

Comments

Move the cursor to cell B7 This is the cell where the answer is to be displayed
Click on the function wizard icon (fx)  
A dialog box of available options should now appear:  
-- From the Function Category Menu: select Financial  
-- From the Function Name Menu: select FV  
Click on the OK button to continue  
A dialog box should appear guiding you through the calculation:  
-- At the Rate prompt: click on cell B2 and type /12 B2 specifies the cell containing the requested information. The rate the function needs is the rate per period; since we want to determine the monthly payment and 12% is an annual rate, we need to divide it by 12.
-- Press Tab to move to next prompt  
-- At the Nper prompt: click on cell B1 and type *12 B1 specifies the cell containing the requested information. Cell B1 contains the number of years for the loan and we want the number of months, so we need to multiply by 12.
-- Press Tab to move to next prompt  
-- At the Pmt prompt: click on cell B4 B4 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Pv prompt: click on cell B3 B3 specifies the cell containing the requested information
-- Press Tab to move to next prompt  
-- At the Type prompt: leave blank The Type prompt allows you to specify when the cash flows occur: "1" indicates that they occur at the beginning of each period, while "0" indicates that they occur at the end of each period. If omitted, it is assumed that cash flows occur at the end of each period
Click on the OK button This closes the function wizard
  The outstanding loan balance of $56,050 should now be displayed in Cell B7

[back]

R. Practice Problems

1.

A fully amortized, level payment mortgage loan of $200,000 is available at an interest rate of 12%. The loan is to be amortized monthly over 30 years.
a. Calculate the monthly payment and the annual payment. ($2057.23/month; $24,686.70/year) What would the monthly and annual payment be if the loan were payable interest only? ($2,000/month; $24,000/year)
b. Calculate the monthly loan constant and the annual loan constant. Calculate the monthly and annual loan payments using the loan constants. (0.010286 monthly; 0.123434 annual)
c. Prepare an amortization schedule for the first 6months of the loan. How much principal and interest is paid in each month? (Interest: month 1, $2,000; month 2, $1,999.43; month 3, $1,998.85; month 4, $1,998.27; month 5, $1,997.68; month 6, $1,997.08)
d. Calculate the unpaid principal balance of the loan at the end of year #3. ($197,534.92)
e. How much total interest will you pay over the 30 years? ($540,602.80)
f. Assume that you can obtain a 15-year loan at 12% interest (note: usually, the interest rate on a 15-year loan is lower than the interest rate on a 30-year loan). The points are the same as on the 30-year loan. Calculate the difference in the interest paid on the 15-year loan versus the 30-year loan (see e., above). ($308,542.30)
g. You decide that you cannot afford the higher monthly payments required with a 15-year loan ($2,400.34 versus $2,057.23 for the 30-year loan). However, you figure that you can afford an extra $100 per month in addition to the regular payment on the 30-year mortgage. Calculate how long it will take to pay off the loan early (i.e., earlier than 30 years) by making the extra payments. (263.19 months)
h. Let’s change the assumptions in g., above. Assume that the borrower would like to pay off the 30-year loan in 20 years. Calculate how much extra you would have to pay each month to accomplish your goal. ($144.94)
i. What is the "effective interest rate" to the borrower, assuming the mortgage is paid over the full term of 30 years? (12%) What is you answer, assuming the loan was paid off at the end of 5 years? (12%)
j. What is the effective interest rate to the borrower assuming: (1) the lender charges a loan origination of 2 points or $4,000 (.02 X $200,000), and (2) the mortgage is paid over the full term of 30 years? (12.27%)
k. What is the effective interest rate to the borrower assuming: (1) the lender charges a loan origination fee of 2 points or $4,000, and (2) the borrower pays off the loan after 5 years? What is the effective yield to the lender? How would a prepayment penalty impact the effective interest rate (yield)? (12.55%)
l. If the lender wants to earn a 13% yield (IRR) on the loan, how many points must be charged assuming that the loan is not paid off early? (7.01 points) How many points must be charged, assuming that the loan is expected to be paid off in 10 years? (5.47 points)
m. Assume that the lender decides to make the loan and immediately sells the loan to an investor. The investor requires a 15% yield (IRR). Calculate the maximum price that the investor can pay for the loan (i.e., the market value), assuming the loan is expected to be paid off over 30 years. ($162,698.39)
n. Same facts as m., above. Assume the loan is purchased by the investor at its "market value," as calculated in m. The original borrower pays off the note in 5 years. Calculate the yield (IRR) to the investor. (17.7%)
o. Assume that the 30-year loan has a maturity date of 15 years, i.e., the loan is a partially amortizing loan, amortized over 30 years but is due at the end of the 15th year. Calculate the amount of the ‘balloon" payment (not including the last monthly payment) due at the maturity date. ($171,411.43)

[back | Home | TVM Calculation | Finance Department Homepage]