# Data Dictionary - Hyperliquid Friction-Adjusted Carry Metrics - 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 | impact_spread_bps or instantaneous_breakeven_days |
| `value` | float | Metric value (bps, or days) |
| `unit` | str | Unit (mixed - bps or days) |
| `res_min` | int | Native resolution in minutes (60 = hourly) |

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