# Data Dictionary - OECD Composite Leading Indicators, Business & Consumer Confidence - monthly, cleaned Parquet

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

| column | type | description |
|---|---|---|
| `zone` | str | Country (ISO code, USA/DEU/JPN/…) |
| `ts` | timestamp (UTC) | Month |
| `indicator` | str | Composite Leading Indicator (CLI) / Business Confidence (BCI) / Consumer Confidence (CCI) |
| `value` | float | Indicator value (normalised 100) |
| `unit` | str | Unit |
| `res_min` | int | Native resolution (monthly) |


## Coverage note

The file runs to **2026-08-01**, but 2 of 3 `indicator` values stop earlier. This reflects the upstream publication schedule, not a gap in processing - the remaining values are current.

| indicator | last value | behind by |
|---|---|---|
| `Composite Leading Indicator (CLI)` | 2026-06-01 | 61 days |
| `Consumer Confidence Indicator (CCI)` | 2026-06-01 | 61 days |
*Source: OECD.*
