• 大小: 3KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-09
  • 语言: Matlab
  • 标签: 未分类  

资源简介

matlab开发-HestonOptionPricer。用Heston模型和条件蒙特卡罗方法计算欧洲看涨期权价格

资源截图

代码片段和文件信息

function [call_prices std_errs] = Heston(S0 r V0 eta theta kappa strike T M N)
%   Compute European call option price using the Heston model and a
%   conditional Monte-Carlo method
%
%       [call_prices std_errs] = Heston(S0 r V0 eta theta kappa
%       strike T M N)
%
%*************************************************************************
% ACKNOWLEDGMENTS:
% Thanks to Roger Lee for his MSFM course at the University of Chicago
%
%*************************************************************************
%   INPUTS:
%
%   S0     - Current price of the underlying asset.
%
%   r        - Annualized continuously compounded risk-free rate of return
%              over the life of the option expressed as a positive decimal
%              number.
%

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        5329  2009-11-07 12:08  Heston.m
     文件        1526  2014-02-12 12:59  license.txt

评论

共有 条评论