LICENSE
README.md
pyproject.toml
src/quantlite/__init__.py
src/quantlite/data_generation.py
src/quantlite/metrics.py
src/quantlite/monte_carlo.py
src/quantlite/pipeline.py
src/quantlite/visualisation.py
src/quantlite.egg-info/PKG-INFO
src/quantlite.egg-info/SOURCES.txt
src/quantlite.egg-info/dependency_links.txt
src/quantlite.egg-info/requires.txt
src/quantlite.egg-info/top_level.txt
src/quantlite/alerts/__init__.py
src/quantlite/antifragile/__init__.py
src/quantlite/backtesting/__init__.py
src/quantlite/backtesting/analysis.py
src/quantlite/backtesting/engine.py
src/quantlite/backtesting/legacy.py
src/quantlite/backtesting/signals.py
src/quantlite/benchmark/__init__.py
src/quantlite/benchmark/compare.py
src/quantlite/benchmark/runner.py
src/quantlite/benchmark/speed.py
src/quantlite/benchmark/tail_events.py
src/quantlite/contagion/__init__.py
src/quantlite/core/__init__.py
src/quantlite/core/types.py
src/quantlite/crypto/__init__.py
src/quantlite/crypto/exchange.py
src/quantlite/crypto/onchain.py
src/quantlite/crypto/stablecoin.py
src/quantlite/data/__init__.py
src/quantlite/data/base.py
src/quantlite/data/cache.py
src/quantlite/data/crypto.py
src/quantlite/data/fred.py
src/quantlite/data/local.py
src/quantlite/data/registry.py
src/quantlite/data/stream.py
src/quantlite/data/yahoo.py
src/quantlite/dependency/__init__.py
src/quantlite/dependency/clustering.py
src/quantlite/dependency/copulas.py
src/quantlite/dependency/correlation.py
src/quantlite/distributions/__init__.py
src/quantlite/distributions/fat_tails.py
src/quantlite/diversification/__init__.py
src/quantlite/ergodicity/__init__.py
src/quantlite/explain/__init__.py
src/quantlite/explain/attribution.py
src/quantlite/explain/audit.py
src/quantlite/explain/narratives.py
src/quantlite/explain/whatif.py
src/quantlite/factors/__init__.py
src/quantlite/factors/classical.py
src/quantlite/factors/custom.py
src/quantlite/factors/tail_risk.py
src/quantlite/forensics/__init__.py
src/quantlite/instruments/__init__.py
src/quantlite/instruments/bond_pricing.py
src/quantlite/instruments/exotic_options.py
src/quantlite/instruments/option_pricing.py
src/quantlite/network/__init__.py
src/quantlite/overfit/__init__.py
src/quantlite/portfolio/__init__.py
src/quantlite/portfolio/dynamic_kelly.py
src/quantlite/portfolio/ensemble.py
src/quantlite/portfolio/optimisation.py
src/quantlite/portfolio/rebalancing.py
src/quantlite/portfolio/regime_bl.py
src/quantlite/portfolio/tail_risk_parity.py
src/quantlite/portfolio/walkforward.py
src/quantlite/regime_integration/__init__.py
src/quantlite/regime_integration/portfolio.py
src/quantlite/regime_integration/reporting.py
src/quantlite/regime_integration/risk.py
src/quantlite/regimes/__init__.py
src/quantlite/regimes/changepoint.py
src/quantlite/regimes/conditional.py
src/quantlite/regimes/hmm.py
src/quantlite/regimes/online.py
src/quantlite/report/__init__.py
src/quantlite/report/html_renderer.py
src/quantlite/report/pdf_renderer.py
src/quantlite/report/sections.py
src/quantlite/report/tearsheet.py
src/quantlite/resample/__init__.py
src/quantlite/risk/__init__.py
src/quantlite/risk/evt.py
src/quantlite/risk/metrics.py
src/quantlite/scenarios/__init__.py
src/quantlite/score/__init__.py
src/quantlite/score/artifact.py
src/quantlite/score/engine.py
src/quantlite/score/integrity.py
src/quantlite/score/monitoring.py
src/quantlite/score/provenance.py
src/quantlite/simulation/__init__.py
src/quantlite/simulation/copula_mc.py
src/quantlite/simulation/evt_simulation.py
src/quantlite/simulation/regime_mc.py
src/quantlite/viz/__init__.py
src/quantlite/viz/alerts.py
src/quantlite/viz/allocation.py
src/quantlite/viz/benchmark.py
src/quantlite/viz/dependency.py
src/quantlite/viz/explain.py
src/quantlite/viz/online_regimes.py
src/quantlite/viz/portfolio.py
src/quantlite/viz/regimes.py
src/quantlite/viz/risk.py
src/quantlite/viz/streaming.py
src/quantlite/viz/theme.py
src/quantlite/viz/plotly_backend/__init__.py
src/quantlite/viz/plotly_backend/dependency.py
src/quantlite/viz/plotly_backend/portfolio.py
src/quantlite/viz/plotly_backend/regimes.py
src/quantlite/viz/plotly_backend/risk.py
src/quantlite/viz/plotly_backend/theme.py
tests/test_alerts.py
tests/test_allocation_engine.py
tests/test_analysis.py
tests/test_antifragile.py
tests/test_backtesting.py
tests/test_benchmarks.py
tests/test_changepoint.py
tests/test_clustering.py
tests/test_conditional.py
tests/test_contagion.py
tests/test_copulas.py
tests/test_correlation.py
tests/test_crypto_exchange.py
tests/test_crypto_onchain.py
tests/test_crypto_stablecoin.py
tests/test_data_connectors.py
tests/test_data_generation.py
tests/test_diversification.py
tests/test_engine.py
tests/test_ergodicity.py
tests/test_evt.py
tests/test_explainability.py
tests/test_factors_classical.py
tests/test_factors_custom.py
tests/test_factors_tail_risk.py
tests/test_fat_tails.py
tests/test_forensics.py
tests/test_hmm.py
tests/test_instruments.py
tests/test_metrics.py
tests/test_monitoring.py
tests/test_monte_carlo.py
tests/test_network.py
tests/test_online_regime.py
tests/test_optimisation.py
tests/test_overfit.py
tests/test_pipeline.py
tests/test_plotly_viz.py
tests/test_provenance.py
tests/test_rebalancing.py
tests/test_regime_integration.py
tests/test_report.py
tests/test_resample.py
tests/test_risk_metrics.py
tests/test_scenarios.py
tests/test_score.py
tests/test_signals.py
tests/test_sim_copula.py
tests/test_sim_evt.py
tests/test_sim_regime.py
tests/test_stream.py
tests/test_visualisation.py
tests/test_viz.py
tests/test_viz_dependency.py
tests/test_viz_portfolio.py
tests/test_viz_regimes.py