CHAPTER 30, DATA TABLES *

Size: px
Start display at page:

Download "CHAPTER 30, DATA TABLES *"

Transcription

1 CHAPTER 0, DATA TABLES * slight bug fix: July, 00 Chapter contents Overview A simple example Summary: How to do a one-dimensional data table Some notes on data tables Two dimensional data tables... EXERCISES... Overview Data tables are Excel s most sophisticated way of doing sensitivity analysis. They are a bit tricky to implement, but the effort of learning them is well worth it! * Notice: This is a preliminary draft of a chapter of Principles of Finance by Simon Benninga (benninga@wharton.upenn.edu). Check with the author before distributing this draft (though you will probably get permission). Make sure the material is updated before distributing it. All the material is copyright and the rights belong to the author. PFE Chapter 0, Data tables page

2 0.. A simple example If we deposit $0 today and leave it in a bank drawing % interest for years, what will be its future value? As the example below shows, the answer is $0.: A B C DATA TABLE EXAMPLE Interest rate % Initial deposit 0 Years Future value $0. <-- =B*(+B)^B Now suppose we want show the sensitivity of the future value to the interest rate. In cells A:A we have put interest rates varying from 0% to 0%, and in cell B we have put =B, which refers to the initial calculation of the future value. A B C DATA TABLE EXAMPLE Interest rate % Initial deposit 0 Years Future value $0. <-- =B*(+B)^B Interest rate 0% % 0% 0% 0% 0% 0% $0. <-- =B To use the data table technique we mark the range A:B and then use the command Data Table. Here s the way the screen looks at this point: PFE Chapter 0, Data tables page

3 The dialog box asks whether the parameter to be varied is in a row or a column of the marked table. In our case, the interest rate to be varied is in column A of the table, so we move the cursor from Row input cell to Column input cell and indicate where in the original example the interest rate occurs: PFE Chapter 0, Data tables page

4 When you press OK you get the result: A B C DATA TABLE EXAMPLE Interest rate % Initial deposit 0 Years Future value $0. <-- =B*(+B)^B Interest rate $0. <-- =B 0% 0 %. 0%. 0%. 0%. 0%.0 0%. 0.. Summary: How to do a one-dimensional data table Create an initial example Set up a range with: PFE Chapter 0, Data tables page

5 o Some variable in the initial example that will be changed (like the interest rate in the above example) o A reference to the initial example (like the =B in the above). Note that you will always have a blank cell next to this reference. Note the blank cells when the variable is in a column: A B C D DATA TABLE EXAMPLE Interest rate % Initial deposit 0 Years Future value $0. <-- =B*(+B)^B Interest rate 0% % % % 0% % 0% Blank cell when variable is in column $0. <-- =B Here s the blank cell when the variable is in a row: E F G H I J K L Blank cell when variable is in row 0% % % % 0% % 0% $0. =B Bring up the Data Table command and indicate in the dialog box: o Whether the variable is in a column or a row o Where in the initial example the variable occurs: PFE Chapter 0, Data tables page

6 Variable in column Variable in row Either way the result will be a sensitivity table: A B C D E F G H I J K L DATA TABLE EXAMPLE Interest rate % Initial deposit 0 Years Future value $0. <-- =B*(+B)^B Blank cell when variable is in column Blank cell when variable is in row Interest rate $0. <-- =B 0% % % % 0% % 0% 0% 0 $ %. %. =B % 0. 0%. %. 0%. PFE Chapter 0, Data tables page

7 0.. Some notes on data tables Data tables are dynamic You can change either your initial example or the variables and the table will adjust. Here s an example where we ve changed the interest rates we want to vary (compare to the previous example): A B C DATA TABLE EXAMPLE Interest rate % Initial deposit 0 Years Future value $0. <-- =B*(+B)^B Interest rate $0. <-- =B 0% 0 %. 0%. 0%. 0%. 0%.0 0%. Here s another example: We change the function we re calculating, putting =FV(B,B,-B,,) in cell B, as explained in Chapter, this function calculates the future value of annual $0 deposits starting today and accumulating interest at % for years. Note that we ve also changed the text in cell A from initial deposit to annual deposit to reflect what s now happening. As we also explained in Chapters and, we put the minus sign before B because otherwise for reasons beyond logic Excel produces a negative future value. Note that if we had typed FV(B,B,-B) the assumption is that there are deposits starting one year from now. PFE Chapter 0, Data tables page

8 When we press OK, both the example and the data table update: A B C DATA TABLE EXAMPLE Interest rate % Initial deposit 0 Years Future value $,. <-- =FV(B,B,-B,,) Interest rate. <-- =B 0% 00 %. 0%.0 0% 0. 0%. 0%. 0% 0. You can only erase the whole table but you cannot erase part of a table If you try to erase part of a data table, you ll get an error message: PFE Chapter 0, Data tables page

9 You can hide the cell header but not erase it The formula at the top of the table s second column (cell B in our case, containing the reference to cell B) is called the column header. This formula controls what the data table calculates. If you want to print a table, you often want to hide the column header. In the example below, we ve put the cursor on cell B. We then use the command Format Cells and go to Number Custom. Typing a semicolon in the Type box hides the cell: PFE Chapter 0, Data tables page

10 Here s the result: A B C Interest rate <-- =B 0% 00 %. 0%.0 0% 0. 0%. 0%. 0% 0. PFE Chapter 0, Data tables page

11 0.. Two dimensional data tables In the example below we return to the FV example discussed above. We want to vary our initial example with respect to both the interest rate and the initial deposit. The data table is set up in cells B:H: A B C D E F G H I DATA TABLE EXAMPLE Interest rate % Annual deposit 0 Years Future value $,. <-- =FV(B,B,-B,,) Two-dimensional table, showing sensitivity of future value to both interest rate and deposit size =B $,. 0% % % % 0% % This time we indicate in the Data Table command that there are two variables: This creates a two-dimensional table: PFE Chapter 0, Data tables page

12 B C D E F G H $,. 0% % % % 0% % ,.,.,0. 0,000.00,0.,.,.,.0,. 0,00.00,.0,.,0.,.,. 00,000.00,.,0.,.,0.0,. 0,00.00,0.0,.,.,.0,. 00,000.00,.0,.,00.,.,. EXERCISES. The spreadsheet below shows the value of the function ( ) the indicated data table and use it to graph the function in the range (-,). 0 A B C D x f(x) <-- =B^+*B- Data table <-- =B f x = x + x for x=. Create. The example below calculates the NPV and IRR for an investment. a. Create a one-dimensional data table showing the sensitivity of the NPV and IRR to the year- cash flow (currently $,000). Use a range of $,000 - $,000 in increments of $00. PFE Chapter 0, Data tables page

13 b. Create a two-dimension data table showing the sensitivity of NPV to the year- cash flow and to the discount rate. Use the same range for the cash flow as above and use discount rates from % to 0%, with increments of %. 0 A B C D E Discount rate % Cost 0,000 Cash flow growth % Year Cash flow 0 (0,000.00) <-- =-B,000.00,00.00 <-- =B*(+$B$),.00 <-- =B*(+$B$),.,.,.,.,0.0,.,. NPV,. <-- =NPV(B,B:B)+B IRR 0.% <-- =IRR(B:B). Project A and Project B cash flows are given in the spreadsheet below. Recreate the Data Table in cells A:C and create the graph. Notice that the Data Table headers in cells B:C have been hidden (see Section 0. for details on how to do this). What is the crossover point of the two lines? (You can use the data table to do this, but you can also refer to Chapter for a better solution.) PFE Chapter 0, Data tables page

14 0 0 A B C D E F G H I Discount rate % Year Project A cash flow Project B cash flow 0 -,000 -, NPV.. <-- =NPV($B$,C:C)+C IRR.% 0.% <-- =IRR(C:C) NPV A NPV B 0%,00.00, %. 0. %.0 0. %.. %.. %.0. %.0. %. 0. %.. % % -.. % % % % % TWO INVESTMENTS AND THEIR NPVs <-- The data table headers have been hidden; see Chapter 0 for details,00.00,00.00, % % % % % % NPV A NPV B. Finance texts always have tables which give the present value factor for an annuity: PV factor for annuity of $ N for N years =. t= t ( + r) As illustrated below in Excel these present value factors are created with the PV function: PFE Chapter 0, Data tables page

15 A B C D E F G H I J K r % T PV factor. <-- =PV(B,B,-) ANNUITY TABLE Number of periods PRESENT VALUE OF AN ANNUITY OF $ FOR N PERIODS % % % % % % % % % % Use Data Table to create the table in the template above.. (Do this example only if you ve studied Chapter on option pricing.) The Black-Scholes option pricing model, defined in Chapter, prices call and put options based on parameters: S, the stock price today X, the option s exercise price (also called the option s strike price) T, the option s expiration date r, the interest rate σ ( Sigma ), the riskiness of the stock These inputs and the resulting call and put prices are highlighted below. Your assignment: Use Data Table to create tables showing the sensitivity of the call and put prices to the various inputs. Here are some suggestions: a. Using the parameters shown below, what are the call and put prices given σ = %, %, 0%,, 0%? PFE Chapter 0, Data tables page

16 b. Using the parameters shown below, what are the call and put prices when T = 0., 0., 0.,,? A B C The Black-Scholes Option-Pricing Formula S X T r Sigma d d 0 Current stock price 0 Exercise price Time to maturity of option (in years).00% Risk-free rate of interest % Stock volatility 0.0 <-- (LN(S/X)+(r+0.*sigma^)*T)/(sigma*SQRT(T)) 0. <-- d -sigma*sqrt(t) N(d ) 0. <-- Uses formula NormSDist(d ) N(d ) 0. <-- Uses formula NormSDist(d ) Call price. <-- S*N(d )-X*exp(-r*T)*N(d ) Put price. <-- call price - S + X*Exp(-r*T): by Put-Call parity PFE Chapter 0, Data tables page

Chapter 1: The time value of money *

Chapter 1: The time value of money * Chapter 1: The time value of money * minor bug fix: September 9, 2003 Chapter contents Overview... 2 1.1. Future value... 3 1.2. Present value... 18 1.3. Net present value... 26 1.4. The internal rate

More information

Basic Financial Calculations

Basic Financial Calculations I Corporate Finance Models Basic Financial Calculations. Overview This chapter aims to give you some finance basics and their Excel implementation. If you have had a good introductory course in finance,

More information

How To Use Excel To Compute Compound Interest

How To Use Excel To Compute Compound Interest Excel has several built in functions for working with compound interest and annuities. To use these functions, we ll start with a standard Excel worksheet. This worksheet contains the variables used throughout

More information

Option Premium = Intrinsic. Speculative Value. Value

Option Premium = Intrinsic. Speculative Value. Value Chapters 4/ Part Options: Basic Concepts Options Call Options Put Options Selling Options Reading The Wall Street Journal Combinations of Options Valuing Options An Option-Pricing Formula Investment in

More information

6: Financial Calculations

6: Financial Calculations : Financial Calculations The Time Value of Money Growth of Money I Growth of Money II The FV Function Amortisation of a Loan Annuity Calculation Comparing Investments Worked examples Other Financial Functions

More information

Options Pricing. This is sometimes referred to as the intrinsic value of the option.

Options Pricing. This is sometimes referred to as the intrinsic value of the option. Options Pricing We will use the example of a call option in discussing the pricing issue. Later, we will turn our attention to the Put-Call Parity Relationship. I. Preliminary Material Recall the payoff

More information

EXCEL PREREQUISITES SOLVING TIME VALUE OF MONEY PROBLEMS IN EXCEL

EXCEL PREREQUISITES SOLVING TIME VALUE OF MONEY PROBLEMS IN EXCEL CHAPTER 3 Smart Excel Appendix Use the Smart Excel spreadsheets and animated tutorials at the Smart Finance section of http://www.cengage.co.uk/megginson. Appendix Contents Excel prerequisites Creating

More information

NOTE: All of the information contained in this file has been collected from the various HELP files found in Excel for each of these functions.

NOTE: All of the information contained in this file has been collected from the various HELP files found in Excel for each of these functions. NOTE: All of the information contained in this file has been collected from the various HELP files found in Excel for each of these functions. PV Returns the present value of an investment. The present

More information

Use the option quote information shown below to answer the following questions. The underlying stock is currently selling for $83.

Use the option quote information shown below to answer the following questions. The underlying stock is currently selling for $83. Problems on the Basics of Options used in Finance 2. Understanding Option Quotes Use the option quote information shown below to answer the following questions. The underlying stock is currently selling

More information

MBA Quantitative Methods PC-Exercises Introductory Examples

MBA Quantitative Methods PC-Exercises Introductory Examples MBA Quantitative Methods PC-Exercises Introductory Examples intro.xls intro_with_output.xls intro.doc For all Examples you need the file intro.xls. The file intro_with_output.xls is the file with the results

More information

Monte Carlo Simulation. SMG ITS Advanced Excel Workshop

Monte Carlo Simulation. SMG ITS Advanced Excel Workshop Advanced Excel Workshop Monte Carlo Simulation Page 1 Contents Monte Carlo Simulation Tutorial... 2 Example 1: New Marketing Campaign... 2 VLOOKUP... 5 Example 2: Revenue Forecast... 6 Pivot Table... 8

More information

Dick Schwanke Finite Math 111 Harford Community College Fall 2015

Dick Schwanke Finite Math 111 Harford Community College Fall 2015 Using Technology to Assist in Financial Calculations Calculators: TI-83 and HP-12C Software: Microsoft Excel 2007/2010 Session #4 of Finite Mathematics 1 TI-83 / 84 Graphing Calculator Section 5.5 of textbook

More information

Lecture 5: Put - Call Parity

Lecture 5: Put - Call Parity Lecture 5: Put - Call Parity Reading: J.C.Hull, Chapter 9 Reminder: basic assumptions 1. There are no arbitrage opportunities, i.e. no party can get a riskless profit. 2. Borrowing and lending are possible

More information

Programming the TI-83 and TI-84 Calculators for Finance

Programming the TI-83 and TI-84 Calculators for Finance Programming the TI-83 and TI-84 Calculators for Finance Steven P. Rich, Baylor University The power of the Texas Instrument TI-83 and TI-84 calculators lies in the ability to create programs for them.

More information

Instructions for Using the Casio FC range of Business/Financial Calculators

Instructions for Using the Casio FC range of Business/Financial Calculators Instructions for Using the Casio FC range of Business/Financial Calculators These instructions are based on the Casio FC-100 Financial Consultant calculator, and may vary slightly with different models.

More information

1 The Black-Scholes Formula

1 The Black-Scholes Formula 1 The Black-Scholes Formula In 1973 Fischer Black and Myron Scholes published a formula - the Black-Scholes formula - for computing the theoretical price of a European call option on a stock. Their paper,

More information

Net Present Value and Other Investment Criteria

Net Present Value and Other Investment Criteria Net Present Value and Other Investment Criteria Topics Covered Net Present Value Other Investment Criteria Mutually Exclusive Projects Capital Rationing Net Present Value Net Present Value - Present value

More information

UNDERSTANDING HEALTHCARE FINANCIAL MANAGEMENT, 5ed. Time Value Analysis

UNDERSTANDING HEALTHCARE FINANCIAL MANAGEMENT, 5ed. Time Value Analysis This is a sample of the instructor resources for Understanding Healthcare Financial Management, Fifth Edition, by Louis Gapenski. This sample contains the chapter models, end-of-chapter problems, and end-of-chapter

More information

Call and Put. Options. American and European Options. Option Terminology. Payoffs of European Options. Different Types of Options

Call and Put. Options. American and European Options. Option Terminology. Payoffs of European Options. Different Types of Options Call and Put Options A call option gives its holder the right to purchase an asset for a specified price, called the strike price, on or before some specified expiration date. A put option gives its holder

More information

Microsoft Excel - XP Intermediate

Microsoft Excel - XP Intermediate Microsoft Excel - XP Intermediate Financial Functions Goal Seeking Variable Tables IF Statements AND & OR Functions Mathematical Operations Between Separate Sheets Mathematical Operations Between Separate

More information

PV Tutorial Using Excel

PV Tutorial Using Excel EYK 15-3 PV Tutorial Using Excel TABLE OF CONTENTS Introduction Exercise 1: Exercise 2: Exercise 3: Exercise 4: Exercise 5: Exercise 6: Exercise 7: Exercise 8: Exercise 9: Exercise 10: Exercise 11: Exercise

More information

Section 4.3 4.6 DCF Calculations

Section 4.3 4.6 DCF Calculations Section 4.3 4.6 DCF Calculations Single Cash Flow Problems. Both problems involve paying (cash outflow) a present value amount on date 0 and receiving (cash inflow) a future value amount on date 5. Prob.

More information

Chapter 7. Net Present Value and Other Investment Criteria

Chapter 7. Net Present Value and Other Investment Criteria Chapter 7 Net Present Value and Other Investment Criteria 7-2 Topics Covered Net Present Value Other Investment Criteria Mutually Exclusive Projects Capital Rationing 7-3 Net Present Value Net Present

More information

In Section 5.3, we ll modify the worksheet shown above. This will allow us to use Excel to calculate the different amounts in the annuity formula,

In Section 5.3, we ll modify the worksheet shown above. This will allow us to use Excel to calculate the different amounts in the annuity formula, Excel has several built in functions for working with compound interest and annuities. To use these functions, we ll start with a standard Excel worksheet. This worksheet contains the variables used throughout

More information

Overview. Option Basics. Options and Derivatives. Professor Lasse H. Pedersen. Option basics and option strategies

Overview. Option Basics. Options and Derivatives. Professor Lasse H. Pedersen. Option basics and option strategies Options and Derivatives Professor Lasse H. Pedersen Prof. Lasse H. Pedersen 1 Overview Option basics and option strategies No-arbitrage bounds on option prices Binomial option pricing Black-Scholes-Merton

More information

Numbers 101: Cost and Value Over Time

Numbers 101: Cost and Value Over Time The Anderson School at UCLA POL 2000-09 Numbers 101: Cost and Value Over Time Copyright 2000 by Richard P. Rumelt. We use the tool called discounting to compare money amounts received or paid at different

More information

BINOMIAL OPTION PRICING

BINOMIAL OPTION PRICING Darden Graduate School of Business Administration University of Virginia BINOMIAL OPTION PRICING Binomial option pricing is a simple but powerful technique that can be used to solve many complex option-pricing

More information

5. Time value of money

5. Time value of money 1 Simple interest 2 5. 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

HO-23: METHODS OF INVESTMENT APPRAISAL

HO-23: METHODS OF INVESTMENT APPRAISAL HO-23: METHODS OF INVESTMENT APPRAISAL After completing this exercise you will be able to: Calculate and compare the different returns on an investment using the ROI, NPV, IRR functions. Investments: Discounting,

More information

Chapter 21 Valuing Options

Chapter 21 Valuing Options Chapter 21 Valuing Options Multiple Choice Questions 1. Relative to the underlying stock, a call option always has: A) A higher beta and a higher standard deviation of return B) A lower beta and a higher

More information

Implied Volatility for FixedResets

Implied Volatility for FixedResets Implied Volatility for FixedResets In this essay I explain the calculation of Implied Volatility for FixedResets, in accordance with a spreadsheet I have developed which is publicly available at http://www.prefblog.com/xls/impliedvolatility.xls.

More information

PowerPoint. to accompany. Chapter 5. Interest Rates

PowerPoint. to accompany. Chapter 5. Interest Rates PowerPoint to accompany Chapter 5 Interest Rates 5.1 Interest Rate Quotes and Adjustments To understand interest rates, it s important to think of interest rates as a price the price of using money. When

More information

Lecture 7: Bounds on Options Prices Steven Skiena. http://www.cs.sunysb.edu/ skiena

Lecture 7: Bounds on Options Prices Steven Skiena. http://www.cs.sunysb.edu/ skiena Lecture 7: Bounds on Options Prices Steven Skiena Department of Computer Science State University of New York Stony Brook, NY 11794 4400 http://www.cs.sunysb.edu/ skiena Option Price Quotes Reading the

More information

Introduction to Excel

Introduction to Excel Introduction to Excel This material has been reprinted, with permission, from the Excel Tutorial on the TRIO program webpage of the University of South Dakota. A series of "screencast" videos covering

More information

The Time Value of Money

The Time Value of Money The Time Value of Money Future Value - Amount to which an investment will grow after earning interest. Compound Interest - Interest earned on interest. Simple Interest - Interest earned only on the original

More information

Key Concepts and Skills

Key Concepts and Skills McGraw-Hill/Irwin Copyright 2014 by the McGraw-Hill Companies, Inc. All rights reserved. Key Concepts and Skills Be able to compute: The future value of an investment made today The present value of cash

More information

Investment, Time, and Present Value

Investment, Time, and Present Value Investment, Time, and Present Value Contents: Introduction Future Value (FV) Present Value (PV) Net Present Value (NPV) Optional: The Capital Asset Pricing Model (CAPM) Introduction Decisions made by a

More information

OPTIONS PRICING EXERCISE

OPTIONS PRICING EXERCISE William L. Silber Foundations of Finance (B01.2311) OPTIONS PRICING EXERCISE Minnesota Mining and Manufacturing (3M) is awarding a year-end bonus to its Senior Vice-President of Marketing in the form of

More information

Chapter 8 Financial Options and Applications in Corporate Finance ANSWERS TO END-OF-CHAPTER QUESTIONS

Chapter 8 Financial Options and Applications in Corporate Finance ANSWERS TO END-OF-CHAPTER QUESTIONS Chapter 8 Financial Options and Applications in Corporate Finance ANSWERS TO END-OF-CHAPTER QUESTIONS 8-1 a. An option is a contract which gives its holder the right to buy or sell an asset at some predetermined

More information

Chapter 21: Options and Corporate Finance

Chapter 21: Options and Corporate Finance Chapter 21: Options and Corporate Finance 21.1 a. An option is a contract which gives its owner the right to buy or sell an underlying asset at a fixed price on or before a given date. b. Exercise is the

More information

How To Calculate The Value Of A Project

How To Calculate The Value Of A Project Chapter 02 How to Calculate Present Values Multiple Choice Questions 1. The present value of $100 expected in two years from today at a discount rate of 6% is: A. $116.64 B. $108.00 C. $100.00 D. $89.00

More information

( ) ( )( ) ( ) 2 ( ) 3. n n = 100 000 1+ 0.10 = 100 000 1.331 = 133100

( ) ( )( ) ( ) 2 ( ) 3. n n = 100 000 1+ 0.10 = 100 000 1.331 = 133100 Mariusz Próchniak Chair of Economics II Warsaw School of Economics CAPITAL BUDGETING Managerial Economics 1 2 1 Future value (FV) r annual interest rate B the amount of money held today Interest is compounded

More information

UCLA Anderson School of Management Daniel Andrei, Derivative Markets 237D, Winter 2014. MFE Midterm. February 2014. Date:

UCLA Anderson School of Management Daniel Andrei, Derivative Markets 237D, Winter 2014. MFE Midterm. February 2014. Date: UCLA Anderson School of Management Daniel Andrei, Derivative Markets 237D, Winter 2014 MFE Midterm February 2014 Date: Your Name: Your Equiz.me email address: Your Signature: 1 This exam is open book,

More information

Chapter 8. 48 Financial Planning Handbook PDP

Chapter 8. 48 Financial Planning Handbook PDP Chapter 8 48 Financial Planning Handbook PDP The Financial Planner's Toolkit As a financial planner, you will be doing a lot of mathematical calculations for your clients. Doing these calculations for

More information

$1,300 + 1,500 + 1,900 = $4,700. in cash flows. The project still needs to create another: $5,500 4,700 = $800

$1,300 + 1,500 + 1,900 = $4,700. in cash flows. The project still needs to create another: $5,500 4,700 = $800 1. To calculate the payback period, we need to find the time that the project has recovered its initial investment. After three years, the project has created: $1,300 + 1,500 + 1,900 = $4,700 in cash flows.

More information

The Time Value of Money

The Time Value of Money CHAPTER 7 The Time Value of Money After studying this chapter, you should be able to: 1. Explain the concept of the time value of money. 2. Calculate the present value and future value of a stream of cash

More information

Understanding Financial Management: A Practical Guide Guideline Answers to the Concept Check Questions

Understanding Financial Management: A Practical Guide Guideline Answers to the Concept Check Questions Understanding Financial Management: A Practical Guide Guideline Answers to the Concept Check Questions Chapter 8 Capital Budgeting Concept Check 8.1 1. What is the difference between independent and mutually

More information

CS-150L Computing for Business Students Future Value of a Retirement Annuity

CS-150L Computing for Business Students Future Value of a Retirement Annuity CS-150L Computing for Business Students Future Value of a Retirement Annuity Instructor: Matthew Barrick e-mail: barrick@cs.unm.edu www.cs.unm.edu/~barrick Office: Farris Engineering Center (FEC) room

More information

Options (1) Class 19 Financial Management, 15.414

Options (1) Class 19 Financial Management, 15.414 Options (1) Class 19 Financial Management, 15.414 Today Options Risk management: Why, how, and what? Option payoffs Reading Brealey and Myers, Chapter 2, 21 Sally Jameson 2 Types of questions Your company,

More information

JF MSISS. Excel 2010. Tutorial 4

JF MSISS. Excel 2010. Tutorial 4 JF MSISS Excel 2010 Tutorial 4 In this session you will learn how to: Using functions The IF statement Calculating net present values. 1. Building a Spreadsheet Model The standard mortgage is the annuity

More information

CHAPTER 9 Time Value Analysis

CHAPTER 9 Time Value Analysis Copyright 2008 by the Foundation of the American College of Healthcare Executives 6/11/07 Version 9-1 CHAPTER 9 Time Value Analysis Future and present values Lump sums Annuities Uneven cash flow streams

More information

Creating a Gradebook in Excel

Creating a Gradebook in Excel Creating a Spreadsheet Gradebook 1 Creating a Gradebook in Excel Spreadsheets are a great tool for creating gradebooks. With a little bit of work, you can create a customized gradebook that will provide

More information

The Capital Asset Pricing

The Capital Asset Pricing CHAPTER chapter The Capital Asset Pricing Model What (CAPM) Does It Cost? and the IRR and the Security Time Value Market of Money Line (SML) CHAPTER CONTENTS Overview.. Don t Trust the Quoted Interest

More information

1. What are the three types of business organizations? Define them

1. What are the three types of business organizations? Define them Written Exam Ticket 1 1. What is Finance? What do financial managers try to maximize, and what is their second objective? 2. How do you compare cash flows at different points in time? 3. Write the formulas

More information

1. If you wish to accumulate $140,000 in 13 years, how much must you deposit today in an account that pays an annual interest rate of 14%?

1. If you wish to accumulate $140,000 in 13 years, how much must you deposit today in an account that pays an annual interest rate of 14%? Chapter 2 - Sample Problems 1. If you wish to accumulate $140,000 in 13 years, how much must you deposit today in an account that pays an annual interest rate of 14%? 2. What will $247,000 grow to be in

More information

Lesson 1. Key Financial Concepts INTRODUCTION

Lesson 1. Key Financial Concepts INTRODUCTION Key Financial Concepts INTRODUCTION Welcome to Financial Management! One of the most important components of every business operation is financial decision making. Business decisions at all levels have

More information

Options/1. Prof. Ian Giddy

Options/1. Prof. Ian Giddy Options/1 New York University Stern School of Business Options Prof. Ian Giddy New York University Options Puts and Calls Put-Call Parity Combinations and Trading Strategies Valuation Hedging Options2

More information

HANDBOOK: HOW TO USE YOUR TI BA II PLUS CALCULATOR

HANDBOOK: HOW TO USE YOUR TI BA II PLUS CALCULATOR HANDBOOK: HOW TO USE YOUR TI BA II PLUS CALCULATOR This document is designed to provide you with (1) the basics of how your TI BA II Plus financial calculator operates, and (2) the typical keystrokes that

More information

Interest rate Derivatives

Interest rate Derivatives Interest rate Derivatives There is a wide variety of interest rate options available. The most widely offered are interest rate caps and floors. Increasingly we also see swaptions offered. This note will

More information

TPPE17 Corporate Finance 1(5) SOLUTIONS RE-EXAMS 2014 II + III

TPPE17 Corporate Finance 1(5) SOLUTIONS RE-EXAMS 2014 II + III TPPE17 Corporate Finance 1(5) SOLUTIONS RE-EXAMS 2014 II III Instructions 1. Only one problem should be treated on each sheet of paper and only one side of the sheet should be used. 2. The solutions folder

More information

CALCULATOR TUTORIAL. Because most students that use Understanding Healthcare Financial Management will be conducting time

CALCULATOR TUTORIAL. Because most students that use Understanding Healthcare Financial Management will be conducting time CALCULATOR TUTORIAL INTRODUCTION Because most students that use Understanding Healthcare Financial Management will be conducting time value analyses on spreadsheets, most of the text discussion focuses

More information

Chapter 11 Options. Main Issues. Introduction to Options. Use of Options. Properties of Option Prices. Valuation Models of Options.

Chapter 11 Options. Main Issues. Introduction to Options. Use of Options. Properties of Option Prices. Valuation Models of Options. Chapter 11 Options Road Map Part A Introduction to finance. Part B Valuation of assets, given discount rates. Part C Determination of risk-adjusted discount rate. Part D Introduction to derivatives. Forwards

More information

ü 6.3 The Net Present Value Investment Rule ü 4.6 Annuities

ü 6.3 The Net Present Value Investment Rule ü 4.6 Annuities 4.6 Annuities PV and FV of Annuities Cash flows of the same amount is called "annuity". Paying 10,000 yen per month for gift certificate of the department store constitutes an annuity. If cash flows start

More information

Activity 3.1 Annuities & Installment Payments

Activity 3.1 Annuities & Installment Payments Activity 3.1 Annuities & Installment Payments A Tale of Twins Amy and Amanda are identical twins at least in their external appearance. They have very different investment plans to provide for their retirement.

More information

The values in the TVM Solver are quantities involved in compound interest and annuities.

The values in the TVM Solver are quantities involved in compound interest and annuities. Texas Instruments Graphing Calculators have a built in app that may be used to compute quantities involved in compound interest, annuities, and amortization. For the examples below, we ll utilize the screens

More information

Using Excel to find Perimeter, Area & Volume

Using Excel to find Perimeter, Area & Volume Using Excel to find Perimeter, Area & Volume Level: LBS 4 V = lwh Goal: To become familiar with Microsoft Excel by entering formulas into a spreadsheet in order to calculate the perimeter, area and volume

More information

THE VALUE OF MONEY PROBLEM #3: ANNUITY. Professor Peter Harris Mathematics by Dr. Sharon Petrushka. Introduction

THE VALUE OF MONEY PROBLEM #3: ANNUITY. Professor Peter Harris Mathematics by Dr. Sharon Petrushka. Introduction THE VALUE OF MONEY PROBLEM #3: ANNUITY Professor Peter Harris Mathematics by Dr. Sharon Petrushka Introduction Earlier, we explained how to calculate the future value of a single sum placed on deposit

More information

Chapter 6. Time Value of Money Concepts. Simple Interest 6-1. Interest amount = P i n. Assume you invest $1,000 at 6% simple interest for 3 years.

Chapter 6. Time Value of Money Concepts. Simple Interest 6-1. Interest amount = P i n. Assume you invest $1,000 at 6% simple interest for 3 years. 6-1 Chapter 6 Time Value of Money Concepts 6-2 Time Value of Money Interest is the rent paid for the use of money over time. That s right! A dollar today is more valuable than a dollar to be received in

More information

Factors Affecting Option Prices

Factors Affecting Option Prices Factors Affecting Option Prices 1. The current stock price S 0. 2. The option strike price K. 3. The time to expiration T. 4. The volatility of the stock price σ. 5. The risk-free interest rate r. 6. The

More information

Chapter 6 Contents. Principles Used in Chapter 6 Principle 1: Money Has a Time Value.

Chapter 6 Contents. Principles Used in Chapter 6 Principle 1: Money Has a Time Value. Chapter 6 The Time Value of Money: Annuities and Other Topics Chapter 6 Contents Learning Objectives 1. Distinguish between an ordinary annuity and an annuity due, and calculate present and future values

More information

Bank: The bank's deposit pays 8 % per year with annual compounding. Bond: The price of the bond is $75. You will receive $100 five years later.

Bank: The bank's deposit pays 8 % per year with annual compounding. Bond: The price of the bond is $75. You will receive $100 five years later. ü 4.4 lternative Discounted Cash Flow Decision Rules ü Three Decision Rules (1) Net Present Value (2) Future Value (3) Internal Rate of Return, IRR ü (3) Internal Rate of Return, IRR Internal Rate of Return

More information

In This Issue: Excel Sorting with Text and Numbers

In This Issue: Excel Sorting with Text and Numbers In This Issue: Sorting with Text and Numbers Microsoft allows you to manipulate the data you have in your spreadsheet by using the sort and filter feature. Sorting is performed on a list that contains

More information

CHAPTER 5. Interest Rates. Chapter Synopsis

CHAPTER 5. Interest Rates. Chapter Synopsis CHAPTER 5 Interest Rates Chapter Synopsis 5.1 Interest Rate Quotes and Adjustments Interest rates can compound more than once per year, such as monthly or semiannually. An annual percentage rate (APR)

More information

Chapter 14 Review Note Sample Excerpt

Chapter 14 Review Note Sample Excerpt Chapter 14 Review Note Sample Excerpt Exotic Options: I Derivatives Markets (2 nd Edition) Online Excerpt of Section 14.5 with hree Questions and Solutions Introduction his document provides a sample excerpt

More information

Lease Analysis Tools

Lease Analysis Tools Lease Analysis Tools 2009 ELFA Lease Accountants Conference Presenter: Bill Bosco, Pres. wbleasing101@aol.com Leasing 101 914-522-3233 Overview Math of Finance Theory Glossary of terms Common calculations

More information

Homework Solutions - Lecture 2

Homework Solutions - Lecture 2 Homework Solutions - Lecture 2 1. The value of the S&P 500 index is 1286.12 and the treasury rate is 3.43%. In a typical year, stock repurchases increase the average payout ratio on S&P 500 stocks to over

More information

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700 Information Technology MS Access 2007 Users Guide ACCESS 2007 Importing and Exporting Data Files IT Training & Development (818) 677-1700 training@csun.edu TABLE OF CONTENTS Introduction... 1 Import Excel

More information

Chapter 6. Learning Objectives Principles Used in This Chapter 1. Annuities 2. Perpetuities 3. Complex Cash Flow Streams

Chapter 6. Learning Objectives Principles Used in This Chapter 1. Annuities 2. Perpetuities 3. Complex Cash Flow Streams Chapter 6 Learning Objectives Principles Used in This Chapter 1. Annuities 2. Perpetuities 3. Complex Cash Flow Streams 1. Distinguish between an ordinary annuity and an annuity due, and calculate present

More information

rate nper pmt pv Interest Number of Payment Present Future Rate Periods Amount Value Value 12.00% 1 0 $100.00 $112.00

rate nper pmt pv Interest Number of Payment Present Future Rate Periods Amount Value Value 12.00% 1 0 $100.00 $112.00 In Excel language, if the initial cash flow is an inflow (positive), then the future value must be an outflow (negative). Therefore you must add a negative sign before the FV (and PV) function. The inputs

More information

DERIVATIVE SECURITIES Lecture 2: Binomial Option Pricing and Call Options

DERIVATIVE SECURITIES Lecture 2: Binomial Option Pricing and Call Options DERIVATIVE SECURITIES Lecture 2: Binomial Option Pricing and Call Options Philip H. Dybvig Washington University in Saint Louis review of pricing formulas assets versus futures practical issues call options

More information

Dick Schwanke Finite Math 111 Harford Community College Fall 2013

Dick Schwanke Finite Math 111 Harford Community College Fall 2013 Annuities and Amortization Finite Mathematics 111 Dick Schwanke Session #3 1 In the Previous Two Sessions Calculating Simple Interest Finding the Amount Owed Computing Discounted Loans Quick Review of

More information

Hewlett Packard (HP) 10BII

Hewlett Packard (HP) 10BII Hewlett Packard (HP) 10BII The HP10BII is programmed to perform two basic types of operations: statistical operations and financial operations. Various types of computations are activated by depressing

More information

Notes on Excel Forecasting Tools. Data Table, Scenario Manager, Goal Seek, & Solver

Notes on Excel Forecasting Tools. Data Table, Scenario Manager, Goal Seek, & Solver Notes on Excel Forecasting Tools Data Table, Scenario Manager, Goal Seek, & Solver 2001-2002 1 Contents Overview...1 Data Table Scenario Manager Goal Seek Solver Examples Data Table...2 Scenario Manager...8

More information

Microsoft Excel 2007. Introduction to Microsoft Excel 2007

Microsoft Excel 2007. Introduction to Microsoft Excel 2007 Microsoft Excel 2007 Introduction to Microsoft Excel 2007 Excel is an electronic spreadsheet to organize your data into rows and columns. One can use it to perform basic to advanced level mathematical

More information

Option Valuation. Chapter 21

Option Valuation. Chapter 21 Option Valuation Chapter 21 Intrinsic and Time Value intrinsic value of in-the-money options = the payoff that could be obtained from the immediate exercise of the option for a call option: stock price

More information

INTRODUCTION TO EXCEL

INTRODUCTION TO EXCEL INTRODUCTION TO EXCEL 1 INTRODUCTION Anyone who has used a computer for more than just playing games will be aware of spreadsheets A spreadsheet is a versatile computer program (package) that enables you

More information

Prepared by: Dalia A. Marafi Version 2.0

Prepared by: Dalia A. Marafi Version 2.0 Kuwait University College of Business Administration Department of Finance and Financial Institutions Using )Casio FC-200V( for Fundamentals of Financial Management (220) Prepared by: Dalia A. Marafi Version

More information

Chapter 20 Understanding Options

Chapter 20 Understanding Options Chapter 20 Understanding Options Multiple Choice Questions 1. Firms regularly use the following to reduce risk: (I) Currency options (II) Interest-rate options (III) Commodity options D) I, II, and III

More information

FI 302, Business Finance Exam 2, Fall 2000 versions 1 & 8 KEYKEYKEYKEYKEYKEYKEYKEYKEYKEYKEYKEYKEY

FI 302, Business Finance Exam 2, Fall 2000 versions 1 & 8 KEYKEYKEYKEYKEYKEYKEYKEYKEYKEYKEYKEYKEY FI 302, Business Finance Exam 2, Fall 2000 versions 1 & 8 KEYKEYKEYKEYKEYKEYKEYKEYKEYKEYKEYKEYKEY 1. (3 points) BS16 What is a 401k plan Most U.S. households single largest lifetime source of savings is

More information

Finance Unit 8. Success Criteria. 1 U n i t 8 11U Date: Name: Tentative TEST date

Finance Unit 8. Success Criteria. 1 U n i t 8 11U Date: Name: Tentative TEST date 1 U n i t 8 11U Date: Name: Finance Unit 8 Tentative TEST date Big idea/learning Goals In this unit you will study the applications of linear and exponential relations within financing. You will understand

More information

Excel Guide for Finite Mathematics and Applied Calculus

Excel Guide for Finite Mathematics and Applied Calculus Excel Guide for Finite Mathematics and Applied Calculus Revathi Narasimhan Kean University A technology guide to accompany Mathematical Applications, 6 th Edition Applied Calculus, 2 nd Edition Calculus:

More information

CHAPTER 21: OPTION VALUATION

CHAPTER 21: OPTION VALUATION CHAPTER 21: OPTION VALUATION 1. Put values also must increase as the volatility of the underlying stock increases. We see this from the parity relation as follows: P = C + PV(X) S 0 + PV(Dividends). Given

More information

Appendix C- 1. Time Value of Money. Appendix C- 2. Financial Accounting, Fifth Edition

Appendix C- 1. Time Value of Money. Appendix C- 2. Financial Accounting, Fifth Edition C- 1 Time Value of Money C- 2 Financial Accounting, Fifth Edition Study Objectives 1. Distinguish between simple and compound interest. 2. Solve for future value of a single amount. 3. Solve for future

More information

HOW TO USE YOUR HP 12 C CALCULATOR

HOW TO USE YOUR HP 12 C CALCULATOR HOW TO USE YOUR HP 12 C CALCULATOR This document is designed to provide you with (1) the basics of how your HP 12C financial calculator operates, and (2) the typical keystrokes that will be required on

More information

Oklahoma State University Spears School of Business. Time Value of Money

Oklahoma State University Spears School of Business. Time Value of Money Oklahoma State University Spears School of Business Time Value of Money Slide 2 Time Value of Money Which would you rather receive as a sign-in bonus for your new job? 1. $15,000 cash upon signing the

More information

Option pricing. Vinod Kothari

Option pricing. Vinod Kothari Option pricing Vinod Kothari Notation we use this Chapter will be as follows: S o : Price of the share at time 0 S T : Price of the share at time T T : time to maturity of the option r : risk free rate

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

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 TASK 4: ADD TOTAL LABEL AND FORMULA FOR FREQUENCY... 12 TASK 5: MODIFICATIONS TO THE HISTOGRAM...

More information

TI-Nspire CAS Graphing Calculator

TI-Nspire CAS Graphing Calculator TI-Nspire CAS Graphing Calculator Contents Opening a New Document 2 Setting Auto/Approximate Mode 2 Setting Degree Mode 2 Copying and Pasting a Expression or Equation 3 Accessing the Catalogue 3 Defining

More information

Tommy B. Harrington 104 Azalea Drive Greenville, NC 27858 Email: tommy@tommyharrington.com

Tommy B. Harrington 104 Azalea Drive Greenville, NC 27858 Email: tommy@tommyharrington.com M o s t U s e f u l E x c e l C o m m a n d s Tommy B. Harrington 104 Azalea Drive Greenville, NC 27858 Email: tommy@tommyharrington.com Computer Training YOU Can Understand! Most Useful Excel Commands

More information