Finance interest: Difference between revisions

From wikinotes
Line 57: Line 57:
== Effective Interest Rate ==
== Effective Interest Rate ==
<blockquote>
<blockquote>
<math>
( 1 + \dfrac{\texttt{nominal-interest-rate}}{\texttt{compounding-periods}} )^{\texttt{compounding-periods}} - 1
</math>


https://corporatefinanceinstitute.com/resources/knowledge/finance/effective-annual-interest-rate-ear/
</blockquote><!-- Effective Interest Rate -->
</blockquote><!-- Effective Interest Rate -->



Revision as of 04:00, 2 November 2021

Overview

TODO:

how are interest rates set?

Terminology

yield:
return:

nominal:
real:
effective:

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)

Rate Types

Nominal Interest Rate

Does not account for inflation.

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

https://www.educba.com/real-interest-rate-formula/

Real Interest Rate

Accounts for inflation.

https://www.educba.com/real-interest-rate-formula/

Effective Interest Rate

https://corporatefinanceinstitute.com/resources/knowledge/finance/effective-annual-interest-rate-ear/

Annual Interest Rate