Represents a single waypoint in a custom glidepath configuration.
Age at which this waypoint applies. Must be positive.
Value at this waypoint.
const waypoint: GlidepathWaypoint = { age: 35, value: 0.08 // 8% return or 80% equity weight, depending on valueType}; Copy
const waypoint: GlidepathWaypoint = { age: 35, value: 0.08 // 8% return or 80% equity weight, depending on valueType};
Generated using TypeDoc
Represents a single waypoint in a custom glidepath configuration.