> ## Documentation Index
> Fetch the complete documentation index at: https://offthepace.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# int_field_pace_curve

> Field-level baseline pace curve.

<Note>Part of the [Pace Baselines](/transform/families/pace-baselines) family.</Note>

Field-level baseline pace curve. Grain is (race\_year, race\_id, lap\_number). Computes rolling median of free-air pace for each lap to establish a clean baseline uncontaminated by individual driver skill or traffic.

## Lineage

```mermaid theme={null}
flowchart LR
  int_lap_air_state --> int_field_pace_curve
  int_lap_fuel_state --> int_field_pace_curve
  int_stint_geometry --> int_field_pace_curve
  int_field_pace_curve --> int_constructor_structural_pace
  int_field_pace_curve --> int_dirty_air_tax_component
  int_field_pace_curve --> int_driver_race_skill_loro
  int_field_pace_curve --> int_lap_normalized_pace
  int_field_pace_curve --> int_lap_residual_decomposed
  int_field_pace_curve --> int_track_evolution
  style int_field_pace_curve fill:#e40404,stroke:#e40404,color:#fff
```

## Overview

| Property          | Value                                                                                                                                  |
| ----------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| Layer             | `intermediate`                                                                                                                         |
| Family            | [Pace Baselines](/transform/families/pace-baselines)                                                                                   |
| Contract enforced | No                                                                                                                                     |
| Upstream          | [`int_lap_fuel_state`](./int_lap_fuel_state), [`int_stint_geometry`](./int_stint_geometry), [`int_lap_air_state`](./int_lap_air_state) |

**5 tests** [guard](/transform/ci/overview) this model  -  3 generic, 2 singular.

## Columns

| Column       | Type | Nullable | Tests                                  | Description            |
| ------------ | ---- | -------- | -------------------------------------- | ---------------------- |
| `race_year`  |      | Yes      | [`not_null`](/transform/ci/structural) | Race year              |
| `race_id`    |      | Yes      | [`not_null`](/transform/ci/structural) | Race identifier        |
| `lap_number` |      | Yes      | [`not_null`](/transform/ci/structural) | Lap number within race |
