Private
getPrivate
getPrivate
getPrivate
getPrivate
getPrivate
getPrivate
getPrivate
Calculate the compound multiplier based on contribution and compounding frequencies. ex. If we contribute yearly, but compound monthly, then our compound multiplier would be 12.
Private
convertDetermine the contribution needed at what frequency to reach a desired balance.
Calculate compound interest with additional contributions made over a given period of time.
The initial balance.
The additional contribution amount.
The number of years.
The interest rate.
The contribution frequency.
The compounding frequency.
An object that contains the results, and a history.
Aggregates detailed compounding period data into yearly data. This method is useful for visualizing the growth of an investment on an annual basis.
The detailed compounding data from the interest calculation.
An array of aggregated yearly data.
Generated using TypeDoc
RetirementCalculator provides various methods to calculate retirement finances, including inflation adjustments, balance after inflation, and compound interest calculations.