Skip to content

Pure Bank

Eric Voskuil edited this page Aug 5, 2019 · 94 revisions

The concept of a pure bank can be useful in demonstrating lending behavior generally.

A pure bank provides only the following services:

  • borrows money (debt from creditors)
  • lends money (credit from debtors)
  • hoards money (reserve)

The material differences from a real bank are:

  • no state intervention (free bank)
  • uniform interest (efficient market)
  • no cost of operation (efficient operations)

The bank is owned by its creditors in proportion to their credit, as is the case with any company. There are existing major banks that are owned by their account-holders, such as USAA and Vanguard, so this is not a distinction from a real bank. The objective of creditors (owners) is to maximize their income (bank interest paid). The objective of debtors is to minimize their cost (bank interest earned). Creditor accounts are money substitutes.

The lack of state intervention is the common concept of free banking, where there is no statutory control, no state insurance, no discount capital, and no seigniorage. The bank uses commodity money unless otherwise specified, which simplifies calculations by eliminating the need to offset price inflation or price deflation using the Fisher Equation.

Perfect operational efficiency differs from a real bank only in the amount returned to owners, as nothing is consumed in operations. A perfectly efficient market implies uniform interest, and that all earning is a consequence of time preference.

Given the definition of a pure bank, the following relations are absolute. Reserved capital is the money in which credit and debt are settled (zero maturity). Depreciation is the opportunity cost of it not being loaned, also known as "cash drag".

reserved        = borrowed - loaned
interest-earned = interest-rate * loaned
depreciation    = interest-rate * reserved
interest-paid   = interest-earned - depreciation

For the pure bank, creditor rate of return, bank reserve ratio, and bank capital ratio are all functions of the amount borrowed, loaned and the uniform interest rate.

Rate of Return

return-rate = interest-paid / borrowed
return-rate = (interest-earned - depreciation) / borrowed
return-rate = (interest-rate * loaned - interest-rate * reserved) / borrowed
return-rate = (interest-rate * loaned - (interest-rate * (borrowed - loaned))) / borrowed
return-rate = (interest-rate * (loaned - (borrowed - loaned))) / borrowed
return-rate = (interest-rate * (2 * loaned - borrowed)) / borrowed

Reserve Ratio

reserve-ratio = reserved / borrowed
reserve-ratio = (borrowed - loaned) / borrowed

Capital Ratio

capital-ratio = reserved / loaned
capital-ratio = (borrowed - loaned) / loaned

Libbitcoin Menu

Clone this wiki locally