Use when auditing investment account fees, fund expenses, and advisor costs to identify excessive charges and optimize total investment cost
Scanned 9/8/2026
Install to Claude Code
npx -y skills add jeffreytse/grimoire-core --skill audit-investment-fees --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Audit Investment Fees?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jeffreytse-audit-investment-fees)More formats (shields.io, HTML) on the badges page.
---
name: audit-investment-fees
description: Use when auditing investment account fees, fund expenses, and advisor costs to identify excessive charges and optimize total investment cost
source: Bogle "The Little Book of Common Sense Investing" (2007); CFA Institute research on fee impact; SEC mutual fund fee disclosure requirements (Form N-1A)
tags: [investing, investment-fees, cost-analysis, personal-finance]
verified: true
---
# Audit Investment Fees
Systematically audit all investment-related fees and expenses to identify cost drags, compare to industry benchmarks, and reduce the long-term impact on wealth accumulation.
## Why This Is Best Practice
**Adopted by:** John Bogle's cost-minimization framework underlies Vanguard's model (8.7T+ AUM); CFA Institute Investor Trust Study found fees are the #1 factor in investor dissatisfaction; SEC requires fee disclosure in Form N-1A for all mutual funds and in Form ADV Part 2 for all registered investment advisors.
**Impact:** A 1% annual fee difference compounds to a 26% difference in ending wealth over 30 years at 7% gross return; moving from 1.2% to 0.05% expense ratio (index fund) saves $250,000 on a $500,000 portfolio over 30 years; Bogle estimated that investors lose 60%+ of potential returns to fees over a lifetime of investing.
**Why best:** Fees are the only investment variable under the investor's complete control. Reducing fees provides a certain, guaranteed improvement in net return equivalent to the fee reduction — no market prediction required.
Sources: Bogle "The Little Book of Common Sense Investing" (2007); Morningstar "The True Impact of Fund Fees" (2020); SEC Investor Bulletin on Fund Fees and Expenses; CFA Institute "The Future of Investment Management" (2020).
## Steps
1. **Compile a complete inventory of all investment accounts** — list every account: 401(k), IRA, taxable brokerage, 529, HSA, annuities. Include: account value, institution, and account type. Most investors underestimate the number of accounts they hold.
2. **Identify all mutual fund and ETF expense ratios** — for each fund/ETF in every account, find the net expense ratio (from fund prospectus, Morningstar, or ETFdb.com). The expense ratio is the annual percentage automatically deducted from assets. Benchmark: index funds (0.03%–0.20%), active funds (0.50%–1.50%), target-date funds (0.10%–0.70%).
3. **Calculate the dollar cost of each fund's expense ratio** — Dollar Cost = Account Value in Fund × Expense Ratio. Sum across all holdings. Example: $100,000 in a 1.0% expense ratio fund = $1,000/year in fees, invisibly deducted daily. This makes abstract percentages concrete.
4. **Identify advisor and management fees** — locate all fees paid to financial advisors, wealth managers, or robo-advisors: AUM fee (typically 0.25%–1.5% of assets annually), flat fee, hourly fee, or commissions (for broker-dealers). Request the total dollar amount paid in the last 12 months from your advisor.
5. **Identify transaction and hidden fees** — audit for: trading commissions (most brokers are now $0 for stocks/ETFs), mutual fund sales loads (front-end: up to 5.75%; back-end/CDSC: up to 5%), 12b-1 fees (marketing fees embedded in fund expense ratio, up to 1%), account maintenance fees, transfer fees, and account closure fees.
6. **Audit 401(k) plan fees specifically** — 401(k) plans often have: plan administration fees (0.10%–1.5% of assets), investment management fees (expense ratios), and individual service fees. Request the plan's fee disclosure document (ERISA 404a-5) — your employer must provide it annually.
7. **Benchmark all fees against industry standards** — Expense ratios: index ETFs (0.03%–0.10%), index mutual funds (0.05%–0.20%), active funds (0.50%–1.0%). Advisor fees: robo-advisor (0.00%–0.35%), fiduciary advisor (0.50%–1.0% AUM), traditional broker (1.0%–1.5%). Flag any fee 50%+ above benchmark.
8. **Calculate the 30-year fee impact** — for each flagged high-fee holding, calculate the compounding fee drag: FV × (1 + (gross return − current fee))^30 vs. FV × (1 + (gross return − lower fee))^30. Use a 7% gross return assumption. Present the dollar difference in ending wealth.
9. **Identify lower-cost substitutes** — for each high-fee fund, identify a lower-cost alternative with equivalent or superior risk-adjusted performance: high-cost active fund → equivalent index fund (e.g., S&P 500 index ETF at 0.03%); high-cost target-date fund → direct index fund portfolio. Use Morningstar or ETF.com for alternatives.
10. **Implement changes and track ongoing fees** — switch to lower-cost alternatives in tax-advantaged accounts first (no tax consequence); in taxable accounts, weigh the fee savings against capital gains tax from selling. Set a calendar reminder to re-audit fees annually; fee schedules change, and new lower-cost options emerge.
## Rules
- Always verify the complete expense ratio, including 12b-1 fees — quoted expense ratios sometimes exclude these.
- In 401(k) plans, you cannot choose the plan, but you can choose the lowest-cost funds within it; use index funds when available.
- A fiduciary advisor must act in your interest; a broker operates under a suitability standard only — know which standard applies to your advisor.
- Never pay a front-end sales load (commission) when equivalent no-load funds exist; loads are economically indefensible in the era of direct index investing.
## Common Mistakes
- **Ignoring small percentage fees** — 1% feels small but represents $10,000/year on a $1M portfolio and compounds dramatically over decades.
- **Not including advisor fees in total cost** — adding a 1.0% advisor fee to a 1.0% fund expense ratio creates a 2.0% total cost that requires 2% annual alpha just to break even with an index fund.
- **Assuming higher fees equal better performance** — decades of research confirm that lower-cost funds outperform higher-cost funds on average; the fee is the primary predictor of future relative performance.
- **Ignoring surrender charges on annuities** — variable annuities often have 7-year surrender periods; exiting early triggers charges of 5–7% of account value.
## When NOT to Use
- When the portfolio is already in ultra-low-cost index funds (0.05% or below) — marginal improvement is minimal.
- When institutional class shares or negotiated lower fees are already in effect — benchmark comparison may not apply.
- When fee differences are overshadowed by significant tax consequences of switching in taxable accounts (calculate net after-tax benefit first).
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!