powered by
Calculate the Vega (Option Greek) of Option Contract
put.vega(s, k, t, sd, r, d = 0)
Spot Price of Underlying Asset
Exercise Price of Contract
Time to Expiration
Volatality
Risk free rate of return
Divident Yield (use cont.rate()), Default: 0
Output gives the Vega of a Option Contract.
Vega represents the rate of change between an option's value and the underlying asset's implied volatility.
# NOT RUN { put.vega(100, 105, 0.25, 0.35, 0.0488) # }
Run the code above in your browser using DataLab