# Data Dictionary - Hyperliquid Squeeze / Crowding Index - hourly, derived Parquet

**Units:** vary by `metric` - read the per-row `unit` column (overall: mixed).  Times are UTC.

| column | type | description |
|---|---|---|
| `zone` | str | Coin (perp ticker) |
| `ts` | timestamp (UTC) | Hour (bar start) |
| `metric` | str | funding_7d_z, oi_to_vol_z, premium_z or squeeze_index |
| `value` | float | Z-score (or z-sum for squeeze_index) |
| `unit` | str | Unit (mixed - z-score / z-sum) |
| `res_min` | int | Native resolution in minutes (60 = hourly) |

*Source: Hyperliquid (on-chain perpetual DEX) - public asset-context data.*
