> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codex.io/llms.txt
> Use this file to discover all available pages before exploring further.

# PredictionEventShape

> Capped event-shape taxonomy. One per event.

<div data-generated>
  ## GraphQL

  ```
  enum PredictionEventShape {
    SPORTS_MATCH
    SPORTS_SERIES
    SPORTS_CHAMPIONSHIP
    ESPORTS_MATCH
    AWARDS_SHOW
    ELECTION
    PRICE_THRESHOLD
    DATE
    FED_DECISION
    BINARY
    WEATHER
    MULTI_SELECT
    OTHER
  }
  ```

  ### Used By

  **Returned by**

  * [eventScopedFilterPredictionMarkets](/api-reference/queries/eventscopedfilterpredictionmarkets.md): Filters prediction markets within a single event and returns structured classification metadata for each market. Use this instead of `filterPredictionMarkets` when you need entrant/segment/ladder details (country codes, period+stat grouping, parsed numeric/date rungs) without re-parsing labels client-side.
  * [filterPredictionEvents](/api-reference/queries/filterpredictionevents.md): Filters prediction events using optional text, IDs, and ranking criteria.
</div>
