Assignment PDF
Assignment PDF
Lecturer:
Dr Ashwin Arulselvan ([email protected])
1
This assignment will account for 100% of the final mark for this class.
2
Late submission of coursework without an agreed extension is not permitted. The University employs a late
penalty scheme which is supportive of students and does not adversely impact on progression where the work is of a
pass standard. The following late penalty scheme of assessed work is applied. Out of a possible 100%, late
submission will incur the following penalties:
1 day late: deduct 10 percentage points
2 days late: deduct 15 percentage points
3 days late: deduct 20 percentage points
4 days late: deduct 25 percentage points
After 5 days: deduct 100 percentage points, ie. a mark of zero is recorded.
Q1. Write a VBA function making use of Linest excel function to calculate t-statistics for the
slope.
Hint 1: You should combine the excel “index” function with the Linest function. The index
function takes as input an array, a row number and column number and returns the
element from the array corresponding to the row number and column number specified.
Hint 2: The t-stat for the slope is the (slope/standard error of slope)
(10 marks)
Q2. Download the monthly stock prices for the last 5 years of 20 stocks that you believe to be a
representative of the market. Assume risk-free rate as 0.5%.
a) If short sales is not allowed, calculate the return of the portfolio corresponding to
the least risk.
(25 marks)
b) Perform class exercise 1 in Lab sheet 4 to plot SML on the list of stocks you selected.
This involves in:
i. Calculating an efficient portfolio (without any restrictions on short sales)
ii. Estimating the betas for the individual assets with respect to the returns of the
efficient portfolio (step1 regression)
iii. Regressing the betas with the mean returns of the assets (step 2 regression).
Calculate t-stat using the VBA function you wrote in assignment 1, R-square,
slope and intercept.
(9+8+8=25 marks)
c) Now do task b-ii and b-iii using a suitable market index as a surrogate for the market
portfolio (where we assume this to be an efficient portfolio). You must download the
prices of the surrogate in order to do this.
(10+ 10 = 20 marks)
Q3. Write a two-page report commenting on the assumptions you have made and interpretting
the results from the 3 tasks in question 2.
(20 marks)
Grading criteria:
Q1: Correctly working excel function will get full marks. Partial marks will be
awarded for macro based codes and/or solution approach
Q2: Marks will be awarded to proper excel sheet setup and readability, correct codes
(with comments), correct implementation of the logic, suitable charts to view the
results
Q3: Explanation of the assumptions made in the Q2 modelling is expected (5 marks).
Proper financial interpretation of the results of Q2 tasks will fetch the remaining 15
marks. You may refer to the charts produced in the excel sheet.