Skip to content

Latest commit

 

History

History
44 lines (20 loc) · 1.39 KB

OptionStatsRealtime.md

File metadata and controls

44 lines (20 loc) · 1.39 KB

OptionStatsRealtime

Properties

Name Type Description
impliedVolatility BigDecimal The implied volatility of the contract calculated using the Black-Scholes Model.  
delta BigDecimal Delta represents the rate of change between the option's price and a $1 change in the underlying asset's price.  
gamma BigDecimal Gamma represents the rate of change between an option's delta and the underlying asset's price.  
theta BigDecimal Theta represents the rate of change between the option price and time, or time sensitivity - sometimes known as an option's time decay.  
vega BigDecimal Vega represents the rate of change between an option's value and the underlying asset's implied volatility.  
underlyingPrice BigDecimal The most recent trade price of the underlying asset.