Question

In: Finance

Hey. I am having trouble with a finance question: ----------------------------------------------------------------------------------------------------------------------------------------- Consider two bonds. The first is...

Hey. I am having trouble with a finance question:

-----------------------------------------------------------------------------------------------------------------------------------------

Consider two bonds. The first is a 6% coupon bond with six years to maturity, and a yield to maturity of 4.5% annual rate, compounded semi-annually. The second bond is a 2% coupon bond with six years to maturity and a yield to maturity of 5.0%, annual rate, compounded semi-annually.

Given the data for the first two bonds, now consider a third bond: a zero coupon bond with six years to maturity. Calculate the price per $100 of face value of the zero coupon bond. Calculate the yield to maturity for the zero coupon bond. (Express the yield as annual rate, compounded semi-annually).

HINT: Use the Value Additivity principle to answer. Create a synthetic zerocoupon bond, that is, a portfolio of the 6% coupon bond and the 2% coupon bond that has the same cash flows as a 6-year, zero coupon bond.

Solutions

Expert Solution

Let's call the two bonds A and B. As a first step we need to determine the price of each of the two bonds. We will make use of PV function of excel to determine the price.

Bond A:

Inputs of PV function are: Rate = YTM semi annual = 4.5% / 2 = 2.25%

Period = nos. of half years in time to maturity of 6 years = 2 x 6 = 12

PMT = Payment per period = semi annual coupon = 6% / 2 = 3% x Face value = 3% x 100 = 3

FV = future value = face value = par value = 100

Hence, Price of bond A = PA = - PV (Rate, Period, PMT, FV) = - PV (2.25%, 12, 3, 100) = $ 107.81

Bond B:

Inputs of PV function are: Rate = YTM semi annual = 5% / 2 = 2.5%

Period = nos. of half years in time to maturity of 6 years = 2 x 6 = 12

PMT = Payment per period = semi annual coupon = 2% / 2 = 1% x Face value = 1% x 100 = 1

FV = future value = face value = par value = 100

Hence, Price of bond B = PB = - PV (Rate, Period, PMT, FV) = - PV (2.5%, 12, 1, 100) = $ 84.61

Let's create a synthetic zero coupon bond, that is, a portfolio of NA number of bond A and NB number of Bond B that has the same cash flows as a 6-year, zero coupon bond.

Cash flow per period (semi annual) = NA x Semi annual coupon of A + NB x Semi annual coupon of Bond B = 3 x NA + 1 x NB = 3NA + NB

and cash flow on maturity = NA x (Semi annual coupon of A + Face Value) + NB x (Semi annual coupon of Bond B + Face Value) = (3 + 100) x NA + (1 + 100) x NB = 103NA + 101NB

Periodic cash flow from a zero coupon bond = 0 (it doesn't pay any coupon)

Hence, 3NA + NB = 0; Hence, NB = - 3NA -------Equation (1)

Cash flow on maturity from zero coupon bond = Face value = 100

Hence, 103NA + 101NB = 100 -------------Equation (2)

Substitute for NB from Equation (1) in Equation (2) to get:

103NA + 101 x (-3NA) = 100 Or, -200NA = 100, hence NA = -100 / 200 =  - 0.5 and NB = -3 x ( - 0.5) =  1.5

Thus price of the zero coupon bond = Price of the portfolio of 1.5 number of Bond B and - 0.5 number of bond A = 1.5 x PB - 0.5x PA = 1.5 x 84.61 - 0.5 x 107.81 = $  73.01


Related Solutions

I am having a trouble with a python program. I am to create a program that...
I am having a trouble with a python program. I am to create a program that calculates the estimated hours and mintutes. Here is my code. #!/usr/bin/env python3 #Arrival Date/Time Estimator # # from datetime import datetime import locale mph = 0 miles = 0 def get_departure_time():     while True:         date_str = input("Estimated time of departure (HH:MM AM/PM): ")         try:             depart_time = datetime.strptime(date_str, "%H:%M %p")         except ValueError:             print("Invalid date format. Try again.")             continue        ...
I am having trouble with a homework question The financial statements of P&G are presented in...
I am having trouble with a homework question The financial statements of P&G are presented in Appendix B. The company’s complete annual report, including the notes to the financial statements, is available online. Click here to view Appendix B Refer to P&G’s financial statements and accompanying notes to answer the following questions. Part 1 New attempt is in progress. Some of the new entries may impact the last attempt grading.Your answer is partially correct. Under P&G’s stock-based compensation plan, stock...
I was able to calculate (a) but I am having trouble with the calculations of (b)....
I was able to calculate (a) but I am having trouble with the calculations of (b). Thanks! The following are New York closing rates for A$/US$ and $/£:                                     A$/$ = 1.5150;               $/£ = $1.2950             (a) Calculate the cross rate for £ in terms of A$ (A$/£).             (b) If £ is trading at A$1.95/£ in London (cross market) on the same day, is there an arbitrage opportunity?  If so, show how arbitrageurs with £ could profit from this opportunity and calculate the arbitrage...
I am having trouble understanding what value to use for each function. The question is: "Tom...
I am having trouble understanding what value to use for each function. The question is: "Tom plans to save $88 a month, starting today, for 22 years. Dean plans to save $88 a month for 22 years, starting one month from today. Both Tom and Dean expect to earn an average return o 5.27 percent APR on thier savings and both will make the same number of deposits. At the end of the 22 years, how much more (in $)...
I am working through this solution in rstudio and am having trouble fitting this table into...
I am working through this solution in rstudio and am having trouble fitting this table into a linear regression analysis. an answer with corrosponding r code used would be greatly appreciated A study was conducted to determine whether the final grade of a student in an introductory psychology course is linearly related to his or her performance on the verbal ability test administered before college entrance. The verbal scores and final grades for all 1010 students in the class are...
I am having the most trouble with 1d: 1. a. Prove that if f : A...
I am having the most trouble with 1d: 1. a. Prove that if f : A → B, g : B → C, and g ◦f : A → C is a 1-to-1 surjection, then f is 1-to-1 and g is a surjection. Proof. b. Prove that if f : A → B, g : B → C, g ◦ f : A → C is a 1-to-1 surjection, and g is 1-to-1, then f is a surjection. Proof. c....
I am having trouble with a C++ code that I'm working on. It is a spell...
I am having trouble with a C++ code that I'm working on. It is a spell checker program. It needs to compare two arrays, a dictionary, and an array with misspelled strings that are compared to the strings in the dictionary. the strings that are in the second array that is not in the Dictionary are assumed to be misspelled. All of the strings in the dictionary are lowercase without any extra characters so the strings that are passed into...
Question: Here are the account balances for Reid Corporations June 30, 2020. I am having trouble...
Question: Here are the account balances for Reid Corporations June 30, 2020. I am having trouble with preparing the single step income statement Sales revenue $1,835,050 Telephone and Internet expense Cost of goods sold 1,071,770  (office) $ 2,820 Salaries and wages expense (sales) 56,260 Salaries and wages (office) 7,320 Sales commission expense 97,600 Supplies expense (sales) 4,850 Advertising expense (sales) 28,930 Repairs and maintenance expense (office) 9,130 Freight out 21,400 Depreciation understatement due to Entertainment expense (sales) 14,820 Error—2018 (net...
I am working on these study questions and am having trouble understanding how it all works...
I am working on these study questions and am having trouble understanding how it all works together. Any help would be greatly appreciated!! An all equity firm is expected to generate perpetual EBIT of $50 million per year forever. The corporate tax rate is 0% in a fantasy no tax world. The firm has an unlevered (asset or EV) Beta of 1.0. The risk-free rate is 5% and the market risk premium is 6%. The number of outstanding shares is...
Hello! I am having trouble starting this program in Java. the objective is as follows: "...
Hello! I am having trouble starting this program in Java. the objective is as follows: " I will include a text file with this assignment. It is a text version of this assignment. Write a program that will read the file line by line, and break each line into an array of words using the tokenize method in the String class. Count how many words are in the file and print out that number. " my question is, how do...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT