Question

In: Finance

A) Write a macro function in excel to calculate the Future value for a series of...

A) Write a macro function in excel to calculate the Future value for a series of cash flows.

B. Write a macro function to estimate the cost of equity using the: (i) Capital Asset Pricing Model (CAPM)

Ri = rf + Ba (rm-rf)

where:

rf = the rate of return on risk-free securities (typically Treasuries)

Ba = the beta of the investment in question

rm = the market's overall expected rate of return

(ii) Fama-French Model Ri = rf + Bmkt (RMRF) + Bsize (SMB) + Bvalue (HML)

where:

rf = the rate of return on risk-free securities (typically Treasuries)

Bmkt = market beta Bsize = Size beta Bvalue = value beta

RMRF= return on a market weighted equity index in excess of the one month T-bill rate.

SMB= small minus big, a size (market capitalization factor).

SMB is the average return on three small-cap portfolios minus the average return on three large cap portfolios.

HML= high minus low. HML is the average return on two low book-to-market portfolios minus the average return on two high low book-to-market portfolios.

Test your cost of equity macro function using the following data: Risk-free rate =4.9%, Market Beta=1.24, Size Beta=-0.220, Value Beta=-0.348 RMRF=5.5%, SMB= 2.7%, HML=4.5%.

Solutions

Expert Solution



Related Solutions

Describe in detail how to calculate the future value and the present value of a series...
Describe in detail how to calculate the future value and the present value of a series of cash flows.
How would you calculate this with an excel formula on excel: •What is the future value...
How would you calculate this with an excel formula on excel: •What is the future value of the following cash flows if the discount rate is 8%? What is the future value if the discount rate is 5%? (this is asking you take the future value of the cash flows. Please find the future value at year 4. ))
Calculate the Present Worth (PW), Future Worth (FW), and Equivalent Uniform Annual Series value of cash...
Calculate the Present Worth (PW), Future Worth (FW), and Equivalent Uniform Annual Series value of cash flows below at an interest rate of 8% compounded annually. End of Year 0 1 2 3 4 5 CF1 -$55,000 $12,000 $12,000 $12,000 $12,000 $12,000
a. Write down the formula used to calculate the Present Value (PV) of a future Cash...
a. Write down the formula used to calculate the Present Value (PV) of a future Cash Flow (CF)   for ‘n’ years. Using this formula, explain why the price of a coupon bond and the yield to maturity are negatively related.   b. If there is an increase in interest rates, which would you rather be holding, long-term bonds or short-term bonds? Why? Which type of bond has the greater interest-rate risk?
Write a program in python to calculate the value of cos(?) using its Taylor series expansion:...
Write a program in python to calculate the value of cos(?) using its Taylor series expansion: ?2 ?4 ?6 ?8 cos(?)=1− + − + ... The program should consist of the following functions: a) Develop and test a cosCalc() function that receives as an argument, of type float, the value of the variable and returns the result as a float also. Include 20 terms maximum from the series, or until the value of a term is less than 1e-8. b)...
Write a MATLAB function that calculates the approximate value of arctan(x) using the Maclaurin series approximation:...
Write a MATLAB function that calculates the approximate value of arctan(x) using the Maclaurin series approximation: arctan⁡(x)=x-x^3/3+x^5/5-x^7/7+⋯ The function should accept 3 parameters: value of x, number of significant figures accuracy i.e. n, and the maximum number of iterations. In the function, use ε_s=(0.5×〖10〗^(2-n ) )% in order to continue until the ε_a falls below this criteria. The function should return 3 values: the approximate value of arctan(x) at the end of the program, final ε_a and the number of...
Write a python program to calculate the value of sin(?) using its Taylor series expansion: sin(?)...
Write a python program to calculate the value of sin(?) using its Taylor series expansion: sin(?) = ? − ? 3 3! + ? 5 5! − ? 7 7! + ? 9 9! … The program should consist of the following functions: a) Develop and test a calcSin() function that receives as an argument, of type float, the value of the variable and returns the result as a float also. Include 20 terms maximum from the series, or until...
Prompt: Present value and Future value – In finance we often calculate present and future values....
Prompt: Present value and Future value – In finance we often calculate present and future values. Discuss their uses and the relationship between present and future value. Requirements: 250 words
Write a C function to calculate and return the factorial value of any positive integer as...
Write a C function to calculate and return the factorial value of any positive integer as an argument. Then call this function from main() and print the results for the following input values: 2, 3,4, 5, 10, 15 What is the maximum value of an integer for which factorial can be calculated correctly on a machine using your algorithm?
Calculate the Fourier Series of the function below. Results should be in full, closed-form series. Graph...
Calculate the Fourier Series of the function below. Results should be in full, closed-form series. Graph using Octave or Matlab to compare and check answer. Period is 2pi. f(x)= 1 for -pi<x<-pi/2, -1 for -pi-2<x<0, 0 for 0<x<pi
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT