CAPM Portfolio Analysis Exercises
CAPM Portfolio Analysis Exercises
The CML involves plotting returns from 5% (risk-free) to highest portfolio return, while SML plots individual security returns against beta. Determine from asset compositions: E(R_P) = R_f + (σ_P/σ_M)(E(R_M)-R_f) and SML as E(R_i) = R_f + beta_i(E(R_M) - R_f). Calculate variances and covariances for SML/CML points .
CAPM implies that a new asset is priced by determining its expected return through beta: E(R_new) = R_f + beta_new(E(R_M) - R_f). Calculate beta_new from Cov(new, market) using other assets' correlations and historical data. This integrated approach considers systemic risk interplay .
Calculate the expected return using the weighted average of individual asset returns considering their number and price: E(R_M) = [(100*1.5/total value)*15% + (150*2/total value)*12%]. Then calculate standard deviation using sqrt(w_A^2 * σ_A^2 + w_B^2 * σ_B^2 + 2*w_A*w_B*Cov(A,B)), with given sd and correlation (Cov(A,B) = 1/3).
To calculate the portfolio's variance, use the formula: Variance_P = (w_A^2 * Variance_A) + (w_B^2 * Variance_B) + 2(w_Aw_B*Cov(A,B)). Given Variance_A = 4, Variance_B = 2, and Cov(A,B) = beta_A * beta_B * Variance_M = 1.4 * 0.8 * 12, we find: Variance_P = (0.5^2 * 4) + (0.5^2 * 2) + 2(0.5*0.5*13.44) = 9.56 .
Using CAPM E(R_i) = R_f + beta_i(E(R_M) - R_f), solve for R_f. Given stock betas derived and asset expected returns, rearrange for R_f: 15 = R_f + 0.9*(12-R_f) & 9.2 = R_f + 0.8*(12-R_f). Solve these simultaneous equations to find the risk-free rate .
To calculate the mean return of a portfolio consisting of 75% of stock A and 25% of stock B, we use the CAPM formula: Expected Portfolio Return = w_A * E(R_A) + w_B * E(R_B). Given E(R_A) = 1.4 * 0.05 + (1.4 * (0.10 - 0.05)) = 7%, E(R_B) = 0.8 * 0.05 + (0.8 * (0.10 - 0.05)) = 9%, the expected return for the portfolio is (0.75 * 7%) + (0.25 * 9%) = 7.5% .
The CML equation is given by: E(R_P) = R_f + (E(R_M) - R_f)(σ_P/σ_M), where E(R_M) is the expected market return and σ_M its standard deviation. First, calculate E(R_M) and σ_M using weights: w_A = 0.4, w_B = 0.6. E(R_M) = 0.4*10% + 0.6*15% = 13% and σ_M^2 = (0.4^2 * 0.2^2) + (0.6^2 * 0.28^2) + 2*0.4*0.6*0.2*0.28*0.3. Solve for σ_M and plug into the equation to equation to determine the line .
Under CAPM, beta is calculated by: beta_A = Cov(A,M)/Variance_M. Given stock A's expected return 15% and idiosyncratic standard deviation 15, and with variance calculated previously for M, use the relationship between Cov and correlation to find: beta_A = 15/12 * correlation_factor .
The SML is defined by the equation: E(R_i) = R_f + beta_i(E(R_M) - R_f). You calculate beta as Cov(R_i,R_M)/Variance_M. Using expected return E(R_1) = 15.5% correlated at 0.9 with 2% standard deviation, and E(R_2) = 9.2% at 0.8 with 9% standard deviation, solve for beta_1 and beta_2: beta_1 = 0.9(12/2)^-1 and beta_2 = 0.8(12/9)^-1, then plot them according to the given market conditions .
To determine the market portfolio's standard deviation, combine individual security contributions: σ_M^2 = sum(i:1 to 4)(weight_i^2 * Cov(i,M)/weight_i + 2*sum(j>i)(weight_i*weight_j*Cov(i,j)/weight_i*weight_j)). Using given proportions and covariances, plug into σ_M^2 = (0.2^2*242) + (0.3^2*360) + (0.2^2*155) + (0.3^2*210) to find portfolio variance .