Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 2.56 KB

OptionPrice.md

File metadata and controls

52 lines (28 loc) · 2.56 KB

OptionPrice

Properties

Name Type Description
date String The date of the price, in the format YYYY-MM-DD  
close BigDecimal The closing price of the options contract.  
closeBid BigDecimal The closing bid price of the options contract.  
closeAsk BigDecimal The closing ask price of the options contract.  
volume Integer The cumulative volume of this options contract that traded that day.  
volumeBid Integer The cumulative volume of this options contract that traded on the bid price that day.  
volumeAsk Integer The cumulative volume of this options contract that traded on the ask price that day.  
trades Integer The number of trades executed that for this options contract on that day.  
openInterest Integer The total number of this options contract that are still open.  
openInterestChange Integer The change in the total number of this options contract that are still open from the previous day.  
nextDayOpenInterest Integer The total number of this options contract that are still open at the start of the next day.  
impliedVolatility BigDecimal The estimated volatility of the Security's price. Volatility is a statistical measure of dispersion of returns for the Security. Standard deviation of a Security's returns and a market index is an example of a measurement of volatility. Implied volatility approximates the future value of an option, and the option's current value takes this into consideration.  
impliedVolatilityChange BigDecimal The change in implied volatility for that day.  
delta BigDecimal Delta measures the degree to which an options contract is exposed to shifts in the price of the underlying Security. Values of delta range from 0.0 to 1.0 for call options and -1.0 to 0.0 for put options. For example, if a put option has a delta of -0.50, if the price of the underlying Security increases by $1, the price of the put option will decrease by $0.50.