Portfolio dashboard
/dashboard is an archived placeholder, not a working viewThe route exists and renders a short notice stating that "the former dashboard view has been archived for reference." It contains no portfolio data, no P&L, and no strategy list.
Use My Strategies instead. That is the working portfolio and per-strategy monitoring surface, and it carries everything a portfolio dashboard would: aggregate capital deployed, combined P&L, portfolio risk, active strategy count, and the per-strategy list.
Why this page exists
Because the route is reachable from the interface and from a guided tour, and a user who lands on it deserves to know it is not broken. It is archived.
Documenting a stub as though it were a feature is worse than documenting nothing. The audit that preceded this documentation listed the portfolio dashboard as a shipped, undocumented feature; reading the implementation shows it is a placeholder whose former contents were moved to an archive directory.
Where to actually look
| You want | Go to |
|---|---|
| Portfolio-level capital, P&L, risk and strategy count | My Strategies |
| One strategy's equity curve, trades and orders | My Strategies, then strategy detail |
| Live order flow and events as they happen | Live Terminal |
| Exposure as your broker sees it | Broker risk exposure, at /broker/riskExposure |
| Push alerts on fills, breaches and state changes | Notifications |
Broker risk exposure
Worth knowing about because it answers a question My Strategies does not: what does your broker think your exposure is?
/broker/riskExposure presents exposure from the broker's side, backed by a client risk monitor in the
broker service. For OTC-margined instruments it reports margin as the venue reports it.
The platform's view and your broker's view can diverge, a fill the platform did not see, a position opened outside Stretus, a margin figure computed differently. Your broker is the record of truth, and this surface is the closest thing the platform offers to a side-by-side.
Next
- Monitoring, the working surface
- Algo Execution Console
- Notifications