CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 二叉树 美式期权

搜索资源列表

  1. Binomial-Trees

    0下载:
  2. 计算欧式期权,美式期权,百慕大期权价格的二叉树VBA程序-Binomial Tree for EurpeanAmerican CallPut Option
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:168.72kb
    • 提供者:小多
  1. Americanoption-binary-pricing

    0下载:
  2. 用于无红利的美式看跌期权定价,参数依次为(现在股价,协议价格,无风险利率,波动率,期限,二叉树步数)  -No dividend for the American put option pricing parameters were (now price, agreed price, risk-free interest rate, volatility, duration, binary steps)
  3. 所属分类:matlab

    • 发布日期:2015-10-25
    • 文件大小:1kb
    • 提供者:yinxinxin
  1. binomial-option-pricing-matlab

    1下载:
  2. 期权价格二叉树定价,包括股票和期货的欧式美式期权定价-binomial option pricing, including the European and American option pricing on stocks and futures
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-03-28
    • 文件大小:4.11kb
    • 提供者:石楠
  1. Newly_Am_put

    0下载:
  2. 用于计算新发行的美式期权的价格,采用的是二叉树方法-To calculate newly-issued American option using CRR BTM method
  3. 所属分类:matlab

    • 发布日期:2017-11-15
    • 文件大小:565byte
    • 提供者:Kelly
  1. NotNewly_Am_put

    0下载:
  2. 用于计算非新发行的美式期权的定价,采用二叉树方法-To calculate the not newly-issued American option price using CRR BTM method
  3. 所属分类:matlab

    • 发布日期:2017-11-29
    • 文件大小:694byte
    • 提供者:Kelly
  1. LatticeAmePut

    1下载:
  2. 美式看跌期权二叉树算法的matlab程序实现方式m文件-American put option binary tree algorithm
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:525byte
    • 提供者:Jon
  1. LATTICE-EUR-AMR--CALL

    1下载:
  2. 基于二叉树定价原理的对于美式看涨期权和欧式看涨与看跌期权的模拟-Analog for the American call option and the European call and put options based on binary tree pricing
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:2.46kb
    • 提供者:阮雅琨
  1. AmericanBAW

    0下载:
  2. 美式期权定价模型 利用二叉树对美式期权进行定价-American option pricing model
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:3.62kb
    • 提供者:conan
  1. option

    0下载:
  2. 本代码主要是给期权定价,里面主要用到的是二叉树定价的方法,分为美式和欧式两种-This code is mainly to option pricing, which is the main method used binary pricing
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.4kb
    • 提供者:彭善琴
  1. BTM

    0下载:
  2. 二叉树算法在美式期权定价中的应用,已通过自己电脑测试-Binary Tree Algorithm in American option pricing has been tested through their own computers
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:673byte
    • 提供者:黄芪
  1. European_lattice_put

    0下载:
  2. 美式看跌期权和欧式看跌期权二叉树路径模拟,绝对正确-American and European put option put option binary path simulation, absolutely right
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-10
    • 文件大小:524byte
    • 提供者:yangqidefanfan
  1. spread_am

    1下载:
  2. 美式看涨价差及看跌价差期权的二叉树定价matlab代码-matlab code of american call and put spread option
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-12
    • 文件大小:842byte
    • 提供者:shk
  1. 期权定价

    3下载:
  2. 欧式和美式期权的二叉树定价和蒙特卡罗定价的源代码
  3. 所属分类:matlab例程

    • 发布日期:2017-02-03
    • 文件大小:864byte
    • 提供者:simuzou
  1. BinomialTree_AmericanPricing(2)

    1下载:
  2. 美式二叉树的计算公式,方便快捷,参数可自由设置(Formula of American two fork tree)
  3. 所属分类:金融证券系统

    • 发布日期:2017-12-28
    • 文件大小:22kb
    • 提供者:Weyl
  1. amrican options asican options

    0下载:
  2. 计算美式期权价格 采用二叉树算法 matlab语言编写(amrican options pricing)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-20
    • 文件大小:1kb
    • 提供者:xuli934
  1. binarytree

    1下载:
  2. 利用二叉树计算欧式期权和美式期权,输出期权价格和bs公式的差距,画出分割期数与其误差的关系图,并计算其敏感性(The binarytree is used to calculate the gap between the European option and American option, the price of the output option and the BS formula, and the relationship between the number of the segm
  3. 所属分类:网络编程

    • 发布日期:2021-01-04
    • 文件大小:2kb
    • 提供者:alwaysalone
  1. American Options

    5下载:
  2. 用多种方法求解美式期权定价问题,其中包括二叉树方法,有限差分法,最小二乘蒙特卡洛模拟法(LSM法),并对这几种方法进行了对比(Several methods are used to solve American option pricing problems, including binary tree method, finite difference method, least squares Monte Carlo simulation method (LSM method). These
  3. 所属分类:matlab例程

    • 发布日期:2019-07-03
    • 文件大小:245kb
    • 提供者:西可可
  1. 欧式美式期权定价

    1下载:
  2. R语言 欧式美式二叉树期权定价 可自行设置到期时间和段数
  3. 所属分类:其它资源

搜珍网 www.dssz.com