gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 02/03: libeufin WIP


From: gnunet
Subject: [taler-docs] 02/03: libeufin WIP
Date: Thu, 21 Nov 2019 18:06:13 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository docs.

commit 2749465912cf196a6de7fb7b1c0dcdd5eb268f53
Author: Florian Dold <address@hidden>
AuthorDate: Thu Nov 21 18:05:43 2019 +0100

    libeufin WIP
---
 libeufin/api-sandbox.rst |  8 ++++----
 libeufin/iso20022.rst    | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+), 4 deletions(-)

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index 5188a19..ee298d8 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 0000000..a7d9058
--- /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 (?)
+

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]