An illustration inspired by Figure 1.1 in Howells, Peter og Bain, Keith (2007), Financial markets and institutions. 5th ed. Essex: Pearson Education.

Edit and compile if you like:
% Author: Rasmus Pank Roulund% Inspired by figure in:% Howells, Peter og Bain, Keith (2007). Financial markets and% institutions. 5. udg. Essex: Pearson Education.\documentclass{minimal}\usepackage{tikz}\usetikzlibrary{arrows,positioning}\tikzset{%Define standard arrow tip>=stealth',%Define style for boxespunkt/.style={rectangle,rounded corners,draw=black, very thick,text width=6.5em,minimum height=2em,text centered},% Define arrow stylepil/.style={->,thick,shorten <=2pt,shorten >=2pt,}}\begin{document}\begin{tikzpicture}[node distance=1cm, auto,]%nodes\node[punkt] (market) {Market (b)};\node[punkt, inner sep=5pt,below=0.5cm of market](formidler) {Intermediaries (c)};% We make a dummy figure to make everything look nice.\node[above=of market] (dummy) {};\node[right=of dummy] (t) {Ultimate borrower}edge[pil,bend left=45] (market.east) % edges are used to connect two nodesedge[pil, bend left=45] (formidler.east); % .east since we want% consistent style
Click to download: borrowers-and-lenders.tex • borrowers-and-lenders.pdf
Open in Overleaf: borrowers-and-lenders.tex