| Name | Type | Description |
|---|---|---|
| SettlementDate | DateTime? | The settlement date of the short interest record |
| CurrentShortPosition | int? | The current short position (shares) as of the settlement date |
| PreviousShortPosition | int? | 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 | int? | The average daily trading volume used to calculate days to cover |
| Security | SecuritySummary | The security associated with this short interest record |