Logic · master

Read-only view of active client JSON

{
    "version": "2026-05-27.v1_complete_split",
    "system_name": "Fast News + A+ Options Trading Intelligence System",
    "timezone": "America\/New_York",
    "files": {
        "01_fast_news_logic.json": "Legacy Fast News validation (superseded by v3 June 2026 spec).",
        "fast_news_worthy_news_trade_engine_v3_2026_06_02.json": "Fast News v3 — worthy news scanner, trade validation, scoring, execution.",
        "a_plus_trade_worthy_news_router_v1_2026_06_02.json": "A+ router — classify and route news to Fast News, A+ confirmation, manual review, or reject.",
        "02_a_plus_logic.json": "Regular A+ confirmation strategy; manual alert only; validation, scoring, entries, monitoring, exits.",
        "03_learning_engine.json": "End-of-day learning engine pulling full news, market, options, fills, misses, rejects, premium path, slippage.",
        "04_realtime_tracking.json": "Real-time tracking for news latency, market reaction, options premium, slippage, order status, positions, exits.",
        "05_manual_logic_update_api.json": "API endpoints and schema for manually updating logic, weights, scanner categories, thresholds, kill switches.",
        "06_shared_guardrails.json": "Global rules shared by both strategies: holidays, data quality, broker safety, risk, no-trade conditions.",
        "market_data_news_sync_guard.json": "Timestamp sync layer — pending_price_sync before VWAP reject; sandbox skew tolerance."
    },
    "strict_separation": {
        "fast_news": "May auto-submit only in paper\/sandbox or live if explicitly enabled. v3 uses worthy-news routing and 15\/30\/60\/120s reaction windows.",
        "a_plus": "Manual alert only. Never auto-submit entries. Can use API-assisted exit tracking after entry is confirmed.",
        "learning_engine": "Can update suggested weights\/rules, but production changes require manual approval unless allow_auto_rule_updates is true."
    },
    "default_mode": {
        "paper_trading_enabled": true,
        "live_execution_enabled": false,
        "fast_news_auto_trade_enabled": false,
        "a_plus_auto_trade_enabled": false,
        "manual_approval_required_for_live": true
    }
}