---
license: other
license_name: cfi-oaal-1.0
license_link: https://cfi.co/licence/oaal-1.0
language:
- en
pretty_name: CFI.co Articles — Public Transparency Archive
tags:
- journalism
- finance
- sustainability
- transparency
- provenance
- news
size_categories:
- 1K.
## Record fields
Each row (from `articles.jsonl`) carries:
| Field | Meaning |
|---|---|
| `id`, `title`, `slug`, `url`, `published`, `categories` | Article identity and metadata |
| `content_html` | The verbatim article body |
| `content_sha256` | SHA-256 of the article body (tamper-evidence) |
| `record_sha256` | SHA-256 of the full canonical record |
| `classification.content_class` | `editorial_analysis` · `interview` · `opinion_column` · `review` · `sponsored_article` |
| `classification.independence_status` | `independent_editorial` · `commercially_supported` |
| `classification.sponsor_disclosure` / `sponsor_name` | Sponsorship disclosure (visible + machine-readable) |
| `classification.correction_status` / `archive_policy` | `none`/`revised`; `no_delete` (append-only) |
| `classification.wayback_status` (+ snapshot ts/url) | Independent Internet Archive corroboration |
| `classification.license` | `CFI-OAAL-1.0` |
**Please preserve `independence_status` / `sponsor_disclosure`** — distinguishing independent editorial from commercially supported content is part of the record.
## Provenance & integrity
- **Append-only.** The archive is never rewritten; corrections are new commits. The full edit history lives in Git.
- **Daily re-export** from the live site — any silent change to a published article surfaces as a dated, public diff.
- **Verifiable.** `MANIFEST.sha256` + a committed `scripts/verify.sh` in the GitHub repo let anyone recompute every hash. An independent mirror and a Software Heritage snapshot exist alongside GitHub.
## Source & updates
Auto-synced daily from . Canonical human-readable copies live at cfi.co; each record links its source `url`.