| Name | Type | Description |
|---|---|---|
| settlementDate | LocalDate | The settlement date of the short interest record |
| currentShortPosition | Integer | The current short position (shares) as of the settlement date |
| previousShortPosition | Integer | The previous short position (shares) from the prior reporting period |
| changePercent | Float | The percentage change in short position from the previous reporting period |
| daysToCover | Float | The estimated number of days to cover the short position based on average daily volume |
| averageDailyVolume | Integer | The average daily trading volume used to calculate days to cover |
| security | SecuritySummary | The security associated with this short interest record |