Hi guys, the book doesn’t make an accent on this, but why when calculating portfolio variance, which includes currency risk, we don’t consider the portfolio as being composed of 50% asset and 50% currency. The wieghts on both are equal to 1 instead.
VarPtf = Var Asset + Var Currency + 2*StdAsset*StdCurrency*Correl(Asset,Currency)
instead of
VarPtf = Var Asset * sqr(0.5) + Var Currency * sqr(0.5) + 2*0.5*0.5*StdAsset*StdCurrency*Correl(Asset,Currency)
What about Alan Steven case in mock 2011 q 43 and 44 with standard deviation of returns and currency contribution this from a reading 28 section. 3.2 can someone in simple words explain this? Much appreciated…