年份 | 年初本金 (元) | 当年利息 (元) | 利息增长率 | 追加投资 (元) | 年末总金额 (元) | 累计投入 (元) | 累计利息 (元) |
---|---|---|---|---|---|---|---|
{{ item.year }} | {{ formatCurrency(item.startPrincipal) }} | {{ formatCurrency(item.yearInterest) }} | {{ ((item.yearInterest / yearlyData[index-1].yearInterest - 1) * 100).toFixed(2) }}% - | {{ formatCurrency(item.addition) }} | {{ formatCurrency(item.endPrincipal) }} | {{ formatCurrency(item.accumulatedPrincipal) }} | {{ formatCurrency(item.accumulatedInterest) }} |