# CFONB v0.1.0 - Table of Contents

> Parser for CFONB bank files (French banking standard). Starts with the 120-character account statement (relevé de compte).

## Pages

- [CFONB](readme.md)
- [CFONB 120 — account statement format](format.md)

## Modules

- [CFONB](CFONB.md): Parser for CFONB bank files (French banking standard, *Comité Français
d'Organisation et de Normalisation Bancaires*).
- [CFONB.Operation](CFONB.Operation.md): A single operation (movement) on a statement, built from a `04` record and
enriched by any following `05` detail records.
- [CFONB.Operation.Details](CFONB.Operation.Details.md): Structured content gathered from the `05` (complément) records that follow a
`04` operation.
- [CFONB.Statement](CFONB.Statement.md): A parsed CFONB account statement (relevé de compte).

