SEC Form ADV: Investment Adviser Registration Explained (Engineer's Guide 2026)

SEC Form ADV: Investment Adviser Registration Explained (Engineer's Guide 2026)

When I started aggregating SEC EDGAR data for FinanceTrackDaily, my focus was on issuer filings like 10-K and 8-K. But a question kept surfacing from readers: how do I check if my financial adviser is legit? That sent me deep into a parallel SEC dataset most retail investors never touch β€” Form ADV, the registration document every Registered Investment Adviser (RIA) in the United States must file and keep current.

Form ADV is not on EDGAR. It lives in a separate system called IARD (Investment Adviser Registration Depository), with public access through IAPD (Investment Adviser Public Disclosure) at adviserinfo.sec.gov. From an engineer perspective, this is a goldmine of structured XML data about the people who manage trillions of dollars in client assets. From an investor perspective, it is the single most important due-diligence document the SEC publishes, and most people have never opened one.

This guide walks through Form ADV from both angles β€” what the form contains, how to read it as a prospective client, and what I have observed building data pipelines around the public ADV dataset.

What Form ADV Actually Is

Form ADV is the uniform registration form used by investment advisers to register with the SEC and state securities authorities. The Investment Advisers Act of 1940 requires anyone providing advice about securities for compensation to register, with limited exemptions. The form is broken into three parts, each serving a different purpose.

Part 1A is the structured data section. It collects firm-level information in checkbox and numerical form β€” ownership, assets under management, number of clients, types of clients, fee structures, disciplinary history, affiliated entities, and custody arrangements. This is the part that machines can read efficiently, and the part the SEC uses to assess regulatory risk.

Part 2 is the firm brochure. Unlike Part 1, it is written in plain English narrative form. It must describe the adviser's services, fees, conflicts of interest, disciplinary history, and the personnel making investment decisions. Part 2A is the main brochure; Part 2B is supplemental, covering individual advisory representatives.

Part 3 (Form CRS) is the Client Relationship Summary, a two-page document required for firms serving retail clients. It was added in 2020 as part of Regulation Best Interest reforms and is meant to be readable in a few minutes.

Every registered adviser must file an annual updating amendment within 90 days of fiscal year end, and "other-than-annual" amendments whenever material information changes. According to SEC enforcement releases, late or inaccurate ADV filings are among the most common compliance violations cited in deficiency letters.

SEC Form ADV regulation documents

Federal vs State Registration: The $100 Million Line

Not every adviser registers with the SEC. The Dodd-Frank Act of 2010 redrew the jurisdictional lines, and they have stayed roughly the same since. The split runs by assets under management (AUM):

  • Under $25 million AUM β€” generally state registration only.
  • $25 million to $100 million AUM β€” typically state registration, though SEC registration may be required in some states.
  • $100 million or more AUM β€” SEC registration required (mid-size and large advisers).
  • Exempt reporting advisers (ERAs) β€” private fund advisers and venture capital advisers below certain thresholds file Form ADV but do not formally register. They complete only specific items.

This distinction matters for due diligence. An adviser registered only with a state regulator may still be perfectly qualified β€” many of the best independent fiduciary planners stay state-registered intentionally β€” but the enforcement pipeline and examination cycle differ. State examiners visit more frequently for smaller firms; SEC examiners cycle through SEC-registered firms on a risk-based schedule that, according to the SEC's Division of Examinations 2024 priorities letter, averages roughly once every three to four years for most non-priority firms.

Reading Part 1A Like an Engineer

When I pulled ADV Part 1A filings programmatically to understand the population of US advisers, several fields stood out as high-signal:

Item 1.O (Number of employees) β€” gives you a sense of operational scale. A firm with $500 million AUM and three employees looks very different from one with the same AUM and thirty employees.

Item 5.D (Types of clients) β€” shows whether the firm serves individuals, high-net-worth individuals, pension plans, charities, or pooled investment vehicles. A firm whose client base is 95 percent pooled investment vehicles is essentially a hedge fund or private fund manager dressed in adviser clothing, which is fine but different from a planner serving retail families.

Item 5.F (AUM) β€” discretionary versus non-discretionary. Discretionary means the adviser can trade your account without per-trade approval. Non-discretionary requires approval. The ratio tells you how much trust the firm normally takes from clients.

Item 9 (Custody) β€” whether the adviser has custody of client assets. Most reputable advisers use a third-party qualified custodian (Schwab, Fidelity, Pershing) rather than holding client cash and securities themselves. Self-custody is a major risk factor and was central to several historical fraud cases including the Madoff matter.

Item 11 (Disciplinary disclosure) β€” checkboxes covering criminal, regulatory, and civil judicial actions against the firm and its associated persons. This is the single most important field on Part 1. Any "yes" answer should be read carefully against the corresponding DRP (Disclosure Reporting Page) supplement.

Item 12 (Affiliations) β€” relationships with broker-dealers, banks, insurers, accountants, or other financial services firms. Affiliations are not automatically bad, but they create conflicts that have to be disclosed in Part 2.

From an aggregation standpoint, the SEC publishes complete ADV data downloads at sec.gov in a structured format updated regularly. Aggregating 3,400+ US-listed issuer filings on EDGAR taught me one thing about SEC public data: the schemas are stable, the documentation is dry but accurate, and the dataset is far more analyzable than most people assume.

Why Part 2 Matters More Than Part 1 for Investors

Engineers love Part 1 because it parses cleanly. Investors should spend more time on Part 2A, the brochure. This is where the adviser has to explain, in narrative form, what they do, what they charge, and how they could earn money in ways that conflict with your interests.

The required sections include: advisory business, fees and compensation, performance-based fees and side-by-side management, types of clients, methods of analysis and investment strategies, disciplinary information, other financial industry activities and affiliations, code of ethics and personal trading, brokerage practices, review of accounts, client referrals and other compensation, custody, investment discretion, voting client securities, and financial information.

Two sections deserve extra attention.

The Fees and Compensation section must spell out how the adviser is paid β€” typically as a percentage of AUM, but possibly fixed fees, hourly, commission-based, or performance-based. Look for whether the schedule includes breakpoints (lower marginal rates above certain asset levels), how often fees are charged (quarterly is common), and whether the adviser charges separately for financial planning. A firm charging 1.5 percent AUM and not offering breakpoints above $1 million is unusual in 2026 β€” the industry has compressed fees meaningfully over the past decade, and the FINRA Investor Education Foundation's most recent fee benchmarking notes that median all-in advisory fees for $500K-$1M accounts now sit close to 1.0 percent.

The Brokerage Practices section explains how trades get routed. "Soft dollar" arrangements β€” where the adviser receives research or services from a broker in exchange for directing client trades there β€” must be disclosed. Soft dollars are legal under Section 28(e) of the Securities Exchange Act, but they create a clear conflict and should be weighed.

Form CRS: The Two-Page Summary Most Clients Skip

Form CRS was introduced after years of SEC concern that retail investors could not distinguish between broker-dealers (who sell products) and investment advisers (who provide advice under a fiduciary standard). The form is intentionally short β€” four pages maximum for dual registrants, two for single-capacity firms β€” and uses required headings and conversation-starter prompts.

The conversation starters are particularly useful. They include prompts like "Given my financial situation, should I choose an investment advisory service?" and "How might your conflicts of interest affect me, and how will you address them?" These are not optional adviser questions β€” the SEC literally drafted them into the form for clients to ask.

When evaluating an adviser, reading Form CRS first and then drilling into Part 2A for the detail behind each summary point is, in my experience building this guide, the most efficient sequence for someone without a finance background.

Disciplinary History: How to Read the DRP Supplements

If Item 11 on Part 1A shows any "yes" answers, the filing will include Disclosure Reporting Pages (DRPs) describing each event. There are several DRP types: Criminal, Regulatory Action, Civil Judicial, Bankruptcy, Bond, and Judgment/Lien.

Not every disclosure indicates a problem. Some events are technical β€” a state registration fee paid late, a customer complaint dismissed without action, an arbitration settled without admission of liability. Others are serious β€” barring orders, criminal convictions, large restitution requirements. The text of each DRP describes the allegations, the resolution, and the date.

The SEC and FINRA both publish BrokerCheck-style summaries that aggregate this information for individual representatives at brokercheck.finra.org. FINRA BrokerCheck and SEC IAPD now share data, so searching either system covers most regulated individuals in the US securities industry.

What I See in the Aggregate Data

Pulling the SEC's ADV data feed for a recent quarterly snapshot, a few patterns stood out from an engineer's perspective working with the dataset:

The total population of SEC-registered investment advisers sits north of 15,000 firms based on the SEC's most recent Annual Staff Report on Investment Advisers. Combined AUM of SEC-registered firms exceeds $128 trillion when including affiliated assets, though discretionary advisory AUM at the firm level is meaningfully smaller. The vast majority of firms β€” over 60 percent by count β€” manage under $1 billion in regulatory AUM, but the largest 100 firms hold a disproportionate share of total assets.

Geographic concentration is heavy in New York, California, Massachusetts, Illinois, and Texas β€” the same five states that dominate broader financial services employment. Custody disclosure rates are low for non-fund advisers: fewer than 10 percent of advisers serving individual clients report custody beyond the standard "deemed custody" arising from authority to deduct fees.

None of these are stock-picking insights. They are population statistics that help an investor calibrate expectations β€” most US advisers are small firms, most use third-party custodians, most cluster in a handful of metro areas.

Practical Due Diligence Checklist

Before signing an advisory agreement, the SEC's Office of Investor Education and Advocacy recommends pulling the adviser's ADV directly. Specifically:

  1. Search the firm name at adviserinfo.sec.gov.
  2. Open the most recent Form ADV Part 1A and check Item 11 (disciplinary disclosure).
  3. Open Form CRS and read the conversation starters.
  4. Open Part 2A and read Sections 5 (Fees) and 12 (Brokerage Practices) at minimum.
  5. If the firm serves you individually, open Part 2B for your specific adviser.
  6. Cross-check the individual at brokercheck.finra.org.
  7. Note the date of the most recent annual updating amendment β€” stale filings can indicate compliance issues.

This entire process, in my experience walking through it for the article, takes about 25 minutes for a single firm if you read carefully. That is a small time investment relative to handing someone discretion over a meaningful slice of your net worth.

The Limits of Form ADV

Form ADV tells you what the adviser disclosed. It does not tell you whether the adviser is a good fit, whether their investment philosophy aligns with yours, whether their fees represent fair value for their service level, or whether they will pick up the phone in a difficult market. ADV is necessary, not sufficient.

It also lags. Material events trigger amendment requirements, but the gap between event and filing can stretch weeks. A firm that filed a clean annual amendment in March 2026 could have a regulatory action pending that has not yet been reported. Cross-checking against FINRA, state regulator press releases, and the SEC's litigation releases page provides additional signal.

Closing Notes from the Engineer's Desk

Building FinanceTrackDaily on SEC EDGAR data, I assumed initially that issuer filings were the most useful part of the SEC's public data. Working through Form ADV for this piece changed my mind. The adviser dataset is smaller in volume but arguably more directly useful for an individual investor β€” it answers a question (is this person trustworthy and what do they actually charge?) that affects you directly, not in some diffuse market-impact way.

The forms are not difficult to read. The language is plain English, the required structure means every brochure covers the same topics in roughly the same order, and the SEC's IAPD interface is free. If you only ever read one regulatory document in your life as a retail investor, make it the Form ADV Part 2A of whoever you are paying for advice.

Disclaimer: This article is for informational and educational purposes only and is not financial, investment, legal, or tax advice. I am a software engineer building FinanceTrackDaily, an SEC EDGAR data aggregation project β€” I am not a Registered Investment Adviser, broker-dealer, CFA, CFP, or other licensed financial professional, and nothing in this article should be interpreted as a recommendation to engage or not engage any specific adviser. Always consult a licensed financial advisor, registered investment adviser, or tax professional before making decisions about your finances. Information is sourced from publicly available SEC, FINRA, and Federal Reserve materials, but regulatory rules, AUM thresholds, and forms change β€” always verify current requirements at sec.gov and finra.org.

Found this helpful?

Subscribe to our newsletter for more in-depth reviews and comparisons delivered to your inbox.

Related Articles