summaryrefslogtreecommitdiff
path: root/presentation
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2020-02-07 14:56:17 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2020-02-07 14:56:17 +0100
commitcc3c0426a0e2b5e0f9895d38f9a1facd5ce6d404 (patch)
treedcfdcca1443fec84fcc54529ddc1dcceaedfd847 /presentation
parenta7c6f55fd5814abeef821dfebc739adeef6c5039 (diff)
downloadlibeufin-cc3c0426a0e2b5e0f9895d38f9a1facd5ce6d404.tar.gz
libeufin-cc3c0426a0e2b5e0f9895d38f9a1facd5ce6d404.tar.bz2
libeufin-cc3c0426a0e2b5e0f9895d38f9a1facd5ce6d404.zip
more context to the presentation
Diffstat (limited to 'presentation')
-rw-r--r--presentation/presentation.tex53
1 files changed, 39 insertions, 14 deletions
diff --git a/presentation/presentation.tex b/presentation/presentation.tex
index 33e92f0c..2d61ce0b 100644
--- 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}