logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Jyanat KhuranaComputer science
(5/5)

634 Answers

Hire Me
expert
Chase CruzEducation
(5/5)

673 Answers

Hire Me
expert
Bhargav AppasaniiEngineering
(/5)

753 Answers

Hire Me
expert
Geoffrey MorrisMathematics
(5/5)

732 Answers

Hire Me
R Programming
(5/5)

Calculate the log returns of all the three stocks and express them in percentages

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Requirement: According to the requirements. All the tasks need to be finished by using R.  present your results in the word file, copy all your R code in the end of this word file, and then submit your word file via the Turnitin link in iLearn.

 Task 1: Stock Return and Portfolio Analysis

In the file named as “Stock.csv”, you have been provided with the daily prices of three stocks from 2012 to 2018.

a.  Plot and present the stock prices in time series with appropriate labels.    [1 mark]

b. Calculate the log-returns of all the three stocks and express them in percentages.

 descriptive statistics of log returns of three stocks in Table 1. Pls change the names in Table 1 to the stock names in your file.    [1 mark]

Table 1: Summary Statistics

Variable

Stock 1

Stock 2

Stock 3

Min

 

 

 

Max

 

 

 

Mean

 

 

 

Median

 

 

 

SD

 

 

 

Skewness

 

 

 

Kurtosis

 

 

 

N

 

 

 

 c. correlation matrix of log returns of three stocks in Table 1. Pls change the names in Table 1 to the stock names in your file.    [1 mark]

Table 2: Correlation Matrix

Variable

Stock 1

Stock 2

Stock 3

Stock 1

 

 

 

Stock 2

 

 

 

Stock 3

 

 

 

 d. There is a file named as “FF3factors.csv” in your folder. Merge your stock data with the Fama French three factors data, which are all in percentages.  Pls create a new variable Stock.Rf for all the three stocks, which equals to the difference between log return of each stock and RF (available in the FF3factors.csv), and run a regression of Report the regression results for all the three stocks in tables (you can use only one table to summarize all the results or three separate tables). [1 mark]

 e. Report the regression results for all the three stocks in tables (you can use only one table to summarize all the results or three separate tables). [1 mark] 

 f.  your comments by comparing the results in d and e  [1 mark]. 

g.  If an investor would like to form a portfolio with a targeted expected return of 0.08% and achieve the minimized standard deviation by investing in these three stocks in the “Stock.csv” file. If the daily risk free rate is 0.02%, what is the Sharpe ratio of this optimal portfolio, given there is no short sale constraint? [1 mark] [hint: can use the library of “quadprog”] [pls provide your R code used to form the optimal portfolio in the end of the word file].  

h.      If an investor would like to form a portfolio with a targeted expected return of 0.08% and achieve the minimized standard deviation by investing in these three stocks. If the daily risk free rate is 0.02%, what is the Sharpe ratio of this optimal portfolio, given there is short sale constraint (i.e., you cannot short sell the stocks)? [1 mark] [hint: can use the library of “quadprog”]

i.  By comparing your answer in g) and h), is there any difference in their Sharpe ratios? Why that’s the case? [1 mark]

j. Given there is no short sale constraint, pls draw an efficient frontier that satisfies the following conditions: 1. The range of the mean return of the portfolio is from 0.75*min of the mean return of three stocks to 1.25*max of the mean return of three stocks; 2. Pls create 500 optimal portfolios in this range; 3 Then pls plot all the risk-return combination of the 500 optimal portfolios (i.e., the efficient frontier). [1 mark] [Pls provide your R code in the end of word file]

Task 2: Stock Market Reaction to FOMC Announcement 

US monetary policy can be measured by changes in the Federal funds rate which are announced by the Federal Open Market Committee (FOMC) meetings. Given the importance of monetary policy to the whole economy, investors pay special attention to the FOMC announcements. In the attached dataset (“Event Study.csv”), we have collected data on FOMC announcements from 1989 to 2007 and the aggregate stock market reactions to it.

 Here is a list of variables:

·         Date: FOMC announcement date

·         Return: S&P 500 index return on the announcement date  (in percentage)

·         Total change: change of Federal fund rate  (in bps)

·         Expected:  investors’ expected change of Federal fund rate, which is estimated based on the futures contracts written on the Federal fund rate (in bps)

·         Surprise: the difference between Total change and Expected, which measures the change that is out of expectation of investors (in bps)

·         Scheduled: equals to 1 if the FOMC is scheduled, and 0 if not. 

a)      Run three regressions and report the estimation results according.  

[Note: please report the coefficient and t-statistics, indicate significance with difference levels, and the adjusted R-squared of the regression.] (1.5  marks) [pls provide your R code in the end of word file] 

In the first regression, Y is Return, X is Total change;

In the second regression, Y is Return, X is Expected;

In the third regression, Y is Return, X is Surprise.  

b)     Comparing the three regression results, which X variable explains Y the best?  (0.5 mark)

Why that is the case? [Note: you may link it with market efficiency and event study] (1 mark)

c)      Create a variable which equals to Scheduled*Surprise, and then run a regression in

which Y is Return, the first X variable is Surprise, and the second X variable is Scheduled*Surprise.  Report the regression results. (1 mark)    [pls provide your R code]

d)     Based on the results, is the effect of Surprise on Return dependent on whether the FOMC meeting is scheduled or not? Please explain.  (1 mark)

(5/5)
Attachments:

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme