iso_20022_colr/lib.rs
1// Copyright 2023 Emergent Financial, LLC - All Rights Reserved
2//
3//
4// This software is licensed under the Emergent Financial Limited Public License Version 1.0
5// (EF-LPLv1). You may use, copy, modify, and distribute this software under the terms and
6// conditions of the EF-LPL. For more information, please refer to the full text of the license
7// at https://github.com/emergentfinancial/ef-lpl.
8//
9//
10// THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
11// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
14// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
15// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16//
17// See ISO-20022 Intellectual Property Rights Policy at
18// <https://www.iso20022.org/intellectual-property-rights>
19// for more information.
20pub mod colr_001_001_01;
21pub mod colr_002_001_01;
22pub mod colr_003_001_05;
23pub mod colr_004_001_05;
24pub mod colr_005_001_06;
25pub mod colr_006_001_05;
26pub mod colr_007_001_06;
27pub mod colr_008_001_06;
28pub mod colr_009_001_05;
29pub mod colr_010_001_05;
30pub mod colr_011_001_05;
31pub mod colr_012_001_05;
32pub mod colr_013_001_05;
33pub mod colr_014_001_05;
34pub mod colr_015_001_05;
35pub mod colr_016_001_05;
36pub mod colr_019_001_01;
37pub mod colr_020_001_01;
38pub mod colr_021_001_01;
39pub mod colr_022_001_01;
40pub mod colr_023_001_01;
41pub mod colr_024_001_01;