| event_ticker | str | Unique identifier for this event. | |
| series_ticker | str | Unique identifier for the series this event belongs to. | |
| sub_title | str | Shortened descriptive title for the event. | |
| title | str | Full title of the event. | |
| collateral_return_type | str | Specifies how collateral is returned when markets settle (e.g., ‘binary’ for standard yes/no markets). | |
| mutually_exclusive | bool | If true, only one market in this event can resolve to ‘yes’. If false, multiple markets can resolve to ‘yes’. | |
| category | str | Event category (deprecated, use series-level category instead). | |
| strike_date | datetime | The specific date this event is based on. Only filled when the event uses a date strike (mutually exclusive with strike_period). | [optional] |
| strike_period | str | The time period this event covers (e.g., ‘week’, ‘month’). Only filled when the event uses a period strike (mutually exclusive with strike_date). | [optional] |
| markets | List[Market] | Array of markets associated with this event. Only populated when ‘with_nested_markets=true’ is specified in the request. | [optional] |
| available_on_brokers | bool | Whether this event is available to trade on brokers. | |
| product_metadata | object | Additional metadata for the event. | |