Skip to content

Commit

Permalink
Added several new PAIN.001 and PAIN.002 messages, inc FedWire
Browse files Browse the repository at this point in the history
  • Loading branch information
phoughton committed Jul 29, 2024
1 parent a3785b8 commit 6af005e
Show file tree
Hide file tree
Showing 18 changed files with 13,600 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,5 @@ head/
camt/
pain/
pyiso20022/

temp/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pyiso20022",
version="0.3.5",
version="0.4.5",
author="Peter Houghton",
author_email="[email protected]",
description="pyiso20022 is a library for generating ISO20022 messages in Python.",
Expand Down
15 changes: 15 additions & 0 deletions supported_msg_types_final.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,27 @@
- pacs.pacs_028_001_05
- pacs.pacs_028_001_06
- pacs.pacs_029_001_02
- pain.pain_001_001_01
- pain.pain_001_001_02
- pain.pain_001_001_03
- pain.pain_001_001_04
- pain.pain_001_001_05
- pain.pain_001_001_06
- pain.pain_001_001_07
- pain.pain_001_001_08
- pain.pain_001_001_09
- pain.pain_001_001_10
- pain.pain_001_001_11
- pain.pain_002_001_01
- pain.pain_002_001_02
- pain.pain_002_001_03
- pain.pain_002_001_04
- pain.pain_002_001_05
- pain.pain_002_001_06
- pain.pain_002_001_07
- pain.pain_002_001_08
- pain.pain_002_001_09
- pain.pain_002_001_10
- pain.pain_002_001_11
- pain.pain_002_001_12
- pain.pain_007_001_07
Expand Down
Loading

0 comments on commit 6af005e

Please sign in to comment.