| ticker | str | | |
| event_ticker | str | | |
| market_type | str | Identifies the type of market | |
| title | str | | |
| subtitle | str | | |
| yes_sub_title | str | Shortened title for the yes side of this market | |
| no_sub_title | str | Shortened title for the no side of this market | |
| created_time | datetime | | |
| open_time | datetime | | |
| close_time | datetime | | |
| expected_expiration_time | datetime | Time when this market is expected to expire | [optional] |
| expiration_time | datetime | | |
| latest_expiration_time | datetime | Latest possible time for this market to expire | |
| settlement_timer_seconds | int | The amount of time after determination that the market settles | |
| status | str | | |
| response_price_units | str | The units used to express all price related fields | |
| yes_bid | float | | |
| yes_bid_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| yes_ask | float | | |
| yes_ask_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| no_bid | float | | |
| no_bid_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| no_ask | float | | |
| no_ask_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| last_price | float | | |
| last_price_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| volume | int | | |
| volume_24h | int | | |
| result | str | | |
| can_close_early | bool | | |
| open_interest | int | Number of contracts bought on this market disconsidering netting | |
| notional_value | int | The total value of a single contract at settlement in cents | |
| notional_value_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| previous_yes_bid | int | Price for the highest YES buy offer on this market a day ago in cents | |
| previous_yes_bid_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| previous_yes_ask | int | Price for the lowest YES sell offer on this market a day ago in cents | |
| previous_yes_ask_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| previous_price | int | Price for the last traded YES contract on this market a day ago in cents | |
| previous_price_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| liquidity | int | Value for current offers in this market in cents | |
| liquidity_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| settlement_value | int | The settlement value of the YES/LONG side of the contract in cents. Only filled after determination | [optional] |
| settlement_value_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | [optional] |
| expiration_value | str | The value that was considered for the settlement | |
| category | str | | |
| risk_limit_cents | int | | |
| fee_waiver_expiration_time | datetime | Time when this market’s fee waiver expires | [optional] |
| early_close_condition | str | The condition under which the market can close early | [optional] |
| tick_size | int | The minimum price movement in the market | |
| strike_type | str | Strike type defines how the market strike is defined and evaluated | [optional] |
| floor_strike | float | Minimum expiration value that leads to a YES settlement | [optional] |
| cap_strike | float | Maximum expiration value that leads to a YES settlement | [optional] |
| functional_strike | str | Mapping from expiration values to settlement values | [optional] |
| custom_strike | object | Expiration value for each target that leads to a YES settlement | [optional] |
| rules_primary | str | A plain language description of the most important market terms | |
| rules_secondary | str | A plain language description of secondary market terms | |
| mve_collection_ticker | str | The ticker of the multivariate event collection | [optional] |
| mve_selected_legs | List[MveSelectedLeg] | | [optional] |
| primary_participant_key | str | | [optional] |
| price_level_structure | str | Price level structure for this market, defining price ranges and tick sizes | |
| price_ranges | List[PriceRange] | Valid price ranges for orders on this market | |