FilingBehaviourHistory

A point in the filing-behaviour history

  • audited
    Type: boolean

    Whether the accounts for this period were audited. Null when not known for the period.

  • effectiveDate
    Type: string Format: date-time

    When this status took effect, as an ISO-8601 date-time. Null when unknown.

  • reasons
    Type: array object[] · StructuredReason[]

    Structured drivers for this status. Null when none are recorded.

    A structured factor contributing to a section's assessment

    • code
      Type: string | null

      Stable, machine-readable reason code for programmatic branching. RESERVED and currently always null — the canonical code vocabulary is being defined separately. The example shows the intended format; until it ships, rely on message.

    • message
      Type: string

      Human-readable, self-contained explanation of the factor (a full sentence).

  • status
    Type: string enum

    Filing-health status at this point in time. Same vocabulary as the current filings.status. Null when unknown.

    • CONSISTENT — accounts are complete and internally consistent for the filing regime.
    • INCONSISTENT — accounts are incomplete or internally inconsistent.
    • UNABLE_TO_ASSESS — insufficient data to determine filing health.
    values
    • CONSISTENT
    • INCONSISTENT
    • UNABLE_TO_ASSESS

Grand Public API