Compute vega at -1.0, -0.5, +0.5, +1.0, +1.5 moneyness

Discussion in 'Options' started by ChiliBiscuut, Jun 22, 2014.

  1. Can you please help me how to compute vega at different strikes using ATM volatility and underlying ? Is there a formula for calculation ?
     
  2. Any help please
     
  3. Have you tried Google?
     
  4. Hint: it's a frown.
     
  5. :(
     
  6. smile

    smile

  7. Doobs789

    Doobs789

    You can use BSM to derive vega for a given delta (Nd1);

    stock price*nd1*sqrt(T)
     
  8. optstack

    optstack

    Recall that a call price is a function

    CP(S, X, t, v, r), where

    S is the current stock price
    X is the strike price
    t is the time to expiration
    v is the volatility assumption
    r is the interest rate assumption and assumption for the expected growth rate of the underlying

    Vega is defined to be the partial derivative d(CP)/dv.

    Typically, the function CP is calculated via a binomial tree expansion. For American options this is necessary, because of the early exercise right. For European options, there is an explicit formula you can differentiate.

    To calculate vega, you do a numerical approximation of the derivative. Suppose epsilon = 0.001. In that case, vega is (CP(v + 0.001) - CP(v) / 0.001). You can't make epsilon too small, because floating point round-off will introduce error if epsilon is really small. A value of 0.001 is good enough.

    To calculate vega, you construct two binomial trees, numerically approximating the derivative.



    <a href="http://www.optionstack.com"> Options analysis & backtesting software </a>