8.3 Coupon Bonds, Current yield, and Yield to Maturity

Size: px
Start display at page:

Download "8.3 Coupon Bonds, Current yield, and Yield to Maturity"

Transcription

1 inancial Economics, Spring Coupon Bonds, Current yield, and Yield to Maturity Relationships between zero rates, bond price and yield to maturity Yield to maturity, YM, is an internal rate of return, IRR for a bond. Internal rate of return is interest rate such that NPV becomes zero. YM may not be equal to zero rate. Zero rate is interest rate which makes price of pure discount bond Equal to PV of its face value. Spot rate is another name for zero rate. rom zero rates to YM. Coupon bond has periodic coupon payments. 2. Each coupon can be considered as a zero coupon, i.e. pure discount bond. 3. Evaluate these coupons as pure discount bond. 4. Sum their PV's. 5. Set it equal to price. 6. or a given price, find internal rate of return for that bond. his IRR is "yield to maturity." Example: 3-year Bond with 0% Coupon Suppose that, in the bond market, we observe the following set of spot rate, i.e., zero rates; numerical example in 8.2. We apply annual compounding. Pure Discount Bond Maturity price per $ of face value spot rate as APR year years years able. Suppose also that there is a 3-year bond with 0% coupon. We like to find its theoretical price and its yield to maturity. ace value is $,000. Coupon is paid once a year. Each coupon is $00. We apply annual compounding. Price is equal to sum of PV' s of coupons and face value here are three cash inflows from the coupon bond. time of receipt year 2 year 3 year dollar amount We evaluate these cash flows as pure discount bonds. If we apply zero rates, then we calculate the following equation; 00 PV Ch08b.nb

2 inancial Economics, Spring 20 In[950]:= 00 ClearPV; PV ; Print "PV", PV PV Alternatively, we can take a short cut. able implies the following relationships. price of pure discount bond and zero rate We calculate the following; PV = ( ) 0.8. In[952]:= ClearPV; Print"PV ", PV 063. We calculate the following; PV = ( ) 0.8. hen, PV= 063. Due to the rounding errors, figures do not coincide. Interest rates should be more precise. Let's use $063 in this example. Set price equal to PV. Bond price is $, dollars. In[953]:= Let's check precise interest rates Clearx, x2, x3 NSolve0.95 x,x NSolve0.88,x2 x2 2 NSolve0.80,x3 x3 3 Out[954]= x Out[955]= x , x Out[956]= x , x , x Yield to Maturity YM is the value of single discount rate y which makes NPV equal to zero. In other words, YM is a solution for the following equation. Let y be APR for annual compounding. price 00 y 00 y y Ch08b.nb 2

3 inancial Economics, Spring 20 In[957]:= Clearprice, y, ans; price 063; ans NSolveprice 00 y ,y; y 2 y 3 y y. ans3; Print"Yield to maturity is equal to ", 00 y, "." Yield to maturity is equal to Current Yield Example 0% coupon bond with one year remaining An example given on page 228 of the text book: ace value is $, 000. Coupon rate 0 %. Coupon is paid once a year. We apply annual compounding. One year zero rate is 5 %. Since zero rate is 5%, bond price is given by the following; price Price is higher than its face value. Such a bond is premium bond. here is another kind of "yield", called current yield. Its definition is given by current yield Current yield of the above example is coupon current bond price his yield ignores capital loss. At maturity, you won't receive principal amount of your investment, which is $ You receive coupon plus face value which is $00. It is smaller than you paid. Your yield to maturity of one year investment is given by coupon ace value price YM 0.05 price It is 5%. Here, = is capital loss Bond Pricing Principle Depending on the relationships between price and face value, bonds are categorized into three groups; par, premium and discount bonds.. par bond : P= ; 2. P>: premium bond; 3. P<: discount bond Each group of bonds has specific relationship between coupon rate and yield to maturity as follows; Principle : P= fi c = y If a bond' s price equals its face value, then its yield to maturity equals its coupon rate. Coupon bonds with a market price equal to their face value are called par bonds. So YM of par bond equal to its coupon rate. Although bond was issued at par, the level of interest rate may change later. So you often observe that the price of coupon bond is not equal to the face value. Bond Pricing Principle 2 & 3 If bond's price is higher than its face value, such a bond is called premium bond. If price is lower than face value, such a bond is called discount bond. Principle 2 says P> fl c > y. Principle 3 says P< fl c < y 20-05Ch08b.nb 3

4 inancial Economics, Spring 20 Principle 2: or premium bonds, YM < coupon rate Principle 3: or discount bonds, YM > coupon rate If a coupon bond has a price higher than its face value, its yield to maturity is less than its coupon rate. And vice versa. Reason of these relationship? Principle P= ïc=y his can be shown using the formula of sum of geometric sequence. P=ì c=y his can be shown using graph of value of cash flow as a function of YM. Principle 2 and 3 follow from the above proof. Graphical Presentation of Bond Pricing Principles Let g(y) be PV of bond as a function of YM y. part Shape of function for y>- If y > - then, the first derivative is always negative and that the second derivative is positive. or y > -. g'(y)<0 and g''(y)>0. In addition, as yø -, g(y) goes to infinity. And as y Ø +, g(y) Ø 0. Such a shape of function g(y) means that, for a given bond price p, an equation g(y) = p has always a solution in the range of y > -. Also there exits only one solution because of the shape of g(y). part 2 c=y fl P= If YM equals to coupon rate, then PV equals to bond price. his can be proved using a formula of sum of geometric sequences. his means that g(c)= where c is coupon rate. his equality always holds for any value of c. Result of part tells that solution is unique. So the coupon rate c is the only solution for equation g(y)=. It implies that if bond price equals to, then YM equals to coupon rate. Graphically, the above results tell that. g(y) intersects with horizontal line of when y=c. Par bond 2. or y > c, then g(y) < Discount bond 3. or y < c, then g(y)> Premium bond 20-05Ch08b.nb 4

5 inancial Economics, Spring 20 Example: coupon rate 6%, 5 years to maturity In[96]:= Clearg, x, c,,, y; c 0.06; 00; 5; gy_ : c y t y t Plotgy, y, 0.05,, ImageSize 250, PlotLabel "Shape of gy where g'y0 and g''y0", AxesLabel y, present value Shape of gy where g'y<0 and g''y>0 present value 50 Out[963]= y Principle holds for any remaining years. Let's see examples for = 3, 5, 7, In[964]:= Clear, graph; 3; graph3 Plotgy, y, 0.055, 0.065, ImageSize 200, PlotLabel "3", PlotStyle Dotted; Clear; 5; graph5 Plotgy, y, 0.055, 0.065, ImageSize 200, PlotLabel "5"; Clear; 7; graph7 Plotgy, y, 0.055, 0.065, ImageSize 200, PlotLabel "7", PlotStyle hick; Showgraph3, graph5, graph7, PlotLabel 3, 5, 7, AxesLabel y, P P , 5, 7 Out[970]= y 8.5 Why Yields for the Same Maturity May Differ Often bonds with the same maturity have different YM. here are following reasons.. effect of coupon rate 2. effect of default risk 3. callability and convertibility 20-05Ch08b.nb 5

6 inancial Economics, Spring 20 Effect of Coupon Rates In the following, we show that two bonds with the same maturity but with different coupon rate have the different YM. Such a situation happens, when zero rate yield curve is not flat. wo bonds have the same maturity but different coupon rates. he same maturity means the same YM? Let S t be spot rates. Bond prices are determined in the following way: p t c S t t S t... () p2 t c 2 S t t S t... (2) YM is IRR which satisfies p t c y t y... (3) p2 t c2 y2 t y2... (4) Question: "Is y equal to y2"? Answer: hey are different except for by chance, unless spot rate yield curve is flat. hat spot rate yield curve is flat means that St are the same for all t. If spot rates are the same for all maturities, then equations () and (3) have the same answers. Also (2) and (4) have the same result. Because spot rates are the same for () and (2), y and y2 are equal. IRR is a kind of weighted average of "rates of return per period". YM is can be interpreted such a king of weighted average of spot rates. Different coupon rates mean different weights. Weighted average takes different value. Example Annual compounding is assumed. 6 years to maturity. Coupon rate are c = 0.03 and c2 = year spot rate in APR In[97]:= Clearp, p2,, S, c, c2, 6; c 0.03; c2 0.06; 00; z "year" "spot rate in APR" ; ablesk z2, k, k,, 6; 20-05Ch08b.nb 6

7 inancial Economics, Spring 20 In[975]:= c p St t t ; S c2 p2 St t t ; Print"p ", p, " and p2 ", p2 S p and p In[977]:= Cleary, ans c ans NSolvep y t t, y; y y y. ans6 Out[979]= In[980]:= Cleary2, ans2 ans2 NSolvep2 c2 y2 t t, y2; y2 y2 y2. ans26; Print"y", y, " and y2 ", y2 y and y hus, two bonds have the same maturity but have the different yield to maturity. Callable Bond and Convertible Bond Callability: he issuer of the bond has the right to redeem the bond before the final maturity date. Convertibility: he holder of a bond issued by a corporation has the right to convert the bond into a prespecified number of share of common stock. Homework No.4, due on May 8, 20 Q: Problem 8. Hint: Biannual compounding apply. Each coupon is half of c. Q2: Draw the same graph as igure 8.4 A on page 236, assuming 20-year 6% coupon and 5-year 6% coupon bonds and also 20 year zero coupon. Apply annual compounding. Q3: Problem 8.7 Correction of problem: 2 year price is $9.4834, not $ Q4: Problem 8.8 Q5. Problem 8.9 Hint about semiannual coupons: Japanese and US government bonds pay coupons every 6 months. In this case, we use semiannual compounding. Amount of each coupon is c ; half of annual payment. Let x be yield to maturity per 6 2 months. hen x satisfies the following. 0 b P t where b = c x t x 0 2 YM as annual percentage rate is 2x per year; y=2 x Ch08b.nb 7

8 inancial Economics, Spring 20 How to Draw ables by Mathematica Showing able Step. Make a table in "input mode" cell. Step 2. Copy the table and paste it in "text mode" cell Detail of process. Choose or create Input mode cell. 2. Input - Create Matrix/able/Palette 3. Make- table, Specify the number of rows and columns. Check "draw lines and frames" boxes. 4. Copy the table and paste it in the text mode cell Ch08b.nb 8

ü 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

Chapter 8. Step 2: Find prices of the bonds today: n i PV FV PMT Result Coupon = 4% 29.5 5? 100 4 84.74 Zero coupon 29.5 5? 100 0 23.

Chapter 8. Step 2: Find prices of the bonds today: n i PV FV PMT Result Coupon = 4% 29.5 5? 100 4 84.74 Zero coupon 29.5 5? 100 0 23. Chapter 8 Bond Valuation with a Flat Term Structure 1. Suppose you want to know the price of a 10-year 7% coupon Treasury bond that pays interest annually. a. You have been told that the yield to maturity

More information

Net Present Value (NPV)

Net Present Value (NPV) Investment Criteria 208 Net Present Value (NPV) What: NPV is a measure of how much value is created or added today by undertaking an investment (the difference between the investment s market value and

More information

Yield to Maturity Outline and Suggested Reading

Yield to Maturity Outline and Suggested Reading Yield to Maturity Outline Outline and Suggested Reading Yield to maturity on bonds Coupon effects Par rates Buzzwords Internal rate of return, Yield curve Term structure of interest rates Suggested reading

More information

Review Solutions FV = 4000*(1+.08/4) 5 = $4416.32

Review Solutions FV = 4000*(1+.08/4) 5 = $4416.32 Review Solutions 1. Planning to use the money to finish your last year in school, you deposit $4,000 into a savings account with a quoted annual interest rate (APR) of 8% and quarterly compounding. Fifteen

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 CHAPTER : THE TERM STRUCTURE OF INTEREST RATES PROBLEM SETS.. In general, the forward rate can be viewed as the sum of the market s expectation of the future

More information

2. Determine the appropriate discount rate based on the risk of the security

2. Determine the appropriate discount rate based on the risk of the security Fixed Income Instruments III Intro to the Valuation of Debt Securities LOS 64.a Explain the steps in the bond valuation process 1. Estimate the cash flows coupons and return of principal 2. Determine the

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

Alliance Consulting BOND YIELDS & DURATION ANALYSIS. Bond Yields & Duration Analysis Page 1

Alliance Consulting BOND YIELDS & DURATION ANALYSIS. Bond Yields & Duration Analysis Page 1 BOND YIELDS & DURATION ANALYSIS Bond Yields & Duration Analysis Page 1 COMPUTING BOND YIELDS Sources of returns on bond investments The returns from investment in bonds come from the following: 1. Periodic

More information

CHAPTER 15: THE TERM STRUCTURE OF INTEREST RATES

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

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 CHAPTER : THE TERM STRUCTURE OF INTEREST RATES PROBLEM SETS.. In general, the forward rate can be viewed as the sum of the market s expectation of the future

More information

CHAPTER 8 INTEREST RATES AND BOND VALUATION

CHAPTER 8 INTEREST RATES AND BOND VALUATION CHAPTER 8 INTEREST RATES AND BOND VALUATION Solutions to Questions and Problems 1. The price of a pure discount (zero coupon) bond is the present value of the par value. Remember, even though there are

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

Interest Rate and Credit Risk Derivatives

Interest Rate and Credit Risk Derivatives Interest Rate and Credit Risk Derivatives Interest Rate and Credit Risk Derivatives Peter Ritchken Kenneth Walter Haber Professor of Finance Weatherhead School of Management Case Western Reserve University

More information

LOS 56.a: Explain steps in the bond valuation process.

LOS 56.a: Explain steps in the bond valuation process. The following is a review of the Analysis of Fixed Income Investments principles designed to address the learning outcome statements set forth by CFA Institute. This topic is also covered in: Introduction

More information

BUSINESS FINANCE (FIN 312) Spring 2009

BUSINESS FINANCE (FIN 312) Spring 2009 BUSINESS FINANCE (FIN 31) Spring 009 Assignment Instructions: please read carefully You can either do the assignment by yourself or work in a group of no more than two. You should show your work how to

More information

Practice Set #1 and Solutions.

Practice Set #1 and Solutions. Bo Sjö 14-05-03 Practice Set #1 and Solutions. What to do with this practice set? Practice sets are handed out to help students master the material of the course and prepare for the final exam. These sets

More information

Chapter 11. Bond Pricing - 1. Bond Valuation: Part I. Several Assumptions: To simplify the analysis, we make the following assumptions.

Chapter 11. Bond Pricing - 1. Bond Valuation: Part I. Several Assumptions: To simplify the analysis, we make the following assumptions. Bond Pricing - 1 Chapter 11 Several Assumptions: To simplify the analysis, we make the following assumptions. 1. The coupon payments are made every six months. 2. The next coupon payment for the bond is

More information

Answers to Review Questions

Answers to Review Questions Answers to Review Questions 1. The real rate of interest is the rate that creates an equilibrium between the supply of savings and demand for investment funds. The nominal rate of interest is the actual

More information

Bond Price Arithmetic

Bond Price Arithmetic 1 Bond Price Arithmetic The purpose of this chapter is: To review the basics of the time value of money. This involves reviewing discounting guaranteed future cash flows at annual, semiannual and continuously

More information

Fixed Income: Practice Problems with Solutions

Fixed Income: Practice Problems with Solutions Fixed Income: Practice Problems with Solutions Directions: Unless otherwise stated, assume semi-annual payment on bonds.. A 6.0 percent bond matures in exactly 8 years and has a par value of 000 dollars.

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

Chapter 5: Valuing Bonds

Chapter 5: Valuing Bonds FIN 302 Class Notes Chapter 5: Valuing Bonds What is a bond? A long-term debt instrument A contract where a borrower agrees to make interest and principal payments on specific dates Corporate Bond Quotations

More information

NPV Versus IRR. W.L. Silber -1000 0 0 +300 +600 +900. We know that if the cost of capital is 18 percent we reject the project because the NPV

NPV Versus IRR. W.L. Silber -1000 0 0 +300 +600 +900. We know that if the cost of capital is 18 percent we reject the project because the NPV NPV Versus IRR W.L. Silber I. Our favorite project A has the following cash flows: -1 + +6 +9 1 2 We know that if the cost of capital is 18 percent we reject the project because the net present value is

More information

FNCE 301, Financial Management H Guy Williams, 2006

FNCE 301, Financial Management H Guy Williams, 2006 REVIEW We ve used the DCF method to find present value. We also know shortcut methods to solve these problems such as perpetuity present value = C/r. These tools allow us to value any cash flow including

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

Understanding duration and convexity of fixed income securities. Vinod Kothari

Understanding duration and convexity of fixed income securities. Vinod Kothari Understanding duration and convexity of fixed income securities Vinod Kothari Notation y : yield p: price of the bond T: total maturity of the bond t: any given time during T C t : D m : Cashflow from

More information

Sharp EL-733A Tutorial

Sharp EL-733A Tutorial To begin, look at the face of the calculator. Almost every key on the EL-733A has two functions: each key's primary function is noted on the key itself, while each key's secondary function is noted in

More information

CHAPTER 8 INTEREST RATES AND BOND VALUATION

CHAPTER 8 INTEREST RATES AND BOND VALUATION CHAPTER 8 INTEREST RATES AND BOND VALUATION Answers to Concept Questions 1. No. As interest rates fluctuate, the value of a Treasury security will fluctuate. Long-term Treasury securities have substantial

More information

How To Value Bonds

How To Value Bonds Chapter 6 Interest Rates And Bond Valuation Learning Goals 1. Describe interest rate fundamentals, the term structure of interest rates, and risk premiums. 2. Review the legal aspects of bond financing

More information

Bonds and the Term Structure of Interest Rates: Pricing, Yields, and (No) Arbitrage

Bonds and the Term Structure of Interest Rates: Pricing, Yields, and (No) Arbitrage Prof. Alex Shapiro Lecture Notes 12 Bonds and the Term Structure of Interest Rates: Pricing, Yields, and (No) Arbitrage I. Readings and Suggested Practice Problems II. Bonds Prices and Yields (Revisited)

More information

Time-Value-of-Money and Amortization Worksheets

Time-Value-of-Money and Amortization Worksheets 2 Time-Value-of-Money and Amortization Worksheets The Time-Value-of-Money and Amortization worksheets are useful in applications where the cash flows are equal, evenly spaced, and either all inflows or

More information

Review for Exam 1. Instructions: Please read carefully

Review for Exam 1. Instructions: Please read carefully Review for Exam 1 Instructions: Please read carefully The exam will have 20 multiple choice questions and 5 work problems. Questions in the multiple choice section will be either concept or calculation

More information

Zero-Coupon Bonds (Pure Discount Bonds)

Zero-Coupon Bonds (Pure Discount Bonds) Zero-Coupon Bonds (Pure Discount Bonds) The price of a zero-coupon bond that pays F dollars in n periods is F/(1 + r) n, where r is the interest rate per period. Can meet future obligations without reinvestment

More information

Problems and Solutions

Problems and Solutions Problems and Solutions CHAPTER Problems. Problems on onds Exercise. On /04/0, consider a fixed-coupon bond whose features are the following: face value: $,000 coupon rate: 8% coupon frequency: semiannual

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

Analysis of Deterministic Cash Flows and the Term Structure of Interest Rates

Analysis of Deterministic Cash Flows and the Term Structure of Interest Rates Analysis of Deterministic Cash Flows and the Term Structure of Interest Rates Cash Flow Financial transactions and investment opportunities are described by cash flows they generate. Cash flow: payment

More information

Solutions to Practice Questions (Bonds)

Solutions to Practice Questions (Bonds) Fuqua Business School Duke University FIN 350 Global Financial Management Solutions to Practice Questions (Bonds). These practice questions are a suplement to the problem sets, and are intended for those

More information

Time Value of Money. 2014 Level I Quantitative Methods. IFT Notes for the CFA exam

Time Value of Money. 2014 Level I Quantitative Methods. IFT Notes for the CFA exam Time Value of Money 2014 Level I Quantitative Methods IFT Notes for the CFA exam Contents 1. Introduction...2 2. Interest Rates: Interpretation...2 3. The Future Value of a Single Cash Flow...4 4. The

More information

Chapter. Bond Prices and Yields. McGraw-Hill/Irwin. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved.

Chapter. Bond Prices and Yields. McGraw-Hill/Irwin. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter Bond Prices and Yields McGraw-Hill/Irwin Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Bond Prices and Yields Our goal in this chapter is to understand the relationship

More information

Course FM / Exam 2. Calculator advice

Course FM / Exam 2. Calculator advice Course FM / Exam 2 Introduction It wasn t very long ago that the square root key was the most advanced function of the only calculator approved by the SOA/CAS for use during an actuarial exam. Now students

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

Practice Set #2 and Solutions.

Practice Set #2 and Solutions. FIN-672 Securities Analysis & Portfolio Management Professor Michel A. Robe Practice Set #2 and Solutions. What to do with this practice set? To help MBA students prepare for the assignment and the exams,

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

Fin 3312 Sample Exam 1 Questions

Fin 3312 Sample Exam 1 Questions Fin 3312 Sample Exam 1 Questions Here are some representative type questions. This review is intended to give you an idea of the types of questions that may appear on the exam, and how the questions might

More information

Click Here to Buy the Tutorial

Click Here to Buy the Tutorial FIN 534 Week 4 Quiz 3 (Str) Click Here to Buy the Tutorial http://www.tutorialoutlet.com/fin-534/fin-534-week-4-quiz-3- str/ For more course tutorials visit www.tutorialoutlet.com Which of the following

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

380.760: Corporate Finance. Financial Decision Making

380.760: Corporate Finance. Financial Decision Making 380.760: Corporate Finance Lecture 2: Time Value of Money and Net Present Value Gordon Bodnar, 2009 Professor Gordon Bodnar 2009 Financial Decision Making Finance decision making is about evaluating costs

More information

hp calculators HP 17bII+ Net Present Value and Internal Rate of Return Cash Flow Zero A Series of Cash Flows What Net Present Value Is

hp calculators HP 17bII+ Net Present Value and Internal Rate of Return Cash Flow Zero A Series of Cash Flows What Net Present Value Is HP 17bII+ Net Present Value and Internal Rate of Return Cash Flow Zero A Series of Cash Flows What Net Present Value Is Present Value and Net Present Value Getting the Present Value And Now For the Internal

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

CHAPTER 5 HOW TO VALUE STOCKS AND BONDS

CHAPTER 5 HOW TO VALUE STOCKS AND BONDS CHAPTER 5 HOW TO VALUE STOCKS AND BONDS Answers to Concepts Review and Critical Thinking Questions 1. Bond issuers look at outstanding bonds of similar maturity and risk. The yields on such bonds are used

More information

Chapter 6 Interest Rates and Bond Valuation

Chapter 6 Interest Rates and Bond Valuation Chapter 6 Interest Rates and Bond Valuation Solutions to Problems P6-1. P6-2. LG 1: Interest Rate Fundamentals: The Real Rate of Return Basic Real rate of return = 5.5% 2.0% = 3.5% LG 1: Real Rate of Interest

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

PERPETUITIES NARRATIVE SCRIPT 2004 SOUTH-WESTERN, A THOMSON BUSINESS

PERPETUITIES NARRATIVE SCRIPT 2004 SOUTH-WESTERN, A THOMSON BUSINESS NARRATIVE SCRIPT 2004 SOUTH-WESTERN, A THOMSON BUSINESS NARRATIVE SCRIPT: SLIDE 2 A good understanding of the time value of money is crucial for anybody who wants to deal in financial markets. It does

More information

Chapter 6. Discounted Cash Flow Valuation. Key Concepts and Skills. Multiple Cash Flows Future Value Example 6.1. Answer 6.1

Chapter 6. Discounted Cash Flow Valuation. Key Concepts and Skills. Multiple Cash Flows Future Value Example 6.1. Answer 6.1 Chapter 6 Key Concepts and Skills Be able to compute: the future value of multiple cash flows the present value of multiple cash flows the future and present value of annuities Discounted Cash Flow Valuation

More information

ICASL - Business School Programme

ICASL - Business School Programme ICASL - Business School Programme Quantitative Techniques for Business (Module 3) Financial Mathematics TUTORIAL 2A This chapter deals with problems related to investing money or capital in a business

More information

Global Financial Management

Global Financial Management Global Financial Management Bond Valuation Copyright 999 by Alon Brav, Campbell R. Harvey, Stephen Gray and Ernst Maug. All rights reserved. No part of this lecture may be reproduced without the permission

More information

Bond Valuation. FINANCE 350 Global Financial Management. Professor Alon Brav Fuqua School of Business Duke University. Bond Valuation: An Overview

Bond Valuation. FINANCE 350 Global Financial Management. Professor Alon Brav Fuqua School of Business Duke University. Bond Valuation: An Overview Bond Valuation FINANCE 350 Global Financial Management Professor Alon Brav Fuqua School of Business Duke University 1 Bond Valuation: An Overview Bond Markets What are they? How big? How important? Valuation

More information

M.I.T. Spring 1999 Sloan School of Management 15.415. First Half Summary

M.I.T. Spring 1999 Sloan School of Management 15.415. First Half Summary M.I.T. Spring 1999 Sloan School of Management 15.415 First Half Summary Present Values Basic Idea: We should discount future cash flows. The appropriate discount rate is the opportunity cost of capital.

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

I. Readings and Suggested Practice Problems. II. Risks Associated with Default-Free Bonds

I. Readings and Suggested Practice Problems. II. Risks Associated with Default-Free Bonds Prof. Alex Shapiro Lecture Notes 13 Bond Portfolio Management I. Readings and Suggested Practice Problems II. Risks Associated with Default-Free Bonds III. Duration: Details and Examples IV. Immunization

More information

Answer Key to Midterm

Answer Key to Midterm Econ 121 Money and Banking Instructor: Chao Wei Answer Key to Midterm Provide a brief and concise answer to each question. Clearly label each answer. There are 50 points on the exam. 1. (10 points, 3 points

More information

CHAPTER 12 RISK, COST OF CAPITAL, AND CAPITAL BUDGETING

CHAPTER 12 RISK, COST OF CAPITAL, AND CAPITAL BUDGETING CHAPTER 12 RISK, COST OF CAPITAL, AND CAPITAL BUDGETING Answers to Concepts Review and Critical Thinking Questions 1. No. The cost of capital depends on the risk of the project, not the source of the money.

More information

How To Calculate Bond Price And Yield To Maturity

How To Calculate Bond Price And Yield To Maturity CHAPTER 10 Bond Prices and Yields Interest rates go up and bond prices go down. But which bonds go up the most and which go up the least? Interest rates go down and bond prices go up. But which bonds go

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

In this section, the functions of a financial calculator will be reviewed and some sample problems will be demonstrated.

In this section, the functions of a financial calculator will be reviewed and some sample problems will be demonstrated. Section 4: Using a Financial Calculator Tab 1: Introduction and Objectives Introduction In this section, the functions of a financial calculator will be reviewed and some sample problems will be demonstrated.

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 5. Bonds. c 2009. Miguel A. Arcones. All rights reserved. Extract from: Arcones Manual for the SOA Exam FM/CAS Exam 2, Financial Mathematics. Fall 2009 Edition,

More information

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

Chapter 4 Time Value of Money ANSWERS TO END-OF-CHAPTER QUESTIONS Chapter 4 Time Value of Money ANSWERS TO END-OF-CHAPTER QUESTIONS 4-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

American Options and Callable Bonds

American Options and Callable Bonds American Options and Callable Bonds American Options Valuing an American Call on a Coupon Bond Valuing a Callable Bond Concepts and Buzzwords Interest Rate Sensitivity of a Callable Bond exercise policy

More information

FINANCIAL MATHEMATICS FIXED INCOME

FINANCIAL MATHEMATICS FIXED INCOME FINANCIAL MATHEMATICS FIXED INCOME 1. Converting from Money Market Basis to Bond Basis and vice versa 2 2. Calculating the Effective Interest Rate (Non-annual Payments)... 4 3. Conversion of Annual into

More information

Excel Financial Functions

Excel Financial Functions Excel Financial Functions PV() Effect() Nominal() FV() PMT() Payment Amortization Table Payment Array Table NPer() Rate() NPV() IRR() MIRR() Yield() Price() Accrint() Future Value How much will your money

More information

Bond valuation. Present value of a bond = present value of interest payments + present value of maturity value

Bond valuation. Present value of a bond = present value of interest payments + present value of maturity value Bond valuation A reading prepared by Pamela Peterson Drake O U T L I N E 1. Valuation of long-term debt securities 2. Issues 3. Summary 1. Valuation of long-term debt securities Debt securities are obligations

More information

The Concept of Present Value

The Concept of Present Value The Concept of Present Value If you could have $100 today or $100 next week which would you choose? Of course you would choose the $100 today. Why? Hopefully you said because you could invest it and make

More information

Name: Show critical work and then circle the answer you get.

Name: Show critical work and then circle the answer you get. Math 418B Worksheet 3 Callable Bonds ame: Show critical work and then circle the answer you get. In everyday business and financial usage there are three different yield associated with a bond: 1. ominal

More information

3. If an individual investor buys or sells a currently owned stock through a broker, this is a primary market transaction.

3. If an individual investor buys or sells a currently owned stock through a broker, this is a primary market transaction. Spring 2012 Finance 3130 Sample Exam 1A Questions for Review 1. The form of organization for a business is an important issue, as this decision has very significant effect on the income and wealth of the

More information

Chapter Two. Determinants of Interest Rates. McGraw-Hill /Irwin. Copyright 2001 by The McGraw-Hill Companies, Inc. All rights reserved.

Chapter Two. Determinants of Interest Rates. McGraw-Hill /Irwin. Copyright 2001 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter Two Determinants of Interest Rates Interest Rate Fundamentals Nominal interest rates - the interest rate actually observed in financial markets directly affect the value (price) of most securities

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

Financial Math on Spreadsheet and Calculator Version 4.0

Financial Math on Spreadsheet and Calculator Version 4.0 Financial Math on Spreadsheet and Calculator Version 4.0 2002 Kent L. Womack and Andrew Brownell Tuck School of Business Dartmouth College Table of Contents INTRODUCTION...1 PERFORMING TVM CALCULATIONS

More information

Hewlett-Packard 10BII Tutorial

Hewlett-Packard 10BII Tutorial This tutorial has been developed to be used in conjunction with Brigham and Houston s Fundamentals of Financial Management 11 th edition and Fundamentals of Financial Management: Concise Edition. In particular,

More information

APPENDIX 3 TIME VALUE OF MONEY. Time Lines and Notation. The Intuitive Basis for Present Value

APPENDIX 3 TIME VALUE OF MONEY. Time Lines and Notation. The Intuitive Basis for Present Value 1 2 TIME VALUE OF MONEY APPENDIX 3 The simplest tools in finance are often the most powerful. Present value is a concept that is intuitively appealing, simple to compute, and has a wide range of applications.

More information

Bond valuation and bond yields

Bond valuation and bond yields RELEVANT TO ACCA QUALIFICATION PAPER P4 AND PERFORMANCE OBJECTIVES 15 AND 16 Bond valuation and bond yields Bonds and their variants such as loan notes, debentures and loan stock, are IOUs issued by governments

More information

Duration and convexity

Duration and convexity Duration and convexity Prepared by Pamela Peterson Drake, Ph.D., CFA Contents 1. Overview... 1 A. Calculating the yield on a bond... 4 B. The yield curve... 6 C. Option-like features... 8 D. Bond ratings...

More information

Exam 1 Morning Session

Exam 1 Morning Session 91. A high yield bond fund states that through active management, the fund s return has outperformed an index of Treasury securities by 4% on average over the past five years. As a performance benchmark

More information

APPENDIX. Interest Concepts of Future and Present Value. Concept of Interest TIME VALUE OF MONEY BASIC INTEREST CONCEPTS

APPENDIX. Interest Concepts of Future and Present Value. Concept of Interest TIME VALUE OF MONEY BASIC INTEREST CONCEPTS CHAPTER 8 Current Monetary Balances 395 APPENDIX Interest Concepts of Future and Present Value TIME VALUE OF MONEY In general business terms, interest is defined as the cost of using money over time. Economists

More information

Financial Markets and Valuation - Tutorial 1: SOLUTIONS. Present and Future Values, Annuities and Perpetuities

Financial Markets and Valuation - Tutorial 1: SOLUTIONS. Present and Future Values, Annuities and Perpetuities Financial Markets and Valuation - Tutorial 1: SOLUTIONS Present and Future Values, Annuities and Perpetuities (*) denotes those problems to be covered in detail during the tutorial session (*) Problem

More information

The Term Structure of Interest Rates CHAPTER 13

The Term Structure of Interest Rates CHAPTER 13 The Term Structure of Interest Rates CHAPTER 13 Chapter Summary Objective: To explore the pattern of interest rates for different-term assets. The term structure under certainty Forward rates Theories

More information

MBA Finance Part-Time Present Value

MBA Finance Part-Time Present Value MBA Finance Part-Time Present Value Professor Hugues Pirotte Spéder Solvay Business School Université Libre de Bruxelles Fall 2002 1 1 Present Value Objectives for this session : 1. Introduce present value

More information

Why Use Net Present Value? The Payback Period Method The Discounted Payback Period Method The Average Accounting Return Method The Internal Rate of

Why Use Net Present Value? The Payback Period Method The Discounted Payback Period Method The Average Accounting Return Method The Internal Rate of 1 Why Use Net Present Value? The Payback Period Method The Discounted Payback Period Method The Average Accounting Return Method The Internal Rate of Return Problems with the IRR Approach The Profitability

More information

1. Present Value. 2. Bonds. 3. Stocks

1. Present Value. 2. Bonds. 3. Stocks Stocks and Bonds 1. Present Value 2. Bonds 3. Stocks 1 Present Value = today s value of income at a future date Income at one future date value today of X dollars in one year V t = X t+1 (1 + i t ) where

More information

How to calculate present values

How to calculate present values How to calculate present values Back to the future Chapter 3 Discounted Cash Flow Analysis (Time Value of Money) Discounted Cash Flow (DCF) analysis is the foundation of valuation in corporate finance

More information

Compound Interest. Invest 500 that earns 10% interest each year for 3 years, where each interest payment is reinvested at the same rate:

Compound Interest. Invest 500 that earns 10% interest each year for 3 years, where each interest payment is reinvested at the same rate: Compound Interest Invest 500 that earns 10% interest each year for 3 years, where each interest payment is reinvested at the same rate: Table 1 Development of Nominal Payments and the Terminal Value, S.

More information

Chapter 12. Preferred Stocks - 1. Preferred Stocks and Convertibles

Chapter 12. Preferred Stocks - 1. Preferred Stocks and Convertibles Preferred Stocks - 1 Chapter 12 Preferred Stocks and Convertibles Preferred Stocks Valuing and Investing in Preferreds Convertibles Valuing and Investing in Convertibles Preferred stocks have preference

More information

Texas Instruments BAII Plus Tutorial for Use with Fundamentals 11/e and Concise 5/e

Texas Instruments BAII Plus Tutorial for Use with Fundamentals 11/e and Concise 5/e Texas Instruments BAII Plus Tutorial for Use with Fundamentals 11/e and Concise 5/e This tutorial was developed for use with Brigham and Houston s Fundamentals of Financial Management, 11/e and Concise,

More information

We first solve for the present value of the cost per two barrels: (1.065) 2 = 41.033 (1.07) 3 = 55.341. x = 20.9519

We first solve for the present value of the cost per two barrels: (1.065) 2 = 41.033 (1.07) 3 = 55.341. x = 20.9519 Chapter 8 Swaps Question 8.1. We first solve for the present value of the cost per two barrels: $22 1.06 + $23 (1.065) 2 = 41.033. We then obtain the swap price per barrel by solving: which was to be shown.

More information

Relative value analysis: calculating bond spreads Moorad Choudhry January 2006

Relative value analysis: calculating bond spreads Moorad Choudhry January 2006 Relative value analysis: calculating bond spreads Moorad Choudhry January 2006 Relative value analysis: bond spreads Moorad Choudhry Investors measure the perceived market value, or relative value, of

More information

Bonds. Describe Bonds. Define Key Words. Created 2007 By Michael Worthington Elizabeth City State University

Bonds. Describe Bonds. Define Key Words. Created 2007 By Michael Worthington Elizabeth City State University Bonds OBJECTIVES Describe bonds Define key words Explain why bond prices fluctuate Compute interest payments Calculate the price of bonds Created 2007 By Michael Worthington Elizabeth City State University

More information

Chapter Review Problems

Chapter Review Problems Chapter Review Problems State all stock and bond prices in dollars and cents. Unit 14.1 Stocks 1. When a corporation earns a profit, the board of directors is obligated by law to immediately distribute

More information

In October 1997, Hewlett-Packard issued zero coupon bonds with a face value of $1.8 million, due in 2017, for proceeds of $968 million.

In October 1997, Hewlett-Packard issued zero coupon bonds with a face value of $1.8 million, due in 2017, for proceeds of $968 million. BE11-2 In October 1997, Hewlett-Packard issued zero coupon bonds with a face value of $1.8 million, due in 2017, for proceeds of $968 million. (a) What is the life of these bonds? The life of the bonds

More information

Econ 121 Money and Banking Fall 2009 Instructor: Chao Wei. Midterm. Answer Key

Econ 121 Money and Banking Fall 2009 Instructor: Chao Wei. Midterm. Answer Key Econ 121 Money and Banking Fall 2009 Instructor: Chao Wei Midterm Answer Key Provide a BRIEF and CONCISE answer to each question. Clearly label each answer. There are 25 points on the exam. I. Formulas

More information