README.md
pyproject.toml
tam/__init__.py
tam/config.py
tam/registry.py
tam/secrets.py
tam/status.py
tam/backtest/__init__.py
tam/backtest/config.py
tam/backtest/harness.py
tam/backtest/live.py
tam/backtest/presenter.py
tam/backtest/quantstats_report.py
tam/backtest/report.py
tam/backtest/runner.py
tam/backtest/stress.py
tam/backtest/tearsheet.py
tam/backtest/visualization.py
tam/backtest/walk_forward.py
tam/basket/__init__.py
tam/basket/factors.py
tam/basket/matrix.py
tam/basket/selection.py
tam/basket/simulate.py
tam/basket/universe.py
tam/basket/weighting.py
tam/data/__init__.py
tam/data/completeness.py
tam/data/export.py
tam/data/format.py
tam/data/history.py
tam/data/providers.py
tam/data/repository.py
tam/data/schema.py
tam/data/storage.py
tam/data/writer.py
tam/discovery/__init__.py
tam/discovery/auth.py
tam/discovery/cli.py
tam/discovery/git_info.py
tam/discovery/http.py
tam/discovery/upload.py
tam/events/__init__.py
tam/events/bus.py
tam/events/clock.py
tam/events/types.py
tam/marketdata/__init__.py
tam/marketdata/completeness.py
tam/marketdata/credentials.py
tam/marketdata/duckdb_query.py
tam/marketdata/explorer_client.py
tam/marketdata/filesystem.py
tam/marketdata/ingest.py
tam/marketdata/providers.py
tam/marketdata/schema.py
tam/marketdata/store.py
tam/marketdata/validate.py
tam/notebook/__init__.py
tam/notebook/magic.py
tam/portfolio/__init__.py
tam/portfolio/costs.py
tam/portfolio/orders.py
tam/portfolio/portfolio.py
tam/portfolio/registry.py
tam/research/__init__.py
tam/research/data/__init__.py
tam/research/data/fred.py
tam/strategy/__init__.py
tam/strategy/base.py
tam/strategy/basket_overnight.py
tam/strategy/buy_and_hold.py
tam/strategy/indicators.py
tam/strategy/intraday_hold.py
tam/strategy/llm_trading.py
tam/strategy/ma_crossover.py
tam/strategy/ml_walk_forward.py
tam/strategy/mlx_lora_client.py
tam/strategy/moving_average.py
tam/strategy/overnight_hold.py
tam/strategy/signals.py
tam/strategy/trend_rotation.py
tam/trading/__init__.py
tam/trading/gateway.py
tam/trading/trader.py
tam_quant.egg-info/PKG-INFO
tam_quant.egg-info/SOURCES.txt
tam_quant.egg-info/dependency_links.txt
tam_quant.egg-info/entry_points.txt
tam_quant.egg-info/requires.txt
tam_quant.egg-info/top_level.txt
tests/test_backtest.py
tests/test_backtest_cli.py
tests/test_basket_factors.py
tests/test_basket_matrix.py
tests/test_basket_overnight_strategy.py
tests/test_basket_selection.py
tests/test_basket_simulate.py
tests/test_basket_universe.py
tests/test_basket_weighting.py
tests/test_checkpointing.py
tests/test_config.py
tests/test_costs.py
tests/test_data.py
tests/test_discovery_auth.py
tests/test_discovery_cli.py
tests/test_discovery_git_info.py
tests/test_discovery_upload.py
tests/test_events.py
tests/test_export.py
tests/test_history.py
tests/test_indicators.py
tests/test_live.py
tests/test_llm_trading.py
tests/test_ma_crossover.py
tests/test_magic.py
tests/test_marketdata_completeness.py
tests/test_marketdata_credentials.py
tests/test_marketdata_duckdb.py
tests/test_marketdata_ingest.py
tests/test_marketdata_providers.py
tests/test_marketdata_schema.py
tests/test_marketdata_store.py
tests/test_marketdata_validate.py
tests/test_ml_walk_forward.py
tests/test_mlx_lora_client.py
tests/test_overnight_hold.py
tests/test_portfolio.py
tests/test_presenter_registry.py
tests/test_providers.py
tests/test_qty_resolution.py
tests/test_quantstats_report.py
tests/test_registry.py
tests/test_report.py
tests/test_signals.py
tests/test_strategy_factories.py
tests/test_stress.py
tests/test_tearsheet.py
tests/test_trend_rotation.py
tests/test_visualization.py
tests/test_walk_forward.py