File:Fractional-reserve-banking base100 0.8reserve rate.svg

Original file(SVG file, nominally 800 × 480 pixels, file size: 136 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description
English: Illustration of the en:fractional reserve lending with a 20% reserve rate
Deutsch: Illustration der de:Giralgeldschöpfung mit einer de:Mindestreserve von 20%
Date
Source Own work
Author Erik Streb
Other versions
Same graph for Euro currency

Equation and Gnuplot source edit

, where is the number of individual deposits, is the reserve rate and is the initially deposited value.

set term svg size 800, 480 font "DejaVu Sans,16"
set output "fractional-reserve-banking___base100___0.8reserve_rate.svg"

set samples 10000

set title "The Expanson of $100 Through Fractional-Resverve\nLending with a 20 % Reserve Rate"
set xlabel "Individual Deposits"
set ylabel "Total Amount of Deposited Money"

set style line 1 lc rgb '#006600' lt 1 lw 2 # --- green
set style line 11 lc rgb '#808080' lt 1
set border 3 back ls 11
set tics nomirror
set style line 12 lc rgb '#808080' lt 0 lw 1
set grid back ls 12
set style fill transparent solid 0.8 noborder
set nokey

set xtics ("A" 0, "B" 1, "C" 2, "D" 3, "E" 4, "F" 5, "G" 6, "H" 7, "I" 8, "J" 9, "K" 10, "L" 11, "M" 12, "N" 13, "O" 14, "P" 15, "Q" 16, "R" 17, "S" 18, "T" 19, "U" 20, "V" 21, "W" 22, "X" 23, "Y" 24, "Z" 25)
set ytics ("$0" 0, "$100" 100, "$200" 200, "$300" 300, "$400" 400, "$500" 500)

g=100 # base value
r=0.8 # reserve rate

plot [0:25] [0:500] g*(r**(x+1)-1)/(r-1) ls 1 w filledcurves x1

Licensing edit

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current21:44, 28 January 2014Thumbnail for version as of 21:44, 28 January 2014800 × 480 (136 KB)Erik del Toro Streb (talk | contribs)typo
21:43, 28 January 2014Thumbnail for version as of 21:43, 28 January 2014800 × 480 (136 KB)Erik del Toro Streb (talk | contribs)User created page with UploadWizard

Metadata