{
  "ok": true,
  "equity": 100059,
  "cash": 91970,
  "invested": 8089,
  "open_positions": [
    {
      "ticker": "EWSB",
      "entry_date": "2026-07-08",
      "entry_price": 9.95,
      "current_price": 10.15,
      "return_pct": 2
    },
    {
      "ticker": "CLBK",
      "entry_date": "2026-07-23",
      "entry_price": 10.891,
      "current_price": 11.49,
      "return_pct": 5.5
    },
    {
      "ticker": "RBKB",
      "entry_date": "2026-07-24",
      "entry_price": 12.43,
      "current_price": 12.84,
      "return_pct": 3.3
    },
    {
      "ticker": "FSBC",
      "entry_date": "2026-07-27",
      "entry_price": 46.945,
      "current_price": 46.195,
      "return_pct": -1.6
    },
    {
      "ticker": "TSM",
      "entry_date": "2026-08-13",
      "entry_price": 430.52,
      "current_price": 420.9,
      "return_pct": -2.2
    },
    {
      "ticker": "XRN",
      "entry_date": "2026-08-14",
      "entry_price": 37.36,
      "current_price": 36.29,
      "return_pct": -2.9
    },
    {
      "ticker": "REFI",
      "entry_date": "2026-08-21",
      "entry_price": 10.71,
      "current_price": 10.9,
      "return_pct": 1.8
    },
    {
      "ticker": "GME",
      "entry_date": "2026-09-11",
      "entry_price": 21.005,
      "current_price": 21.635,
      "return_pct": 3
    }
  ],
  "closed_trades": {
    "n": 4,
    "wins": 1,
    "avg_return_pct": -0.74
  },
  "vs_spy": {
    "since": "2026-07-13",
    "bot_return_pct": 0.1,
    "spy_return_pct": 1.8
  }
}