iso_20022_caad/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 caad_008_001_01;
22pub mod caad_005_001_03;
23pub mod caad_002_001_02;
24pub mod caad_007_001_03;
25pub mod caad_009_001_01;
26pub mod caad_004_001_02;
27pub mod caad_001_001_02;
28pub mod caad_010_001_01;
29pub mod caad_006_001_03;
30pub mod caad_003_001_02;