| event_ticker | str | Unique identifier for events | |
| total_cost | int | Total spent on this event in cents | |
| total_cost_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| total_cost_shares | int | Total number of shares traded on this event (including both YES and NO contracts) | |
| event_exposure | int | Cost of the aggregate event position in cents | |
| event_exposure_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| realized_pnl | int | Locked in profit and loss, in cents | |
| realized_pnl_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| fees_paid | int | Fees paid on fill orders, in cents | |
| fees_paid_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |