CHANGELOG.md
CITATION.cff
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.py
alert_templates/minimal.py
alert_templates/research.py
alert_templates/trading_desk.py
dashboard/app.py
dashboard/auth.py
dashboard/cron_scan.py
dashboard/email_digest.py
dashboard/seismic_app.py
dashboard/seismic_watchlist.py
dashboard/share.py
dashboard/supabase_store.py
dashboard/weather_app.py
dashboard/weather_watchlist.py
docs/alerts.md
docs/benchmarks.md
docs/dashboard.md
docs/examples.md
docs/market.md
docs/quickstart.md
docs/release_v0_23_0.md
docs/significance.md
docs/watchlist.md
docs/weather.md
docs/assets/fawp.css
docs/images/README.md
examples/example_usage.py
examples/finance_example.py
examples/reproduce_e1_e7.py
examples/reproduce_e8.py
fawp_index/__init__.py
fawp_index/alert_template_presets.py
fawp_index/alerts.py
fawp_index/benchmarks.py
fawp_index/cli.py
fawp_index/compare.py
fawp_index/constants.py
fawp_index/dashboard_launcher.py
fawp_index/dataframe_api.py
fawp_index/demo_launcher.py
fawp_index/explain.py
fawp_index/exports.py
fawp_index/features.py
fawp_index/leaderboard.py
fawp_index/market.py
fawp_index/multivariate.py
fawp_index/report.py
fawp_index/report_html.py
fawp_index/scan_cli.py
fawp_index/scan_history.py
fawp_index/significance.py
fawp_index/simulate.py
fawp_index/sklearn_api.py
fawp_index/validation.py
fawp_index/watchlist.py
fawp_index/watchlist_cli.py
fawp_index/watchlist_store.py
fawp_index/weather.py
fawp_index/weather_cli.py
fawp_index/capacity/__init__.py
fawp_index/capacity/surfaces.py
fawp_index/core/__init__.py
fawp_index/core/alpha_index.py
fawp_index/core/alpha_v2.py
fawp_index/core/estimators.py
fawp_index/data/__init__.py
fawp_index/data/e1_horizons_sweep.csv
fawp_index/data/e2_convergence.csv
fawp_index/data/e3_curves_linear.csv
fawp_index/data/e3_curves_quadratic.csv
fawp_index/data/e3_curves_saturating.csv
fawp_index/data/e3_horizons_summary.csv
fawp_index/data/e4_robustness.csv
fawp_index/data/e5_control_cliff.csv
fawp_index/data/e6_surface_bits_mean.csv
fawp_index/data/e6_surface_bits_std.csv
fawp_index/data/e6_surface_dropout_mean.csv
fawp_index/data/e6_surface_dropout_std.csv
fawp_index/data/e7_quantum.csv
fawp_index/data/e8_confirm_final_full.csv
fawp_index/data/e8_confirm_significance.csv
fawp_index/data/e8_data.csv
fawp_index/data/e9_2_aggregate_curves.csv
fawp_index/data/e9_2_seed_curves.csv
fawp_index/data/e9_2_summary.json
fawp_index/detection/__init__.py
fawp_index/detection/odw.py
fawp_index/finance/__init__.py
fawp_index/finance/quant.py
fawp_index/io/__init__.py
fawp_index/io/csv_loader.py
fawp_index/io/feeds.py
fawp_index/oats/__init__.py
fawp_index/oats/_plots.py
fawp_index/oats/model.py
fawp_index/oats/robustness.py
fawp_index/oats/surfaces.py
fawp_index/quant/__init__.py
fawp_index/quant/events.py
fawp_index/quant/momentum.py
fawp_index/quant/regime.py
fawp_index/quant/risk.py
fawp_index/scanner/__init__.py
fawp_index/scanner/presets.py
fawp_index/stream/__init__.py
fawp_index/stream/live.py
fawp_index/viz/__init__.py
fawp_index/viz/plotly_plots.py
fawp_index/viz/plots.py
notebooks/E9_full_replication.ipynb
notebooks/fawp_demo.ipynb
notebooks/oats_demo.ipynb
scripts/generate_readme_screenshot.py
tests/test_benchmarks.py
tests/test_core.py
tests/test_data.py
tests/test_explain.py
tests/test_exports.py
tests/test_leaderboard.py
tests/test_market.py
tests/test_oats.py
tests/test_significance_compare.py
tests/test_watchlist_alerts.py
tests/test_watchlist_cli.py
tests/test_weather.py