Free ISO 20022 schema + business-rule checker for CAMT.052, .053, and .054. Catches namespace, BIC, IBAN, and balance-reconciliation errors before the bank silently rejects your file.
Three layers. (1) XML well-formedness. (2) Schema validation against the official ISO 20022 CAMT.053.001.02 / .08 / .10 XSDs. (3) Business rules — BIC format, IBAN checksum, balance arithmetic (opening + sum(entries) = closing), date ordering, and currency consistency.
CAMT.052 (Bank to Customer Account Report — intraday), CAMT.053 (Bank to Customer Statement — end-of-day), and CAMT.054 (Bank to Customer Debit/Credit Notification). All major version revisions: .02, .06, .08, .10.
Banks reject CAMT files silently. A missing namespace, wrong BIC length, or off-by-a-cent balance can cause your entire payment run to be discarded with no useful error. Validating client-side catches it in seconds.
Not yet — this validator is CAMT-only (statements & notifications). PAIN (payment initiation) validation is on the roadmap.
No. Schema validation, XPath checks, and BIC/IBAN arithmetic all run entirely in your browser. CAMT files contain account holders and counterparties — keeping them local is mandatory under most treasury policies.