Const
Readonly
Readonly
AGES: { Age validation limits.
Readonly
MIN_Minimum allowed age (must be positive)
Readonly
MAX_Maximum reasonable age for calculations
Readonly
MIN_Minimum age difference for meaningful glidepath
Readonly
RETURNS: { Return rate validation limits.
Readonly
MIN_Minimum return rate (-99% loss maximum)
Readonly
MAX_Maximum reasonable return rate (100% annual gain)
Readonly
HIGH_Typical range warning threshold for high returns
Readonly
ALLOCATIONS: { Allocation weight validation limits.
Readonly
MIN_Minimum allocation weight (0%)
Readonly
MAX_Maximum allocation weight (100%)
Readonly
FINANCIAL: { Financial parameter validation limits.
Readonly
MIN_Minimum balance (must be non-negative)
Readonly
MIN_Minimum contribution (must be non-negative)
Readonly
MAX_Maximum reasonable balance for calculations
Readonly
WAYPOINTS: { Waypoint validation limits.
Readonly
MIN_Minimum number of waypoints required
Readonly
MAX_Maximum recommended waypoints for performance
Generated using TypeDoc
Validation constraints for dynamic glidepath parameters. These ensure mathematical soundness and prevent invalid configurations.