CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
PAPER_PACKAGE_CONTRACT_v1.0.0.md
PRODUCTION_READINESS_CHECKLIST.md
PYPI_DEPLOYMENT_GUIDE_FR.md
README.md
RELEASE_CHECKLIST.md
RELEASE_NOTES.md
SECURITY.md
THREAT_MODEL.md
VALIDATION_v1.0.0.txt
pyproject.toml
setup.py
benchmarks/baseline_metrics.csv
benchmarks/baseline_timeseries.csv
benchmarks/binomial_validation.csv
benchmarks/extended_validation.py
benchmarks/fragile_implementation_audit.csv
benchmarks/fragile_implementation_audit_diagnostics.csv
benchmarks/implementation_audit.csv
benchmarks/implementation_audit_diagnostics.csv
benchmarks/martingale_validation.csv
benchmarks/monte_carlo_validation.csv
benchmarks/parameter_landscape.csv
benchmarks/regression_validation.csv
benchmarks/run_benchmarks.py
benchmarks/runtime_scaling.csv
deployment/evidence.template.json
deployment/risk_policy.example.json
docs/algorithmic_trading.md
docs/api_catalog.md
docs/approximation_and_sensitivities.md
docs/data_sources.md
docs/deployment.md
docs/live_trading.md
docs/methodology.md
docs/model_catalog.md
docs/monte_carlo_universal.md
docs/one_import_api.md
docs/operations_runbook.md
docs/parameter_surfaces.md
docs/production_readiness.md
docs/quickstart.md
docs/regulatory_controls.md
docs/release_checklist.md
docs/research_workflow.md
docs/validation.md
docs/visualization_catalog.md
examples/animated_parameter_surface.py
examples/approximation_surfaces.py
examples/csv_end_to_end.py
examples/custom_strategy.py
examples/derivative_models.py
examples/hedging_parameter_animation.py
examples/hypothesis_to_paper_trading.py
examples/implementation_audit.py
examples/literature_to_decision.py
examples/martingale_diagnostics.py
examples/ml_walk_forward.py
examples/multidimensional_parameter_explorer.py
examples/options_surface.py
examples/parameter_surface_compact.py
examples/production_live_guarded.py
examples/provider_data.py
examples/quickstart.py
examples/regression_diagnostics.py
examples/regression_econometrics.py
examples/sample_prices.csv
examples/stochastic_monte_carlo.py
examples/universal_monte_carlo.py
paper/ASRQuant_paper.pdf
paper/main.tex
paper/figures/asrquant_architecture_v100.png
paper/figures/dashboard.png
paper/figures/extended_validation_v100.png
paper/figures/fragile_implementation_audit.png
paper/figures/implementation_audit.png
paper/figures/multidimensional_surface_v100.png
paper/figures/parameter_surface.png
paper/figures/volatility_surface.png
requirements/quality.txt
requirements/runtime.txt
requirements/security.txt
scripts/bootstrap_repository.sh
scripts/check_release.py
scripts/check_secret_scan.py
scripts/test_all.py
src/asrquant/__init__.py
src/asrquant/__main__.py
src/asrquant/api.py
src/asrquant/approximation.py
src/asrquant/audit.py
src/asrquant/audit_store.py
src/asrquant/backtest.py
src/asrquant/cli.py
src/asrquant/config.py
src/asrquant/data.py
src/asrquant/derivatives.py
src/asrquant/easy.py
src/asrquant/fixed_income.py
src/asrquant/literature.py
src/asrquant/live.py
src/asrquant/machine_learning.py
src/asrquant/martingales.py
src/asrquant/math.py
src/asrquant/metrics.py
src/asrquant/models.py
src/asrquant/monte_carlo.py
src/asrquant/optimization.py
src/asrquant/production.py
src/asrquant/provenance.py
src/asrquant/providers.py
src/asrquant/report.py
src/asrquant/research.py
src/asrquant/simulation.py
src/asrquant/statistics.py
src/asrquant/strategies.py
src/asrquant/surfaces.py
src/asrquant/trading.py
src/asrquant/validation.py
src/asrquant/version.py
src/asrquant/volatility.py
src/asrquant/workflow.py
src/asrquant.egg-info/PKG-INFO
src/asrquant.egg-info/SOURCES.txt
src/asrquant.egg-info/dependency_links.txt
src/asrquant.egg-info/entry_points.txt
src/asrquant.egg-info/requires.txt
src/asrquant.egg-info/top_level.txt
src/asrquant/viz/__init__.py
src/asrquant/viz/base.py
src/asrquant/viz/derivatives.py
src/asrquant/viz/general.py
src/asrquant/viz/market.py
src/asrquant/viz/microstructure.py
src/asrquant/viz/ml.py
src/asrquant/viz/performance.py
src/asrquant/viz/portfolio.py
src/asrquant/viz/regression.py
src/asrquant/viz/risk.py
src/asrquant/viz/simulation.py
tests/conftest.py
tests/test_approximation_rc2.py
tests/test_audit_validation.py
tests/test_backtest.py
tests/test_config_data.py
tests/test_derivatives_optimization.py
tests/test_metrics.py
tests/test_monte_carlo_universal_rc2.py
tests/test_one_import_api_v040.py
tests/test_paper_contract_v1.py
tests/test_production_readiness_v1.py
tests/test_research_pipeline_v050.py
tests/test_statistics.py
tests/test_surface_explorer_v030.py
tests/test_surfaces.py
tests/test_surfaces_parameterized.py
tests/test_v020.py
tests/test_visualizations.py
tests/test_visualizations_extended.py
tests/data/paper_hypothesis_sample.pdf