.dummy.txt
.readthedocs.yaml
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
comprehensive_demo.py
final_test.py
pyproject.toml
requirements.txt
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/publish.yml
benchmarks/run_benchmarks.py
docs/Makefile
docs/conf.py
docs/index.md
docs/installation.md
docs/make.bat
docs/quickstart.md
docs/requirements.txt
docs/theory.md
docs/api/core.rst
docs/api/exotic.rst
docs/api/greeks.rst
docs/api/index.rst
docs/api/models.rst
docs/api/portfolio.rst
docs/api/utils.rst
docs/api/visualization.rst
docs/api/volatility.rst
docs/user-guide/exotics.md
docs/user-guide/greeks.md
docs/user-guide/heston.md
docs/user-guide/index.md
docs/user-guide/market-data.md
docs/user-guide/portfolio-risk.md
docs/user-guide/pricing.md
docs/user-guide/visualization.md
docs/user-guide/volatility-surface.md
examples/exotic_options.py
examples/implied_volatility.py
examples/portfolio_risk.py
examples/quickstart.py
notebooks/01_quickstart_pricing_and_greeks.ipynb
notebooks/02_volatility_surface_and_implied_vol.ipynb
notebooks/03_exotic_options_barrier_and_asian.ipynb
notebooks/04_heston_stochastic_volatility.ipynb
notebooks/05_portfolio_risk_and_VaR.ipynb
notebooks/06_market_data_and_dashboards.ipynb
notebooks/README.md
src/derivflow/__init__.py
src/derivflow/_numba_utils.py
src/derivflow/_version.py
src/derivflow/calibration/__init__.py
src/derivflow/core/__init__.py
src/derivflow/core/pricing_engine.py
src/derivflow/exotic/__init__.py
src/derivflow/exotic/asian_options.py
src/derivflow/exotic/barrier_options.py
src/derivflow/greeks/__init__.py
src/derivflow/greeks/calculator.py
src/derivflow/models/__init__.py
src/derivflow/models/heston.py
src/derivflow/portfolio/__init__.py
src/derivflow/portfolio/portfolio_risk.py
src/derivflow/utils/__init__.py
src/derivflow/utils/market_data.py
src/derivflow/visualization/__init__.py
src/derivflow/visualization/dashboard.py
src/derivflow/volatility/__init__.py
src/derivflow/volatility/implied_vol.py
src/derivflow/volatility/surface.py
src/derivflow_finance.egg-info/PKG-INFO
src/derivflow_finance.egg-info/SOURCES.txt
src/derivflow_finance.egg-info/dependency_links.txt
src/derivflow_finance.egg-info/entry_points.txt
src/derivflow_finance.egg-info/not-zip-safe
src/derivflow_finance.egg-info/requires.txt
src/derivflow_finance.egg-info/scm_file_list.json
src/derivflow_finance.egg-info/scm_version.json
src/derivflow_finance.egg-info/top_level.txt
tests/conftest.py
tests/test_version.py
tests/test_core/__init__.py
tests/test_core/test_binomial.py
tests/test_core/test_black_scholes.py
tests/test_core/test_monte_carlo.py
tests/test_exotic/__init__.py
tests/test_exotic/test_asian.py
tests/test_exotic/test_barrier.py
tests/test_greeks/__init__.py
tests/test_greeks/test_analytical_greeks.py
tests/test_greeks/test_numerical_vs_analytical.py
tests/test_market_data/__init__.py
tests/test_market_data/test_market_data.py
tests/test_models/__init__.py
tests/test_models/test_heston.py
tests/test_portfolio/__init__.py
tests/test_portfolio/test_portfolio_risk.py
tests/test_visualization/__init__.py
tests/test_visualization/test_dashboard.py
tests/test_volatility/__init__.py
tests/test_volatility/test_iv_solver.py
tests/test_volatility/test_surface.py