Finance interest: Difference between revisions

From wikinotes
Line 22: Line 22:
== Nominal Interest Rate ==
== Nominal Interest Rate ==
<blockquote>
<blockquote>
Does not account for inflation.
<syntaxhighlight lang="python">
if nominal_rate == 5%:
    5$ interest on each 100$ paid
</syntaxhighlight>
Calculation, and Terminology:
<syntaxhighlight lang="yaml">
<syntaxhighlight lang="yaml">
principal:          amount lent
principal:          amount lent
Line 34: Line 41:
   - 1
   - 1
</math>
</math>
<syntaxhighlight lang="yaml">
nominal_rate = 5%
5$ interest for each 100$
</syntaxhighlight>
* Does not account for inflation
</blockquote><!-- Nominal Interest Rate -->
</blockquote><!-- Nominal Interest Rate -->



Revision as of 03:40, 2 November 2021

Overview

TODO:

how are interest rates set?

Terminology

yield:
return:

nominal:
real:
effective:

Rate Types

Nominal Interest Rate

Does not account for inflation.

if nominal_rate == 5%:
    5$ interest on each 100$ paid

Calculation, and Terminology:

principal:           amount lent
compounding-period:  interval that interest is added to the principal (ex: quarterly)
periodic-return:     percentage paid per compounding-period
num-periods:         number of periods until complete (or in observed timespan ex: 1yr)

Real Interest Rate

Nominal interest rate, with the inflation-rate removed.
Emphasizes value at end of period.

Effective Interest Rate

Annual Interest Rate