全部版块 我的主页
论坛 提问 悬赏 求职 新闻 读书 功能一区 悬赏大厅
5516 9
2015-03-01
悬赏 200 个论坛币 未解决
一个投资组合包含1000股A股,和2000股B股。A和B的当前价格分别为83元和110元。假设A和B的对未来十天的百分比变化是正态分布,平均值(mean)是3%和2%,标准偏差(standard deviation)分别是5%和7%。A和B之间的相关性(correlation)是0.7。
a)计算10天的99%,投资组合的在险价值(VaR)。
b)假设我们添加一看涨期权(call option)到投资组合,其标的资产(underlying asset)爲1000万股A股,期权执行价格为85元,到期(maturity)是六个月。无风险利率为5%。计算投资组合的10天99%的在险价值(VaR)。



原文
A portfolio consists of 1,000 shares of A stock, and 2,000 of B stock. Current prices of A and B are $ 83 and $110  respectively. Suppose that the percentage changes of A and B for the next ten days are normally distributed, with means 3% and 2%, and standard deviations 5% and 7% respectively. Let the correlation between A and B be 0.7.

a) Calculate the ten-day 99% Value-at-Risk (VaR) of the portfolio.
b) Suppose further that we add to the portfolio a call option underlying 1,000 shares of A stock with strike price being $85, maturity being six months. Let the risk-free interest rate be 5%. Calculate the ten-day 99% VaR of the portfolio.



Please provide a direct solution (with steps)
Thank you!!
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2015-3-2 05:08:02
我来说说我的想法吧,希望大家能够讨论。

对于99%VaR,其实就是P(X<x, Y<y) <= 1%,题目应该是P(Wealth < somevalue) <= 1%,我们的目标是求somevalue = 1000 * price(A) + 2000 * price(B)

我的方法是运用Monte Carlo来模拟,因为好像MultiNormal没有inverse吧,只有density function呀。

既然有了mean,variance,correlation,那么我们就可以模拟变量了。

生成uncorrelated variables (z1, z2),对covariance进行Cholesky Decomposition,两者相乘得到相关变量,这里是改变百分比。然后再带入你的原来价格,最后算出总该变量。

Okay,这是第一个模拟,反复使用100000000000,你自己看看多少够就好。最后从模拟出的数据取最差1%的值,这就是你想要的结果了。

第二题同理,模拟出的价格带入bs公式,算出期权价格改变量即可。

题主还有问题请联系我。
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2015-3-2 05:10:33
对了,楼主想要稍微了解Cholesky的话,请参阅wiki,有比较简单的介绍。
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2015-3-2 06:35:59
no3621 发表于 2015-3-2 05:08
我来说说我的想法吧,希望大家能够讨论。

对于99%VaR,其实就是P(X
感謝你的回答,但本人程度有點低,看不懂

Actually, I am confusing about:
Standard deviation (SD) and mean are in percentage. I probably need to convert them to dollar value. But how?
How to calculate portfolio SD and mean?
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2015-3-2 23:15:33
According to your question, u wanna regard the portfolio as a variable follows univariate normal distribution, say wealth~N(mean, variance), then u wanna calculate inverseN(1%).

asset A percent change follows N(3%, 5%^2), asset B percent change follows N(2%, 7%)
ur wealth function is Wealth = 1000 * 83 * (1 + A percent) + 2000 * 110 * (1 + B percent)
To this point, u can easily calculate the mean and var for ur portfolio. Such as, x~N(0, 1), then 10x + 1 ~N(1, 100)Tips: var(x, y) = var(x) + var(y) + 2cov(x, y)

If you still have questions, plz feel free to ask me.

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2015-3-2 23:43:09
no3621 发表于 2015-3-2 23:15
According to your question, u wanna regard the portfolio as a variable follows univariate normal dis ...
"Wealth = 1000 * 83 * (1 + A percent) + 2000 * 110 * (1 + B percent)"
what do you mean by A/B percent? their percent change? or (3%, 2%)?
How the wealth calculation relates to VaR calculation

SD in terms of % need to convert to dollar value?
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

点击查看更多内容…
相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群