Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| collection_ticker | str | Unique identifier for the collection. | |
| series_ticker | str | Series associated with the collection. Events produced in the collection will be associated with this series. | |
| title | str | Title of the collection. | |
| description | str | Short description of the collection. | |
| open_date | datetime | The open date of the collection. Before this time, the collection cannot be interacted with. | |
| close_date | datetime | The close date of the collection. After this time, the collection cannot be interacted with. | |
| associated_events | List[AssociatedEvent] | List of events with their individual configuration. | |
| associated_event_tickers | List[str] | [DEPRECATED - Use associated_events instead] A list of events associated with the collection. Markets in these events can be passed as inputs to the Lookup and Create endpoints. | |
| is_ordered | bool | Whether the collection is ordered. If true, the order of markets passed into Lookup/Create affects the output. If false, the order does not matter. | |
| is_single_market_per_event | bool | [DEPRECATED - Use associated_events instead] Whether the collection accepts multiple markets from the same event passed into Lookup/Create. | |
| is_all_yes | bool | [DEPRECATED - Use associated_events instead] Whether the collection requires that only the market side of ‘yes’ may be used. | |
| size_min | int | The minimum number of markets that must be passed into Lookup/Create (inclusive). | |
| size_max | int | The maximum number of markets that must be passed into Lookup/Create (inclusive). | |
| functional_description | str | A functional description of the collection describing how inputs affect the output. |