Estimate the expected excess return for allseven stocks

Assignment Help Other Subject
Reference no: EM132168298

Part -1: Efficient Equity Portfolios

Problem 1

Write an Rprogram to find the efficient frontier, the tangencyPortfolio, and the minimum variance portfolio, and plot on "reward-riskspace" the location of each of the six stocks, the efficient frontier, the tan-gency portfolio, and the line of efficient portfolios. Use the constraints that-0.1≤wj≤0.5for each stock. The first constraint limits short sales but does not rule them out completely. The second constraint prohibits more than50 % of the investment in any single stock. Assume that the annual risk-freerate is 3 % and convert this to a daily rate by dividing by 365, since interestis earned on trading as well as nontrading days.

Problem 2

If an investor wants an efficient portfolio with an expected daily return of 0.07 %, how should the investor allocate his or her capital to the sixstocks and to the risk-free asset? Assume that the investor wishes to use thetangency portfolio computed with the constraints -0.1≤wj≤0.5,not theunconstrained tangency portfolio.

Part -2:

In this lab, you will fit model (17.20). The S&P 500 index will be a proxy forthe market portfolio and the 90-day Treasury rate will serve as the risk-freerate.This lab uses the data setStock_Bond_2004_to_2006.csvwhichis available on the book's website. This data set contains a subset of the data inthe data set Stock_Bond.csvused elsewhere.

TheRcommands needed to fit model (17.20) will be given in small groupsso that they can be explained better. First run the following commands toread the data, extract the prices, and find the number of observations:

dat = read.csv("Stock_Bond_2004_to_2006.csv", header = TRUE)
prices = dat [ , c(5, 7, 9, 11, 13, 15, 17, 24)]
n = dim(prices)[1]

Next, run these commands to convert the risk-free rate to a daily rate, compute net returns, extract the Treasury rate, and compute excess returns for themarket and for seven stocks. The risk-free rate is given as a percentage so thereturns are also computed as percentages.

dat2 = as.matrix(cbind(dat[(2:n), 3] / 365,
100 * (prices[2:n,] / prices[1:(n-1), ] - 1)))
names(dat2)[1] = "treasury"
risk_free = dat2[,1]
ExRet = dat2[ ,2:9] - risk_free
market = ExRet[ ,8]
stockExRet = ExRet[ ,1:7]

Now fit model (17.20) to each stock, compute the residuals, look at a scatter-plot matrix of the residuals, and extract the estimated betas.fit_reg = lm(stockExRet ~ market)
summary(fit_reg)
res = residuals(fit_reg)
pairs(res)
options(digits = 3)
betas = fit_reg$coeff[2, ]

Problem 1
Would you reject the null hypothesis that alpha is zero for any of the seven stocks? Why or why not?

Problem 2
Use model (17.20) to estimate the expected excess return for allseven stocks. Compare these results to using the sample means of the excess re-turns to estimate these parameters. Assume for the remainder of this lab thatall alphas are zero. (Note: Because of this assumption, one might considerreestimating the betas and the residuals with a no-intercept model. However, since the estimated alphas were close to zero, forcing the alphas to be ex-actly zero will not change the estimates of the betas or the residuals by much.Therefore, for simplicity, do not reestimate.)

Attachment:- Problems.rar

Reference no: EM132168298

Questions Cloud

Involving the measurement of variables : What is the preferable sample size in process control involving the measurement of variables?
How an advocate may move forward with the issue : Policy advocates must understand the analysis process. Identify the factors of issues with Healthcare policies that led to a problem.
What is the utilization of service system : What is the utilization of this service system? What is the average number of students in line?
Discuss either civil liberties or civil rights events : Discuss either two (2) civil liberties or two (2) civil rights events. One event must be from within the last two years, and the other may be from the past.
Estimate the expected excess return for allseven stocks : Estimate the expected excess return for allseven stocks. Compare these results to using the sample means of the excess re-turns to estimate these parameters
Identify a bill in the house or senate : Identify a bill in the House or Senate during the past 6 months that was scheduled for a vote but removed. Identify and discuss reasons.
Representing a quantity of a tennis cans to purchase : Suppose you want to purchase cans of tennis balls online. Let X is an integer variable representing a quantity of a tennis cans to purchase,
What is the annual volume beyond which the automated process : If the same price is charged for either process, what is the annual volume beyond which the automated process is more attractive?
Amount of particulates emitted into the atmosphere : Spartans castings must implement a manufacturing process that reduces the amount of particulates emitted into the atmosphere.

Reviews

Write a Review

Other Subject Questions & Answers

  Cross-cultural opportunities and conflicts in canada

Short Paper on Cross-cultural Opportunities and Conflicts in Canada.

  Sociology theory questions

Sociology are very fundamental in nature. Role strain and role constraint speak about the duties and responsibilities of the roles of people in society or in a group. A short theory about Darwin and Moths is also answered.

  A book review on unfaithful angels

This review will help the reader understand the social work profession through different concepts giving the glimpse of why the social work profession might have drifted away from its original purpose of serving the poor.

  Disorder paper: schizophrenia

Schizophrenia does not really have just one single cause. It is a possibility that this disorder could be inherited but not all doctors are sure.

  Individual assignment: two models handout and rubric

Individual Assignment : Two Models Handout and Rubric,    This paper will allow you to understand and evaluate two vastly different organizational models and to effectively communicate their differences.

  Developing strategic intent for toyota

The following report includes the description about the organization, its strategies, industry analysis in which it operates and its position in the industry.

  Gasoline powered passenger vehicles

In this study, we examine how gasoline price volatility and income of the consumers impacts consumer's demand for gasoline.

  An aspect of poverty in canada

Economics thesis undergrad 4th year paper to write. it should be about 22 pages in length, literature review, economic analysis and then data or cost benefit analysis.

  Ngn customer satisfaction qos indicator for 3g services

The paper aims to highlight the global trends in countries and regions where 3G has already been introduced and propose an implementation plan to the telecom operators of developing countries.

  Prepare a power point presentation

Prepare the power point presentation for the case: Santa Fe Independent School District

  Information literacy is important in this environment

Information literacy is critically important in this contemporary environment

  Associative property of multiplication

Write a definition for associative property of multiplication.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd