| # | Id | Type | Description |
| 1 | multiple | boolean | This transaction represents multiple transactions reported on a separate statement under Exception 2. Code M is shown on Form 8949 column (f) |
| 2 | incomplete | boolean | This transaction is known to contain incomplete information |
| 3 | exception1 | boolean | This transaction is to be reported on Form 1040 Schedule D, either line 1a for short-term transactions or line 8a for long-term transactions |
| 4 | taxStatementId | string | Value for a unique identifier |
| 5 | cusip | string | CUSIP number |
| 6 | checkboxOnForm8949 | string | Applicable checkbox on Form 8949. Use code `A`, `B`, `D`, `E`, or `X` |
| 7 | securityName | string | Security name |
| 8 | numberOfShares | number | Number of shares |
| 9 | saleDescription | string | Box 1a, Description of property |
| 10 | dateAcquired | string | ISO 8601 full-date in format 'YYYY-MM-DD' according to [IETF RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339.html#section-5.6) |
| 11 | variousDatesAcquired | boolean | Box 1b, whether Form 8949 should reflect various acquisition dates |
| 12 | dateOfSale | string | ISO 8601 full-date in format 'YYYY-MM-DD' according to [IETF RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339.html#section-5.6) |
| 13 | salesPrice | number | Box 1d, Proceeds (not price per share) |
| 14 | accruedMarketDiscount | number | Box 1f, Accrued market discount |
| 15 | adjustmentCodes | Array of CodeAmount | Other adjustments (code and amount) |
| 16 | costBasis | number | Box 1e, Cost or other basis |
| 17 | correctedCostBasis | number | Corrected cost basis. May be supplied in lieu of adjustmentCode code B. If both adjustmentCodes and correctedCostBasis are supplied, costBasis plus adjustmentCode B should equal correctedCostBasis |
| 18 | washSaleLossDisallowed | number | Box 1g, Wash sale loss disallowed |
| 19 | longOrShort | SaleTermType | |
| 20 | ordinary | boolean | Box 2, Ordinary |
| 21 | collectible | boolean | Box 3, Collectibles |
| 22 | qof | boolean | Box 3, Qualified Opportunity Fund (QOF) |
| 23 | federalTaxWithheld | number | Box 4, Federal income tax withheld |
| 24 | noncoveredSecurity | boolean | Box 5, Noncovered security |
| 25 | grossOrNet | SaleProceedsType | |
| 26 | lossNotAllowed | boolean | Box 7, Loss not allowed based on proceeds |
| 27 | basisReported | boolean | Box 12, Basis reported to IRS |
| 28 | stateAndLocal | Array of StateAndLocalTaxWithholding | Boxes 14-16, State and Local tax withholding |
| 29 | foreignAccountTaxCompliance | boolean | Foreign account tax compliance |
| 30 | expiredOption | ExpiredOptionType | |
| 31 | investmentSaleType | InvestmentSaleType | |