> ## 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.

# ESOP Basics

> Essential concepts for understanding the Repurchase Engine

## What is an ESOP?

An **Employee Stock Ownership Plan (ESOP)** is a qualified retirement plan that invests primarily in the stock of the sponsoring company. ESOPs are unique in that they allow employees to become owners of the company through their retirement accounts.

<Info>
  ESOPs are governed by ERISA (Employee Retirement Income Security Act) and the Internal Revenue Code, which establish strict rules for plan administration, fiduciary duties, and participant rights.
</Info>

## Key ESOP Concepts

### The ESOP Trust

The **ESOP Trust** is a legal entity that holds company stock on behalf of plan participants. All ESOP assets—shares and cash—are owned by the trust, not by individual participants directly.

<Card title="Trust Structure" icon="building-columns">
  ```
  Company → Contributes cash/shares → ESOP Trust
                                          ↓
                                     Holds assets
                                          ↓
                    Allocates to → Individual Participant Accounts
  ```
</Card>

### Leveraged vs. Non-Leveraged ESOPs

<Tabs>
  <Tab title="Leveraged ESOP">
    The ESOP borrows money to purchase company stock. The loan is repaid using company contributions, and shares are released from a **suspense account** as the loan is repaid.

    **Example:**

    * ESOP borrows \$5M to buy 50,000 shares
    * Shares held in suspense (not allocated to participants)
    * As loan is repaid, shares are released and allocated
    * Loan typically repaid over 7-15 years
  </Tab>

  <Tab title="Non-Leveraged ESOP">
    The company contributes cash to the ESOP, which then purchases shares. No debt is involved, and shares are allocated immediately.

    **Example:**

    * Company contributes \$500K annually
    * ESOP buys 5,000 shares at \$100/share
    * Shares immediately allocated to participants
    * No suspense account needed
  </Tab>
</Tabs>

### Share Allocation

Shares in an ESOP are allocated to individual participant accounts based on a formula, typically related to compensation or hours worked.

<Steps>
  <Step title="Determine Pool">
    Calculate total shares available for allocation (from contributions or loan releases)
  </Step>

  <Step title="Apply Formula">
    Allocate shares proportionally based on compensation or service
  </Step>

  <Step title="Update Accounts">
    Credit shares to individual participant accounts
  </Step>
</Steps>

### Vesting

**Vesting** determines what percentage of a participant's account balance they own. Common schedules:

<CardGroup cols={2}>
  <Card title="Graded Vesting" icon="stairs">
    Gradual vesting over time:

    * Year 1-2: 0%
    * Year 3: 20%
    * Year 4: 40%
    * Year 5: 60%
    * Year 6: 80%
    * Year 7+: 100%
  </Card>

  <Card title="Cliff Vesting" icon="mountain">
    All-or-nothing after a period:

    * Years 1-2: 0%
    * Year 3+: 100%
  </Card>
</CardGroup>

## The Repurchase Obligation

The **repurchase obligation** is the ESOP's legal requirement to buy back shares from terminating participants. This is the primary financial challenge that ESOPs must manage.

### Why Repurchase Obligations Exist

<AccordionGroup>
  <Accordion title="No Public Market">
    Most ESOP companies are privately held, meaning there's no stock exchange where participants can sell their shares. The ESOP must provide liquidity.
  </Accordion>

  <Accordion title="ERISA Requirement">
    Federal law requires that participants receive the fair market value of their shares when they terminate employment or reach specified ages.
  </Accordion>

  <Accordion title="Right to Demand Stock">
    In non-C corporations, participants have a "put option"—they can require the company or ESOP to repurchase their shares at fair market value.
  </Accordion>
</AccordionGroup>

### Distribution Timeline

<Steps>
  <Step title="Termination Event">
    Participant retires, quits, is terminated, becomes disabled, or passes away
  </Step>

  <Step title="Distribution Period">
    Plan document specifies when distributions must begin (often 1 year after termination)
  </Step>

  <Step title="Payment Form">
    Lump sum or installments over up to 5 years (or longer for large accounts)
  </Step>

  <Step title="Repurchase">
    ESOP or company buys back shares at current fair market value
  </Step>
</Steps>

## Cash Flow in an ESOP

Understanding ESOP cash flow is critical for managing the repurchase obligation:

### Cash Inflows

<CardGroup cols={2}>
  <Card title="Company Contributions" icon="building">
    Annual employer contributions (cash or stock)
  </Card>

  <Card title="Loan Proceeds" icon="hand-holding-dollar">
    Initial cash from ESOP loans (leveraged plans)
  </Card>

  <Card title="Forfeitures" icon="rotate-left">
    Non-vested balances of terminated participants
  </Card>

  <Card title="Dividends" icon="coins">
    Dividends paid on ESOP-held stock (if applicable)
  </Card>
</CardGroup>

### Cash Outflows

<CardGroup cols={2}>
  <Card title="Share Repurchases" icon="money-bill-transfer">
    Buying back shares from terminated participants
  </Card>

  <Card title="Loan Payments" icon="receipt">
    Principal and interest on ESOP debt
  </Card>

  <Card title="Plan Expenses" icon="file-invoice-dollar">
    Administration, valuation, and trustee fees
  </Card>

  <Card title="Stock Purchases" icon="cart-shopping">
    Buying shares from the company or shareholders
  </Card>
</CardGroup>

## Diversification Rights

Participants who meet specific age and service requirements have the right to diversify a portion of their ESOP accounts.

<Note>
  **Standard Rule:** Participants age 55+ with 10+ years of plan participation can diversify 25% of their account. At age 60, they can diversify up to 50%.
</Note>

### How Diversification Works

```
1. Eligible participant elects to diversify
2. ESOP sells shares back to company or uses cash
3. Proceeds invested in diversified options (mutual funds, etc.)
4. Reduces participant's concentration risk
5. Creates additional liquidity demand on ESOP/company
```

## Why Forecasting Matters

The Repurchase Engine helps you project and plan for these obligations:

<CardGroup cols={3}>
  <Card title="Cash Planning" icon="calendar-check">
    Know when you'll need cash for repurchases
  </Card>

  <Card title="Contribution Strategy" icon="hand-holding-dollar">
    Set sustainable annual contribution levels
  </Card>

  <Card title="Loan Structuring" icon="file-contract">
    Design debt repayment to match cash flows
  </Card>

  <Card title="Risk Management" icon="shield">
    Identify years with peak obligations
  </Card>

  <Card title="Fiduciary Duty" icon="gavel">
    Demonstrate prudent long-term planning
  </Card>

  <Card title="Valuation Impact" icon="chart-line">
    Understand how repurchases affect company value
  </Card>
</CardGroup>

## Key Terms Glossary

| Term                    | Definition                                                     |
| ----------------------- | -------------------------------------------------------------- |
| **Allocated Shares**    | Shares credited to individual participant accounts             |
| **Suspense Account**    | Shares held as collateral for an ESOP loan, not yet allocated  |
| **Unallocated Shares**  | Shares owned by the trust but not yet credited to participants |
| **Put Option**          | Participant's right to require share repurchase                |
| **Fair Market Value**   | Annual valuation of company stock (required by law)            |
| **Forfeitures**         | Non-vested account balances of terminated participants         |
| **Distribution**        | Payment of account balance to terminated participant           |
| **Pass-Through Voting** | Requirement to pass voting rights to participants              |

## Next Steps

<CardGroup cols={2}>
  <Card title="Run a Simulation" icon="rocket" href="/quickstart">
    Apply these concepts with a hands-on example
  </Card>

  <Card title="System Architecture" icon="building" href="/architecture/overview">
    See how the engine models these concepts
  </Card>
</CardGroup>
