README.md
pyproject.toml
src/derivx/__init__.py
src/derivx/_version.py
src/derivx/curves.py
src/derivx/analytic/__init__.py
src/derivx/analytic/bs.py
src/derivx/analytic/haug.py
src/derivx/dsl/spec.py
src/derivx/engine/montecarlo.py
src/derivx/exercise/lsmc.py
src/derivx/ir/__init__.py
src/derivx/ir/black76.py
src/derivx/models/gbm.py
src/derivx/payoffs/core.py
src/derivx/payoffs/extra.py
src/derivx/report/__init__.py
src/derivx/report/plot.py
src/derivx/report/test_plot_report.py
src/derivx_precificador.egg-info/PKG-INFO
src/derivx_precificador.egg-info/SOURCES.txt
src/derivx_precificador.egg-info/dependency_links.txt
src/derivx_precificador.egg-info/requires.txt
src/derivx_precificador.egg-info/top_level.txt
tests/test_api_smoke.py
tests/test_barrier_asian_relations.py
tests/test_bs_consistency.py
tests/test_dsl_smoke.py
tests/test_heston_mc_vs_fft.py
tests/test_lsmc_vs_crr.py
tests/test_mc_gbm_vs_bs.py
tests/test_properties.py
tests/test_put_call_parity.py