.gitignore
LICENSE
MANIFEST.in
Pipfile
Pipfile.lock
README.md
pyproject.toml
.github/CODEOWNERS
src/options_framework/__init__.py
src/options_framework/config.py
src/options_framework/option.py
src/options_framework/option_chain.py
src/options_framework/option_types.py
src/options_framework/portfolio.py
src/options_framework.egg-info/PKG-INFO
src/options_framework.egg-info/SOURCES.txt
src/options_framework.egg-info/dependency_links.txt
src/options_framework.egg-info/requires.txt
src/options_framework.egg-info/top_level.txt
src/options_framework/spreads/__init__.py
src/options_framework/spreads/butterfly.py
src/options_framework/spreads/calendar.py
src/options_framework/spreads/collar.py
src/options_framework/spreads/condor.py
src/options_framework/spreads/custom.py
src/options_framework/spreads/diagonal.py
src/options_framework/spreads/iron_butterfly.py
src/options_framework/spreads/iron_condor.py
src/options_framework/spreads/ratio.py
src/options_framework/spreads/single.py
src/options_framework/spreads/spread_base.py
src/options_framework/spreads/straddle.py
src/options_framework/spreads/strangle.py
src/options_framework/spreads/vertical.py
src/options_framework/utils/__init__.py
src/options_framework/utils/exceptions.py
src/options_framework/utils/helpers.py
src/options_framework/utils/options_db.py
tests/conftest.py
tests/make_fixtures.py
tests/test_butterfly.py
tests/test_calendar.py
tests/test_condor.py
tests/test_custom.py
tests/test_diagonal.py
tests/test_iron_butterfly.py
tests/test_iron_condor.py
tests/test_option.py
tests/test_option_chain.py
tests/test_option_pnl.py
tests/test_portfolio.py
tests/test_ratio.py
tests/test_single.py
tests/test_spread_base.py
tests/test_straddle.py
tests/test_strangle.py
tests/test_test.py
tests/test_vertical.py
tests/config/.secrets_example.toml
tests/config/settings.toml
tests/fixtures/MSFT20260410C00038000_daily_updates.pkl
tests/fixtures/MSFT20260410C00039000_daily_updates.pkl
tests/fixtures/MSFT20260410C00040000_daily_updates.pkl
tests/fixtures/MSFT20260410P00036000_daily_updates.pkl
tests/fixtures/MSFT20260410P00037000_daily_updates.pkl
tests/fixtures/MSFT20260410P00038000_daily_updates.pkl
tests/fixtures/MSFT20260410P00039000_daily_updates.pkl
tests/fixtures/MSFT20260410P00040000_daily_updates.pkl
tests/fixtures/MSFT20260417C00038000_daily_updates.pkl
tests/fixtures/MSFT20260417C00039000_daily_updates.pkl
tests/fixtures/MSFT20260417P00037000_daily_updates.pkl
tests/fixtures/MSFT20260417P00038000_daily_updates.pkl
tests/fixtures/MSFT_chain.pkl
tests/fixtures/MSFT_expiration_strikes.pkl
tests/fixtures/MSFT_get_chain_at.pkl