option_dataset: Example option quote dataset.

option_datasetR Documentation

Example option quote dataset.

Description

Example option quote dataset.

Usage

option_dataset

Format

A data.table with the following columns:

  • ticker (character) - the underlying stock ticker symbol

  • t (datetime) - the time of quotation

  • exp (date) - the expiration date

  • price (numeric) - the underlying stock price

  • option_quotes (data.table) - a "nest" of option quotes. Each cell in this column contains a data.table with the following columns:

    • K (numeric) - the strike price

    • c (numeric) - the corresponding call price

    • p (numeric) - the corresponding put price


m-g-h/R.MFIV documentation built on July 4, 2022, 3:35 a.m.