Financial Functions HNDA 1 st Year Computer Applications. By Nadeeshani Aththanagoda. Bsc,Msc ATI-Section Anuradhapura

Size: px
Start display at page:

Download "Financial Functions HNDA 1 st Year Computer Applications. By Nadeeshani Aththanagoda. Bsc,Msc ATI-Section Anuradhapura"

Transcription

1 Financial Functions HNDA 1 st Year Computer Applications By Nadeeshani Aththanagoda. Bsc,Msc ATI-Section Anuradhapura

2 Financial Functions This section will cover the built-in Excel Financial Functions. These functions perform many of the common financial calculations, such as the calculation of yield, interest rates, duration, valuation and asset depreciation.

3 Financial Functions Investment Value Functions FV NPV PV Payment Functions PMT Interest Rate Functions RATE Internal Rate of Return Functions IRR

4 Future Value(FV) function Calculates the future value of an investment with periodic constant payments and a constant interest rate Syntax-FV(rate, nper, pmt, pv, type)

5 Future Value(FV) function cont. rate - The interest rate, per period. nper - The number of periods for the lifetime of the annuity. [pmt] - An optional argument that specifies the payment per period. (Note that if the [pmt] argument is omitted, the [pv] argument must be supplied). [pv] - An optional argument that specifies the present value of the annuity - i.e. the amount that a series of future payments is worth now. (If the [pv] argument is omitted, it takes on the default value 0. Also, if [pv] is omitted, the [pmt] argument must be supplied). [type] - An optional argument that defines whether the payment is made at the start or the end of the period. The [type] argument can have the value 0 or 1, meaning: 0 - the payment is made at the end of the period; 1 - the payment is made at the start of the period. If the [type] argument is omitted, it takes on the default value of 0 (denoting payments made at the end of the period).

6 Example 1 Excel FV Function Examples In the following spreadsheet, the Excel Fv function is used to calculate the future value of an investment of $1,000 per month for a period of 5 years. The present value is 0, the interest rate is 5% per year and the payments are made at the end of each month. Note that, in this example: Syntax-FV(rate, nper, pmt, pv, type) Rate=? Nper=.? Pmt=? Pv=..? Type=.?

7 Answer is Rate =5%/12 Nper =60 Pmt =-1000 Excel financial function is, =FV( 5%/12, 60, ) =$68,006.08

8 Example 2 In the example below, the Excel Fv function is used to calculate the future value of an investment of $2,000 per quarter for a period of 4 years. The interest is 10% per year and each payment is made at the start of the quarter. Rate=? Nper=.? Pmt=? Pv=..? Type=..?

9 Answer is Rate =10%4 Nper =16 Pmt =-2000 Pv =0 Type=1 Excel financial function is, =FV( 10%/4, 16, -2000, 0, 1) =$39,729.46

10 Net Present Value(NPV) Function The Excel NPV function calculates the Net Present Value of an investment, based on a supplied discount rate, and a series of future payments and income. The syntax of the function is: NPV( rate, value1, [value2], [value3],... )

11 Net Present Value(NPV) Function cont... rate - The discount rate over one period. value1, [value2],... - Numeric values, representing a series of regular payments and income, where: Negative values are treated as payments; Positive values are treated as income.

12 Example 1 Excel NPV Function Examples The spreadsheet on the right shows an example of the NPV function. The rate and value arguments that are supplied to the function are shown in cells A1 - A7 of the spreadsheet and the NPV function is shown in cell B10. This function gives the result Note that, in this example, the initial investment of $5,000 (shown in cell A2), is made at the end of the first period. Therefore, this value is included as the first value1 argument to the NPV function. NPV( rate, value1, [value2], [value3],... )

13 Answer is A 1 2% - Annual discount rate Initial investment cost after 1 year Return from year Return from year Return from year Return from year Return from year Net Present Value: 10 =NPV( A1, A2:A7 ) B

14 Example 2 The spreadsheet on the right shows an example of the NPV function in which the first payment is made at the start of the first period. Again, the rate and value arguments of the investment are shown in cells A1 - A7 of the spreadsheet and the NPV function is shown in cell B10. This function gives the result 2, Note that, as the initial investment of $10,000 (shown in cell A2), is made at the start of the first period, this value is not included in the arguments to the NPV function. Instead it is added on afterwards.

15 Answer is A 1 5% - Annual discount rate Initial investment cost at start of period Return from year Return from year Return from year Return from year Return from year Net Present Value: B 10 =NPV( A1, A3:A7 ) + A2

16 Present Value(PV) function The Excel PV function calculates the Present Value of an investment, based on a series of future payments. The syntax of the function is: PV( rate, nper, [pmt], [fv], [type] )

17 Present Value(PV)function cont.. rate - The interest rate, per period. nper - The number of periods for the lifetime of the annuity or investment. [pmt] - An optional argument that specifies the payment per period. If the [pmt] argument is omitted, the [fv] argument must be supplied. [fv] - An optional argument that specifies the future value of the annuity, at the end ofnper payments. If the [fv] argument is omitted, it takes on the default value 0. [type] - An optional argument that defines whether the payment is made at the start or the end of the period. The [type] argument can have the value 0 or 1, meaning: 0 - the payment is made at the end of the period; 1 - the payment is made at the start of the period. If the [type] argument is omitted, it takes on the default value of 0 (denoting payments made at the end of the period).

18 Example 1 Excel PV Function Examples In the following spreadsheet, the Excel Pv function is used to calculate the present value of an annuity that pays $1,000 per month for a period of 5 years. The interest is 5% per year and each payment is made at the end of the month. PV( rate, nper, [pmt], [fv], [type] ) Rate=? Nper=.? [Pmt]=? [Fv]=..? [Type]=.?

19 Answer is Rate =5%/12 Nper =60 Pmt =1000 Excel financial function is, =PV( 5%/12, 60, 1000 ) =-$52,990.71

20 Example 2 In the example below, the Excel Pv function is used to calculate the present value of an annuity that pays $2,000 per quarter for a period of 4 years. The interest is 10% per year and each payment is made at the start of the quarter. Rate=? Nper=.? [Pmt]=? [Fv]=..? [Type]=.?

21 Answer is Rate =10%/4 Nper =16 Pmt =2000 Fv =0 Type = 1 Excel financial function is, =PV( 10%/4, 16, 2000, 0, 1 ) =-$26,762.76

22 Excel PMT Function The Excel PMT function calculates the constant periodic payment required to pay off (or partially pay off) a loan or investment, with a constant interest rate, over a specified period. The syntax of the function is: PMT( rate, nper, pv, [fv], [type] )

23 Excel PMT Function cont.. rate - The interest rate, per period. nper - The number of periods over which the loan or investment is to be paid. pv - The present value of the loan / investment. [fv] - An optional argument that specifies the future value of the loan / investment, at the end of nper payments. If omitted, [fv] has the default value of 0. [type] - An optional argument that defines whether the payment is made at the start or the end of the period. The [type] argument can have the value 0 or 1, meaning: 0 - the payment is made at the end of the period; 1 - the payment is made at the beginning of the period. If the [type] argument is omitted, it takes on the default value of 0 (denoting payments made at the end of the period).

24 Example 1 Excel PMT Function Examples In the following spreadsheet, the Excel Pmt function is used to calculate the monthly payments on a loan of $50,000 which is to be paid off in full after 5 years. Interest is charged at a rate of 5% per year and the payment to the loan is to be made at the end of each month. PMT( rate, nper, pv, [fv], [type] ) Rate=? Nper=.? Pv=? [Fv]=..? [Type]=.?

25 Answer is Rate = 5%/12 Nper = 60 Pv = Excel financial function is, =PMT( 5%/12, 60, ) =

26 Example 2 In the spreadsheet below, the Excel Pmt function is used to calculate the quarterly payments required to increase an investment from $0 to $5,000 over a period of 2 years. Interest is paid at a rate of 3.5% per year and the payment into the investment is to be made at the beginning of each quarter. Rate=? Nper=.? Pv=? [Fv]=..? [Type]=.?

27 Answer is Rate = 3.5%/4 Nper = 8 Pv = 5000 [Fv] = 0 [Type] = 1 Excel financial function is, =PMT( 3.5%/4, 8, 0, 5000, 1 ) =

28 Excel RATE Function The Excel Rate function calculates the interest rate required to pay off a specified amount of a loan, or to reach a target amount on an investment, over a given period. The syntax of the function is: RATE( nper, pmt, pv, [fv], [type], [guess] )

29 Excel RATE Function cont.. nper - The number of periods over which the loan or investment is to be paid. pmt - The (fixed) payment amount per period. pv - The present value of the loan / investment. [fv] - An optional argument that specifies the future value of the loan / investment, at the end of nper payments. If omitted, [fv] takes on the default value of 0. [type] - An optional argument that defines whether the payment is made at the start or the end of the period. The [type] argument can have the value 0 or 1, meaning: 0 - the payment is made at the end of the period; 1 - the payment is made at the start of the period. If the [type] argument is omitted, it takes on the default value of 0 (denoting payments made at the end of the period). [guess] - An initial estimate at what the rate will be. If this argument is omitted, it will take on the default value of 10% (=0.1). (Note this is only a value for Excel to start off working with - Excel then uses an iterative procedure to converge to the correct rate).

30 Example 1 Excel RATE Function Examples In the following spreadsheet, the Excel Rate function is used to calculate the interest rate, with fixed payments of $1,000 per month, to pay off in full, a loan of $50,000 over a period of 5 years. The payments are to be made at the end of each month. RATE( nper, pmt, pv, [fv], [type], [guess] ) Nper=..? Pmt=.? Pv=...? [Fv]=? [Type]=..? [Guess]=.?

31 Answer is Nper = 60 Pmt = pv = [Fv] = [Type] = [Guess] = Excel financial function is, =RATE( 60, -1000, ) =0.62% Yearly Interest Rate: =12*rate =7.42%

32 Example 2 In the following spreadsheet, the Excel Rate function is used to calculate the interest rate required to save $20,000, over 2 years, with a starting value of zero, and monthly savings of $800. The payments are to be made at the start of each month. Nper=..? Pmt=.? Pv=...? [Fv]=? [Type]=..? [Guess]=.?

33 Answer is Nper = 24 Pmt = -800 pv = [Fv] = 0 [Type] = 1 [Guess] = Excel financial function is, =RATE( 24, -800, 0, 20000, 1 ) =0.33% Yearly Interest Rate: =12*rate =3.90%

34 Excel IRR Function The Excel IRR function returns the Internal Rate of Return for a supplied series of periodic cash flows (i.e. a set of values, which includes an initial investment value and a series of net income values). The syntax of the function is: IRR( values, [guess] )

35 Excel IRR Function cont.. values - A reference to a range of cells containing the series of cash flows (investment and net income values). This must contain at least one negative and at least one positive value. [guess] - An initial guess at what you think the IRR might be. This is an optional argument, which, if omitted, takes on the default value of 0.1 (=10%). (Note: This is only a value for Excel to start off working with - Excel then uses an iterative procedure to converge to the IRR).

36 Example 1 Excel IRR Function Examples In the spreadsheet below, an initial investment of $100 is shown in cell B1 and the net income over the next 5 years is shown in cells B2 - B6. The IRR function in cell C2 shows the calculation of the Internal Rate of Return after 3 years and the function in cell C4 shows the Internal Rate of Return after 5 years. IRR( values, [guess] )

37 Answer is Formula: A B C 1 Initial Investment: -$ IRR after 3 yrs: 2 Year 1 Income: $20.00 =IRR( B1:B4 ) 3 Year 2 Income: $24.00 IRR after 5 yrs: 4 Year 3 Income: $28.80 =IRR( B1:B6 ) 5 Year 4 Income: $ Year 5 Income: $41.47 Result: A B C 1 Initial Investment: -$ IRR after 3 yrs: 2 Year 1 Income: $ % 3 Year 2 Income: $24.00 IRR after 5 yrs: 4 Year 3 Income: $ % 5 Year 4 Income: $ Year 5 Income: $41.47

38 Thank you

Engineering Economics

Engineering Economics Economic Analysis Methods Engineering Economics Day 3: Rate of Return Analysis Three commonly used economic analysis methods are 1. Present Worth Analysis 2. Annual Worth Analysis 3. www.engr.sjsu.edu/bjfurman/courses/me195/presentations/engeconpatel3nov4.ppt

More information

FINANCE FOR EVERYONE SPREADSHEETS

FINANCE FOR EVERYONE SPREADSHEETS FINANCE FOR EVERYONE SPREADSHEETS Some Important Stuff Make sure there are at least two decimals allowed in each cell. Otherwise rounding off may create problems in a multi-step problem Always enter the

More information

Intermediate Excel. Winter Winter 2011 CS130 - Intermediate Excel 1

Intermediate Excel. Winter Winter 2011 CS130 - Intermediate Excel 1 Intermediate Excel Winter 2011 Winter 2011 CS130 - Intermediate Excel 1 Combination Cell References How do $A1 and A$1 differ from $A$1? A B C D E 1 4 8 =A1/$A$3 2 6 4 =A$1*$B4+B2 3 =A1+A2 1 4 5 What formula

More information

IE2140 Engineering Economy Tutorial 3 (Lab 1) Using Excel Financial Functions for Project Evaluation

IE2140 Engineering Economy Tutorial 3 (Lab 1) Using Excel Financial Functions for Project Evaluation IE2140 Engineering Economy Tutorial 3 (Lab 1) Using Excel Financial Functions for Project Evaluation 1. Objectives and Overview Solutions Guide by Hong Lanqing, Wang Xin and Mei Wenjie The objective of

More information

FINANCIAL DECISION RULES FOR PROJECT EVALUATION SPREADSHEETS

FINANCIAL DECISION RULES FOR PROJECT EVALUATION SPREADSHEETS FINANCIAL DECISION RULES FOR PROJECT EVALUATION SPREADSHEETS This note is some basic information that should help you get started and do most calculations if you have access to spreadsheets. You could

More information

Lecture 10 Financial Functions Excel 2007

Lecture 10 Financial Functions Excel 2007 Lecture 10 Financial Functions Excel 2007 KasunKosala@yahoo.com KasunKosala@yahoo.com 1 Negative numbers = cash you pay out, such as deposits to savings. Positive numbers = cash you receive, such as salary.

More information

Intermediate Excel. Combination Cell References A B C D E =A1/$A$ =A$1*$B4+B2 3 =A1+A

Intermediate Excel. Combination Cell References A B C D E =A1/$A$ =A$1*$B4+B2 3 =A1+A Intermediate Excel SPRING 2016 Spring 2016 CS130 - INTERMEDIATE EXCEL 1 Combination Cell References How do $A1 and A$1 differ from $A$1? A B C D E 1 4 8 =A1/$A$3 2 6 4 =A$1*$B4+B2 3 =A1+A2 1 4 5 What formula

More information

1) Cash Flow Pattern Diagram for Future Value and Present Value of Irregular Cash Flows

1) Cash Flow Pattern Diagram for Future Value and Present Value of Irregular Cash Flows Topics Excel & Business Math Video/Class Project #45 Cash Flow Analysis for Annuities: Savings Plans, Asset Valuation, Retirement Plans and Mortgage Loan. FV, PV and PMT. 1) Cash Flow Pattern Diagram for

More information

Chapter 6. Learning Objectives. Principals Applies in this Chapter. Time Value of Money

Chapter 6. Learning Objectives. Principals Applies in this Chapter. Time Value of Money Chapter 6 Time Value of Money 1 Learning Objectives 1. Distinguish between an ordinary annuity and an annuity due, and calculate the present and future values of each. 2. Calculate the present value of

More information

Functions, Amortization Tables, and What-If Analysis

Functions, Amortization Tables, and What-If Analysis Functions, Amortization Tables, and What-If Analysis Absolute and Relative References Q1: How do $A1 and A$1 differ from $A$1? Use the following table to answer the questions listed below: A B C D E 1

More information

4. INTERMEDIATE EXCEL

4. INTERMEDIATE EXCEL Winter 2019 CS130 - Intermediate Excel 1 4. INTERMEDIATE EXCEL Winter 2019 Winter 2019 CS130 - Intermediate Excel 2 Problem 4.1 Import and format: zeus.cs.pacificu.edu/chadd/cs130w17/problem41.html For

More information

Chapter 6. Evaluating the Financial Impact of Loans and Investments

Chapter 6. Evaluating the Financial Impact of Loans and Investments Chapter 6 Evaluating the Financial Impact of Loans and Investments Chapter Introduction Fundamental financial calculations used to evaluate different financing options Developing an amortization table

More information

Life Cycle Analysis Money... and More

Life Cycle Analysis Money... and More Life Cycle Analysis Money... and More Dorothy McCarty, AIA, LEED AP Lakeisha Lindsey October 15, 2015 listen engage advise deliver Factors affecting decision making Goals of the organization Market-driven

More information

Solutions to Problems

Solutions to Problems Solutions to Problems 1. The investor would earn income of $2.25 and a capital gain of $52.50 $45 =$7.50. The total gain is $9.75 or 21.7%. $8.25 on a stock that paid $3.75 in income and sold for $67.50.

More information

Principles of Finance with Excel, 2 nd edition. Instructor materials. Chapter 2 Time Value of Money

Principles of Finance with Excel, 2 nd edition. Instructor materials. Chapter 2 Time Value of Money Principles of Finance with Excel, 2 nd edition Instructor materials Chapter 2 Time Value of Money This chapter Future value Present value Net present value Internal rate of return Pension and savings plans

More information

Solution to Problem Set 1

Solution to Problem Set 1 M.I.T. Spring 999 Sloan School of Management 5.45 Solution to Problem Set. Investment has an NPV of 0000 + 20000 + 20% = 6667. Similarly, investments 2, 3, and 4 have NPV s of 5000, -47, and 267, respectively.

More information

Lesson FA xx Capital Budgeting Part 2C

Lesson FA xx Capital Budgeting Part 2C - - - - - - Cover Page - - - - - - Lesson FA-20-170-xx Capital Budgeting Part 2C These notes and worksheets accompany the corresponding video lesson available online at: Permission is granted for educators

More information

Tutorial 3: Working with Formulas and Functions

Tutorial 3: Working with Formulas and Functions Tutorial 3: Working with Formulas and Functions Microsoft Excel 2010 Objectives Copy formulas Build formulas containing relative, absolute, and mixed references Review function syntax Insert a function

More information

Running head: THE TIME VALUE OF MONEY 1. The Time Value of Money. Ma. Cesarlita G. Josol. MBA - Acquisition. Strayer University

Running head: THE TIME VALUE OF MONEY 1. The Time Value of Money. Ma. Cesarlita G. Josol. MBA - Acquisition. Strayer University Running head: THE TIME VALUE OF MONEY 1 The Time Value of Money Ma. Cesarlita G. Josol MBA - Acquisition Strayer University FIN 534 THE TIME VALUE OF MONEY 2 Abstract The paper presents computations about

More information

Chapter 5. Interest Rates ( ) 6. % per month then you will have ( 1.005) = of 2 years, using our rule ( ) = 1.

Chapter 5. Interest Rates ( ) 6. % per month then you will have ( 1.005) = of 2 years, using our rule ( ) = 1. Chapter 5 Interest Rates 5-. 6 a. Since 6 months is 24 4 So the equivalent 6 month rate is 4.66% = of 2 years, using our rule ( ) 4 b. Since one year is half of 2 years ( ).2 2 =.0954 So the equivalent

More information

Capital Leases I: Present and Future Value

Capital Leases I: Present and Future Value Spreadsheet Models for Managers 9/1 Session 9 Capital Leases I: Present and Future Value Worksheet Functions Non-Uniform Payments Last revised: July 6, 2011 Review of last time: Financial Models 9/2 Three

More information

Advanced Cost Accounting Acct 647 Prof Albrecht s Notes Capital Budgeting

Advanced Cost Accounting Acct 647 Prof Albrecht s Notes Capital Budgeting Advanced Cost Accounting Acct 647 Prof Albrecht s Notes Capital Budgeting Drawing a timeline can help in identifying all the amounts for computations. I ll present two models. The first is without taxes.

More information

Describe the importance of capital investments and the capital budgeting process

Describe the importance of capital investments and the capital budgeting process Chapter 20 Making capital investment decisions Affects operations for many years Requires large sums of money Describe the importance of capital investments and the capital budgeting process 3 4 5 6 Operating

More information

Excel Tutorial 9: Working with Financial Tools and Functions TRUE/FALSE 1. The fv argument is required in the PMT function.

Excel Tutorial 9: Working with Financial Tools and Functions TRUE/FALSE 1. The fv argument is required in the PMT function. Excel Tutorial 9: Working with Financial Tools and Functions TRUE/FALSE 1. The fv argument is required in the PMT function. ANS: F PTS: 1 REF: EX 493 2. Cash flow has nothing to do with who owns the money.

More information

ACF719 Financial Management

ACF719 Financial Management ACF719 Financial Management Bonds and bond management Reading: BEF chapter 5 Topics Key features of bonds Bond valuation and yield Assessing risk 2 1 Key features of bonds Bonds are relevant to the financing

More information

Exploring Microsoft Office Excel 2007 Comprehensive Grauer Scheeren Mulbery Second Edition

Exploring Microsoft Office Excel 2007 Comprehensive Grauer Scheeren Mulbery Second Edition Exploring Microsoft Office Excel 2007 Comprehensive Grauer Scheeren Mulbery Second Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the

More information

Multiple Compounding Periods in a Year. Principles of Engineering Economic Analysis, 5th edition

Multiple Compounding Periods in a Year. Principles of Engineering Economic Analysis, 5th edition Multiple Compounding Periods in a Year Example 2.36 Rebecca Carlson purchased a car for $25,000 by borrowing the money at 8% per year compounded monthly. She paid off the loan with 60 equal monthly payments,

More information

CHAPTER 4. The Time Value of Money. Chapter Synopsis

CHAPTER 4. The Time Value of Money. Chapter Synopsis CHAPTER 4 The Time Value of Money Chapter Synopsis Many financial problems require the valuation of cash flows occurring at different times. However, money received in the future is worth less than money

More information

Chapter 2. Time Value of Money (TVOM) Principles of Engineering Economic Analysis, 5th edition

Chapter 2. Time Value of Money (TVOM) Principles of Engineering Economic Analysis, 5th edition Chapter 2 Time Value of Money (TVOM) Cash Flow Diagrams $5,000 $5,000 $5,000 ( + ) 0 1 2 3 4 5 ( - ) Time $2,000 $3,000 $4,000 Example 2.1: Cash Flow Profiles for Two Investment Alternatives (EOY) CF(A)

More information

Logic, and the IF Function

Logic, and the IF Function Comparison Operators Logic, and the IF Function You can use comparison operators to compare two numbers, functions, formulas, or labels and return either true or false. Examples include: =2*3=4+2 =A1>0

More information

Chapter 5. Learning Objectives. Principals Applied in this Chapter. Time Value of Money. Principle 1: Money Has a Time Value.

Chapter 5. Learning Objectives. Principals Applied in this Chapter. Time Value of Money. Principle 1: Money Has a Time Value. Chapter 5 Time Value of Money Learning Objectives 1. Construct cash flow timelines to organize your analysis of problems involving the time value of money. 2. Understand compounding and calculate the future

More information

Chapter 5. Time Value of Money

Chapter 5. Time Value of Money Chapter 5 Time Value of Money Using Timelines to Visualize Cashflows A timeline identifies the timing and amount of a stream of payments both cash received and cash spent - along with the interest rate

More information

CHAPTER 8. Valuing Bonds. Chapter Synopsis

CHAPTER 8. Valuing Bonds. Chapter Synopsis CHAPTER 8 Valuing Bonds Chapter Synopsis 8.1 Bond Cash Flows, Prices, and Yields A bond is a security sold at face value (FV), usually $1,000, to investors by governments and corporations. Bonds generally

More information

Fin 5413: Chapter 06 - Mortgages: Additional Concepts, Analysis, and Applications Page 1

Fin 5413: Chapter 06 - Mortgages: Additional Concepts, Analysis, and Applications Page 1 Fin 5413: Chapter 06 - Mortgages: Additional Concepts, Analysis, and Applications Page 1 INTRODUCTION Solutions to Problems - Chapter 6 Mortgages: Additional Concepts, Analysis, and Applications The following

More information

ExcelBasics.pdf. Here is the URL for a very good website about Excel basics including the material covered in this primer.

ExcelBasics.pdf. Here is the URL for a very good website about Excel basics including the material covered in this primer. Excel Primer for Finance Students John Byrd, November 2015. This primer assumes you can enter data and copy functions and equations between cells in Excel. If you aren t familiar with these basic skills

More information

Although most Excel users even most advanced business users will have scant occasion

Although most Excel users even most advanced business users will have scant occasion Chapter 5 FINANCIAL CALCULATIONS In This Chapter EasyRefresher : Applying Time Value of Money Concepts Using the Standard Financial Functions Using the Add-In Financial Functions Although most Excel users

More information

Lecture 3. Chapter 4: Allocating Resources Over Time

Lecture 3. Chapter 4: Allocating Resources Over Time Lecture 3 Chapter 4: Allocating Resources Over Time 1 Introduction: Time Value of Money (TVM) $20 today is worth more than the expectation of $20 tomorrow because: a bank would pay interest on the $20

More information

RULE OF TIME VALUE OF MONEY

RULE OF TIME VALUE OF MONEY RULE OF TIME VALUE OF MONEY 1. CMPD : a. We can set our calculator either begin mode or end mode when we don t use pmt. We can say that in case of using n, I, pv, fv, c/y we can set out calculator either

More information

Computational Mathematics/Information Technology

Computational Mathematics/Information Technology Computational Mathematics/Information Technology 2009 10 Financial Functions in Excel This lecture starts to develop the background for the financial functions in Excel that deal with, for example, loan

More information

Lecture 15. Thursday Mar 25 th. Advanced Topics in Capital Budgeting

Lecture 15. Thursday Mar 25 th. Advanced Topics in Capital Budgeting Lecture 15. Thursday Mar 25 th Equal Length Projects If 2 Projects are of equal length, but unequal scale then: Positive NPV says do projects Profitability Index allows comparison ignoring scale If cashflows

More information

CHAPTER 4 TIME VALUE OF MONEY

CHAPTER 4 TIME VALUE OF MONEY CHAPTER 4 TIME VALUE OF MONEY 1 Learning Outcomes LO.1 Identify various types of cash flow patterns (streams) seen in business. LO.2 Compute the future value of different cash flow streams. Explain the

More information

ANSWERS TO CHAPTER QUESTIONS. The Time Value of Money. 1) Compounding is interest paid on principal and interest accumulated.

ANSWERS TO CHAPTER QUESTIONS. The Time Value of Money. 1) Compounding is interest paid on principal and interest accumulated. ANSWERS TO CHAPTER QUESTIONS Chapter 2 The Time Value of Money 1) Compounding is interest paid on principal and interest accumulated. It is important because normal compounding over many years can result

More information

Chapter 4 The Time Value of Money

Chapter 4 The Time Value of Money Chapter 4 The Time Value of Money Copyright 2011 Pearson Prentice Hall. All rights reserved. Chapter Outline 4.1 The Timeline 4.2 The Three Rules of Time Travel 4.3 Valuing a Stream of Cash Flows 4.4 Calculating

More information

Chapter 5. Valuing Bonds

Chapter 5. Valuing Bonds Chapter 5 Valuing Bonds 5-2 Topics Covered Bond Characteristics Reading the financial pages after introducing the terminologies of bonds in the next slide (p.119 Figure 5-2) Bond Prices and Yields Bond

More information

Copyright 2015 by the McGraw-Hill Education (Asia). All rights reserved.

Copyright 2015 by the McGraw-Hill Education (Asia). All rights reserved. Copyright 2015 by the McGraw-Hill Education (Asia). All rights reserved. Key Concepts and Skills Be able to compute the future value of multiple cash flows Be able to compute the present value of multiple

More information

Seminar on Financial Management for Engineers. Institute of Engineers Pakistan (IEP)

Seminar on Financial Management for Engineers. Institute of Engineers Pakistan (IEP) Seminar on Financial Management for Engineers Institute of Engineers Pakistan (IEP) Capital Budgeting: Techniques Presented by: H. Jamal Zubairi Data used in examples Project L Project L Project L Project

More information

CAPITAL BUDGETING Shenandoah Furniture, Inc.

CAPITAL BUDGETING Shenandoah Furniture, Inc. CAPITAL BUDGETING Shenandoah Furniture, Inc. Shenandoah Furniture is considering replacing one of the machines in its manufacturing facility. The cost of the new machine will be $76,120. Transportation

More information

Financial Economics: Household Saving and Investment Decisions

Financial Economics: Household Saving and Investment Decisions Financial Economics: Household Saving and Investment Decisions Shuoxun Hellen Zhang WISE & SOE XIAMEN UNIVERSITY Oct, 2016 1 / 32 Outline 1 A Life-Cycle Model of Saving 2 Taking Account of Social Security

More information

DISCLAIMER: Copyright: 2014

DISCLAIMER: Copyright: 2014 DISCLAIMER: This publication is intended for EDUCATIONAL purposes only. The information contained herein is subject to change with no notice, and while a great deal of care has been taken to provide accurate

More information

Disclaimer: This resource package is for studying purposes only EDUCATION

Disclaimer: This resource package is for studying purposes only EDUCATION Disclaimer: This resource package is for studying purposes only EDUCATION Chapter 6: Valuing stocks Bond Cash Flows, Prices, and Yields - Maturity date: Final payment date - Term: Time remaining until

More information

And you also pay an additional amount which is rent on the use of the money while you have it and the lender doesn t

And you also pay an additional amount which is rent on the use of the money while you have it and the lender doesn t Professor Shoemaker When you borrow money you must eventually return the amount you borrow And you also pay an additional amount which is rent on the use of the money while you have it and the lender doesn

More information

Fin 5413: Chapter 04 - Fixed Interest Rate Mortgage Loans Page 1 Solutions to Problems - Chapter 4 Fixed Interest Rate Mortgage Loans

Fin 5413: Chapter 04 - Fixed Interest Rate Mortgage Loans Page 1 Solutions to Problems - Chapter 4 Fixed Interest Rate Mortgage Loans Fin 5413: Chapter 04 - Fixed Interest Rate Mortgage Loans Page 1 Solutions to Problems - Chapter 4 Fixed Interest Rate Mortgage Loans Problem 4-1 A borrower makes a fully amortizing CPM mortgage loan.

More information

Chapter 15B and 15C - Annuities formula

Chapter 15B and 15C - Annuities formula Chapter 15B and 15C - Annuities formula Finding the amount owing at any time during the term of the loan. A = PR n Q Rn 1 or TVM function on the Graphics Calculator Finding the repayment amount, Q Q =

More information

CS 413 Software Project Management LECTURE 8 COST MANAGEMENT FOR SOFTWARE PROJECT - II CASH FLOW ANALYSIS TECHNIQUES

CS 413 Software Project Management LECTURE 8 COST MANAGEMENT FOR SOFTWARE PROJECT - II CASH FLOW ANALYSIS TECHNIQUES LECTURE 8 COST MANAGEMENT FOR SOFTWARE PROJECT - II CASH FLOW ANALYSIS TECHNIQUES PAYBACK PERIOD: The payback period is the length of time it takes the company to recoup the initial costs of producing

More information

Solutions to Questions - Chapter 3 Mortgage Loan Foundations: The Time Value of Money

Solutions to Questions - Chapter 3 Mortgage Loan Foundations: The Time Value of Money Solutions to Questions - Chapter 3 Mortgage Loan Foundations: The Time Value of Money Question 3-1 What is the essential concept in understanding compound interest? The concept of earning interest on interest

More information

Reading. Valuation of Securities: Bonds

Reading. Valuation of Securities: Bonds Valuation of Securities: Bonds Econ 422: Investment, Capital & Finance University of Washington Last updated: April 11, 2010 Reading BMA, Chapter 3 http://finance.yahoo.com/bonds http://cxa.marketwatch.com/finra/marketd

More information

Investment Decision Criteria. Principles Applied in This Chapter. Learning Objectives

Investment Decision Criteria. Principles Applied in This Chapter. Learning Objectives Investment Decision Criteria Chapter 11 1 Principles Applied in This Chapter Principle 1: Money Has a Time Value. Principle 2: There is a Risk-Return Tradeoff. Principle 3: Cash Flows Are the Source of

More information

1 Week Recap Week 2

1 Week Recap Week 2 1 Week 3 1.1 Recap Week 2 pv, fv, timeline pmt - we don t have to keep it the same every period. Ex.: Suppose you are exactly 30 years old. You believe that you will be able to save for the next 20 years,

More information

Copyright 2016 by the UBC Real Estate Division

Copyright 2016 by the UBC Real Estate Division DISCLAIMER: This publication is intended for EDUCATIONAL purposes only. The information contained herein is subject to change with no notice, and while a great deal of care has been taken to provide accurate

More information

Chapter 3 Mathematics of Finance

Chapter 3 Mathematics of Finance Chapter 3 Mathematics of Finance Section R Review Important Terms, Symbols, Concepts 3.1 Simple Interest Interest is the fee paid for the use of a sum of money P, called the principal. Simple interest

More information

I. Warnings for annuities and

I. Warnings for annuities and Outline I. More on the use of the financial calculator and warnings II. Dealing with periods other than years III. Understanding interest rate quotes and conversions IV. Applications mortgages, etc. 0

More information

Introduction to Discounted Cash Flow

Introduction to Discounted Cash Flow Introduction to Discounted Cash Flow Professor Sid Balachandran Finance and Accounting for Non-Financial Executives Columbia Business School Agenda Introducing Discounted Cashflow Applying DCF to Evaluate

More information

MENG 547 Energy Management & Utilization

MENG 547 Energy Management & Utilization MENG 547 Energy Management & Utilization Chapter 4 Economic Decisions for Energy Projects Prof. Dr. Ugur Atikol, cea Director of EMU Energy Research Centre The Need for Economic Analysis The decision on

More information

A Tale of Two Project

A Tale of Two Project INTRO TO FINANCIAL CONCEPTS USING PYTHON A Tale of Two Project Proposals Dakota Wixom Quantitative Finance Analyst Common Profitability Analysis Methods Net Present Value (NPV) Internal Rate of Return

More information

Review of Financial Analysis Terms

Review of Financial Analysis Terms Review of Financial Analysis Terms Financial Analysis Requirements Economic Evaluation of Potential TUR Techniques (310 CMR 50.46A) The TUR plan must include the discount rate, cost of capital, depreciation

More information

3. Time value of money. We will review some tools for discounting cash flows.

3. Time value of money. We will review some tools for discounting cash flows. 1 3. Time value of money We will review some tools for discounting cash flows. Simple interest 2 With simple interest, the amount earned each period is always the same: i = rp o where i = interest earned

More information

Worksheet-2 Present Value Math I

Worksheet-2 Present Value Math I What you will learn: Worksheet-2 Present Value Math I How to compute present and future values of single and annuity cash flows How to handle cash flow delays and combinations of cash flow streams How

More information

Chapter 4. Discounted Cash Flow Valuation

Chapter 4. Discounted Cash Flow Valuation Chapter 4 Discounted Cash Flow Valuation Appreciate the significance of compound vs. simple interest Describe and compute the future value and/or present value of a single cash flow or series of cash flows

More information

Chapter 11: Capital Budgeting: Decision Criteria

Chapter 11: Capital Budgeting: Decision Criteria 11-1 Chapter 11: Capital Budgeting: Decision Criteria Overview and vocabulary Methods Payback, discounted payback NPV IRR, MIRR Profitability Index Unequal lives Economic life 11-2 What is capital budgeting?

More information

Section (circle one): Wednesday Wednesday Thursday Thursday 12:30 pm 6:45 pm 12:30 pm 6:45 pm Forsythe Rose Rose Charles

Section (circle one): Wednesday Wednesday Thursday Thursday 12:30 pm 6:45 pm 12:30 pm 6:45 pm Forsythe Rose Rose Charles NEW YORK UNIVERSITY ROBERT F. WAGNER GRADUATE SCHOOL OF PUBLIC SERVICE P11.1021: Financial Management Midterm Examination Professors Charles, Forsythe and Rose Spring 2009 Name: Student ID: Section (circle

More information

Copyright 2015 by the McGraw-Hill Education (Asia). All rights reserved.

Copyright 2015 by the McGraw-Hill Education (Asia). All rights reserved. Copyright 2015 by the McGraw-Hill Education (Asia). All rights reserved. Key Concepts and Skills Be able to compute: The future value of an investment made today The present value of cash to be received

More information

Creating formulas that use dates and times can be a little confusing if

Creating formulas that use dates and times can be a little confusing if Chapter 3: Date and Time Formulas In This Chapter Understanding dates and times in Excel Creating formulas that calculate elapsed dates and times Using the Date functions Using the Time functions Creating

More information

Contents List of Files with Examples

Contents List of Files with Examples Paos Kostati Power ad Eergy Systems Egieerig Ecoomics Itroductio ad Istructios Cotets List of Files with Examples Frequetly used MS-Excel fuctios Add-Is developed by the Author Istallatio Istructio of

More information

3. Time value of money

3. Time value of money 1 Simple interest 2 3. Time value of money With simple interest, the amount earned each period is always the same: i = rp o We will review some tools for discounting cash flows. where i = interest earned

More information

Valuing Bonds. Professor: Burcu Esmer

Valuing Bonds. Professor: Burcu Esmer Valuing Bonds Professor: Burcu Esmer Valuing Bonds A bond is a debt instrument issued by governments or corporations to raise money The successful investor must be able to: Understand bond structure Calculate

More information

Chapter 2 Time Value of Money ANSWERS TO END-OF-CHAPTER QUESTIONS

Chapter 2 Time Value of Money ANSWERS TO END-OF-CHAPTER QUESTIONS Chapter 2 Time Value of Money ANSWERS TO END-OF-CHAPTER QUESTIONS 2-1 a. PV (present value) is the value today of a future payment, or stream of payments, discounted at the appropriate rate of interest.

More information

McGraw-Hill/Irwin Copyright 2009 by The McGraw-Hill Companies, Inc. All rights reserved.

McGraw-Hill/Irwin Copyright 2009 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 12 Planning Investments: Capital Budgeting McGraw-Hill/Irwin Copyright 2009 by The McGraw-Hill Companies, Inc. All rights reserved. What are the Steps in the Capital Budgeting Process? Identify

More information

Given the following information, what is the WACC for the following firm?

Given the following information, what is the WACC for the following firm? Chapter 1 Cost of Capital The required return for an asset is a function of the risk of the asset and the return to the investor is the same as the cost to the company. The firms cost of capital provides

More information

To complete this workbook, you will need the following file:

To complete this workbook, you will need the following file: CHAPTER 7 Excel More Skills 11 Create Amortization Tables Amortization tables track loan payments for the life of a loan. Each row in an amortization table tracks how much of a payment is applied to the

More information

I would owe my relative $1, after 2 years. Since they just turned 2, we have 16 more years. I would have $35, when my child turns 18.

I would owe my relative $1, after 2 years. Since they just turned 2, we have 16 more years. I would have $35, when my child turns 18. Chapter 4 Group Activity - SOLUTIONS 4B: Simple and Compound Interest Group Activity Use a spreadsheet on a Chromebook, smartphone, laptop or tablet to work on these problems. Write down the spreadsheet

More information

What s next? Chapter 7. Topic Overview. Net Present Value & Other Investment Criteria

What s next? Chapter 7. Topic Overview. Net Present Value & Other Investment Criteria What s next? Capital Budgeting: involves making decisions about real asset investments. Chapter 7: Net Present Value and Other Investment Criteria Chapter 8: Estimating cash flows for a potential investment.

More information

Solutions to end-of-chapter problems Basics of Engineering Economy, 2 nd edition Leland Blank and Anthony Tarquin

Solutions to end-of-chapter problems Basics of Engineering Economy, 2 nd edition Leland Blank and Anthony Tarquin Solutions to end-of-chapter problems Basics of Engineering Economy, 2 nd edition Leland Blank and Anthony Tarquin Chapter 2 Factors: How Time and Interest Affect Money 2.1 (a) (F/P,10%,20) = 6.7275 (b)

More information

Chapter Outline. Problem Types. Key Concepts and Skills 8/27/2009. Discounted Cash Flow. Valuation CHAPTER

Chapter Outline. Problem Types. Key Concepts and Skills 8/27/2009. Discounted Cash Flow. Valuation CHAPTER 8/7/009 Slide CHAPTER Discounted Cash Flow 4 Valuation Chapter Outline 4.1 Valuation: The One-Period Case 4. The Multiperiod Case 4. Compounding Periods 4.4 Simplifications 4.5 What Is a Firm Worth? http://www.gsu.edu/~fnccwh/pdf/ch4jaffeoverview.pdf

More information

MULTIPLE-CHOICE QUESTIONS Circle the correct answer on this test paper and record it on the computer answer sheet.

MULTIPLE-CHOICE QUESTIONS Circle the correct answer on this test paper and record it on the computer answer sheet. M I M E 3 1 0 E N G I N E E R I N G E C O N O M Y Class Test #2 Thursday, 23 March, 2006 90 minutes PRINT your family name / initial and record your student ID number in the spaces provided below. FAMILY

More information

Time Value of Money CHAPTER. Will You Be Able to Retire?

Time Value of Money CHAPTER. Will You Be Able to Retire? CHAPTER 5 Goodluz/Shutterstock.com Time Value of Money Will You Be Able to Retire? Your reaction to that question is probably, First things first! I m worried about getting a job, not about retiring! However,

More information

Advanced Financial Analysis & Modelling using Excel

Advanced Financial Analysis & Modelling using Excel Advanced Financial Analysis & Modelling using Excel Take both your financial analysis and modelling skills to the next level. Become more confident, more capable & more valuable by participating in & completing

More information

Investment Decision Criteria. Principles Applied in This Chapter. Disney s Capital Budgeting Decision

Investment Decision Criteria. Principles Applied in This Chapter. Disney s Capital Budgeting Decision Investment Decision Criteria Chapter 11 1 Principles Applied in This Chapter Principle 1: Money Has a Time Value. Principle 2: There is a Risk-Return Tradeoff. Principle 3: Cash Flows Are the Source of

More information

Session 1, Monday, April 8 th (9:45-10:45)

Session 1, Monday, April 8 th (9:45-10:45) Session 1, Monday, April 8 th (9:45-10:45) Time Value of Money and Capital Budgeting v2.0 2014 Association for Financial Professionals. All rights reserved. Session 3-1 Chapters Covered Time Value of Money:

More information

Corporate Financial Management

Corporate Financial Management Corporate Financial Management Professor James J. Barkocy There are three kinds of people: the ones that can count and the ones that can t. McGraw-Hill/Irwin Copyright 2012 by The McGraw-Hill Companies,

More information

FPSBI/M-VI/03-01/10/WN-23 (1+0.09/4)^4-1 ( )/( )-1

FPSBI/M-VI/03-01/10/WN-23 (1+0.09/4)^4-1 ( )/( )-1 Solutions-Irawati Senna 1) B) 2) A) Nominal interest rate Effective rate Inflation Real rate of return 9.00% p.a. 9.31% p.a. 5.50% p.a. 3.61% p.a. (1+0.09/4)^4-1 (1+0.0931)/(1+0.055)-1 3) D) Amount of

More information

Principles of Corporate Finance

Principles of Corporate Finance Principles of Corporate Finance Professor James J. Barkocy Time is money really McGraw-Hill/Irwin Copyright 2015 by The McGraw-Hill Companies, Inc. All rights reserved. Time Value of Money Money has a

More information

The cost price equals R Cash inflow from the new machinery excluding wear and tear-, service- and maintenance cost are as follows:

The cost price equals R Cash inflow from the new machinery excluding wear and tear-, service- and maintenance cost are as follows: Simphiwe & Sons Ltd 1 Current capital structure: The company has a target D : E ratio of 40% : 60% The current market value of debt is R4 million The current market value of equity is R9 million Cost of

More information

FPSBI/M-VI/11-01/09/WN * FV(10%,15,-36000,0,1)

FPSBI/M-VI/11-01/09/WN * FV(10%,15,-36000,0,1) Solutins : Vinod Gupta 1) A) Initial Investment= -12.5-12.5 lakh Year 1 profit= 3.50/2 1.75 lakh Year 2 profit= 4.74/2 2.37 lakh Year 3 profit= 5.17/2 2.585 lakh Year 4 profit= 6.35/2 3.175 lakh Year 5

More information

AFP Financial Planning & Analysis Learning System Session 1, Monday, April 3 rd (9:45-10:45) Time Value of Money and Capital Budgeting

AFP Financial Planning & Analysis Learning System Session 1, Monday, April 3 rd (9:45-10:45) Time Value of Money and Capital Budgeting AFP Financial Planning & Analysis Learning System Session 1, Monday, April 3 rd (9:45-10:45) Time Value of Money and Capital Budgeting Chapters Covered Time Value of Money: Part I, Domain B Chapter 6 Net

More information

12. Cost of Capital. Outline

12. Cost of Capital. Outline 12. Cost of Capital 0 Outline The Cost of Capital: What is it? The Cost of Equity The Costs of Debt and Preferred Stock The Weighted Average Cost of Capital Economic Value Added 1 1 Required Return The

More information

FinQuiz Notes

FinQuiz Notes Reading 6 The Time Value of Money Money has a time value because a unit of money received today is worth more than a unit of money to be received tomorrow. Interest rates can be interpreted in three ways.

More information

Full file at https://fratstock.eu

Full file at https://fratstock.eu Chapter 2 Time Value of Money ANSWERS TO END-OF-CHAPTER QUESTIONS 2-1 a. PV (present value) is the value today of a future payment, or stream of payments, discounted at the appropriate rate of interest.

More information

CAPITAL BUDGETING TECHNIQUES (CHAPTER 9)

CAPITAL BUDGETING TECHNIQUES (CHAPTER 9) CAPITAL BUDGETING TECHNIQUES (CHAPTER 9) Capital budgeting refers to the process used to make decisions concerning investments in the long-term assets of the firm. The general idea is that a firm s capital,

More information

Software Economics. Introduction to Business Case Analysis. Session 2

Software Economics. Introduction to Business Case Analysis. Session 2 Software Economics Introduction to Business Case Analysis Session 2 Today Last Session we covered FV, PV and NPV We started with setting up the financials of a Business Case We talked about measurements

More information

Loan and Bond Amortization

Loan and Bond Amortization Loan and Bond Amortization 5 chapter In this chapter you will learn: How to use the payment function to calculate payments to retire a loan How to create a loan amortization schedule How to use a what-if

More information