Question 1) (15 points) Construct the weekly log return series, ctr and spr, for the two securities in Eviews. On these two return series only (not prices), report descriptive statistics using Eviews’ Descriptive Statistics functionality. As stated above, these statistics should be in a nicely formatted table within the main text, with Eviews output in the Appendix as well. Briefly comment on these statistics. Remember that you are looking at weekly returns over a period of close to 17 years, so you should take the perspective of a long-run stock investor and utilise these statistics to comment on how these two securities have performed over this period.
Question 2) (25 points) Estimate the following model using OLS in Eviews:
ctrt = *sprt t
Comment on your regression output. Test for statistical significance of the coefficients. Separately, using a one-sided test at 1% level of significance, state whether you are able to accept/reject the null hypothesis that Citibank stock is neutral or defensive, i.e. the null and alternative hypotheses are:
H0: ≤ 1 H1: > 1
Question 3) (20 points) We know that Citibank, along with almost all other mega banks globally, was severely affected by the 2008 financial crisis. Since quite a few of these mega banks were on the edge of insolvency in the 2007-2009 timeframe, stock market investors paid special attention to how these banks’ stocks did during and after the crisis. Moreover, any news of major economic action such as emergency government aid or central bank intervention led to large gyrations in these banks’ stock prices. So
what was once a boring, relatively quiet industry prior to the crisis became one of the most volatile ones during and after the crisis. Using our dataset, we will now check to see if Citibank’s stock beta underwent a structural shift as a result of the crisis.
Create the dummy variable crisis using the following command on your Eviews command line:
genr crisis=@year>=2007
We are thereby assuming that 2007 and beyond is the crisis and post-crisis period. Now estimate the following specification:
ctrt = *sprt crisist * sprt crisist t
Present and comment on your output. Specifically, test the null hypothesis that there has been no structural break due to the financial crisis in the relationship between Citibank stock’s return and the market return using an F-test and level of significance of 1%. Is the change in Citibank’s stock beta after the crisis consistent with the narrative given in the paragraph at the beginning of this question? Briefly comment.
Question 4) (15 points) We will now examine whether the structural break you detected in Question 3 could be due to the nature of the relationship between Citibank return and market return being in fact non-linear.
Redo the OLS regression in Question 2. Using Eviews’ built-in Ramsey RESET test (use 2 as the number of fitted terms), check to see if a non-linear specification could be more appropriate in this case by interpreting the outcome of the RESET test.
Question 5) (10 points) Estimate the following specification:
ctrt = *sprt *spr2 *spr3t t
Comment on the R-square of the regression, comparing it against what you got in the regressions in Question 1 and Question 3. Finally, using the parameter estimates from your final regression above, graph the prediction curve using Excel, as we did in our RESET test lab. Briefly comment on the non-linearity that you are observing in this graph, how do Citibank returns appear to be reacting to market movements in this sample period?
Question 6) (15 points)
‘Given that the objective of any econometric modelling exercise is to find the model that most closely ‘fits’ the data, then adding more lags to an ARMA model will almost invariably lead to a better fit. Therefore a large model is best because it will fit the data more closely.’
Comment on the validity (or otherwise) of this statement.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
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
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme