Options
===================================

Options methods are meant for managing options, including getting option chains, greeks and more. You can see a list of them below:

.. currentmodule:: strategies.strategy.Strategy


.. autosummary::
    :toctree: strategy_methods.options
    :template: strategy_methods_template.rst

    get_chain
    get_chains
    get_greeks
    get_strikes
    get_expiration
    get_multiplier
    options_expiry_to_datetime_date
