Interface YearlyCompoundingDetails

Represents the aggregated data for a single year in the compound interest calculation. YearlyCompoundingDetails

Hierarchy

  • YearlyCompoundingDetails

Properties

year: number

The year number starting from 1.

cumulativeContributions: number

The cumulative total contributions made up to the end of the year.

cumulativeInterest: number

The cumulative total interest earned up to the end of the year.

endOfYearBalance: number

The balance at the end of the year.

Generated using TypeDoc