Skip to main content

The Non-Fungible Cash Problem

In traditional accounting, all cash is fungible—any dollar can be used for any purpose. But ESOP trust cash is different. The source of cash determines how it can be legally used.
Using restricted cash for the wrong purpose can result in ERISA violations, DOL audits, and plan disqualification.

Model Structure

The TrustCashLedger segregates cash by source, each with different usage rules:

Cash Sources Explained

What It Is: The sum of all cash held in individual employee accounts.How It Gets There:
  • Cash dividends on ESOP shares
  • Proceeds from diversification elections
  • Forfeitures reallocated as cash
Usage Restrictions:
  • ✅ Can be used for distributions to that participant
  • ✅ Can fund repurchases per plan document
  • ❌ Cannot be used for plan expenses
  • ❌ Cannot be used for other participants
What It Is: Company contributions that have been received but not yet credited to individual participants.How It Gets There:
  • Annual company cash contributions
  • Loan proceeds (for leveraged ESOPs)
Usage Restrictions:
  • ✅ Can be used for share purchases
  • ✅ Can fund repurchases (per plan document)
  • ✅ Can be allocated to participants
  • ✅ Flexible use per cash_usage_policy
Timing Gap: There’s often a delay between when a contribution is made and when shares are allocated. This account bridges that gap.
What It Is: Cash from the non-vested accounts of terminated participants.How It Gets There:
  • Terminated participant had non-vested shares
  • Shares sold, proceeds held here
Usage Restrictions:
  • ✅ Can reduce company contributions (most common)
  • ✅ Can be reallocated to remaining participants
  • ✅ Can fund administrative expenses (if plan allows)
  • ⚠️ Usage strictly governed by plan document
Highly Restricted: Plan document specifies exactly how forfeitures can be used. Deviation can cause plan disqualification.

The Funding Waterfall

When the trust needs cash (e.g., for repurchases), it draws from sources in a specific order defined by PlanRules.cash_usage_policy:

Methods & Operations

Real-World Example

Here’s a complete annual cycle showing cash flow through the ledger:
1

Year Start

2

Company Contribution

3

Forfeiture Reallocation

4

Repurchase Obligation

5

Year End

Why This Matters

Legal Compliance

Proper segregation ensures ERISA compliance and prevents DOL issues

Audit Trail

Clear source tracking makes audits straightforward

Planning Accuracy

Knowing what cash is available for what purpose improves forecasting

Fiduciary Protection

Demonstrates prudent management of plan assets

Common Mistakes to Avoid

Don’t:
  • ❌ Use participant cash for other participants
  • ❌ Use forfeiture cash without checking plan rules
  • ❌ Ignore the cash_usage_policy waterfall
  • ❌ Allow negative balances in any account
Do:
  • ✅ Follow the plan document’s cash usage rules
  • ✅ Validate after every cash operation
  • ✅ Log all cash movements
  • ✅ Review cash sources before making decisions

Next Steps

ESOPTrust

See how cash ledger fits into trust structure

Funding Waterfall

Detailed repurchase processing logic