+ All Categories
Home > Documents > 1 CSE 2337 Chapter 6 Financial Calculations. 2 Interest Factors –Time –Risk –monetary policies...

1 CSE 2337 Chapter 6 Financial Calculations. 2 Interest Factors –Time –Risk –monetary policies...

Date post: 12-Jan-2016
Category:
Upload: alannah-henry
View: 212 times
Download: 0 times
Share this document with a friend
14
1 CSE 2337 Chapter 6 Financial Calculations
Transcript
Page 1: 1 CSE 2337 Chapter 6 Financial Calculations. 2 Interest Factors –Time –Risk –monetary policies Ways interest is calculated –simple –compound.

1

CSE 2337Chapter 6

Financial Calculations

Page 2: 1 CSE 2337 Chapter 6 Financial Calculations. 2 Interest Factors –Time –Risk –monetary policies Ways interest is calculated –simple –compound.

2

Interest

• Factors– Time– Risk– monetary policies

• Ways interest is calculated– simple– compound

Page 3: 1 CSE 2337 Chapter 6 Financial Calculations. 2 Interest Factors –Time –Risk –monetary policies Ways interest is calculated –simple –compound.

3

Simple Interest

• Paid solely on the amount of the original principal value

• Simple interest = Principal * Interest rate per time period * Number of time periods

Page 4: 1 CSE 2337 Chapter 6 Financial Calculations. 2 Interest Factors –Time –Risk –monetary policies Ways interest is calculated –simple –compound.

4

Compound Interest

• Adding interest earned each period to the principal for purposes of computing interest for the next period

• Has greater total value than simple interest

• Used by most financial institutions• Annual percentage yield (APY)

– Equivalent yearly simple interest rate, taking compounding into account

• Annual percentage rate (APR)– Reflects interest being paid on actual amount

borrowed

Page 5: 1 CSE 2337 Chapter 6 Financial Calculations. 2 Interest Factors –Time –Risk –monetary policies Ways interest is calculated –simple –compound.

5

PMT

• Finds value of payment per period, assuming are constant payments and constant interest rate for duration of loan

• PMT(rate,nper,pv,fv,type)

Page 6: 1 CSE 2337 Chapter 6 Financial Calculations. 2 Interest Factors –Time –Risk –monetary policies Ways interest is calculated –simple –compound.

6

PMT Arguments

rate Interest rate per compounding period

nper Number of compounding periods

pv Present value

fv Future value (compounded amount)

type Designates when payments are madeType 0 – end of periodType 1 – beginning of period

Page 7: 1 CSE 2337 Chapter 6 Financial Calculations. 2 Interest Factors –Time –Risk –monetary policies Ways interest is calculated –simple –compound.

7

Example

• 1,000,000 Loan, 8% rate, compounded quarterly, over 5 years

Page 8: 1 CSE 2337 Chapter 6 Financial Calculations. 2 Interest Factors –Time –Risk –monetary policies Ways interest is calculated –simple –compound.

8

Cell Referencing

Page 9: 1 CSE 2337 Chapter 6 Financial Calculations. 2 Interest Factors –Time –Risk –monetary policies Ways interest is calculated –simple –compound.

9

Other Financial Functions

Page 10: 1 CSE 2337 Chapter 6 Financial Calculations. 2 Interest Factors –Time –Risk –monetary policies Ways interest is calculated –simple –compound.

10

Other Loan Options

Down payment • Adjust present value (pv) to reflect exact value of the loan

Balloon payment

• Specify negative future value (fv)

Mortgage fees • Adjust the pv of the loan by subtracting the fees from the loan amount

• Recalculate the interest rate using the same payments and loan periods, with the new pv amount

Page 11: 1 CSE 2337 Chapter 6 Financial Calculations. 2 Interest Factors –Time –Risk –monetary policies Ways interest is calculated –simple –compound.

11

Amoritization Table

Page 12: 1 CSE 2337 Chapter 6 Financial Calculations. 2 Interest Factors –Time –Risk –monetary policies Ways interest is calculated –simple –compound.

12

Principal and Interest Payments

• PPMT function– Calculates the value of the principal

payment for a specified period– PPMT(rate,per,nper,pv,fv,type)

• IPMT function– Calculates the value of the interest

payment for a specified period– IPMT(rate,per,nper,pv,fv,type)

Page 13: 1 CSE 2337 Chapter 6 Financial Calculations. 2 Interest Factors –Time –Risk –monetary policies Ways interest is calculated –simple –compound.

13

Arguments to PPMT and IPMT

rate Interest rate per period

per Period for which interest or principal amount will be calculated

nper

Total number of periods in the financial transaction

pv Value at the beginning of the financial transaction

fv Value at the end of the financial transaction

type Payment type of 0 or 1 (made at beginning or end of each period, respectively)

Page 14: 1 CSE 2337 Chapter 6 Financial Calculations. 2 Interest Factors –Time –Risk –monetary policies Ways interest is calculated –simple –compound.

14

Calculating Prin. and INT. Between Periods

• CUMIPMT function– Automatically calculates interest values

between two periods– CUMIPMT(rate,nper,pv,start_period,end_period,type)

• CUMPRINC function– Automatically calculates principal values

between two periods– CUMPRINC(rate,nper,pv,start_period, end_period,type)


Recommended