| NUMBER OF PAYMENTS | duration * 12 |
| TOTAL INTEREST | $ (monthly * duration * 12 - amount) | number_format(2, '.', ',') |
| MONTHLY PAYMENT | $ monthly | number_format(2, '.', ',') |
| TOTAL PAYMENT | $ (monthly * duration * 12) | number_format(2, '.', ',') |
| Year | Principal | Interest |
|---|---|---|
| tb.year[[tb.selectionText]] | tb.debt | number_format(2, '.', ',') | tb.interest | number_format(2, '.', ',')[[tb.selectionText]] |