iso_20022_catp/
lib.rs

1
2// Copyright 2023 Emergent Financial, LLC - All Rights Reserved
3//
4//
5// This software is licensed under the Emergent Financial Limited Public License Version 1.0
6// (EF-LPLv1). You may use, copy, modify, and distribute this software under the terms and
7// conditions of the EF-LPL. For more information, please refer to the full text of the license
8// at https://github.com/emergentfinancial/ef-lpl.
9//
10//
11// THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
12// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
15// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
16// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17//
18// See ISO-20022 Intellectual Property Rights Policy at
19// <https://www.iso20022.org/intellectual-property-rights>
20// for more information.
21pub mod catp_003_001_02;
22pub mod catp_012_001_01;
23pub mod catp_006_001_02;
24pub mod catp_017_001_01;
25pub mod catp_001_001_02;
26pub mod catp_010_001_02;
27pub mod catp_009_001_02;
28pub mod catp_015_001_01;
29pub mod catp_004_001_02;
30pub mod catp_007_001_02;
31pub mod catp_016_001_01;
32pub mod catp_002_001_02;
33pub mod catp_013_001_01;
34pub mod catp_008_001_02;
35pub mod catp_014_001_01;
36pub mod catp_005_001_02;
37pub mod catp_011_001_02;