Consolidated dashboard

The wealth dashboard when no broker is connected

The Wealth Dashboard (/app/wealth/dashboard) is the main screen for "what do I own right now". It consolidates everything into one view: live holdings, F&O positions, day P&L, mutual funds, and cash โ€” across every connected broker.

Sections

The dashboard renders differently depending on what data you have.

Broker connected

  • Family rollup (top) โ€” combined net worth when โ‰ฅ 2 family members are selected in the toolbar
  • Snapshot sync button โ€” forces an immediate refresh from the broker
  • Risk status strip โ€” shows active risk rules and current breach state (if any rules are configured)
  • Index strip โ€” live NIFTY, BANK NIFTY, NEXT 50, MIDCAP 50
  • Broker tabs (one per connected broker)
    • P&L card โ€” realised + unrealised + day P&L
    • Positions table โ€” F&O positions with live M2M
    • Holdings table โ€” equity holdings with live valuations

No broker connected

A clean empty state with two buttons:

  • Connect a broker โ€” opens the singleton broker login modal
  • Try paper trading โ€” jumps to /app/strategy/model for paper portfolios

Day P&L, positions, holdings, margins all require an active broker session. If you don't have one, the banner at the top of the page has a Broker login button that opens the same modal.

Family rollup

If you're part of a family group (see Family groups), the toolbar shows a family switcher. Select multiple members to see their combined net worth โ€” each member's holdings are fetched in parallel and summed at the dashboard level.

Notes

  • Live ticker updates require Kite's paid plan (WebSocket feed). On the free plan, prices refresh every 10-15 seconds via REST polling.
  • F&O Greeks and payoff diagrams are computed client-side from live prices using Black-Scholes. The model is simple โ€” treat outputs as guidance, not authoritative pricing.
  • Margin data comes from your broker's margin endpoint. Some brokers return stale data until your first trade of the day.