# StatBoardEntry

> One ranked stat-board row.

One ranked stat-board row.

**Kind:** object

| Field | Type | Required | Description |
|---|---|---|---|
| `context` | `null \| AnalysisContext` | no |  |
| `games_in_window` | `integer` | yes |  |
| `opponent` | `TeamRef` | yes |  |
| `person` | `Person` | yes |  |
| `projection_source` | `ProjectionSource` | yes |  |
| `season_rate` | `number<double>` | yes |  |
| `team` | `TeamRef` | yes |  |
| `window_rate` | `number<double>` | yes |  |

**Used by:** [StatBoard](/docs/reference/data-model/analysis/StatBoard.md), [StatBoard](/docs/reference/data-model/analysis/StatBoard.md)
