Question

In: Finance

a)         The assets of X, Y and Z have the following risk and return statistics.                      &nbsp

a)         The assets of X, Y and Z have the following risk and return statistics.

                        Expected return Assets-X 16%       Standard Deviation-X 20%.

                                                     Assets-Y 20%      Standard Deviation-Y 25%.

                                                     Assets-Z 25%       Standard Deviation-Z 35%.

                        Correlation Coefficient between      X and Y   0.50

X and Z   0.75

Y and Z -1.00

            Required:

  1. Determine the expected rate of return and risk of portfolio comprised on 25 percent X, 50 percent Y, and 25 percent Z.
  2. Determine the expected rate of return and risk portfolio comprised equally weight age of Stock-X, Stock-Y and Stock-Z (1/3 each stock)

   b)         Mr. Ahmed established the following spread on the ABC company’s Stock.

  1. Purchased Five 2-month call option with a premium of $3 and an exercise price of $ 50.
  2. Purchased Five 2-month put option with a premium of $0.60 and an exercise price of $40.

The current price of ABC company’s stock is $45.

Required; Determine Ahmed’s profit or loss if ;               

  1. The price of ABC Company stays at $45 after 2 months.
  2. The price of ABC Company falls to $30 after 2 months.
  3. The price of ABC Company rise to $55 after 2 months.

Solutions

Expert Solution

1).

Expected Return of a 3 stock portfolio is a weighted average of individual returns. It is calculated as (w1*r1)+(w2*r2)+(w3*r3)

Standard deviation of a 3 stock portfolio is calculated as sqrt((w1^2*sd1^2)+(w2^2*sd2^2)+(w3^2*sd3^2)+(2*w1*w2*c12*sd1*sd2)+(2*w2*w3*c23*sd2*sd3)+(2*w3*w1*c31*sd3*sd1)); where w is weight of the stock, sd is standard deviation of the stock and cxy is the correlation between stock x and stock y.

a).

For the portfolio with 25% stock x, 50% stock y and 25% stock z,

Expected return= (0.25*16%)+(0.5*20%)+(0.25*25%)= 20.25%

Standard deviation= sqrt((0.25^2*0.20^2)+(0.5^2*0.25^2)+(0.25^2*0.35^2)+(2*0.25*0.5*0.5*0.2*0.25)+(2*0.5*0.25*-1*0.25*0.35)+(2*0.25*0.25*0.75*0.35*0.2))= 12.93%.

b).

For the portfolio with 1/3 stock x, 1/3 stock y and 1/3 stock z,

Expected return= ((1/3)*16%)+((1/3)*20%)+((1/3)*25%)= 20.33%

Standard deviation= sqrt(((1/3)^2*0.20^2)+((1/3)^2*0.25^2)+((1/3)^2*0.35^2)+(2*(1/3)*(1/3)*0.5*0.2*0.25)+(2*(1/3)*(1/3)*-1*0.25*0.35)+(2*(1/3)*(1/3)*0.75*0.35*0.2))= 15.09%

2).

Given that Exercise price of call option is $50 and Excercise price of put option is $40.
Total Invested amount to buy five 2-month call options and five 2-month put options is (5*3)+(5*0.6)= $18

a). When Stock price is at $45, both options will be worthless. So, Ahmed's Loss will be $18

b). When Stock price is at $30, call option will be worthless and put option's value will be $10. So, Ahmed's Profit will be (5*10)-18= $32.

c). When Stock price is at $55, put option will be worthless and call option's value will be $5. So, Ahmed's Profit will be (5*5)-18= $7.


Related Solutions

Solve the following system : z” + y ′ = cos x, y” − z =...
Solve the following system : z” + y ′ = cos x, y” − z = sin x, z(0) = −1, z′ (0) = −1, y(0) = 1, y′ (0) = 0.
Which of the following are correct for P(x,y,z)= xyz + x(yz)' + x'(y + z) +...
Which of the following are correct for P(x,y,z)= xyz + x(yz)' + x'(y + z) + (xyz)' ? 1) P(0, 0, 1) = 0 2) P(0, 1, 0) = 1 3) P(0, 0, 0) = 1 4) P(1, 1, 1) = 1 5) P(1, 0, 0) = 0
Given the method static int test(int x, int y, int z){ return(x=y+z); } Which of the...
Given the method static int test(int x, int y, int z){ return(x=y+z); } Which of the follwing is true: public static void main(String[] args) { A System.out.println(test ( 7, 14, 23)) ; B System.out.println(test ( test ( 7,9, 14) , 23 ); C System.out.println( test ( 14, 23 ) ; D System.out.println(test(1,2,4), 14, 23)) ;
The curried version of let f (x,y,z) = (x,(y,z)) is let f (x,(y,z)) = (x,(y,z)) Just...
The curried version of let f (x,y,z) = (x,(y,z)) is let f (x,(y,z)) = (x,(y,z)) Just f (because f is already curried) let f x y z = (x,(y,z)) let f x y z = x (y z)
Create a function that will return true if numbers X and Y exist within S such that X + Y = Z, return false otherwise.
Given:   S = [ 2, 1, 3, 4, 7, 5 ] Z = 8   Create a function that will return true if numbers X and Y exist within S such that X + Y = Z, return false otherwise.   Code in Java 8. 
Let X, Y ⊂ Z and x, y ∈ Z Let A = (X\{x}) ∪ {x}....
Let X, Y ⊂ Z and x, y ∈ Z Let A = (X\{x}) ∪ {x}. a) Prove or disprove: A ⊆ X b) Prove or disprove: X ⊆ A c) Prove or disprove: P(X ∪ Y ) ⊆ P(X) ∪ P(Y ) ∪ P(X ∩ Y ) d) Prove or disprove: P(X) ∪ P(Y ) ∪ P(X ∩ Y ) ⊆ P(X ∪ Y )
If X, Y and Z are three arbitrary vectors, prove these identities: a. (X×Y).Z = X.(Y×Z)...
If X, Y and Z are three arbitrary vectors, prove these identities: a. (X×Y).Z = X.(Y×Z) b. X×(Y×Z) = (X.Z)Y – (X.Y)Z c. X.(Y×Z) = -Y.(X×Z)
Suppose that the current daily volatilities of assets X , Y and Z are 1.01% ,...
Suppose that the current daily volatilities of assets X , Y and Z are 1.01% , 1.21% and 1.31% ,respectively. The prices of the assets at close of trading yesterday were $21, $31 and $41. Covariances are cov(X; Y ) = 0:6; cov(X;Z) = 0:8; cov(Y;Z) = 0:9 Correlations and volatilities are updated using RiskMetrics EWMA model.with λ= 0:91. If the prices of the three, assets at close of trading today are $25 , $35 and $45, forecast the correlation...
Suppose that the current daily volatilities of assets X , Y and Z are 1.01% ,...
Suppose that the current daily volatilities of assets X , Y and Z are 1.01% , 1.21% and 1.31% ,respectively. The prices of the assets at close of trading yesterday were $21, $31 and $41. Covariances are cov(X; Y ) = 0:6; cov(X;Z) = 0:8; cov(Y;Z) = 0:9 Correlations and volatilities are updated using RiskMetrics EWMA model.with λ= 0:91. If the prices of the three, assets at close of trading today are $25 , $35 and $45, forecast the correlation...
Digital Logic Simplify: F = (x’∙ y’∙ z’) + (x’∙ y ∙ z’) + (x ∙...
Digital Logic Simplify: F = (x’∙ y’∙ z’) + (x’∙ y ∙ z’) + (x ∙ y’ ∙ z’) + (x ∙ y ∙ z) F = (x + y + z’) (x + y’ + z’) (x’ + y + z’) (x’ + y’ + z)
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT