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

# Portfolio Rebalance

> Analyze portfolio allocation drift and generate rebalancing trade recommendations across accounts, considering tax implications and wash sale rules

## What is Portfolio Rebalancing?

Portfolio rebalancing is the process of realigning the weightings of assets in a portfolio to maintain the target asset allocation defined in the client's Investment Policy Statement (IPS). When markets move, allocations drift -- if stocks rise 20% while bonds stay flat, a 60/40 portfolio becomes roughly 65/35. This drift changes the portfolio's risk profile without the client's knowledge or consent.

Rebalancing forces the discipline of selling high and buying low. When stocks become overweight (because they have outperformed), rebalancing sells some of that appreciation and reinvests in the underweight asset class. Over long periods, this discipline has been shown to both control risk and modestly enhance returns.

The complexity lies in **tax-aware implementation**. In tax-advantaged accounts (IRAs, Roth accounts, 401ks), rebalancing is free of tax consequences -- you can trade without triggering capital gains. In taxable accounts, every sale potentially triggers a taxable event. The best advisors rebalance across the household, using tax-advantaged accounts first and coordinating with tax-loss harvesting and cash flows (contributions, withdrawals, dividends) to minimize tax drag.

## Why It Matters

Without rebalancing, portfolios naturally become riskier over time during bull markets (as stocks grow to dominate the allocation) and more conservative during bear markets (as stocks shrink). This is exactly backward -- clients end up with the most risk at market peaks and the least risk at market bottoms. Rebalancing prevents this drift and ensures the portfolio consistently reflects the client's risk tolerance.

## Key Concepts

| Term                      | Definition                                                                                                                                                                                         |
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Target Allocation**     | The ideal percentage split across asset classes, defined in the IPS based on the client's goals and risk tolerance                                                                                 |
| **Drift**                 | The difference between current and target allocation, expressed in percentage points or dollars                                                                                                    |
| **Rebalancing Band**      | The maximum allowable drift before rebalancing is triggered (typically +/- 3-5 percentage points)                                                                                                  |
| **Asset Location**        | Placing assets in the most tax-efficient account type: bonds in IRAs (taxed at ordinary income rates on interest), growth stocks in Roth (tax-free growth), index funds in taxable (tax-efficient) |
| **Wash Sale**             | Buying a "substantially identical" security within 30 days of selling it at a loss, which disallows the loss for tax purposes                                                                      |
| **Tax Lot**               | A specific purchase of shares with a specific cost basis and holding period; selling the right lots can minimize tax impact                                                                        |
| **Cash Flow Rebalancing** | Using incoming cash (contributions, dividends, withdrawals) to rebalance rather than trading -- avoids taxable events                                                                              |

## How It Works

<Steps>
  <Step title="Capture Current State">
    For each account: account type (taxable, IRA, Roth, 401k), holdings with current market value, cost basis (for taxable accounts), and unrealized gains/losses per position.
  </Step>

  <Step title="Analyze Drift">
    Compare current allocation to IPS targets by asset class. Flag positions exceeding the rebalancing band. Calculate dollar amounts over/under for each asset class.
  </Step>

  <Step title="Generate Tax-Aware Trade Recommendations">
    Apply tax-aware rules: rebalance in tax-advantaged accounts first (no tax consequences), avoid selling positions with large short-term gains in taxable accounts, harvest losses where possible while rebalancing, watch for wash sale rules across all accounts, and consider directing new contributions to underweight asset classes instead of trading.
  </Step>

  <Step title="Review Asset Location">
    Optimize which assets are held where: tax-deferred (IRA/401k) for bonds, REITs, and high-turnover funds; Roth for highest expected growth assets; taxable for tax-efficient equity (index funds, ETFs, munis).
  </Step>

  <Step title="Output Implementation Plan">
    Trade list by account with estimated transaction costs and tax impact. Before/after allocation comparison. Net effect on drift.
  </Step>
</Steps>

## Worked Example: Multi-Account Household Rebalance

### Household Profile

**Client:** Thomas & Rebecca Lane
**Total AUM:** \$1,500,000
**Target Allocation:** 60% equity / 35% fixed income / 5% alternatives
**Rebalancing Bands:** +/- 5% for major classes, +/- 3% for sub-classes

**Account Structure:**

| Account       | Type        | Value     | Primary Holdings             |
| ------------- | ----------- | --------- | ---------------------------- |
| Joint Taxable | Brokerage   | \$600,000 | VTI, VXUS, individual stocks |
| Thomas IRA    | Traditional | \$450,000 | BND, VTI, VTIP               |
| Rebecca Roth  | Roth IRA    | \$300,000 | VUG, AVUV, VWO               |
| Thomas 401(k) | Employer    | \$150,000 | Target date fund             |

### Drift Analysis (Household Level)

| Asset Class        | Target % | Target \$     | Current % | Current \$    | Drift     | \$ Over/Under |
| ------------------ | -------- | ------------- | --------- | ------------- | --------- | ------------- |
| US Large Cap       | 30%      | \$450,000     | 34.2%     | \$513,000     | +4.2%     | +\$63,000     |
| US Small/Mid Cap   | 8%       | \$120,000     | 7.1%      | \$106,500     | -0.9%     | -\$13,500     |
| International Dev. | 12%      | \$180,000     | 10.3%     | \$154,500     | -1.7%     | -\$25,500     |
| Emerging Markets   | 5%       | \$75,000      | 4.4%      | \$66,000      | -0.6%     | -\$9,000      |
| **Total Equity**   | **55%**  | **\$825,000** | **56.0%** | **\$840,000** | **+1.0%** | **+\$15,000** |
| US Agg Bonds       | 20%      | \$300,000     | 18.2%     | \$273,000     | -1.8%     | -\$27,000     |
| TIPS               | 5%       | \$75,000      | 4.8%      | \$72,000      | -0.2%     | -\$3,000      |
| Short-Term Bonds   | 5%       | \$75,000      | 6.1%      | \$91,500      | +1.1%     | +\$16,500     |
| **Total FI**       | **30%**  | **\$450,000** | **29.1%** | **\$436,500** | **-0.9%** | **-\$13,500** |
| REITs              | 5%       | \$75,000      | 4.9%      | \$73,500      | -0.1%     | -\$1,500      |
| Cash               | 0%       | \$0           | 0.7%      | \$10,500      | +0.7%     | +\$10,500     |

**Assessment:** US Large Cap is the primary overweight at +4.2%, approaching the 5% rebalancing band. International is the primary underweight at -1.7%. Total equity/fixed income split is close to target.

### Tax-Aware Trade Recommendations

**Priority 1: Rebalance in Tax-Advantaged Accounts First**

| Account      | Trade                            | \$ Amount | Tax Impact  | Rationale                         |
| ------------ | -------------------------------- | --------- | ----------- | --------------------------------- |
| Thomas IRA   | Sell short-term bond fund (VGSH) | -\$16,500 | None (IRA)  | Reduce short-term bond overweight |
| Thomas IRA   | Buy US Agg Bond fund (BND)       | +\$16,500 | None (IRA)  | Increase US Agg bond to target    |
| Rebecca Roth | Sell VUG (growth)                | -\$25,000 | None (Roth) | Reduce US large cap overweight    |
| Rebecca Roth | Buy VXUS (international)         | +\$25,000 | None (Roth) | Increase international to target  |

**Priority 2: Taxable Account Adjustments**

| Account       | Trade                               | \$ Amount | Tax Impact            | Rationale                                         |
| ------------- | ----------------------------------- | --------- | --------------------- | ------------------------------------------------- |
| Joint Taxable | Sell VTI shares (LT gain lots only) | -\$38,000 | \~\$4,200 LT gain tax | Reduce US large cap; sell highest-cost lots first |
| Joint Taxable | Buy VXUS                            | +\$10,500 | None (purchase)       | Deploy cash + partial proceeds to international   |
| Joint Taxable | Buy VWO                             | +\$9,000  | None (purchase)       | Add to emerging markets                           |
| Joint Taxable | Buy BND                             | +\$10,500 | None (purchase)       | Add to fixed income                               |

**Priority 3: Cash Flow Rebalancing (No Trades Needed)**

* Thomas's next 401(k) contributions (\$1,875/month) should be directed to the international equity option within the plan
* Quarterly dividends (\~\$4,500) should be automatically reinvested in the underweight asset classes
* If Thomas makes an IRA contribution in Q1, direct it to international or emerging markets

### Wash Sale Check

Before executing the VTI sell in the Joint Taxable account:

* Check: Did we buy VTI or any total US stock market ETF (ITOT, SPTM) in any account within the last 30 days? **No -- clear.**
* Check: Are there dividend reinvestments scheduled for VTI within 30 days? **Yes -- pause DRIP on VTI in Joint Taxable for 31 days after the sale.**
* Note: The VTI sale is at a gain, so wash sale rules do not apply (wash sales only affect losses). However, if we were harvesting a loss on VXUS instead, we would need to check all accounts for recent VXUS or similar international fund purchases.

### Before/After Allocation Comparison

| Asset Class        | Before | After | Target | Remaining Drift |
| ------------------ | ------ | ----- | ------ | --------------- |
| US Large Cap       | 34.2%  | 30.5% | 30%    | +0.5%           |
| US Small/Mid Cap   | 7.1%   | 7.1%  | 8%     | -0.9%           |
| International Dev. | 10.3%  | 12.0% | 12%    | 0.0%            |
| Emerging Markets   | 4.4%   | 5.0%  | 5%     | 0.0%            |
| US Agg Bonds       | 18.2%  | 20.0% | 20%    | 0.0%            |
| TIPS               | 4.8%   | 4.8%  | 5%     | -0.2%           |
| Short-Term Bonds   | 6.1%   | 5.0%  | 5%     | 0.0%            |
| REITs              | 4.9%   | 4.9%  | 5%     | -0.1%           |
| Cash               | 0.7%   | 0.0%  | 0%     | 0.0%            |

**Net tax cost of rebalancing:** \~\$4,200 (long-term capital gains from VTI sale in Joint Taxable). All other trades are in tax-advantaged accounts with zero tax impact.

## Daily Workflow for Rebalancing

**Monthly (automated):** Run drift reports across all client accounts. Flag any accounts where drift exceeds rebalancing bands. Prioritize households with the largest absolute dollar drift.

**Quarterly (manual review):** For each flagged household, build the tax-aware trade recommendation. Review for wash sale conflicts, pending cash flows, and client-specific constraints (ESG, concentrated stock, tax sensitivity).

**Execution (within 1 week of approval):** Execute trades systematically. Start with tax-advantaged accounts (same day -- no tax concerns). For taxable accounts, review lot-level data to select the most tax-efficient lots. Document trade rationale for compliance.

**Post-Execution:** Update the allocation report. Confirm drift is within bands. Note any remaining drift and the plan to address it (cash flow rebalancing, next quarter review).

## Practice Exercise

You manage a \$2,200,000 household with the following accounts:

| Account         | Type        | Value     |
| --------------- | ----------- | --------- |
| Jane's 401(k)   | Employer    | \$800,000 |
| Jane's Roth IRA | Roth        | \$250,000 |
| Joint Taxable   | Brokerage   | \$650,000 |
| John's IRA      | Traditional | \$500,000 |

**Target Allocation:** 50% US Equity, 15% International Equity, 25% Fixed Income, 5% REITs, 5% Cash
**Current Allocation:** 58% US Equity, 11% International, 21% Fixed Income, 4% REITs, 6% Cash
**Key constraint:** John's IRA holds $120,000 of a single stock (former employer) with $40,000 unrealized gain

**Tasks:**

1. Calculate the drift for each asset class in dollars and percentage points.
2. Identify which asset classes exceed a +/- 5% rebalancing band.
3. Design a tax-aware rebalancing plan that minimizes taxable events. Show which trades happen in which accounts and why.
4. Address the concentrated stock position -- how would you handle the $120K single-stock holding with the $40K gain?
5. Calculate the estimated tax impact of your recommended trades.

## Common Mistakes

<Warning>
  Wash sale rules apply across accounts -- coordinate trades across the entire household including retirement accounts and spouse accounts.
</Warning>

1. **Rebalancing too frequently.** Monthly rebalancing generates excessive trading costs and tax events with minimal risk-reduction benefit. Quarterly or threshold-based rebalancing (trade only when drift exceeds bands) is more efficient.

2. **Ignoring tax costs in taxable accounts.** A rebalancing trade that saves 0.5% of tracking error but generates 2% in tax costs is a bad trade. Calculate the breakeven: how long will it take for the risk reduction to offset the tax cost?

3. **Not coordinating across accounts.** Rebalancing one account in isolation can leave the household-level allocation unchanged. Always analyze and rebalance at the household level, executing trades in the most tax-efficient account.

4. **Forgetting wash sale rules across accounts.** If you sell VXUS at a loss in the taxable account and buy VXUS in the IRA within 30 days, the loss is disallowed. Wash sale rules apply across ALL accounts in the household, including IRAs, Roth accounts, and spouse accounts.

5. **Not using cash flows for rebalancing.** Before trading, check for incoming cash (contributions, dividends, RMDs) that can be directed to underweight asset classes. This achieves rebalancing without selling anything.

6. **Selling the wrong tax lots.** In taxable accounts, select specific tax lots to minimize gain recognition. Sell the highest-cost lots first (minimizing gains) or lots with losses (for tax-loss harvesting).

7. **Ignoring asset location.** Rebalancing is an opportunity to improve asset location. When moving assets between classes, consider which account type is optimal for each asset class. Bonds belong in tax-deferred; growth stocks belong in Roth; index funds belong in taxable.

8. **Not documenting trade rationale.** Compliance requires documentation of why each trade was made. "Rebalancing drift of +5.2% in US equity, threshold exceeded" is sufficient. Undocumented trades invite regulatory scrutiny.

9. **Rebalancing during extreme volatility.** A 20% market drop triggers large drift -- but rebalancing into that crash (buying equities when they are cheap) is actually beneficial. Do not delay rebalancing because "markets are volatile." The rebalancing premium comes from buying low.

10. **Treating rebalancing bands as hard rules.** A drift of 4.9% at a 5% threshold does not require inaction. If the trade is tax-efficient and the drift is meaningful, rebalance. Bands are guidelines, not laws.

## How to Add to Your Local Context

```bash theme={null}
claude plugin install wealth-management@financial-services-plugins
```

Customize for your practice:

```markdown theme={null}
## Rebalancing Policy
- Rebalancing bands: +/- 5% for major asset classes, +/- 3% for sub-classes
- Review frequency: Quarterly at minimum, or when drift exceeds bands
- Threshold: Do not rebalance if drift-related trades are <$5,000

## Tax-Aware Preferences
- Prefer IRA trades over taxable trades
- Avoid realizing short-term gains unless drift exceeds 2x band
- Coordinate with year-end TLH review
- Minimum tax lot holding period before sale: 366 days (long-term treatment)
```

Connect to your portfolio management system for automated drift monitoring and trade generation.

## Best Practices

* Do not rebalance for rebalancing's sake -- small drift within bands is fine
* Tax costs can outweigh rebalancing benefits in taxable accounts -- calculate the breakeven
* Consider pending cash flows (contributions, withdrawals, RMDs) before trading
* Check for client-specific restrictions (ESG, concentrated stock, lockups)
* Document rationale for every trade for compliance records
* Wash sale rules apply across accounts -- coordinate trades across the entire household
* Use cash flow rebalancing whenever possible -- it is the most tax-efficient method
* Review asset location during every rebalancing event -- it is an opportunity to optimize
* Rebalance at the household level, not the account level
* During market crashes, rebalancing into cheap equities captures the rebalancing premium -- do not delay
