{
  "source_tag": "LIVE_STRIPE_STRATEGY_LICENSE_V1",
  "schema": "COF_ATAS_ALGO_SIGNAL_V1",
  "runtime": {
    "license_periods": ["daily", "weekly", "monthly", "annual", "lifetime"],
    "engines": ["AOKIJI", "KAIDO"],
    "execution_policy": "client_controlled",
    "broker_auto_order": false
  },
  "signal_contract": {
    "uid": "COF-<engine>-<market>-<session>-<sequence>",
    "strategy": "AOKIJI | KAIDO",
    "market": "NQ | MNQ | ES | MES",
    "session": "RTH | ETH | NY_OPEN | EU_OPEN",
    "regime": "mean_reversion | open_drive | continuation | chop_filter",
    "side": "long | short",
    "entry_zone": {
      "type": "price_band",
      "fields": ["entry_low", "entry_mid", "entry_high"]
    },
    "invalidation": {
      "type": "structural_stop",
      "fields": ["stop_price", "max_ticks", "reason"]
    },
    "targets": {
      "type": "scale_out",
      "fields": ["tp1", "tp2", "tp3", "runner_rule"]
    },
    "risk": {
      "fields": ["kelly_fraction", "risk_r", "max_contracts", "account_model"],
      "rule": "size is capped before execution"
    },
    "traceability": {
      "fields": ["source_tag", "age_sec", "signal_id", "journal_path", "chart_snapshot_path"],
      "stale_rule": "reject when age_sec is above the client plan threshold"
    }
  },
  "aokiji_rule_stack": {
    "family": "NQ mean reversion",
    "context_filters": ["session value", "VWAP distance", "liquidity sweep", "absorption"],
    "confirmation": ["footprint rejection", "delta exhaustion", "failed continuation"],
    "output": ["entry_zone", "short_invalidation", "tp1", "tp2", "tp3", "kelly_fraction"]
  },
  "kaido_rule_stack": {
    "family": "NQ/ES open drive continuation",
    "context_filters": ["opening range", "initiative flow", "VWAP hold", "pullback quality"],
    "confirmation": ["bid/ask imbalance", "volume expansion", "accepted breakout"],
    "output": ["entry_zone", "structure_stop", "tp1", "tp2", "tp3", "kelly_fraction"]
  },
  "atas_workspace": {
    "panes": [
      "Footprint Bid x Ask",
      "DOM or ladder",
      "Volume Profile session",
      "Daily and weekly profile",
      "VWAP",
      "COF journal panel"
    ],
    "mapping": {
      "entry_zone": "horizontal price band",
      "invalidation": "stop line before execution",
      "targets": "scale-out target lines",
      "uid": "journal note",
      "source_tag": "journal source field"
    }
  }
}
