{
  "input_csv": "examples/fixtures/retail_holdings.csv",
  "holding_count": 4,
  "total_portfolio_value": 100000.0,
  "rebalance_order_count": 7,
  "manual_approval_required": true,
  "top_allocations": [
    {
      "symbol": "BND",
      "target_weight": 0.41261758183162406,
      "asset_class": "bond_etf"
    },
    {
      "symbol": "VTI",
      "target_weight": 0.13034039248766996,
      "asset_class": "equity_etf"
    },
    {
      "symbol": "XLK",
      "target_weight": 0.10792083547213288,
      "asset_class": "sector_etf"
    },
    {
      "symbol": "VXUS",
      "target_weight": 0.10503755025183772,
      "asset_class": "equity_etf"
    },
    {
      "symbol": "SGOV",
      "target_weight": 0.0813612133189118,
      "asset_class": "cash_equivalent"
    }
  ]
}