---
name: cash-pooling-zero-balancing
description: Set up and manage cash pooling structures and zero balancing accounts (ZBA) to optimize liquidity, minimize external borrowing, and reduce interest expense across multi-entity organizations. Use when designing cash concentration strategies, implementing physical or notional cash pooling, setting up zero balancing accounts, optimizing intercompany lending, or reducing external financing costs. Triggers on phrases like "cash pooling", "zero balancing", "ZBA", "cash concentration", "notional pooling", "physical pooling", "intercompany cash", "treasury optimization", "cash sweep".
---

# Cash Pooling & Zero Balancing

Consolidate cash across multiple entities and accounts to minimize idle balances, reduce external borrowing, and optimize the group's cost of funds.

## Workflow

1. **Map the current cash landscape**: Document all bank accounts across all entities — balances, currencies, banks, purposes, and local regulatory constraints.
2. **Identify pooling candidates**: Flag entities with consistent surplus and deficit positions; assess legal and regulatory feasibility of pooling in each jurisdiction.
3. **Choose pooling type**: Decide between physical pooling (actual cash movement) vs. notional pooling (netting at the bank level without cash movement) based on regulatory constraints, bank support, and cost-benefit.
4. **Design the pool structure**: Single pool vs. multi-pool, parent-led vs. shared, master account hierarchy, sweep frequencies.
5. **Set up Zero Balancing Accounts (ZBA)**: Configure feeder accounts that sweep to/from a master account at end-of-day (or more frequently).
6. **Establish intercompany pricing**: Set transfer pricing for intercompany cash movements that complies with tax authority requirements (arm's length rates).
7. **Implement bank integrations**: Set up sweep instructions, APIs, or file-based processing with participating banks.
8. **Monitor and reconcile**: Daily monitoring of pool balances, intercompany positions, and reconciliation of sweep transactions.
9. **Optimize continuously**: Adjust pool membership, sweep frequencies, and intercompany rates based on changing cash patterns and regulatory updates.

## Cash Pooling Types

| Type | Mechanism | Interest Treatment | Regulatory Support | Best For |
|------|-----------|-------------------|-------------------|----------|
| **Physical Pooling** | Actual cash sweeps between accounts daily | Interest calculated on net pooled balance | US, most countries | Companies with strong central treasury |
| **Notional Pooling** | No cash movement; interest calculated on notional net balance | Bank nets balances for interest calculation | EU, UK, APAC (not US) | Companies where cash movement is restricted |
| **Hybrid Pooling** | Combination of physical and notional across jurisdictions | Depends on local structure | Multi-jurisdiction groups | Global enterprises |
| **Zero Balancing (ZBA)** | Feeder accounts sweep to zero into master account | Interest earned on master balance | Most jurisdictions | Revenue collection accounts, expense payment accounts |
| **Cash Concentration** | Sweeping all funds to single master account (no offsetting) | Interest on master; no intercompany offset | All jurisdictions | Simple structures, single-entity groups |

## Pool Structure Designs

```
DESIGN 1: SINGLE POOL (Centralized)
────────────────────────────────────
  All subsidiary accounts → Single Master Account
  Pros: Maximum concentration, simple reporting
  Cons: All eggs in one basket, bank counterparty risk
  
  Structure:
    Master Account (Treasury Co.)
      ├── Subsidiary A — Feeder Account (ZBA)
      ├── Subsidiary B — Feeder Account (ZBA)
      ├── Subsidiary C — Feeder Account (ZBA)
      └── Subsidiary D — Feeder Account (ZBA)

DESIGN 2: MULTI-POOL (Regional)
────────────────────────────────
  Regional pools → Group Master Account
  Pros: Reduces currency risk, manages local regulation, diversifies bank risk
  Cons: More complex, residual idle balances at regional level
  
  Structure:
    Group Master
      ├── NA Pool (USD)
      │     ├── US Entity A (ZBA)
      │     └── CA Entity B (ZBA)
      ├── EMEA Pool (EUR)
      │     ├── UK Entity C (ZBA)
      │     └── DE Entity D (ZBA)
      └── APAC Pool (multi-currency)
            ├── SG Entity E (ZBA)
            └── AU Entity F (ZBA)

DESIGN 3: HIERARCHICAL (Multi-tier)
────────────────────────────────────
  Account Level 1 → Department Level → Entity Level → Group Level
  Pros: Granular control, department-level visibility
  Cons: Complex, more sweep transactions, reconciliation overhead
  
  Structure:
    Group Master
      ├── Entity A Master
      │     ├── Sales Revenue (ZBA)
      │     ├── Payroll (ZBA)
      │     └── AP Disbursements (ZBA)
      └── Entity B Master
            ├── Operations (ZBA)
            └── R&D (ZBA)
```

## Zero Balancing Account (ZBA) Setup

```
ZBA CONFIGURATION:

  Feeder Account: Subsidiary's operating account
  Master Account: Treasury's concentration account
  
  Sweep Rules:
    • Timing: End-of-business-day (standard) or intraday (premium)
    • Direction:
      └── Positive balance → Sweep to master (reduces feeder to $0)
      └── Negative balance → Fund from master (brings feeder to $0)
    • Threshold: $0 (true ZBA) or minimum retention amount (e.g., $1,000)
    • Exclusions: Lock certain amounts in feeder for local tax payments, payroll

  DAILY FLOW:
    1. Subsidiary receives payments into Feeder Account during the day
    2. Subsidiary makes payments from Feeder Account during the day
    3. EOD: Bank executes sweep
       └── If Feeder = +$50,000 → Transfer $50,000 to Master
       └── If Feeder = -$20,000 → Transfer $20,000 from Master
    4. Feeder balance = $0 (or retention amount) at close of business
    5. Intercompany receivable/payable updated automatically

  INTERCOMPANY ACCOUNTING:
    • Feeder surplus → Intercompany Payable (subsidiary owes treasury)
    • Feeder deficit → Intercompany Receivable (treasury owes subsidiary)
    • Interest charged/credited at arm's length rate on daily positions
```

## Interest Savings Calculation

```
CASH POOLING SAVINGS ANALYSIS:

  WITHOUT POOLING:
    Entity A: Surplus of $5M earning 1.5% = $75,000/year
    Entity B: Deficit of $3M borrowing at 6.0% = ($180,000)/year
    Entity C: Surplus of $2M earning 1.5% = $30,000/year
    Entity D: Deficit of $1M borrowing at 6.0% = ($60,000)/year
    ───────────────────────────────────────────────────────
    Net interest: ($135,000)/year
    
  WITH PHYSICAL POOLING:
    Net pool position: $5M + $2M − $3M − $1M = $3M net surplus
    Interest earned on net: $3M × 1.5% = $45,000/year
    (No external borrowing needed for Entity B and D)
    ───────────────────────────────────────────────────────
    Net interest: $45,000/year
    
  ANNUAL SAVINGS: $180,000
    
  SAVINGS BREAKDOWN:
    Eliminated external borrowing: $240,000 (saved on Entity B + D loans)
    Less interest on smaller net surplus: ($30,000) (earn less on $3M vs. $7M)
    Net benefit: $210,000
    Less pooling admin costs: ~$30,000
    ───────────────────────────────────────────────────────
    Net Annual Savings: $180,000

  ROI: Pool setup cost ~$100,000 → Payback in ~7 months
```

## Regulatory and Legal Considerations

```
JURISDICTION-SPECIFIC CONSTRAINTS:

  UNITED STATES:
    ✓ Physical pooling: Fully supported
    ✗ Notional pooling: Not permitted (IRS views it as imputed interest)
    • Transfer pricing: Intercompany rates must be at arm's length
    • Use IRS-accepted methods: SEC Yield method, Overnight Federal Funds rate + spread

  EUROPEAN UNION:
    ✓ Physical pooling: Supported
    ✓ Notional pooling: Supported and widely used
    • EU interest directive may eliminate withholding tax on intercompany interest
    • Check local country rules — some restrict cross-border pooling

  UNITED KINGDOM:
    ✓ Physical pooling: Supported
    ✓ Notional pooling: Supported
    • No withholding tax on intercompany interest (domestic)

  CHINA:
    ✓ Physical pooling: Supported (inland cash pool via PBOC registration)
    ✗ Cross-border pooling: Restricted, requires SAFE approval
    • Notional pooling: Limited availability

  INDIA:
    ✓ Physical pooling: Supported (inland)
    • Cross-border: Requires RBI approval under automatic route (up to USD 50M)
    • Notional pooling: Supported by some banks

TRANSFER PRICING DOCUMENTATION:
  • Document the pool arrangement, pricing methodology, and economic substance
  • Prepare master file and local file per OECD BEPS requirements
  • Benchmark intercompany rates annually
  • File intercompany interest in Country-by-Country Report
```

## Implementation Checklist

```
PRE-IMPLEMENTATION:
  [ ] Cash landscape assessment complete (all accounts mapped)
  [ ] Pool design approved by CFO and Treasury
  [ ] Legal review of cross-border implications
  [ ] Transfer pricing documentation prepared
  [ ] Bank selection and service agreements in place
  [ ] ERP integration requirements defined
  [ ] Intercompany accounting procedures updated
  [ ] Tax review complete (withholding, VAT, transfer pricing)

IMPLEMENTATION:
  [ ] Master account(s) opened
  [ ] Feeder accounts linked to master
  [ ] Sweep instructions configured with banks
  [ ] API/file-based integration tested
  [ ] Intercompany ledger setup in ERP
  [ ] Trial run (parallel processing for 2 weeks)
  [ ] Staff training (treasury + entity controllers)
  [ ] Go-live date set and communicated

POST-IMPLEMENTATION:
  [ ] Daily reconciliation of sweep transactions
  [ ] Intercompany positions confirmed monthly
  [ ] Interest calculations verified quarterly
  [ ] Pool performance dashboard active
  [ ] Savings tracked vs. projection
  [ ] Quarterly review and optimization
```

## Edge Cases

- **Cash deficits in pool**: When total pool position is negative, treasury must fund from external sources; decide whether to borrow centrally or let individual entities borrow (central borrowing usually cheaper)
- **Currency risk in multi-currency pools**: Each currency pools separately; avoid cross-currency netting unless hedged; consider natural hedging through operational matching
- **Restricted cash**: Some accounts cannot participate (escrow, regulatory reserves, pledged accounts); exclude from pool design
- **Bank failures**: If the pool bank fails, all swept cash is exposed; diversify across multiple pool banks; ensure deposit insurance coverage
- **Intercompany disputes**: Entity controllers may resist losing control of local cash; establish clear governance and benefit-sharing
- **Tax authority challenges**: Some jurisdictions challenge the economic substance of notional pooling; ensure proper documentation and local counsel review
- **Intraday liquidity**: Standard end-of-day sweeps don't help intraday payment needs; negotiate intraday sweep capabilities (premium service)

## Output

### Pool Performance Report

```
CASH POOLING PERFORMANCE — January 2025
========================================

POOL STRUCTURE:
  Type: Physical pooling (2 pools — USD, EUR)
  Participating entities: 12
  Bank partners: JPMorgan (USD), Deutsche Bank (EUR)

MONTHLY METRICS:
  Average daily pool balance:    $28.5M
  Peak surplus position:         $42.1M (Jan 12)
  Peak deficit position:         -$8.3M (Jan 28)
  External borrowings avoided:   $15.2M equivalent
  Interest savings (month):      $42,000
  YTD interest savings:          $398,000 (since inception)

INTERCOMPANY POSITIONS (end of month):
  Entity          Pool Balance    IC Position    Interest Due
  ───────────────────────────────────────────────────────────────
  US Parent       +$12.5M         N/A            N/A
  UK Subsidiary   +$5.2M          Payable $5.2M  $6,500
  DE Subsidiary   -$3.8M          Receivable     ($4,750)
  SG Subsidiary   +$2.1M          Payable $2.1M  $2,625
  AU Subsidiary   -$1.5M          Receivable     ($1,875)

SAVINGS TRACKING:
  Projected annual savings: $520,000
  Run-rate actual savings:  $477,600
  Achievement: 92%
  
  Pool admin costs: $28,000/month = $336,000/year
  Net annual benefit: $141,600
  
  Pool utilization efficiency: 78% (idle cash eliminated / total idle pre-pool)
```

## Integration Points

- TMS (Treasury Management System): Cash pooling orchestration, pool monitoring
- Banking platforms (JPMorgan ON.TAP, Citi Treasury Management, BofA Global ATM): Pool sweep execution
- ERP (SAP Treasury, Oracle FMSS, NetSuite): Intercompany accounting, GL posting
- Payment platforms: Sweep execution, real-time balance queries
- Tax systems (Thomson Reuters ONESource, Vertex): Transfer pricing documentation
- BI tools: Pool performance dashboards, savings tracking
- Intercompany reconciliation tools (BlackRock Aladdin, mQuity): IC position management
