Const
Readonly
Readonly
PRECISION: { Precision and rounding constants.
Readonly
CURRENCY_Number of decimal places for monetary amounts
Readonly
CURRENCY_Multiplier for currency rounding (100 for cents)
Readonly
PERCENTAGE_Number of decimal places for percentage calculations
Readonly
INTEREST_Number of decimal places for interest rate calculations
Readonly
EPSILON: { Epsilon values for floating-point comparisons.
Readonly
GENERAL: 1e-10General floating-point comparison tolerance
Readonly
CURRENCY: 0.0001Currency comparison tolerance (0.01 cents)
Readonly
PERCENTAGE: 1e-8Percentage comparison tolerance
Readonly
CONVERSION: { Mathematical conversion constants.
Readonly
MONTHS_Months per year for age calculations
Readonly
WEEKS_Weeks per year for contribution calculations
Readonly
DAYS_Days per year for precise calculations
Generated using TypeDoc
Mathematical constants and precision settings for glidepath calculations. These ensure numerical stability and consistent rounding behavior.