找回密码
 注册
查看: 333|回复: 0

R语言 VarSwapPrice包 VarSwapPrice-package()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 14:27:31 | 显示全部楼层 |阅读模式
VarSwapPrice-package(VarSwapPrice)
VarSwapPrice-package()所属R语言包:VarSwapPrice

                                         Pricing the variance swap of an equity index
                                         股票指数的方差掉期定价

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Using mild assumptions, Demeterfi, Derman, Kamal and Zou (1999) show that there exists an exotic stock option that generates a payoff equal to the variance of the stock's returns. This payoff can then be replicated through a portfolio of European options available in the marketplace. The fair value of the variance swap is the cost of the replicating portfolio. The code presented herein computes the replicating portfolio using the analytical formulas of Demeterfi, Derman, Kamal and Zou (1999) for a theoretical fair value with volatility skews.
使用温和假设,Demeterfi,德曼,Kamal和邹(1999年)表明,存在一个异国情调的股票期权产生收益,股票的回报率的方差相等。这可以被复制的欧式期权的投资组合在市场上的收益。方差掉期的公允价值是复制组合的成本。本文介绍的代码计算公允价值的波动性倾斜的理论分析计算公式,Demeterfi,德曼,Kamal和邹(1999)的复制组合使用。


Details

详细信息----------Details----------

This a standard one-function thing. Therefore, it is enough to follow the instructions and call for the function the standard R-way.
这是一个标准功能的东西。因此,它是足够的说明和功能要求的标准R-办法。


(作者)----------Author(s)----------



Maintainer: Paolo Zagaglia, paolo.zagaglia@gmail.com




参考文献----------References----------



实例----------Examples----------


rm(list=ls())

S0       <- c(100)                           #spot price[现货价格]
puts     <- matrix( seq(100,45,-5) )      #available put strike prices[可认沽行使价]
vol_put  <- matrix( seq(0.2,0.3,0.01) )   #implied vols for puts[看跌期权的隐含波动率]
calls    <- matrix( seq(100,140,5) )      #available call strike prices[可用的呼叫行使价]
vol_call <- matrix( seq(0.2,0.13,-0.01) ) #implied vols for calls[隐含波动率的呼叫]

r  <- c( 0.05 )   #risk free rate[无风险利率]
T  <- c( 90/365 ) #maturity of 3 months[3个月到期]
SQ <- c( 100 )    #strike price which is nearest to forward price[这是最近的远期价格行使价]

equity_varswap <- VarSwap(S0, puts, calls, vol_put, vol_call, r, T, SQ)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-27 18:28 , Processed in 0.024677 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表