Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptionQuoteDetails

Hierarchy

  • IOptionQuoteDetails

Index

Properties

ask: number

The current ask price for a security.

askSize: number

The number of shares or contracts offered by a broker/dealer at the ask price.

bid: number

The current bid price for a security.

bidSize: number

The number of shares or contracts offered at the bid price.

companyName: string

The name of the company associated with the equity, option, or index.

contractSize: number

The contract size of the option.

daysToExpiration: number

Number of days before the option expires.

intrinsicValue: number

The intrinsic value of the share.

lastTrade: number

The price of the most recent trade in a security.

openInterest: number

The total number of options or futures contracts that are not closed or delivered on a particular day.

optionGreeks: IOptionGreeks

The Greek values for the option.

optionMultiplier: number

The value of the option multiplier.

optionPreviousAskPrice: number

The previous ask price for the option.

optionPreviousBidPrice: number

The previous bid price for the option.

osiKey: string

The Options Symbology Initiative (OSI) representation of the option symbol.

symbolDescription: string

The description of the security; for example, company name or option description.

timePremium: number

The value of the time premium.

Generated using TypeDoc