AssessmentSuspended

Which assessment sections are suspended, and why

  • affectedSections
    Type: array string[]

    The union of every section withheld by any reason in reasons. Each name matches a top-level profile section whose current value is null because it is suspended. Currently one or both of riskOfFailure and creditCapacity.

  • reasons
    Type: array object[] ยท SuspensionReasonDetail[]

    One entry per distinct suspension reason, each listing the sections it withholds. Different reasons may affect different sections.

    A single assessment-suspension reason and the sections it affects

    • affectedSections
      Type: array string[]

      The top-level profile sections withheld specifically by this reason. A subset of the parent affectedSections.

    • code
      Type: object
      Empty object
    • message
      Type: string

      Human-readable explanation of this suspension reason, suitable for display.

Grand Public API