zoukankan      html  css  js  c++  java
  • 波动率的三类模型

    波动率模型主要有以下三类


    - Local volatility, where the forward/spot price of the underlying solves the SDE dF = sigma(F)F dW for a (deter-
    ministic) function sigma. A special model is the CEV model with sigma(F) = sigma_beta * F ^(beta-1). Problems are that either one use a fully calibrated model (Dupire's formula) but one no longer has closed formula and the resulting
    volatility is unstable; or if one use a given model (such as the CEV model), it is hard to calibrate it to the market smile. In addition,  the sticky Greek phenomenon is ampli cated. And the dynamics of the smile is wrong.


    -  Jump models, where the underlying solves a jump-di usion equation. Jump models fit the smile very well
    in the short-term (because the impact of the jump is essentially in the short run). So they are relevant
    for short term options. But, they are not satisfactory for long-term options because there is no volatility
    risk (the volatility remains deterministic).


    - Stochastic volatility models assume that the volatility is a di ffusion process correlated to the spot. It is
    easily calibrated and allows for a satisfactory handling of the volatility risk. It is less satisfactory for
    short-term options.

  • 相关阅读:
    @media screen响应式
    gulp轻松上手
    Node.js基本讲解
    百度地图
    SQL语言(增删改查)
    AJAX基本介绍(web前端)
    找出链表的第一个公共节点
    微软算法100题58 从尾到头输出链表(java)
    最长递增子序列
    各种排序算法
  • 原文地址:https://www.cnblogs.com/xispace/p/3399769.html
Copyright © 2011-2022 走看看