{
  "ok": true,
  "equity": 100217,
  "cash": 96132,
  "invested": 4085,
  "open_positions": [
    {
      "ticker": "EWSB",
      "entry_date": "2026-07-08",
      "entry_price": 9.95,
      "current_price": 10.5,
      "return_pct": 5.5
    },
    {
      "ticker": "SPG",
      "entry_date": "2026-07-01",
      "entry_price": 223,
      "current_price": 229.78,
      "return_pct": 3
    },
    {
      "ticker": "CLBK",
      "entry_date": "2026-07-23",
      "entry_price": 10.891,
      "current_price": 10.88,
      "return_pct": -0.1
    },
    {
      "ticker": "RBKB",
      "entry_date": "2026-07-24",
      "entry_price": 12.43,
      "current_price": 12.43,
      "return_pct": 0
    }
  ],
  "closed_trades": {
    "n": 1,
    "wins": 1,
    "avg_return_pct": 13.22
  },
  "vs_spy": {
    "since": "2026-07-13",
    "bot_return_pct": 0.2,
    "spy_return_pct": -1.3
  }
}