Interface CompoundingPeriodDetailsType

Represents the details of a single compounding period in the compound interest calculation. This includes information on the total balance, contributions, and interest for each period.

CompoundingPeriodDetailsType

Hierarchy

  • CompoundingPeriodDetailsType

Properties

period: number

The specific compounding period, starting from 1.

balance: number

The total balance at the end of this compounding period.

contributionTotal: number

The cumulative total of contributions made up to this period.

interestTotal: number

The cumulative total of interest earned up to this period.

interestEarnedThisPeriod: number

The amount of interest earned during this specific period.

balanceFromContributions: number

The portion of the current balance attributable to contributions.

balanceFromInterest: number

The portion of the current balance attributable to accumulated interest.

Generated using TypeDoc