> ## Documentation Index
> Fetch the complete documentation index at: https://village-docs.villagelabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Step 0: Turnover Projection

> Forecast employee terminations

## Overview

Optional predictive module that forecasts which employees will terminate based on age, service, compensation, and historical patterns.

## How It Works

```python theme={null}
turnover_projections = model.predict(participants, assumptions)
# Returns list of projected termination events with probabilities
```

See [Simulation Core](/architecture/simulation-core) for full details.
