AsOfPreflightResponse

  • anchored
    Type: boolean
    required
  • branches
    Type: array object[] | null · AsOfBranch[]
    required
    • basis
      Type: string
      required
    • path
      Type: string
      required
    • as_of
      Type: string
    • is_trading_day
      Type: boolean
    • refusal
      Type: object · AsOfRefusal
  • computed_at
    Type: string
    required
  • floor
    Type: string
    required
  • ok
    Type: boolean
    required
  • probed
    Type: boolean
    required
  • requirements
    Type: array object[] | null · AsOfRequirement[]
    required
    • categories
      Type: array string[] | null
      required
    • feed
      Type: string
      required
    • provisioned
      Type: boolean
      required
    • required_days
      Type: number
      required
    • timeframe
      Type: string
      required
    • unbounded
      Type: boolean
      required
    • earliest_feasible_anchor
      Type: string
    • oldest_by_policy
      Type: string
    • oldest_observed
      Type: string
  • bases
    Type: array string[] | null
  • compile_warnings
    Type: array string[] | null
  • earliest_feasible_anchor
    Type: string

    First date at which EVERY feed this payload reads can satisfy its lookback — the calendar's green boundary.

  • earliest_partial_anchor
    Type: string

    First date at which at least ONE feed can — the amber boundary. Between this and earliest_feasible_anchor a scan runs only with AsOfAllowPartial.

  • notes
    Type: array string[] | null
  • refusals
    Type: array object[] | null · AsOfRefusal[]
    • branch
      Type: string
      required
    • feature
      Type: string
      required

      What was rejected, in the caller's vocabulary

    • reason
      Type: string
      required
    • lifted_by
      Type: string

      Ticket that makes this work under as_of. Absent when the restriction is a standing decision.