Finance interest: Difference between revisions

From wikinotes
Line 30: Line 30:


<math>
<math>
( 1 + \texttt{periodic-return})^{ \texttt{num-periods} } - 1
( 1 + \texttt{periodic-return})^{ \texttt{compounding-periods} } - 1
</math>
</math>



Revision as of 04:01, 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