libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit cc3c0426a0e2b5e0f9895d38f9a1facd5ce6d404
parent a7c6f55fd5814abeef821dfebc739adeef6c5039
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri,  7 Feb 2020 14:56:17 +0100

more context to the presentation

Diffstat:
Mpresentation/presentation.tex | 53+++++++++++++++++++++++++++++++++++++++--------------
1 file changed, 39 insertions(+), 14 deletions(-)

diff --git a/presentation/presentation.tex b/presentation/presentation.tex @@ -18,16 +18,41 @@ \titlepage \end{frame} -% Normal frame -\begin{frame}{Scenario} +% PSD2 witnesses that programmatical access to one's money is VERY important. + +\begin{frame}{PSD2, I} + \begin{center} + PSD2 is a EU directive about what properties must be fulfilled by + IT services offered by any financial institution. + \end{center} +\end{frame} + +\begin{frame}{PSD2, II} + \begin{center} + it focuses on security and programmatic access to people's assets, + {\it but} it is concerned about {\it third parties}. + \end{center} +\end{frame} + +\begin{frame}{What does that mean?} + \begin{center} + It is all about companies: PSD2 regulates how companies (banks) let + \underline{other} companies (Fintech provider / Finanzamt / \dots) access + \textbf{your} assets. + \end{center} +\end{frame} + +\begin{frame}{What can people do?} + \begin{center} + Watch. + \end{center} +\end{frame} + +\begin{frame}{Not really..} \begin{center} - PSD2 is \textbf{not} a technical document, \iffalse (EXPLAIN) \fi - it is a {\it directive}. \iffalse (EXPLAIN) \fi \newline - $\rightarrow$ \textbf{Any} financial institution is allowed to offer their - own API for their services. \newline - $\Rightarrow$ A gigantic amount of APIs and formats spread accross the - european digital banking ecosystem. + Protocols "for people" exist, but are \textbf{a lot} + and \textbf{difficult}. \end{center} \end{frame} @@ -43,18 +68,18 @@ \end{itemize} \end{frame} -\begin{frame}{Motivation} +\begin{frame}{What to do?} \begin{center} - What a mess! + Simplification might lead {\it more people} to use banking APIs, + resulting in {\it more importance} in decision processes. \end{center} \end{frame} \begin{frame}{What is LibEuFin} \begin{itemize} - \item Unifies several banking protocols into an abstraction layer. - \item Shortens documentation. - \item Enables development FinTech apps without clouds or third parties - \item Frees application developers from implementing difficult cryptography + \item {\it Unifies} several banking protocols into an abstraction layer. + \item Enables development of FinTech apps {\it without clouds or third parties} + \item {\it Frees} application developers from implementing {\it difficult cryptography} \end{itemize} \end{frame}