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 interest rate per year denoted as annual percentage rate or in decimal numbers. It is 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 Yield curve may change its shape. This implies that interest rates associated with the fixed-income instruments 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 $00 each year for the next three 00 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]; 00 p00 = (+0.0) t; t= Clear[p007, t]; 00 p007 = (+0.07) t; t= Print["Price change is -$", Abs[p007-p00]] Price change is -$.899 Why do we write -$,Abs[p007-p00], instead of $,p007-p00 in the above? 07-0Ch08a.nb

2 Value of PV as a function of interest rate 00 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 single payments 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 by definition. case one year of remaining life, F=00, 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 = 00-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=00, P=9 We apply annual compounding. Clear[F, P, x, ans]; F = 00; P = 9; F ans = NSolve P {x} (+x), x = x /. ans[[]] {{x -.0}, {x 0.0}} Ch08a.nb

3 Print["Zero rate as APR is ", 00x, " %"] Zero rate as APR is. % case three months of remaining life, F=00, P=98 We have months to maturity. So interest rate over month is given by of APR. Clear[P, x, ans]; F = 00; 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 $00; $00 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. We consider each of three $00 payments as separate pure discount bonds. We evaluate each one separately in the following. 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 07-0Ch08a.nb

4 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. Total is equal to $.0. Clear[v] 00 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 like to find 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[[]]; 00 -v 0, {y} t (+y) Print["IRR as APR is ", 00y, " %"] {{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 June st 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 you receive on maturity 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 equal to its price. In other words, we solve the following and find value of x. PV = face value +x and price = PV Variable x in the above is interest rate per period. It is not necessarily APR. It depends on the context. Q. Problem 8. Suppose you buy bond at P0 and sell it later at P. Then holding period rate of return is given by Rate of return is per period while you own. It has to be changed to APR or Eff(effective annual rate) for comparison. P - P0. P0 07-0Ch08a.nb

5 comparison. Q : Zero rates are given in the table below. () Evaluate year ordinary annuity of $00. () Find IRR as APR of this investment. Apply annual compounding. "maturity(year)" "zero rate" Q: Prices of pure discount bonds are given below. Their face values are all $00. () Find zero rates quoted as APR. Apply appropriate compounding rule. It means that apply monthly, month, biannual compounding for, and month maturity. However, as for month maturity, apply biannual compounding. () Draw yield curve of zero rates. Hint: To draw yield curve, refer to Plot data at the end of this page. "maturity(month)" "price" 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, graph]; 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. 07-0Ch08a.nb

6 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. Row[{graph, " space here ", graph}] Use of ListPlot[ ] Use of ListLinePlot[ ] space here Scatter Diagram In the above example, horizontal axis is measured by {,,...}. They are ID numbers of the 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] You can show names of variables of the axes by AxesLabel { name of variable, variable } 07-0Ch08a.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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Chapter 7: Interest Rates and Bond Valuation, Part II

Chapter 7: Interest Rates and Bond Valuation, Part II Chapter 7: Interest Rates and Bond Valuation, Part II Faculty of Business Administration Lakehead University Spring 2003 May 15, 2003 Outline 7A-C Review Questions 7.2 More on Bond Features 7.3 Bond Ratings

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

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

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

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

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 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

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

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

Exponential Functions with Base e

Exponential Functions with Base e Exponential Functions with Base e Any positive number can be used as the base for an exponential function, but some bases are more useful than others. For instance, in computer science applications, the

More information

Coimisiún na Scrúduithe Stáit State Examinations Commission. Leaving Certificate Examination Mathematics

Coimisiún na Scrúduithe Stáit State Examinations Commission. Leaving Certificate Examination Mathematics 2016. M27 Coimisiún na Scrúduithe Stáit State Examinations Commission Leaving Certificate Examination 2016 Paper 1 Ordinary Level Friday 10 June Afternoon 2:00 4:30 300 marks Running total Examination

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

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

(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

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

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

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

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

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

This appendix discusses two extensions of the cost concepts developed in Chapter 10.

This appendix discusses two extensions of the cost concepts developed in Chapter 10. CHAPTER 10 APPENDIX MATHEMATICAL EXTENSIONS OF THE THEORY OF COSTS This appendix discusses two extensions of the cost concepts developed in Chapter 10. The Relationship Between Long-Run and Short-Run Cost

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

Zero-Coupon Bonds (Pure Discount Bonds)

Zero-Coupon Bonds (Pure Discount Bonds) Zero-Coupon Bonds (Pure Discount Bonds) By Eq. (1) on p. 23, the price of a zero-coupon bond that pays F dollars in n periods is where r is the interest rate per period. F/(1 + r) n, (9) Can be used to

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

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

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

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

บทท 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

DUKE UNIVERSITY The Fuqua School of Business. Financial Management Spring 1989 TERM STRUCTURE OF INTEREST RATES*

DUKE UNIVERSITY The Fuqua School of Business. Financial Management Spring 1989 TERM STRUCTURE OF INTEREST RATES* DUKE UNIVERSITY The Fuqua School of Business Business 350 Smith/Whaley Financial Management Spring 989 TERM STRUCTURE OF INTEREST RATES* The yield curve refers to the relation between bonds expected yield

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

$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

Keynesian Theory (IS-LM Model): how GDP and interest rates are determined in Short Run with Sticky Prices.

Keynesian Theory (IS-LM Model): how GDP and interest rates are determined in Short Run with Sticky Prices. Keynesian Theory (IS-LM Model): how GDP and interest rates are determined in Short Run with Sticky Prices. Historical background: The Keynesian Theory was proposed to show what could be done to shorten

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

Page Points Score Total: 100

Page Points Score Total: 100 Math 1130 Spring 2019 Sample Midterm 3a 4/11/19 Name (Print): Username.#: Lecturer: Rec. Instructor: Rec. Time: This exam contains 9 pages (including this cover page) and 9 problems. Check to see if any

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

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

Economics 101 Fall 2018 Answers to Homework #1 Due Thursday, September 27, Directions:

Economics 101 Fall 2018 Answers to Homework #1 Due Thursday, September 27, Directions: Economics 101 Fall 2018 Answers to Homework #1 Due Thursday, September 27, 2018 Directions: The homework will be collected in a box labeled with your TA s name before the lecture. Please place your name,

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

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

1. Parallel and nonparallel shifts in the yield curve. 2. Factors that drive U.S. Treasury security returns.

1. Parallel and nonparallel shifts in the yield curve. 2. Factors that drive U.S. Treasury security returns. LEARNING OUTCOMES 1. Parallel and nonparallel shifts in the yield curve. 2. Factors that drive U.S. Treasury security returns. 3. Construct the theoretical spot rate curve. 4. The swap rate curve (LIBOR

More information

DEBT VALUATION AND INTEREST. Chapter 9

DEBT VALUATION AND INTEREST. Chapter 9 DEBT VALUATION AND INTEREST Chapter 9 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 Value

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

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

1) Please EXPLAIN below your error in problem #1. What will you do to correct this error in the future?

1) Please EXPLAIN below your error in problem #1. What will you do to correct this error in the future? Individualized Quiz Remedial Help Name: ALL QUESTIONS REQUIRING YOU TO WRITE IN ENGLISH MUST BE ANSWERED IN COMPLETE SENTENCES. If you answered question #1 incorrectly please answer the following. 1) Please

More information

Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 2018 Instructor: Dr. Sateesh Mane

Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 2018 Instructor: Dr. Sateesh Mane Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 08 Instructor: Dr. Sateesh Mane c Sateesh R. Mane 08 Homework Please email your solution, as a file attachment,

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

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

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

AFM 271. Midterm Examination #2. Friday June 17, K. Vetzal. Answer Key

AFM 271. Midterm Examination #2. Friday June 17, K. Vetzal. Answer Key AFM 21 Midterm Examination #2 Friday June 1, 2005 K. Vetzal Name: Answer Key Student Number: Section Number: Duration: 1 hour and 30 minutes Instructions: 1. Answer all questions in the space provided.

More information

not to be republished NCERT Chapter 2 Consumer Behaviour 2.1 THE CONSUMER S BUDGET

not to be republished NCERT Chapter 2 Consumer Behaviour 2.1 THE CONSUMER S BUDGET Chapter 2 Theory y of Consumer Behaviour In this chapter, we will study the behaviour of an individual consumer in a market for final goods. The consumer has to decide on how much of each of the different

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

Name: Date: Period: Activity 4.3.1: What is Slope?

Name: Date: Period: Activity 4.3.1: What is Slope? Name: Date: Period: Activity 4.3.: What is Slope? What is slope? If you have ever walked up or down a hill, then you have already experienced a real life example of slope. Keeping this fact in mind, by

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

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

Bond Basics June 2006

Bond Basics June 2006 Yield Curve Basics The yield curve, a graph that depicts the relationship between bond yields and maturities, is an important tool in fixed-income investing. Investors use the yield curve as a reference

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

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

CHAPTER 5 THE COST OF MONEY (INTEREST RATES)

CHAPTER 5 THE COST OF MONEY (INTEREST RATES) CHAPTER 5 THE COST OF MONEY (INTEREST RATES) 1 Learning Outcomes LO.1 Describe the cost of money and factors that affect the cost of money. LO.2 Describe how interest rates are determined. LO.3 Describe

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

Managerial Finance FINC 474. Welcome to week 2 of FINC 474. This is a great time to ask questions about last week.

Managerial Finance FINC 474. Welcome to week 2 of FINC 474. This is a great time to ask questions about last week. Managerial Finance FINC 474 Session 2 Present and future value Dr. Michael Kinsman Welcome to week 2 of FINC 474 Last week we Discussed what you learned in accounting Talked about and used ratio analysis

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