# V2 Economy Analytics Dashboard

`@v2/economy-analytics-dashboard` builds the Phase 72.18.1.11 economy dashboard
surface for currency supply velocity, average player wealth by level, item price
trends, and sink/source ratios.

The package anchors to `@maat/finance` and aggregates V2 economy telemetry into
operator-ready chart rows. It applies the `v2-economy-analytics-dashboard-v1`
policy and exposes only hashed-account aggregates.

Metric family guard: item price trends.

Targeted verification:

```bash
pnpm --filter @v2/economy-analytics-dashboard run typecheck
pnpm --filter @v2/economy-analytics-dashboard run test
python V2/ue/Tools/check-v2-economy-analytics-dashboard.py
```
