Question: Suppose there are 3 securities S, S2, S3 with return vector r= (r1, 72, r3), and [0.0427] [0.01 0.002 0.001] = E[r]= 0.0015;= Cov(r)

Suppose there are 3 securities S, S2, S3 with return vector r= (r1, 72, 73), and [0.0427] [0.01 0.002 0.001]

Suppose there are 3 securities S, S2, S3 with return vector r= (r1, 72, r3), and [0.0427] [0.01 0.002 0.001] = E[r]= 0.0015;= Cov(r) = 0.002 0.011 0.003 [0.0285 0.001 0.003 0.02 Let x = (1, 22, 23) be your weight of the portfolio, then the expected portfolio return is = r, and the variance of the portfolio return is o= rr. Suppose you want to find the optimal portfolio weight z such that is minimized, subject to p 20.05 and 2+ + 3 1. So the problem becomes 1 min f(x) = Ex = (0.01x +0.002x1x2 +0.001*1*3 Er +0.0022 +0.011x2 +0.003x2x3 +...) subject to: Tr= 0.04271 +0.0015x2+0.0285x3 20.05 2++3 1 Write this problem to find f, ui and ci. Then use function constrOptim() to find the optimal portfolio weights and the optimal value, you can choose starting point as (2,-2, 0). (Hint: you can use x%*%Sigma%*%x in R to calculate z Er) Write this problem to find D, d, A and b. Then use function solve.QP() to find the optimal portfolio weights and the optimal value.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Step 1 Write the problem as a minimization problem The problem is to find the portfolio weights z th... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Finance Questions!