Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptionDetails

Hierarchy

  • IOptionDetails

Index

Properties

adjustedFlag: boolean

Indicator signifying whether option is adjusted.

ask: number

The ask.

askSize: number

The ask size.

bid: number

The bid.

bidSize: number

The bid size.

displaySymbol: string

The display symbol.

inTheMoney: string

The "in the money" value; a put option is "in the money" when the strike price of the put is above the current market price of the stock.

lastPrice: number

The last price.

netChange: number

The net change value.

openInterest: number

The open interest value.

optionCategory: OptionCategory

The option category.

optionGreek: IOptionGreeks

The Greeks on the option; Greeks are a collection of statistical values that measure the risk involved in an options contract in relation to certain underlying variables.

optionRootSymbol: string

The root or underlying symbol of the option.

optionType: string

The option type.

osiKey: string

The Options Symbology Initiative (OSI) key containing the option root symbol, expiration date, call/put indicator, and strike price.

quoteDetail: string

The option quote detail.

strikePrice: number

The agreed strike price for the option as stated in the contract.

symbol: string

The market symbol for the option.

timeStamp: number

The timestamp of the option.

volume: number

The option volume.

Generated using TypeDoc