Question

In: Finance

Prob. Ret(A) Ret(B) 10% -5.00% -2.00% 20% 0.00% 1.00% 40% 5.00% 3.00% 20% 10.00% 4.00% 10%...

Prob.

Ret(A)

Ret(B)

10%

-5.00%

-2.00%

20%

0.00%

1.00%

40%

5.00%

3.00%

20%

10.00%

4.00%

10%

15.00%

5.00%

1) Please calculate covariance and correlation between A and B.

2) Please calculate the variance of a portfolio consisting of 45% of A and 55% of B.

3) Please find the MVP based on a portfolio consisting of A and B. What is the expected return of the MVP? What is the risk for the MVP?

4) Please find the optimal portfolio (calculate WA and WB) corresponding to 4% of return.

Solutions

Expert Solution

Solution:

This excel table shows all the calculations to be used.

probability (p) R (A) R (B) p.R (A) p.R (B) (R - E (RA)) (R -E(RB)) P.(R-E(RA))^2 P.(R-E(RB))^2 P.(R-E(RA)).(R-E(RB))
0.1 -5 -2 -0.5 -0.2 -10 -4.5 10 2.025 4.5
0.2 0 1 0 0.2 -5 -1.5 5 0.45 1.5
0.4 5 3 2 1.2 0 0.5 0 0.1 0
0.2 10 4 2 0.8 5 1.5 5 0.45 1.5
0.1 15 5 1.5 0.5 10 2.5 10 0.625 2.5
5 2.5 30 3.65 10

1. The covariance between return A and B is calculated as follows

10 (From the above table)

The correlation between returns A and B is calculated as follows

[These values are obtained from the table]

= 0.9556

-------------------------------------------------------------------------------------------------------------------------------------------------------------------

2. The variance of the portfolio, is calculated as follows

= (0.45)^2*30 + 0.55^2*3.65 + 2*0.45*0.55*10

= 12.1291 (%)^2

----------------------------------------------------------------------------------------------------------------------------------------------------------------------

3.

To find the minimum variance, we use the following formula

= 1.465

= -0.465 (5%) + 1.465 (2.5%)

= 1.34%

The risk for the MVP is calculated as follows

= 0.8342

------------------------------------------------------------------------------------------------------------------------------------------------------------------

4. The optimal portfolio with 4% return

= 1.667


Related Solutions

1.00 1.00 2.00 2.00 3.00 1.30 4.00 3.75 5.00 2.25 Make a scatterplot and include here...
1.00 1.00 2.00 2.00 3.00 1.30 4.00 3.75 5.00 2.25 Make a scatterplot and include here Calculate the regression line.
Year Stock X Stock Y 1 12.00% 10.00% 2 4.00% 18.00% 3 15.00% 2.00% 4 1.00%...
Year Stock X Stock Y 1 12.00% 10.00% 2 4.00% 18.00% 3 15.00% 2.00% 4 1.00% 8.00% What is the covariance of the returns of Stock X with the returns of Stock Y?" Please round to 6 decimal places, the answer should be negative. Thanks
Year Stock X Stock Y 1 12.00% 10.00% 2 4.00% 18.00% 3 15.00% 2.00% 4 1.00%...
Year Stock X Stock Y 1 12.00% 10.00% 2 4.00% 18.00% 3 15.00% 2.00% 4 1.00% 8.00% What is the covariance of the returns of Stock X with the returns of Stock Y? Please round to 6 decimal places.
A student mixes 5.00 mL of 2.00 x 10-3 M Fe(NO3)3, 4.00 mL of 2.00 x...
A student mixes 5.00 mL of 2.00 x 10-3 M Fe(NO3)3, 4.00 mL of 2.00 x 10-3 M KSCN, and 1.00 mL of distilled water and finds that in the equilibrium mixture, the concentration of FeSCN2+ is 1.31 x 10-4 M. The equation describing the equilibrium is Fe3+ (aq) + SCN- (aq) →← →← FeSCN2+ (aq) Calculate the concentration of FeSCN2+ at equilibrium. Include appropriate significant figures and units in your response. Example input: 1.31x10^-4 M.
Calculate the alpha values for tartaric acid at pH values of: 0.00, 2.00, 4.00, 6.00, 8.00
Calculate the alpha values for tartaric acid at pH values of: 0.00, 2.00, 4.00, 6.00, 8.00
def main(): FISH_TACOS = 3.00 TACOS_AL_CARBON = 4.00 DON_PEDRO_SPECIAL = 9.00 PAPAS_CON_CHORIZO = 5.00 CARNE_ASADA_TACOS =...
def main(): FISH_TACOS = 3.00 TACOS_AL_CARBON = 4.00 DON_PEDRO_SPECIAL = 9.00 PAPAS_CON_CHORIZO = 5.00 CARNE_ASADA_TACOS = 1.75 SALES_TAX = 0.06 DISCOUNT = 0.1 costofFish_Tacos=.0 costofTacos_Al_Carbon=.0 costofDon_Pedro_Special=.0 costofPapas_Con_Chorizo=.0 costofCarne_Asada_Tacos=.0 numofFish_Tacos=.0 numofTacos_Al_Carbon=.0 numofDon_Pedro_Special=.0 numofPapas_Con_Chorizo=.0 numofCarne_Asada_Tacos=.0 subTotal=.0 AmountGiven=.0 cash = .0 change = .0 OrigTotal=.0 WithTax=.0 TotalOrder = .0 AmountGiven = .0 numofFish_Tacos,numofTacos_Al_Carbon,numofDon_Pedro_Special,numofPapas_Con_Chorizo,numofCarne_Asada_Tacos= getInput() getOutput(FISH_TACOS,TACOS_AL_CARBON,DON_PEDRO_SPECIAL,PAPAS_CON_CHORIZO,CARNE_ASADA_TACOS,numofFish_Tacos,numofTacos_Al_Carbon,numofDon_Pedro_Special,numofPapas_Con_Chorizo,numofCarne_Asada_Tacos) subTotal = calcOrder(FISH_TACOS,TACOS_AL_CARBON,DON_PEDRO_SPECIAL,PAPAS_CON_CHORIZO,CARNE_ASADA_TACOS,numofFish_Tacos,numofTacos_Al_Carbon,numofDon_Pedro_Special,numofPapas_Con_Chorizo,numofCarne_Asada_Tacos) WithTax = CalcTax(subTotal,SALES_TAX) disTotal(subTotal, WithTax) CalcCash(OrigTotal, cash, change) def getInput(): numofFish_Tacos = int(input("How many Fish Tacos do you want?")) numofTacos_Al_Carbon = int(input("How many Tacos Al...
KFA expects to pay the following dividends over the next 4 years: $3.00, $4.00, $5.00, and...
KFA expects to pay the following dividends over the next 4 years: $3.00, $4.00, $5.00, and $6.00. After that, it expects to pay dividends that grow at 4%/year. If the required equity return is 15%, what should be today's share price?
1.00 mol of A and 1.00 mol of B are placed in a 4.00-L container. After...
1.00 mol of A and 1.00 mol of B are placed in a 4.00-L container. After equilibrium is established, 0.400 mol of D is present in the container. Calculate the equilibrium constant for the reaction: A(g) + 3 B(g) <---> C(g) + 2 D(g)
A student mixes 5.00 mL of 2.00 x 10‐3 M Fe(NO3)3 with 5.00 mL 2.00 x...
A student mixes 5.00 mL of 2.00 x 10‐3 M Fe(NO3)3 with 5.00 mL 2.00 x 10‐3 M KSCN. She finds that in the equilibrium mixture the concentration of FeSCN+2 is 1.40 x 10‐4 M. What is the initial concentration in solution of the Fe+3 and SCN‐? What is the equilibrium constant for the reaction? What happened to the K+ and the NO3‐ ions in this solution?
Income ($1000s) Household Size Amount Charged ($) 89.31 2.00 10985.47 61.08 5.00 9792.97 43.95 4.00 6527.55...
Income ($1000s) Household Size Amount Charged ($) 89.31 2.00 10985.47 61.08 5.00 9792.97 43.95 4.00 6527.55 55.15 6.00 9708.57 40.39 2.00 6335.20 34.06 3.00 4809.57 86.43 4.00 12314.59 79.49 3.00 10823.38 48.40 2.00 7172.03 46.49 3.00 6996.39 50.68 3.00 7349.23 73.77 5.00 11719.66 34.18 4.00 6062.71 81.64 3.00 9861.66 65.08 4.00 10411.15 41.96 3.00 8169.33 41.48 2.00 6705.15 45.21 3.00 5871.21 48.98 5.00 8627.18 35.70 4.00 6466.99 77.36 2.00 9646.36 79.00 3.00 11910.64 52.03 3.00 7624.06 42.91 3.00 7635.68 38.69...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT