Reports and Exports
Risk memo, evidence JSON, positions CSV, alert history CSV, scope, caveats, and export behavior.
Risk Reports exports dashboard data that is already available to the signed-in organization. The page is available at /reports.
Export Types
| Export | Source | Contents |
|---|---|---|
| Risk memo | Client-built from /dashboard/v1/reports/evidence.json | Executive summary, review queue, risk distribution, largest exposures, recent alerts, and methodology caveats |
| Evidence JSON | /dashboard/v1/reports/evidence.json | Organization, portfolio snapshot, portfolio grade, alert history, and caveats |
| Positions CSV | Current dashboard portfolio state | Vault and idle asset rows with risk score, APR, wallet breakdown, TVL, shutdown state, and review flags |
| Alert history CSV | /dashboard/v1/reports/alerts.csv | Active routed alerts from the recent reporting window at Warning and above |
Evidence Caveats
The evidence endpoint carries caveats for degraded portfolio data, pending portfolio grade, truncated alert history, and unavailable risk-flag data.
The memo export keeps these caveats visible. It does not treat missing evidence as a clean result.
Report Scope
The report scope follows the active organization. The page displays the organization name, chain count, idle assets, and risk coverage when those values are available.
Alert exports are organization scoped and tied to monitored vaults. They include event text, severity, affected vault fields, links, source, read state, and transaction fields where available.
Operational Notes
The memo is a self-contained HTML file. Users can open it in a browser or print it to PDF.
Evidence JSON and server CSV exports come from backend report endpoints. Position CSV is assembled from the current dashboard portfolio rows.