{
  "_comment": "Added 2026-08-31. Capital ledger for the high-risk options sleeve -- SEPARATE from positions.json (the core swing-trade equity record). Questrade has one combined margin account for both systems, so this file is the only thing that actually bounds the sleeve to its allocation; nothing in Questrade itself enforces the split. No order is placed programmatically for this system -- Neil executes manually in the Questrade app within minutes of an ntfy alert from sleeve_reconfirm_prompt.md, then tells Claude what was actually filled so this ledger can be updated by hand (interactively, same trust model as place_trade_prompt.md's manual flow -- never a silent direct-write from an unattended process for this file).",
  "last_updated": "2026-08-31",
  "allocated_capital_cad": 1000,
  "cash_available_cad": 1000,
  "sleeve_circuit_breaker": {
    "max_drawdown_halt_pct": 50,
    "_comment": "If cumulative realized P/L on this ledger falls more than 50% below allocated_capital_cad, stop suggesting new ideas in sleeve_reconfirm_prompt.md's alerts until Neil deliberately reviews and resets this file -- mirrors screen_criteria.json's account-level drawdown_circuit_breaker but scoped only to this sleeve, so a bad stretch here can't touch the core swing system's guardrails or vice versa. Deliberately loose (50%, vs. the core system's 8%) since this sleeve exists specifically to tolerate much larger swings -- it's a backstop against genuine ruin, not a brake on ordinary volatility."
  },
  "open_positions": [],
  "closed_positions": []
}
