Total Interest Earned
${totalInterestEl.textContent}
| Year | Start Balance | Contributions | Interest Earned | End Balance |
|---|---|---|---|---|
| ${d.year} | ${formatCurrency(d.startBalance)} | ${formatCurrency(yearlyContribution)} | ${formatCurrency(d.interestEarned)} | ${formatCurrency(d.endBalance)} |
