Resources

Redemption is the systematic repayment of an outstanding principal loan amount ( or ). Each periodic payment (Annuity, ) consists of two components:

  • Repayment amount (): The actual portion reducing the remaining debt.
  • Interest payment (): The cost of the loan, calculated as the interest rate multiplied by the remaining loan amount from the previous period: .


Therefore the remaining debt in period is , and can be expressed as or . in the beginning.

Repaying a Redemption

There are two common methods for structuring the repayment of a loan. The formulas are available in some way in the formulary.

Instalment Repayment

The repayment portion remains constant across all periods. Because the remaining debt decreases linearly, interest payments drop over time, causing the total annuity to decrease arithmetically. is constant, but and therefore decrease over time.

The remaining debt after years is:

Annuity Repayment

The repayment amount remains constant across all periods (). Over time, the interest share decreases while the principal repayment share increases geometrically. The constant annuity is determined using the present value formula for an annuity-immediate:

To split interest and repayment components, simply:

The remaining debt after years is:

D_k = D_0 \cdot \frac{q^N - q^k}{q^N - 1}$$ ## Periods Without Repayment During times without repayment ($T=0$), there are two cases: - **No payments at all**: The remaining debt grows exponentially due to compounding interest: $D_k = D_0 \cdot (1 + r)^k$. - **Interest-only payments**: The annuity consists solely of interest payments, which are calculated as $A_k = I_k = r \cdot D_{k-1}$. The remaining debt remains constant at $D_k = D_0$ since no principal is repaid. A common example for periods without repayments are student loans, where interest may accrue during the study period, but repayments only start after graduation. Therefore, the future value of the loan has to be determined at the time repayments start (see [[FM 03 Redemptions.pdf#page=28|slide 28]]).