Exam FMLoansFree to read

Outstanding loan balance

Two ways to find what is still owed: look forward at the payments left, or look back at what has been paid. They must agree.

The formulas

Prospective
Retrospective
Recursion

Where it comes from

  1. Prospective: the balance is by definition the present value of the remaining payments.
  2. Retrospective: the loan accumulates at , and the payments made accumulate too; the difference is what is still owed.
  3. They agree for a loan running on schedule — which is exactly the identity `verify-answers` asserts numerically.

Worked example

For the 250,000 twenty-year loan at 5.5%, find the outstanding balance immediately after the 8th payment.

  1. as before, and 12 payments remain.
  2. Prospective: .
  3. .
  4. Retrospective gives the same figure: .

Answer: 180,297.95

This answer is recomputed from the site’s own interest-theory and probability functions every time the test suite runs, so the page and the mathematics cannot drift apart.

Memory hooks

  • Prospective when you know the payment; retrospective when you know the original loan and have to prove where the money went.
  • Any answer for a balance can be checked with the other method in under a minute.

Traps

  • Using a_{n−t+1} (one payment too many) after payment t.
  • Forgetting that a payment made at time t is already gone when you value the balance 'immediately after' t.

Related

Drill this: the Exam FM question bank has original questions on this topic, and today’s free round is open to everyone.