8. Valuation of Known Cash Flows: Bonds

Size: px
Start display at page:

Download "8. Valuation of Known Cash Flows: Bonds"

Transcription

1 8. Valuation of Known Cash Flows: Bonds 8. Using PV Factors to Value Known Cash Flows We use interest rate to value known cash flow. Which discount rate to use? In practice, you do not usually know which discount rate to use in the present value formula. The interest rates are not the same for all maturities. A word "yield" has many similar but different meanings. In the following, a word, "yield" means annual percentage rate, not effective annual rate. Yield curve is a curve depicting the relation between interest rate and maturity. An example of yield curve is Figure 8. on page 7. More precisely speaking, what the curve tells is interest rates on fixed-income instruments of a given risk and the maturity. Fixed-income instruments are securities which promise cash flows of fixed amounts. Flat yield curve implies that interest rates are the same for all maturities. Usually yield curve is not flat; different interest rates for different maturities. Usually it is upward sloping. Risk of Price Change Interest rate may change before the maturity. Such a change is not predictable. Interest rate and price of bond move in the opposite directions. So the prices of fixed-income securities are uncertain up to the time of maturity. Example: Risk of Price Change Suppose you buy a fixed income security which promises to pay $ each year for the next three year. This is an ordinary annuity. PV of this annuity is given by t=, where y is yield. First (+y) t we assume yield is %. Then we assume yield increases to 7%, right after you bought. As yield increases, the PV of the annuity decreases. Clear[p00, t]; p00 = (+0.0) t; t= Clear[p007, t]; p007 = (+0.07) t; t= Print["Price change is minus $", Abs[p007-p00]] Price change is minus $ Ch08.nb

2 Value of PV as a function of interest rate Clear[f, y, t]; f[y_] := (+y) t t= Plot[f[y], {y, 0.0, 0.09}, PlotLabel "value of annuity", AxesLabel {"int. rate % ", "$"}, ImageSize 00] $ value of annuity int. rate % 8. Pure Discount Bonds Pure discount bonds are bonds which promise a single payment of cash at maturity. They are also called zero coupon bonds. Face value: It is a promised cash payment on maturity. It is also called par value. Yield on pure discount bond is rate of return to investors who buy it and hold it until it matures. Yield has many meanings. Here it is the same as interest rate. Interest rates for pure discount bonds are called spot rates or zero rates. Suppose that we have pure discount bond with one year to maturity. Let F be face value and P be price. Assume annual compounding. Then, yield satisfies the following equation. P = F +x Solution x is interest rate for pure discount bond. So it is zero rate. case one year of remaining life, F=, P=9 Yield satisfies the following equation. Let x be APR based on annual compounding. Then variable x satisfies the following; today s price = x = face value - today' s price today' s price face value. +x = -9 =0.0. Interest rate is.% as APR. 9 What if we have a maturity different from one year? case two years of remaining life, F=, P=9 We apply annual compounding. Clear[F, P, x, ans]; F = ; P = 9; F ans = NSolve P {x} (+x), x = x /. ans[[]] {{x -.0}, {x 0.0}} Ch08.nb

3 Print["Interest rate as APR is ", x, " %"] Interest rate as APR is. % case three months of remaining life, F=, P=98 We have months to maturity. So interest rate over month is given by of APR. Clear[P, x, ans]; F = ; P = 98; F ans = NSolve P, {x} x = x /. ans[[]]; Print["x = ", x] {{x 0.087}} x = x 8. The Basic Building Blocks: Pure Discount Bonds Pure discount bonds are the basic building blocks for valuing all contracts promising streams of known cash flows. We can always decompose any contract into its component cash flows and value each one separately. Each cash flow is considered as a pure discount bond. Always we can consider series of cash flows as a set of individual pure discount bonds. They may have the same face values but different maturities. We evaluate PV of each one of them and sum them up. The sum is equal to value of the set of cash flows. Valuing of Three-Year Annuity as a Set of Pure Discount Bonds We have a security which promises to make three payments of $; $ each year for the next three years. In other words, this security is an ordinary three year annuity. What is the value of this ordinary annuity? We apply annual compounding. Prices of pure discount bonds Suppose that, in the bond market, we observe a set of prices of pure discount bonds. also called zero rate or spot rate. Yield here is Maturity price per $ of face value yield (per year) year 0.9.% years % years % Prices of pure discount bonds Print "Price of one year bond per $ of face value = ", Price of one year bond per $ of face value = Annuity as a Set of Pure Discount Bonds We consider that each cash flow of the three year annuity is pure discount bond. So we have three pure discount bonds with different maturity. We evaluate each separately and sum them up. It is $ Ch08.nb

4 Clear[v] v = (+0.0) (+0.077) ; Print["Value of annuity as a set of pure discount bonds = ", v" dollars."] Value of annuity as a set of pure discount bonds =.007 dollars. Sum of present values of cash flows is equal to $.007 We consider that each cash flow of the three year annuity is pure discount bond. We evaluate each separately and sum them up. It is $.0. IRR and zero rates If you buy this annuity at $.007, then you will have three cash flows. We can consider IRR of this investment project. "Zero rate or spot rate" is not the same as IRR. IRR is a single interest rate. It is not directly observable. We calculate IRR as follows. IRR is interest rate which makes NPV =0. It is.88%. Clear[ans, y] ans = NSolve t= y = y /. ans[[]]; -v 0, {y} t (+y) Print["IRR as APR is ", y, " %"] {{y }, {y }, {y }} IRR as APR is.880 % IRR is interest rate which makes NPV =0. It is.88%. In the above annuity, we can consider we have three pure discount bonds. Zero rate or spot rate is IRR of a single pure discount bond. IRR of the annuity is not necessarily the same as IRR of each bond. Homework No., due May Q: Prices of pure discount bonds are given below. Their face values are all $. () Find zero rates quoted as APR. Apply appropriate compounding rule. () Draw yield curve of zero rates. Hint: see at the end of this page. "maturity(month)" "price" Q : Zero rates are given in the table below. () Evaluate year ordinary annuity of $. () Find IRR as APR of this investment. Apply annual compounding. "maturity(year)" "zero rate" Q. Problem 8. Hint: This question checks your understanding of definitions of terms. Hint: Treasury bill is pure discount bond issued by government. Pure discount instrument means that it is a security such that an issuer pays promised amount at maturity and that there is no interest payment before the maturity. Instrument means bond here. The promised amount is called face value. When you buy, you pay lower than this face value. Difference between the price you pay and the face value is equivalent to interest payment. Price of pure discount bond is equal to present value of the face value. Actually, interest rate called zero rate is calculated from the face value and price of pure discount bond so that present value becomes 07-0Ch08.nb

5 rate is calculated from the face value and price of pure discount bond so that present value becomes equal to its price. In other words, we solve the following and find value of r. PV = face value +r and price = PV Variable r in the above is interest rate per period. It is not necessarily APR. It depends on the context. Q. Problem 8. Holding period rate of return = P - P0 P0 where P0 is price you paid to buy and P is price you receive. Rate of return is per period under consideration. It has to be changed to APR or Eff(effective annual rate) for comparison. Plot data Let s show data graphically. For this purpose, we use ListPlot[ ] and ListLinePlot[ ] When you want to use arrow in the code, be sure to input hyphen - and inequality >. An arrow sign from the palette does not work. The Simplest Case Clear[A, gha]; A = ; graph = ListPlot[ A, PlotLabel "Use of ListPlot[ ]", ImageSize 00] Use of ListPlot[ ] You can modify figure by the following options. PlotLabel title of the graph : You can show title of the graph. ImageSize-> 00 : You can adjust size of a graph. Clear[graph] graph = ListLinePlot[ A, PlotLabel "Use of ListLinePlot[ ]", ImageSize 00] Use of ListLinePlot[ ] You can save space if you arrange figures horizontally using Row[ ] as follows. In the following, without space here, two figures are shown without space. 07-0Ch08.nb

6 Row[{graph, " space here ", graph}] Use of ListPlot[ ] Use of ListLinePlot[ ] space here Scattere Diagram In the above example, horizontal axis is measured by {,,...}; ID numbers of samples. However, in many cases, we want to show graph of {pair of x and y} ; {x,y}, {x, y},... Suppose we have following data; ID score score And suppose we want to show data as pairs of score and score. Our data must prepare data in the following form of list ; { {9,80}, {8,},... }. To do this, we take advantage of Table[ ]. Clear[A, AA]; A = "ID" "score " "score " ; AA = Table[{A[[, +i]], A[[, +i]]}, {i,, }] {{9, 80}, {8, }, {0, 7}, {70, 89}} Grid[AA, Frame All] ListPlot[AA, AxesLabel {"score ", "score "}, ImageSize 00] score score You can show names of variables of the axes by AxesLabel { name of variable, variable } 07-0Ch08.nb

8. Valuation of Known Cash Flows: Bonds

8. Valuation of Known Cash Flows: Bonds 8. Valuation of Known Cash Flows: Bonds 8. Using PV Factors to Value Known Cash Flows We use interest rate to value known cash flow. Which discount rate to use? In practice, you do not usually know which

More information

8.3 Coupon Bonds, Current yield, and Yield to Maturity

8.3 Coupon Bonds, Current yield, and Yield to Maturity 8.3 Coupon Bonds, Current yield, and Yield to Maturity 8.3.a Coupon Bonds Coupon bond: It makes periodic payments of interest. Coupon payments:periodic payments of interest are called coupons. Coupon rate:

More information

Global Financial Management

Global Financial Management Global Financial Management Bond Valuation Copyright 24. All Worldwide Rights Reserved. See Credits for permissions. Latest Revision: August 23, 24. Bonds Bonds are securities that establish a creditor

More information

Fin 5633: Investment Theory and Problems: Chapter#15 Solutions

Fin 5633: Investment Theory and Problems: Chapter#15 Solutions Fin 5633: Investment Theory and Problems: Chapter#15 Solutions 1. Expectations hypothesis: The yields on long-term bonds are geometric averages of present and expected future short rates. An upward sloping

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

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

Solution to Problem Set 2

Solution to Problem Set 2 M.I.T. Spring 1999 Sloan School of Management 15.15 Solution to Problem Set 1. The correct statements are (c) and (d). We have seen in class how to obtain bond prices and forward rates given the current

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

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

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

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

Measuring Interest Rates

Measuring Interest Rates Measuring Interest Rates Economics 301: Money and Banking 1 1.1 Goals Goals and Learning Outcomes Goals: Learn to compute present values, rates of return, rates of return. Learning Outcomes: LO3: Predict

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

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

Manual for SOA Exam FM/CAS Exam 2.

Manual for SOA Exam FM/CAS Exam 2. Manual for SOA Exam FM/CAS Exam 2. Chapter 6. Variable interest rates and portfolio insurance. c 2009. Miguel A. Arcones. All rights reserved. Extract from: Arcones Manual for the SOA Exam FM/CAS Exam

More information

Mathematics Success Level H

Mathematics Success Level H Mathematics Success Level H T473 [OBJECTIVE] The student will graph a line given the slope and y-intercept. [MATERIALS] Student pages S160 S169 Transparencies T484, T486, T488, T490, T492, T494, T496 Wall-size

More information

UNIVERSITY OF TORONTO Joseph L. Rotman School of Management SOLUTIONS. C (1 + r 2. 1 (1 + r. PV = C r. we have that C = PV r = $40,000(0.10) = $4,000.

UNIVERSITY OF TORONTO Joseph L. Rotman School of Management SOLUTIONS. C (1 + r 2. 1 (1 + r. PV = C r. we have that C = PV r = $40,000(0.10) = $4,000. UNIVERSITY OF TORONTO Joseph L. Rotman School of Management RSM332 PROBLEM SET #2 SOLUTIONS 1. (a) The present value of a single cash flow: PV = C (1 + r 2 $60,000 = = $25,474.86. )2T (1.055) 16 (b) The

More information

SECURITY ANALYSIS AND PORTFOLIO MANAGEMENT. 2) A bond is a security which typically offers a combination of two forms of payments:

SECURITY ANALYSIS AND PORTFOLIO MANAGEMENT. 2) A bond is a security which typically offers a combination of two forms of payments: Solutions to Problem Set #: ) r =.06 or r =.8 SECURITY ANALYSIS AND PORTFOLIO MANAGEMENT PVA[T 0, r.06] j 0 $8000 $8000 { {.06} t.06 &.06 (.06) 0} $8000(7.36009) $58,880.70 > $50,000 PVA[T 0, r.8] $8000(4.49409)

More information

Graphing Equations Chapter Test Review

Graphing Equations Chapter Test Review Graphing Equations Chapter Test Review Part 1: Calculate the slope of the following lines: (Lesson 3) Unit 2: Graphing Equations 2. Find the slope of a line that has a 3. Find the slope of the line that

More information

CHAPTER 15: THE TERM STRUCTURE OF INTEREST RATES

CHAPTER 15: THE TERM STRUCTURE OF INTEREST RATES CHAPTER : THE TERM STRUCTURE OF INTEREST RATES. Expectations hypothesis: The yields on long-term bonds are geometric averages of present and expected future short rates. An upward sloping curve is explained

More information

BOND ANALYTICS. Aditya Vyas IDFC Ltd.

BOND ANALYTICS. Aditya Vyas IDFC Ltd. BOND ANALYTICS Aditya Vyas IDFC Ltd. Bond Valuation-Basics The basic components of valuing any asset are: An estimate of the future cash flow stream from owning the asset The required rate of return for

More information

Problem Set #2. Intermediate Macroeconomics 101 Due 20/8/12

Problem Set #2. Intermediate Macroeconomics 101 Due 20/8/12 Problem Set #2 Intermediate Macroeconomics 101 Due 20/8/12 Question 1. (Ch3. Q9) The paradox of saving revisited You should be able to complete this question without doing any algebra, although you may

More information

MFE8812 Bond Portfolio Management

MFE8812 Bond Portfolio Management MFE8812 Bond Portfolio Management William C. H. Leon Nanyang Business School January 16, 2018 1 / 63 William C. H. Leon MFE8812 Bond Portfolio Management 1 Overview Value of Cash Flows Value of a Bond

More information

3.1 Simple Interest. Definition: I = Prt I = interest earned P = principal ( amount invested) r = interest rate (as a decimal) t = time

3.1 Simple Interest. Definition: I = Prt I = interest earned P = principal ( amount invested) r = interest rate (as a decimal) t = time 3.1 Simple Interest Definition: I = Prt I = interest earned P = principal ( amount invested) r = interest rate (as a decimal) t = time An example: Find the interest on a boat loan of $5,000 at 16% for

More information

Interest Rate Markets

Interest Rate Markets Interest Rate Markets 5. Chapter 5 5. Types of Rates Treasury rates LIBOR rates Repo rates 5.3 Zero Rates A zero rate (or spot rate) for maturity T is the rate of interest earned on an investment with

More information

Math of Finance Exponential & Power Functions

Math of Finance Exponential & Power Functions The Right Stuff: Appropriate Mathematics for All Students Promoting the use of materials that engage students in meaningful activities that promote the effective use of technology to support mathematics,

More information

Measuring Interest Rates. Interest Rates Chapter 4. Continuous Compounding (Page 77) Types of Rates

Measuring Interest Rates. Interest Rates Chapter 4. Continuous Compounding (Page 77) Types of Rates Interest Rates Chapter 4 Measuring Interest Rates The compounding frequency used for an interest rate is the unit of measurement The difference between quarterly and annual compounding is analogous to

More information

Rate of Change Quiz. Name: Class: Date: Multiple Choice Identify the choice that best completes the statement or answers the question.

Rate of Change Quiz. Name: Class: Date: Multiple Choice Identify the choice that best completes the statement or answers the question. Name: Class: Date: ID: A Multiple Choice Identify the choice that best completes the statement or answers the question.. In a linear equation, the independent variable increases at a constant rate while

More information

Debt. Last modified KW

Debt. Last modified KW Debt The debt markets are far more complicated and filled with jargon than the equity markets. Fixed coupon bonds, loans and bills will be our focus in this course. It's important to be aware of all of

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

Lecture 2 Valuation of Fixed Income Securities (a)

Lecture 2 Valuation of Fixed Income Securities (a) Lecture 2 Valuation of Fixed Income Securities (a) Since we all now have a basic idea of how time value of money works, it is time we put the techniques we learned to some use 1 Fixed Income Securities

More information

Chapter 10 - Term Structure of Interest Rates

Chapter 10 - Term Structure of Interest Rates 10-1 Chapter 10 - Term Structure of Interest Rates Section 10.2 - Yield Curves In our analysis of bond coupon payments, for example, we assumed a constant interest rate, i, when assessing the present value

More information

MGT201 Lecture No. 11

MGT201 Lecture No. 11 MGT201 Lecture No. 11 Learning Objectives: In this lecture, we will discuss some special areas of capital budgeting in which the calculation of NPV & IRR is a bit more difficult. These concepts will be

More information

[Image of Investments: Analysis and Behavior textbook]

[Image of Investments: Analysis and Behavior textbook] Finance 527: Lecture 19, Bond Valuation V1 [John Nofsinger]: This is the first video for bond valuation. The previous bond topics were more the characteristics of bonds and different kinds of bonds. And

More information

Further Mathematics 2016 Core: RECURSION AND FINANCIAL MODELLING Chapter 6 Interest and depreciation

Further Mathematics 2016 Core: RECURSION AND FINANCIAL MODELLING Chapter 6 Interest and depreciation Further Mathematics 2016 Core: RECURSION AND FINANCIAL MODELLING Chapter 6 Interest and depreciation Key knowledge the use of first- order linear recurrence relations to model flat rate and unit cost and

More information

CHAPTER 5 Bonds and Their Valuation

CHAPTER 5 Bonds and Their Valuation 5-1 5-2 CHAPTER 5 Bonds and Their Valuation Key features of bonds Bond valuation Measuring yield Assessing risk Key Features of a Bond 1 Par value: Face amount; paid at maturity Assume $1,000 2 Coupon

More information

Unit 3: Writing Equations Chapter Review

Unit 3: Writing Equations Chapter Review Unit 3: Writing Equations Chapter Review Part 1: Writing Equations in Slope Intercept Form. (Lesson 1) 1. Write an equation that represents the line on the graph. 2. Write an equation that has a slope

More information

Foundations of Finance

Foundations of Finance Lecture 7: Bond Pricing, Forward Rates and the Yield Curve. I. Reading. II. Discount Bond Yields and Prices. III. Fixed-income Prices and No Arbitrage. IV. The Yield Curve. V. Other Bond Pricing Issues.

More information

(i.e. the rate of change of y with respect to x)

(i.e. the rate of change of y with respect to x) Section 1.3 - Linear Functions and Math Models Example 1: Questions we d like to answer: 1. What is the slope of the line? 2. What is the equation of the line? 3. What is the y-intercept? 4. What is the

More information

Bond Valuation. FINANCE 100 Corporate Finance

Bond Valuation. FINANCE 100 Corporate Finance Bond Valuation FINANCE 100 Corporate Finance Prof. Michael R. Roberts 1 Bond Valuation An Overview Introduction to bonds and bond markets» What are they? Some examples Zero coupon bonds» Valuation» Interest

More information

JEM034 Corporate Finance Winter Semester 2017/2018

JEM034 Corporate Finance Winter Semester 2017/2018 JEM034 Corporate Finance Winter Semester 2017/2018 Lecture #1 Olga Bychkova Topics Covered Today Review of key finance concepts Present value (chapter 2 in BMA) Valuation of bonds (chapter 3 in BMA) Present

More information

Mathematics Success Grade 8

Mathematics Success Grade 8 Mathematics Success Grade 8 T379 [OBJECTIVE] The student will derive the equation of a line and use this form to identify the slope and y-intercept of an equation. [PREREQUISITE SKILLS] Slope [MATERIALS]

More information

1. Draw a timeline to determine the number of periods for which each cash flow will earn the rate-of-return 2. Calculate the future value of each

1. Draw a timeline to determine the number of periods for which each cash flow will earn the rate-of-return 2. Calculate the future value of each 1. Draw a timeline to determine the number of periods for which each cash flow will earn the rate-of-return 2. Calculate the future value of each cash flow using Equation 5.1 3. Add the future values A

More information

Bond Valuation. Capital Budgeting and Corporate Objectives

Bond Valuation. Capital Budgeting and Corporate Objectives Bond Valuation Capital Budgeting and Corporate Objectives Professor Ron Kaniel Simon School of Business University of Rochester 1 Bond Valuation An Overview Introduction to bonds and bond markets» What

More information

Section 4.3 Objectives

Section 4.3 Objectives CHAPTER ~ Linear Equations in Two Variables Section Equation of a Line Section Objectives Write the equation of a line given its graph Write the equation of a line given its slope and y-intercept Write

More information

FINS2624 Summary. 1- Bond Pricing. 2 - The Term Structure of Interest Rates

FINS2624 Summary. 1- Bond Pricing. 2 - The Term Structure of Interest Rates FINS2624 Summary 1- Bond Pricing Yield to Maturity: The YTM is a hypothetical and constant interest rate which makes the PV of bond payments equal to its price; considered an average rate of return. It

More information

บทท 3 ม ลค าของเง นตามเวลา (Time Value of Money)

บทท 3 ม ลค าของเง นตามเวลา (Time Value of Money) บทท 3 ม ลค าของเง นตามเวลา (Time Value of Money) Topic Coverage: The Interest Rate Simple Interest Rate Compound Interest Rate Amortizing a Loan Compounding Interest More Than Once per Year The Time Value

More information

Future Value of Multiple Cash Flows

Future Value of Multiple Cash Flows Future Value of Multiple Cash Flows FV t CF 0 t t r CF r... CF t You open a bank account today with $500. You expect to deposit $,000 at the end of each of the next three years. Interest rates are 5%,

More information

SECTION HANDOUT #1 : Review of Topics

SECTION HANDOUT #1 : Review of Topics SETION HANDOUT # : Review of Topics MBA 0 October, 008 This handout contains some of the topics we have covered so far. You are not required to read it, but you may find some parts of it helpful when you

More information

Chapter 4 Interest Rate Measurement and Behavior Chapter 5 The Risk and Term Structure of Interest Rates

Chapter 4 Interest Rate Measurement and Behavior Chapter 5 The Risk and Term Structure of Interest Rates Chapter 4 Interest Rate Measurement and Behavior Chapter 5 The Risk and Term Structure of Interest Rates Fisher Effect (risk-free rate) Interest rate has 2 components: (1) real rate (2) inflation premium

More information

$0.00 $0.50 $1.00 $1.50 $2.00 $2.50 $3.00 $3.50 $4.00 Price

$0.00 $0.50 $1.00 $1.50 $2.00 $2.50 $3.00 $3.50 $4.00 Price Orange Juice Sales and Prices In this module, you will be looking at sales and price data for orange juice in grocery stores. You have data from 83 stores on three brands (Tropicana, Minute Maid, and the

More information

Chapter 2. An Introduction to Forwards and Options. Question 2.1

Chapter 2. An Introduction to Forwards and Options. Question 2.1 Chapter 2 An Introduction to Forwards and Options Question 2.1 The payoff diagram of the stock is just a graph of the stock price as a function of the stock price: In order to obtain the profit diagram

More information

Professor Christina Romer SUGGESTED ANSWERS TO PROBLEM SET 5

Professor Christina Romer SUGGESTED ANSWERS TO PROBLEM SET 5 Economics 2 Spring 2016 Professor Christina Romer Professor David Romer SUGGESTED ANSWERS TO PROBLEM SET 5 1. The left-hand diagram below shows the situation when there is a negotiated real wage,, that

More information

a) Calculate the value of government savings (Sg). Is the government running a budget deficit or a budget surplus? Show how you got your answer.

a) Calculate the value of government savings (Sg). Is the government running a budget deficit or a budget surplus? Show how you got your answer. Economics 102 Spring 2018 Answers to Homework #5 Due 5/3/2018 Directions: The homework will be collected in a box before the lecture. Please place your name, TA name and section number on top of the homework

More information

Acc. Alg. II W.S. Sec Assign. # 5. Show work to justify all answers!!!!!!!

Acc. Alg. II W.S. Sec Assign. # 5. Show work to justify all answers!!!!!!! Acc. Alg. II W.S. Sec. 1.1-1.4 Assign. # 5 Name Show work to justify all answers!!!!!!! 1. Determine p so that the slope of the line containing this pair of points has the given value. 5 ( -2, p), (4,

More information

Review for Exam #2. Review for Exam #2. Exam #2. Don t Forget: Scan Sheet Calculator Pencil Picture ID Cheat Sheet.

Review for Exam #2. Review for Exam #2. Exam #2. Don t Forget: Scan Sheet Calculator Pencil Picture ID Cheat Sheet. Review for Exam #2 Exam #2 Don t Forget: Scan Sheet Calculator Pencil Picture ID Cheat Sheet Things To Do Study both the notes and the book. Do suggested problems. Do more problems! Be comfortable with

More information

Time Value of Money. Part III. Outline of the Lecture. September Growing Annuities. The Effect of Compounding. Loan Type and Loan Amortization

Time Value of Money. Part III. Outline of the Lecture. September Growing Annuities. The Effect of Compounding. Loan Type and Loan Amortization Time Value of Money Part III September 2003 Outline of the Lecture Growing Annuities The Effect of Compounding Loan Type and Loan Amortization 2 Growing Annuities The present value of an annuity in which

More information

Final Project. College Algebra. Upon successful completion of this course, the student will be able to:

Final Project. College Algebra. Upon successful completion of this course, the student will be able to: COURSE OBJECTIVES Upon successful completion of this course, the student will be able to: 1. Perform operations on algebraic expressions 2. Perform operations on functions expressed in standard function

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

4. D Spread to treasuries. Spread to treasuries is a measure of a corporate bond s default risk.

4. D Spread to treasuries. Spread to treasuries is a measure of a corporate bond s default risk. www.liontutors.com FIN 301 Final Exam Practice Exam Solutions 1. C Fixed rate par value bond. A bond is sold at par when the coupon rate is equal to the market rate. 2. C As beta decreases, CAPM will decrease

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

Foundations of Finance

Foundations of Finance Lecture 9 Lecture 9: Theories of the Yield Curve. I. Reading. II. Expectations Hypothesis III. Liquidity Preference Theory. IV. Preferred Habitat Theory. Lecture 9: Bond Portfolio Management. V. Reading.

More information

CH 39 CREATING THE EQUATION OF A LINE

CH 39 CREATING THE EQUATION OF A LINE 9 CH 9 CREATING THE EQUATION OF A LINE Introduction S ome chapters back we played around with straight lines. We graphed a few, and we learned how to find their intercepts and slopes. Now we re ready to

More information

GRAPHS IN ECONOMICS. Appendix. Key Concepts. Graphing Data

GRAPHS IN ECONOMICS. Appendix. Key Concepts. Graphing Data Appendix GRAPHS IN ECONOMICS Key Concepts Graphing Data Graphs represent quantity as a distance on a line. On a graph, the horizontal scale line is the x-axis, the vertical scale line is the y-axis, and

More information

Suggested Solutions to Assignment 3

Suggested Solutions to Assignment 3 ECON 1010C Principles of Macroeconomics Instructor: Sharif F. Khan Department of Economics Atkinson College York University Summer 2005 Suggested Solutions to Assignment 3 Part A Multiple-Choice Questions

More information

Midterm Review. P resent value = P V =

Midterm Review. P resent value = P V = JEM034 Corporate Finance Winter Semester 2018/2019 Instructor: Olga Bychkova Midterm Review F uture value of $100 = $100 (1 + r) t Suppose that you will receive a cash flow of C t dollars at the end of

More information

LINES AND SLOPES. Required concepts for the courses : Micro economic analysis, Managerial economy.

LINES AND SLOPES. Required concepts for the courses : Micro economic analysis, Managerial economy. LINES AND SLOPES Summary 1. Elements of a line equation... 1 2. How to obtain a straight line equation... 2 3. Microeconomic applications... 3 3.1. Demand curve... 3 3.2. Elasticity problems... 7 4. Exercises...

More information

22. Construct a bond amortization table for a $1000 two-year bond with 7% coupons paid semi-annually bought to yield 8% semi-annually.

22. Construct a bond amortization table for a $1000 two-year bond with 7% coupons paid semi-annually bought to yield 8% semi-annually. Chapter 6 Exercises 22. Construct a bond amortization table for a $1000 two-year bond with 7% coupons paid semi-annually bought to yield 8% semi-annually. 23. Construct a bond amortization table for a

More information

1/1 (automatic unless something is incorrect)

1/1 (automatic unless something is incorrect) Your name and Perm # Econ 234A John Hartman Test 1 February 4, 20 Instructions: You have 60 minutes to complete this test, unless you arrive late. Late arrival will lower the time available to you, and

More information

Financial Applications Involving Exponential Functions

Financial Applications Involving Exponential Functions Section 6.5: Financial Applications Involving Exponential Functions When you invest money, your money earns interest, which means that after a period of time you will have more money than you started with.

More information

Equation of Value II. If we choose t = 0 as the comparison date, then we have

Equation of Value II. If we choose t = 0 as the comparison date, then we have Equation of Value I Definition The comparison date is the date to let accumulation or discount values equal for both direction of payments (e.g. payments to the bank and money received from the bank).

More information

Bond Prices and Yields

Bond Prices and Yields Bond Characteristics 14-2 Bond Prices and Yields Bonds are debt. Issuers are borrowers and holders are creditors. The indenture is the contract between the issuer and the bondholder. The indenture gives

More information

BBK3413 Investment Analysis

BBK3413 Investment Analysis BBK3413 Investment Analysis Topic 4 Fixed Income Securities www.notes638.wordpress.com Content 7.1 CHARACTERISTICS OF BOND 7.2 RISKS ASSOCIATED WITH BONDS 7.3 BOND PRICING 7.4 BOND YIELDS 7.5 VOLATILITY

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

Term Structure of Interest Rates. For 9.220, Term 1, 2002/03 02_Lecture7.ppt

Term Structure of Interest Rates. For 9.220, Term 1, 2002/03 02_Lecture7.ppt Term Structure of Interest Rates For 9.220, Term 1, 2002/03 02_Lecture7.ppt Outline 1. Introduction 2. Term Structure Definitions 3. Pure Expectations Theory 4. Liquidity Premium Theory 5. Interpreting

More information

Bond Prices and Yields

Bond Prices and Yields Bond Prices and Yields BKM 10.1-10.4 Eric M. Aldrich Econ 133 UC Santa Cruz Bond Basics A bond is a financial asset used to facilitate borrowing and lending. A borrower has an obligation to make pre-specified

More information

Professor Christina Romer SUGGESTED ANSWERS TO PROBLEM SET 5

Professor Christina Romer SUGGESTED ANSWERS TO PROBLEM SET 5 Economics 2 Spring 2017 Professor Christina Romer Professor David Romer SUGGESTED ANSWERS TO PROBLEM SET 5 1. The tool we use to analyze the determination of the normal real interest rate and normal investment

More information

Chapter 6 Analyzing Accumulated Change: Integrals in Action

Chapter 6 Analyzing Accumulated Change: Integrals in Action Chapter 6 Analyzing Accumulated Change: Integrals in Action 6. Streams in Business and Biology You will find Excel very helpful when dealing with streams that are accumulated over finite intervals. Finding

More information

The Time Value. The importance of money flows from it being a link between the present and the future. John Maynard Keynes

The Time Value. The importance of money flows from it being a link between the present and the future. John Maynard Keynes The Time Value of Money The importance of money flows from it being a link between the present and the future. John Maynard Keynes Get a Free $,000 Bond with Every Car Bought This Week! There is a car

More information

ECO 100Y INTRODUCTION TO ECONOMICS

ECO 100Y INTRODUCTION TO ECONOMICS Prof. Gustavo Indart Department of Economics University of Toronto ECO 100Y INTRODUCTION TO ECONOMICS Lecture 16. THE DEMAND FOR MONEY AND EQUILIBRIUM IN THE MONEY MARKET We will assume that there are

More information

This assignment is due on Tuesday, September 15, at the beginning of class (or sooner).

This assignment is due on Tuesday, September 15, at the beginning of class (or sooner). Econ 434 Professor Ickes Homework Assignment #1: Answer Sheet Fall 2009 This assignment is due on Tuesday, September 15, at the beginning of class (or sooner). 1. Consider the following returns data for

More information

Test Review. Question 1. Answer 1. Question 2. Answer 2. Question 3. Econ 719 Test Review Test 1 Chapters 1,2,8,3,4,7,9. Nominal GDP.

Test Review. Question 1. Answer 1. Question 2. Answer 2. Question 3. Econ 719 Test Review Test 1 Chapters 1,2,8,3,4,7,9. Nominal GDP. Question 1 Test Review Econ 719 Test Review Test 1 Chapters 1,2,8,3,4,7,9 All of the following variables have trended upwards over the last 40 years: Real GDP The price level The rate of inflation The

More information

Section 7C Finding the Equation of a Line

Section 7C Finding the Equation of a Line Section 7C Finding the Equation of a Line When we discover a linear relationship between two variables, we often try to discover a formula that relates the two variables and allows us to use one variable

More information

Chapter 5: How to Value Bonds and Stocks

Chapter 5: How to Value Bonds and Stocks Chapter 5: How to Value Bonds and Stocks 5.1 The present value of any pure discount bond is its face value discounted back to the present. a. PV = F / (1+r) 10 = $1,000 / (1.05) 10 = $613.91 b. PV = $1,000

More information

Web Extension: The ARR Method, the EAA Approach, and the Marginal WACC

Web Extension: The ARR Method, the EAA Approach, and the Marginal WACC 19878_12W_p001-010.qxd 3/13/06 3:03 PM Page 1 C H A P T E R 12 Web Extension: The ARR Method, the EAA Approach, and the Marginal WACC This extension describes the accounting rate of return as a method

More information

Note: it is your responsibility to verify that this examination has 16 pages.

Note: it is your responsibility to verify that this examination has 16 pages. UNIVERSITY OF MANITOBA Faculty of Management Department of Accounting and Finance 9.0 Corporation Finance Professors: A. Dua, J. Falk, and R. Scott February 8, 006; 6:30 p.m. - 8:30 p.m. Note: it is your

More information

MS-E2114 Investment Science Lecture 3: Term structure of interest rates

MS-E2114 Investment Science Lecture 3: Term structure of interest rates MS-E2114 Investment Science Lecture 3: Term structure of interest rates A. Salo, T. Seeve Systems Analysis Laboratory Department of System Analysis and Mathematics Aalto University, School of Science Overview

More information

Chapter 4 Factoring and Quadratic Equations

Chapter 4 Factoring and Quadratic Equations Chapter 4 Factoring and Quadratic Equations Lesson 1: Factoring by GCF, DOTS, and Case I Lesson : Factoring by Grouping & Case II Lesson 3: Factoring by Sum and Difference of Perfect Cubes Lesson 4: Solving

More information

Fixed Income Securities: Bonds

Fixed Income Securities: Bonds Economics 173A and Management 183 Financial Markets Fixed Income Securities: Bonds Updated 4/24/17 Bonds Debt Security corporate or government borrowing Also called a Fixed Income Security Covenants or

More information

1 Income statement and cash flows

1 Income statement and cash flows The Chinese University of Hong Kong Department of Systems Engineering & Engineering Management SEG 2510 Course Notes 12 for review and discussion (2009/2010) 1 Income statement and cash flows We went through

More information

Econ Financial Markets Spring 2011 Professor Robert Shiller. Problem Set 3

Econ Financial Markets Spring 2011 Professor Robert Shiller. Problem Set 3 Econ 252 - Financial Markets Spring 2011 Professor Robert Shiller Problem Set 3 Question 1 Consider a standard coupon bond that matures 25 years from today. The principal value of the contract is $10,000,

More information

CHAPTER 14. Bond Characteristics. Bonds are debt. Issuers are borrowers and holders are creditors.

CHAPTER 14. Bond Characteristics. Bonds are debt. Issuers are borrowers and holders are creditors. Bond Characteristics 14-2 CHAPTER 14 Bond Prices and Yields Bonds are debt. Issuers are borrowers and holders are creditors. The indenture is the contract between the issuer and the bondholder. The indenture

More information

3. a) Recall that slope is calculated with formula:

3. a) Recall that slope is calculated with formula: Economics 102 Fall 2007 Homework #1 Answer Key 1. Cheri s opportunity cost of seeing the show is $115 dollars. This includes the $80 she could have earned working, plus the $30 for the ticket, plus the

More information

MLC at Boise State Polynomials Activity 2 Week #3

MLC at Boise State Polynomials Activity 2 Week #3 Polynomials Activity 2 Week #3 This activity will discuss rate of change from a graphical prespective. We will be building a t-chart from a function first by hand and then by using Excel. Getting Started

More information

Midterm Review Package Tutor: Chanwoo Yim

Midterm Review Package Tutor: Chanwoo Yim COMMERCE 298 Intro to Finance Midterm Review Package Tutor: Chanwoo Yim BCom 2016, Finance 1. Time Value 2. DCF (Discounted Cash Flow) 2.1 Constant Annuity 2.2 Constant Perpetuity 2.3 Growing Annuity 2.4

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

Lecture 8 Foundations of Finance

Lecture 8 Foundations of Finance Lecture 8: Bond Portfolio Management. I. Reading. II. Risks associated with Fixed Income Investments. A. Reinvestment Risk. B. Liquidation Risk. III. Duration. A. Definition. B. Duration can be interpreted

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

A.REI.C.6: Graphing Linear Systems

A.REI.C.6: Graphing Linear Systems A.REI.C.6: Graphing Linear Systems 1 Rowan has $50 in a savings jar and is putting in $5 every week. Jonah has $10 in his own jar and is putting in $15 every week. Each of them plots his progress on a

More information

Exercise Session #1 Suggested Solutions

Exercise Session #1 Suggested Solutions JEM034 Corporate Finance Winter Semester 2017/2018 Instructor: Olga Bychkova Date: 3/10/2017 Exercise Session #1 Suggested Solutions Problem 1. 2.10 The continuously compounded interest rate is 12%. a

More information