summaryrefslogtreecommitdiff
path: root/libeufin
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
parent19c2f3476dfbf51f8141ff81fd773c70d3ba29f1 (diff)
downloaddocs-2749465912cf196a6de7fb7b1c0dcdd5eb268f53.tar.gz
docs-2749465912cf196a6de7fb7b1c0dcdd5eb268f53.tar.bz2
docs-2749465912cf196a6de7fb7b1c0dcdd5eb268f53.zip
libeufin WIP
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/api-sandbox.rst8
-rw-r--r--libeufin/iso20022.rst39
2 files changed, 43 insertions, 4 deletions
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index 5188a195..ee298d85 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -5,17 +5,17 @@ Sandbox API
Entities
========
-Customer
- ...
-
Bank Account
...
+EBICS Host
+
EBICS Subscriber
...
+EBICS Partner
+ ...
-Assumption for sandbox: One customer corresponds to exactly one EBICS subscriber.
HTTP API
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 (?)
+