We need to compute the amount the amount (the principal)
that each borrower could pay off in the specified number of years
with monthly payments at the specified interest Rate. The formula
is
Principal = Repayment*(1–(1+Rate)(–nPeriods))/Rate
where nPeriods = 12 * Term (years).