summaryrefslogtreecommitdiff
path: root/libeufin/iso20022.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-11-21 18:05:43 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-11-21 18:06:05 +0100
commit2749465912cf196a6de7fb7b1c0dcdd5eb268f53 (patch)
tree7230bc41b1a88f5cd7633d3680f398d400b6adfa /libeufin/iso20022.rst
parent19c2f3476dfbf51f8141ff81fd773c70d3ba29f1 (diff)
downloaddocs-2749465912cf196a6de7fb7b1c0dcdd5eb268f53.tar.gz
docs-2749465912cf196a6de7fb7b1c0dcdd5eb268f53.tar.bz2
docs-2749465912cf196a6de7fb7b1c0dcdd5eb268f53.zip
libeufin WIP
Diffstat (limited to 'libeufin/iso20022.rst')
-rw-r--r--libeufin/iso20022.rst39
1 files changed, 39 insertions, 0 deletions
diff --git a/libeufin/iso20022.rst b/libeufin/iso20022.rst
new file mode 100644
index 00000000..a7d90586
--- /dev/null
+++ b/libeufin/iso20022.rst
@@ -0,0 +1,39 @@
+ISO 20022
+#########
+
+ISO 20022 is the standard that defines many XML messages for FinTech. It is
+very general, and often countries/orgs define subsets (TVS, technical
+validation subset) of the schema.
+
+
+Cash Management (camt)
+======================
+
+camt.052: Bank to Customer Account Report
+-----------------------------------------
+
+* pending and booked transaction
+
+Schema versions:
+
+* GLS uses camt.052.001.02
+
+.. code-block:: none
+
+ + Document/BkToCstmrAcctRpt
+ ++ GroupHeader [1..1]
+ ++ Report [1..*]
+ +++ Account [1..1]
+ +++ Balance [1..*]
+ +++ Entry [1..*]
+ ++++ Amount [1..1]
+ ++++ Status [1..1]
+ ++++ EntryDetails [1..1]
+
+
+camt.053: Bank to Customer Statement
+------------------------------------
+
+* only booked transactions
+* only for the last day (?)
+