Question
Task 1: Compute the respective average, standard deviation, and covariance of monthly or daily stock returns. You can pick any two companies to download stock
Task 1: Compute the respective average, standard deviation, and covariance of monthly or daily stock returns. You can pick any two companies to download stock data for (daily or monthly
Covariance table will be in the form:
Var(stock1, stock1) | Cov(stock1, stock2) |
Cov(stock1, stock2) | Var(stock2, stock2) |
Note: Use STDEV.P in Excel for the standard deviation
Task 2: Using the obtained statistics fromQ1, calculate an equal weighted portfolio return and portfolio variance for the first portfolio using the below equations:
Equal weighted portfolio return:
E(RP) = w1(avg(r1)) + w2(avg(r2));
where w is the weight of each stock in the portfolio. And avg(r1) is the mean return for stock 1 and avg(r2) is the mean return for stock 2.
Portfolio variance:
2p = w12( 2s1) + w22( 2s2) + 2*w1 w2 * s1 s2
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started