LICENSE
README.md
pyproject.toml
src/deskpricer/__init__.py
src/deskpricer/app.py
src/deskpricer/errors.py
src/deskpricer/logging_config.py
src/deskpricer/main.py
src/deskpricer/mcp_server.py
src/deskpricer/mcp_tools.py
src/deskpricer/responses.py
src/deskpricer/schemas.py
src/deskpricer/worker.py
src/deskpricer.egg-info/PKG-INFO
src/deskpricer.egg-info/SOURCES.txt
src/deskpricer.egg-info/dependency_links.txt
src/deskpricer.egg-info/entry_points.txt
src/deskpricer.egg-info/requires.txt
src/deskpricer.egg-info/top_level.txt
src/deskpricer/pricing/__init__.py
src/deskpricer/pricing/american.py
src/deskpricer/pricing/bsm_fast.py
src/deskpricer/pricing/constants.py
src/deskpricer/pricing/conventions.py
src/deskpricer/pricing/cross_greeks.py
src/deskpricer/pricing/engine.py
src/deskpricer/pricing/equivalence.py
src/deskpricer/pricing/european.py
src/deskpricer/pricing/implied_vol.py
src/deskpricer/routers/__init__.py
src/deskpricer/routers/_common.py
src/deskpricer/routers/greeks.py
src/deskpricer/routers/health.py
src/deskpricer/routers/impliedvol.py
src/deskpricer/routers/pnl_attribution.py
src/deskpricer/routers/portfolio.py
src/deskpricer/services/__init__.py
src/deskpricer/services/pricing_service.py
src/deskpricer/services/ql_runtime.py
tests/test_american.py
tests/test_american_european_reroute.py
tests/test_api_contract.py
tests/test_bsm_fast_parity.py
tests/test_conventions_doc_exists.py
tests/test_desk_regression.py
tests/test_european.py
tests/test_european_bsm.py
tests/test_financial_golden.py
tests/test_financial_regression.py
tests/test_greeks_numerical.py
tests/test_logging.py
tests/test_mcp_server.py
tests/test_pnl_attribution.py
tests/test_properties.py
tests/test_theta_weekend_consistency.py
tests/test_worker_pool.py