LICENSE
README.md
pyproject.toml
src/coredesk/__init__.py
src/coredesk.egg-info/PKG-INFO
src/coredesk.egg-info/SOURCES.txt
src/coredesk.egg-info/dependency_links.txt
src/coredesk.egg-info/requires.txt
src/coredesk.egg-info/top_level.txt
src/coredesk/api/__init__.py
src/coredesk/api/vanilla.py
src/coredesk/calibration/__init__.py
src/coredesk/calibration/implied_vol.py
src/coredesk/core/__init__.py
src/coredesk/core/constants.py
src/coredesk/core/exceptions.py
src/coredesk/core/interpolation.py
src/coredesk/core/linalg.py
src/coredesk/core/random.py
src/coredesk/core/roots.py
src/coredesk/core/stats.py
src/coredesk/engines/__init__.py
src/coredesk/engines/analytic.py
src/coredesk/market/__init__.py
src/coredesk/market/daycount.py
src/coredesk/market/environment.py
src/coredesk/market/rates.py
src/coredesk/models/__init__.py
src/coredesk/models/black_76.py
src/coredesk/models/black_scholes.py
src/coredesk/products/__init__.py
src/coredesk/products/european_option.py
src/coredesk/risk/__init__.py
src/coredesk/risk/greeks.py
tests/test_api_vanilla.py
tests/test_calibration_implied_vol.py
tests/test_calibration_implied_vol_bsm.py
tests/test_core_constants_exceptions.py
tests/test_core_interpolation.py
tests/test_core_linalg.py
tests/test_core_random.py
tests/test_core_roots.py
tests/test_core_stats.py
tests/test_engines_analytic.py
tests/test_market_daycount.py
tests/test_market_environment.py
tests/test_market_rates.py
tests/test_models_black_76.py
tests/test_models_black_scholes.py
tests/test_products_european_option.py
tests/test_risk_greeks.py