CITATION.cff
LICENSE
LICENSE-manuscript.txt
MANIFEST.in
README.md
pyproject.toml
configs/confirmatory_gbm_linear_k001.json
configs/heston_delta_surface_example.json
configs/smoke_gbm_inventory.json
configs/smoke_gbm_linear.json
configs/smoke_heston_linear.json
configs/plans/confirmatory_gbm_cost_sweep.json
docs/claims-register.md
docs/experiment-matrix.md
docs/github-publication.md
docs/model-card.md
docs/release-checklist.md
docs/reproducibility.md
docs/review-checklist.md
paper/README.md
paper/main.tex
paper/manuscript.pdf
paper/references.bib
paper/figures/README.md
paper/figures/fig_baseline_summary.pdf
paper/figures/fig_heston_summary.pdf
paper/figures/fig_kappa_cvar.pdf
paper/figures/fig_kappa_turnover.pdf
paper/figures/fig_quadratic_summary.pdf
paper/sections/01_introduction.tex
paper/sections/02_related_work.tex
paper/sections/03_methodology.tex
paper/sections/04_data.tex
paper/sections/05_results.tex
paper/sections/06_robustness.tex
paper/sections/07_limitations.tex
paper/sections/08_conclusion.tex
paper/sections/09_contributions.tex
paper/sections/A_appendix.tex
src/asr_deep_hedging.egg-info/PKG-INFO
src/asr_deep_hedging.egg-info/SOURCES.txt
src/asr_deep_hedging.egg-info/dependency_links.txt
src/asr_deep_hedging.egg-info/requires.txt
src/asr_deep_hedging.egg-info/top_level.txt
src/deep_hedging/__init__.py
src/deep_hedging/benchmarks.py
src/deep_hedging/config.py
src/deep_hedging/costs.py
src/deep_hedging/evaluation.py
src/deep_hedging/features.py
src/deep_hedging/heston_pricing.py
src/deep_hedging/heston_surface.py
src/deep_hedging/io.py
src/deep_hedging/losses.py
src/deep_hedging/network.py
src/deep_hedging/optim.py
src/deep_hedging/recurrent.py
src/deep_hedging/risk.py
src/deep_hedging/simulators.py
src/deep_hedging/training.py
tests/test_benchmarks.py
tests/test_heston_pricing.py
tests/test_losses.py
tests/test_network.py
tests/test_recurrent.py
tests/test_risk.py
tests/test_simulators.py
tests/test_smoke_training.py