Added
- Added a new, rewritten `get_option_chain` method to the `Underlying` model, which is inherited by
models like `Stock` and all other future representations of securities.
- New `Security` model representing all securities (options and underlyings).
- New `Underlying` model representing all underlyings (stocks, indices, ETFs).
- New `OptionChain` model which represents an option chain (a collection of options). This should make
management of a list of related options (i.e. for a ticker) easier.
Removed
- The `get_option_chains` function from the TastyAPISession.
- The `Model` model