mx20022-model 0.2.0

Strongly-typed ISO 20022 message models generated from official XSD schemas (pacs, pain, camt, head)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Generated and hand-written types for ISO 20022 financial messages.
//!
//! # Feature flags
//!
//! Each message family is behind a feature flag:
//! - `head` — Business Application Header (`head.001`)
//! - `pacs` — Payments Clearing and Settlement (`pacs.002`, `pacs.008`)
//! - `pain` — Payment Initiation (future)
//! - `camt` — Cash Management (future)
//! - `all` — enables all families

pub mod common;
pub mod generated;