InvalidAllocationError: RetirementCalculatorError & {
    name: "InvalidAllocationError";
    message: "Equity weights must be between 0.0 and 1.0 inclusive";
}

Error thrown when allocation weights are invalid.

Type declaration

  • name: "InvalidAllocationError"
  • message: "Equity weights must be between 0.0 and 1.0 inclusive"

Generated using TypeDoc