CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
docs/CENTRALIZED_CONFIG_IMPLEMENTATION.md
docs/PHASE_1_COMPLETE.md
docs/PHASE_2_COMPLETE.md
docs/QUICKSTART_TELEGRAM.md
docs/SENTIMENT_INVESTING.md
docs/TELEGRAM_SETUP.md
src/jsf/__init__.py
src/jsf/settings.py
src/jsf/alerts/__init__.py
src/jsf/alerts/base.py
src/jsf/alerts/console.py
src/jsf/alerts/factory.py
src/jsf/alerts/integration.py
src/jsf/alerts/manager.py
src/jsf/alerts/telegram.py
src/jsf/assets/__init__.py
src/jsf/assets/base.py
src/jsf/assets/crypto.py
src/jsf/assets/forex.py
src/jsf/assets/futures.py
src/jsf/assets/options.py
src/jsf/broker/__init__.py
src/jsf/broker/alpaca.py
src/jsf/broker/base.py
src/jsf/broker/models.py
src/jsf/broker/paper.py
src/jsf/cli/__init__.py
src/jsf/cli/main.py
src/jsf/cli/setup_telegram.py
src/jsf/config/__init__.py
src/jsf/config/base.py
src/jsf/config/defaults.py
src/jsf/config/enums.py
src/jsf/config/schemas.py
src/jsf/dashboard/__init__.py
src/jsf/dashboard/__main__.py
src/jsf/dashboard/app.py
src/jsf/dashboard/collectors.py
src/jsf/dashboard/metrics.py
src/jsf/dashboard/models.py
src/jsf/dashboard/components/__init__.py
src/jsf/dashboard/components/backtest.py
src/jsf/dashboard/components/pnl.py
src/jsf/dashboard/components/portfolio.py
src/jsf/dashboard/components/risk.py
src/jsf/dashboard/components/trades.py
src/jsf/data/__init__.py
src/jsf/data/base.py
src/jsf/data/loaders.py
src/jsf/data/preprocessing.py
src/jsf/data/universe.py
src/jsf/data/sources/__init__.py
src/jsf/data/sources/csv_enhanced.py
src/jsf/data/sources/yahoo.py
src/jsf/evaluation/__init__.py
src/jsf/live/__init__.py
src/jsf/live/data_handler.py
src/jsf/live/engine.py
src/jsf/live/order_manager.py
src/jsf/ml/__init__.py
src/jsf/ml/export.py
src/jsf/ml/features.py
src/jsf/ml/models.py
src/jsf/ml/montecarlo.py
src/jsf/ml/neural.py
src/jsf/ml/preprocessing.py
src/jsf/ml/registry.py
src/jsf/ml/rl_agent.py
src/jsf/ml/strategy.py
src/jsf/ml/validation.py
src/jsf/ml/transformers/__init__.py
src/jsf/ml/transformers/attention.py
src/jsf/ml/transformers/bert.py
src/jsf/ml/transformers/sentiment.py
src/jsf/optimization/__init__.py
src/jsf/optimization/grid_search.py
src/jsf/optimization/walk_forward.py
src/jsf/portfolio/__init__.py
src/jsf/portfolio/base.py
src/jsf/portfolio/constraints.py
src/jsf/portfolio/constructors.py
src/jsf/portfolio/optimization.py
src/jsf/portfolio/rebalancing.py
src/jsf/portfolio/sizing.py
src/jsf/reporting/__init__.py
src/jsf/signals/__init__.py
src/jsf/signals/base.py
src/jsf/signals/composites.py
src/jsf/signals/fundamental.py
src/jsf/signals/sentiment.py
src/jsf/signals/statistical.py
src/jsf/signals/technical.py
src/jsf/signals/transforms.py
src/jsf/simulation/__init__.py
src/jsf/simulation/backtest.py
src/jsf/simulation/metrics.py
src/jsf/strategies/__init__.py
src/jsf/strategies/base.py
src/jsf/strategies/templates.py
src/jsf/utils/__init__.py
src/jsf/utils/io.py
src/jsf/utils/logging.py
src/jsf/utils/parallel.py
src/jsf/utils/time_utils.py
src/jsf/visualization/__init__.py
src/jsf/visualization/plots.py
src/jsf_core.egg-info/PKG-INFO
src/jsf_core.egg-info/SOURCES.txt
src/jsf_core.egg-info/dependency_links.txt
src/jsf_core.egg-info/entry_points.txt
src/jsf_core.egg-info/requires.txt
src/jsf_core.egg-info/top_level.txt