LICENSE
README.md
pyproject.toml
setup.cfg
src/quant_reporter/__init__.py
src/quant_reporter/advanced_optimizers.py
src/quant_reporter/analytics.py
src/quant_reporter/asset_info.py
src/quant_reporter/attribution.py
src/quant_reporter/backtest.py
src/quant_reporter/backtest_report.py
src/quant_reporter/black_litterman.py
src/quant_reporter/combined_report.py
src/quant_reporter/data.py
src/quant_reporter/factor_models.py
src/quant_reporter/factor_plotting.py
src/quant_reporter/factor_report.py
src/quant_reporter/factor_tilts.py
src/quant_reporter/html_builder.py
src/quant_reporter/metrics.py
src/quant_reporter/monte_carlo.py
src/quant_reporter/monte_carlo_report.py
src/quant_reporter/objectives.py
src/quant_reporter/opt_core.py
src/quant_reporter/opt_plotting.py
src/quant_reporter/optimization_report.py
src/quant_reporter/performance_stats.py
src/quant_reporter/plotting.py
src/quant_reporter/portfolio_report.py
src/quant_reporter/providers.py
src/quant_reporter/py.typed
src/quant_reporter/rebalancing.py
src/quant_reporter/recommendation.py
src/quant_reporter/recommendation_report.py
src/quant_reporter/report_context.py
src/quant_reporter/robust_estimators.py
src/quant_reporter/signals.py
src/quant_reporter/sizing.py
src/quant_reporter/strategies.py
src/quant_reporter/strategy.py
src/quant_reporter/validation_report.py
src/quant_reporter.egg-info/PKG-INFO
src/quant_reporter.egg-info/SOURCES.txt
src/quant_reporter.egg-info/dependency_links.txt
src/quant_reporter.egg-info/requires.txt
src/quant_reporter.egg-info/top_level.txt
test/test_advanced_optimizers.py
test/test_analytics_core.py
test/test_asset_info.py
test/test_backtest.py
test/test_backtest_engine.py
test/test_backtest_report.py
test/test_black_litterman.py
test/test_combined_report.py
test/test_context_factory.py
test/test_ctx_analytics.py
test/test_factor_attribution.py
test/test_factor_offline.py
test/test_factor_tilts.py
test/test_metrics.py
test/test_metrics_lib.py
test/test_monte_carlo_engine.py
test/test_objectives.py
test/test_opt_core_sp2.py
test/test_performance_stats.py
test/test_providers.py
test/test_recommendation.py
test/test_recommendation_report.py
test/test_reports_offline.py
test/test_reports_smoke.py
test/test_rfr_fallback.py
test/test_robust_estimators.py
test/test_signals.py
test/test_sizing.py
test/test_strategies.py
test/test_strategy.py
test/test_synthetic_fixture.py
test/test_validation.py
test/test_validation_unlock.py
test/test_walk_forward_example.py