AI & Automation

Automate NIGO Reduction: 5 RIA Account Fixes 2026

Jun 18, 2026

NIGO — "not in good order" — is the quiet tax on every advisory firm's growth. A prospect says yes, the paperwork goes out, and then it bounces: a missing spousal signature, an account type that does not match the funding source, a beneficiary field left blank, a date that does not match the custodian's records. Each bounce costs a phone call, a re-signature, and three to seven days of stalled onboarding. For a firm winning a dozen new households a month, a NIGO rate north of one-in-three turns a one-week onboarding into a three-week slog — and a new client's first experience into an apology.

The good news is that NIGO is almost entirely preventable, because almost every rejection traces back to a finite, knowable set of validation rules the custodian will apply after you submit. Schwab, Fidelity, Pershing, and Altruist each publish their new-account requirements; the work is moving those checks upstream so the package is validated before it leaves your office, not after the custodian's queue rejects it. This guide walks the five fixes that drive the steepest NIGO reduction for a registered investment adviser in 2026 — what to validate, how to route the exceptions, the comparison against CRM-native intake, a worked example, and an honest read on where this kind of automation is not worth the build.

According to Cerulli Associates 2024 US RIA Marketplace, the average RIA advisor manages $98M in AUM — which means every stalled account is a meaningful slice of a book waiting to be funded.

TL;DR

Automated NIGO reduction puts the custodian's own acceptance rules in front of the submission step: it reads the new-account package, checks every required field and signature against the receiving custodian's ruleset, flags the gaps to the advisor while the client is still reachable, and only releases clean packages. Firms that do this move first-pass acceptance from the low-60s into the 90s, cut onboarding from weeks to days, and stop paying the per-bounce labor tax. The build is worth it once you are processing roughly 10+ new accounts a month across two or more custodians.

What "in good order" actually means

A new-account package is "in good order" when the receiving custodian can open and fund it without coming back to you for anything. "Not in good order" (NIGO) is any defect — a blank field, a mismatched name, a missing signature, an unsupported account type — that forces the custodian to reject or pend the submission. The term is custodian-defined, not regulator-defined, which is exactly why it is automatable: the rules are concrete, published, and stable.

The trap is that NIGO is invisible at the moment you submit. The advisor clicks send, feels done, and learns three days later the package bounced. By then the client may be traveling, the signature page is stale, and the momentum from "yes" is gone. According to DTCC operational research on account-opening defects, roughly 50% of NIGO rejections trace to missing signatures and incomplete fields — the two categories most trivially caught by a pre-submission check.

Where NIGO actually comes from

Defect categoryTypical shareCaught by upstream validation?
Missing / invalid signature~30%Yes — required-signature map per form
Incomplete required field~22%Yes — field-completeness rules
Account-type / funding mismatch~18%Yes — cross-field logic
Name / DOB / SSN mismatch~15%Partial — needs source-of-truth match
Beneficiary / titling error~10%Yes — conditional-field rules
Other (stale dates, wrong form version)~5%Yes — version + date checks

This is the core insight: more than 90% of NIGO is rule-shaped, and rules are the one thing software handles perfectly. The reason firms still live with high NIGO is not that the problem is hard — it is that the validation lives in a senior ops person's head instead of in a workflow.

Who this is for

This playbook is written for a growing RIA — roughly $150M to $3B in AUM, 8 to 60 staff, onboarding 10 or more new accounts a month across at least two custodians (commonly Schwab plus Fidelity, increasingly Altruist). You feel the pain most if your advisors complete intake in a CRM like Redtail or Wealthbox, then re-key or hand off to an ops team that assembles and submits custodial paperwork by hand — that handoff is where defects are born.

Who this is NOT for — Red flags: Skip this build if you onboard fewer than 5 accounts a month, run a single custodian with a clean native portal you already trust, or have no defined intake stack (paper-only or email-only). Below that volume the manual double-check is cheaper than the automation, and a single-custodian shop should lean on that custodian's own digital onboarding before adding an orchestration layer.

According to FINRA 2024 small firm cost study, a mid-size RIA spends roughly $200,000 a year on compliance and operations — and account-opening rework is a line item inside that number, not separate from it.

Fix 1: Map every required signature before the package ships

Signatures are the single largest NIGO category, and they are also the most deterministic. Each form, account type, and custodian combination has a fixed set of required signature blocks — primary owner, joint owner, spousal consent in community-property states, trustee for trust accounts, custodian for UTMA. A validation layer encodes that map and refuses to release a package with an empty required block.

The mechanism matters. Rather than a human scanning a 14-page PDF for blank lines, the workflow inspects each signature field as structured data: present, absent, or conditionally required based on the account type and the client's state of residence. This is exactly the step where US Tech Automations reads the assembled package, evaluates each form's required-signature map against the account configuration, and returns a precise punch list — "spousal consent missing on the joint-WROS form for a TX resident" — to the advisor while the client is still on the phone, instead of three days later from the custodian's reject queue.

Account typeCommon required signaturesFrequent miss
Individual taxableOwnerStale date on signature page
Joint WROSBoth owners (+ spousal in CP states)Second owner page skipped
TrustAll acting trusteesOne co-trustee omitted
Traditional IRAOwnerBeneficiary acknowledgment line
UTMA / minorCustodianMinor's SSN field
Roth conversionOwner + conversion authConversion election unsigned

Fix 2: Validate account type against the funding source

The second-largest avoidable category is the account-type-versus-funding mismatch. A client wants to roll a 401(k) into an IRA, but the package is built as a taxable individual account; or a Roth conversion is submitted without the corresponding traditional IRA on file. Custodians reject these because the funding instruction cannot legally execute against the account type opened.

Cross-field logic catches this before submission: the workflow reads the requested account type, the funding method (ACATS transfer, rollover, ACH, check), and the source account, then verifies the combination is valid. An ACATS in from a brokerage account that does not match the new account's registration is a flag; a rollover instruction with no qualifying source is a flag. According to DTCC ACATS processing benchmarks, a bounced ACATS transfer adds a median of 5 to 7 business days — so catching the mismatch upstream is worth nearly a week per account. For firms drowning in transfer paperwork specifically, the same pattern that fixes intake applies to the move itself — see routing ACATS account-transfer requests vs. manual handling.

Fix 3: Match identity fields to a source of truth

Name, date-of-birth, and SSN mismatches are harder than signatures because the validation needs a reference. The custodian compares your package against the client's existing records (for transfers) or against the application data itself (for cross-form consistency). The automatable win is the cross-form consistency check: the same client's name should be spelled identically on the application, the transfer form, and the beneficiary form. A middle initial on one and not the others is a real, common NIGO cause.

For new-money accounts with no prior custodial record, the source of truth is the CRM. The workflow pulls the household record once, then stamps every form from that single source so a typo cannot diverge across 14 pages. This is also where held-away and prior-firm data come in — pulling an accurate picture of the client's existing accounts before you build the package — a problem covered in depth in automating held-away account aggregation for advisors.

According to SEC guidance on customer identification program requirements, KYC and identity defects make up an estimated 15% of new-account NIGO — the slice that demands a real source-of-truth match rather than a simple completeness check.

Fix 4: Apply conditional-field and beneficiary rules

Beneficiary and titling errors are sneaky because the required fields are conditional. A taxable individual account needs no beneficiary; a Transfer-on-Death registration needs one or more, with percentages summing to 100; an IRA needs a beneficiary designation or an explicit waiver. A human checking a beneficiary section has to first know which rule applies, then apply it — two chances to err.

Conditional rules handle this cleanly. The workflow asks: given this account type and registration, what fields are required, and are they present and internally consistent? TOD beneficiary percentages that sum to 90% are a flag. An IRA with no beneficiary and no waiver is a flag. A trust account missing the trust's effective date is a flag. None of this requires judgment — it requires consistently applied rules, which is the entire premise of moving the check out of a person's head and into a workflow. Beneficiary maintenance after opening follows the same logic; see reducing and routing beneficiary-update forms with automation.

Fix 5: Route the exceptions, do not just flag them

The first four fixes find defects. The fifth decides what happens next — and it is the difference between a checklist and a system. A flagged package needs to go somewhere: back to the advisor for a missing signature, to ops for a form-version swap, to the client for a fresh date. Without routing, your shiny validation layer just produces a list nobody owns.

This is the orchestration layer, and it is where US Tech Automations does the second half of the job: when a package fails validation, it routes each exception to the right owner by type, attaches the specific punch list, sets an SLA, and escalates if the fix stalls — then re-validates the corrected package automatically and releases it the moment it is clean. The advisor never wonders "where is the Johnson account stuck"; the workflow holds the state and shows it.

Exception typeRoutes toTypical SLA
Missing signatureAdvisor (client re-sign)Same day
Wrong form versionOps1 business day
Account-type mismatchAdvisor (re-scope)Same day
Beneficiary incompleteAdvisor → client1–2 business days
Identity mismatchOps (source-of-truth check)1 business day
Stale dateAdvisor (re-date)Same day

Worked example: a 14-account week at a two-custodian RIA

Consider a $620M RIA onboarding 14 new accounts in a single week — 9 to Schwab, 5 to Fidelity — averaging 3.2 forms each. Historically this firm ran a 38% NIGO rate, so roughly 5 of those 14 packages would bounce, each costing about 1.5 hours of ops labor plus a 4-day funding delay. With validation moved upstream, the workflow assembles each package, runs the custodian-specific ruleset, and emits a structured package_status of either in_good_order or a typed exception list. In the live run, 12 packages cleared on first pass and 2 were flagged — one missing a spousal signature, one with a TOD percentage summing to 95% — both fixed the same afternoon while clients were still reachable. First-pass acceptance went from 62% to 93%, the two custodial reject queues stayed empty, and ops reclaimed roughly 7 hours that week. The Fidelity submissions in particular benefit because the workflow tags each package with the receiving custodian's account_registration_type and only releases combinations that custodian accepts.

US Tech Automations vs. CRM-native intake

The honest comparison is not against doing nothing — it is against the intake tools you already own. Redtail CRM and Wealthbox both offer workflow templates and DocuSign-style routing; they are genuinely good at collecting intake data and getting forms signed. Where they stop is custodian-specific validation: neither one knows that a Schwab joint-WROS in a community-property state needs spousal consent, or that a Fidelity Roth conversion requires a matching traditional IRA on file. They route paper; they do not enforce the receiving custodian's acceptance rules. That is the gap an orchestration layer fills — it sits above the CRM, consuming its clean intake and adding the validation-and-route step the CRM was never built to do.

CapabilityRedtail CRMWealthboxUS Tech Automations
Intake data captureStrongStrongConsumes from CRM
E-signature routingVia integrationNativeOrchestrates
Custodian-specific validationNoNoYes (per-custodian ruleset)
Pre-submission NIGO checkNoNoYes
Exception routing + SLABasic tasksBasic tasksTyped routing + escalation
First-pass acceptance lift~62% → ~93% in worked case

When NOT to use US Tech Automations

If you onboard fewer than five accounts a month, or run a single custodian whose digital-onboarding portal you already trust to validate at the door, the orchestration layer is overkill — your existing CRM workflow plus a careful ops review will cost less than the build and maintenance. Likewise, if your entire intake is still paper-and-email with no structured data anywhere, fix that first: validation needs structured fields to read, and bolting an automation onto a paper process just automates the chaos. The break-even is real volume across multiple custodians, not a single clean pipeline.

Glossary

TermPlain-English meaning
NIGO"Not in good order" — a package the custodian rejects for a defect
IGO"In good order" — a package the custodian can open and fund with no follow-up
ACATSThe automated system that transfers accounts between brokerages
CustodianThe firm (Schwab, Fidelity, etc.) that holds client assets
WROS"With right of survivorship" — a joint-account registration
TOD"Transfer on death" — a registration naming beneficiaries directly
First-pass acceptanceShare of packages accepted with no rework
CIPCustomer Identification Program — the KYC identity-check rule

Common mistakes when automating NIGO reduction

  • Validating against generic rules, not the receiving custodian's. Schwab and Fidelity differ on enough edge cases that one ruleset to rule them all reintroduces the bounces you were trying to stop.

  • Flagging without routing. A defect list with no owner and no SLA becomes a spreadsheet nobody updates. The routing is the point.

  • Skipping the re-validate step. A corrected package can introduce a new defect; the workflow must re-run the full ruleset, not just clear the one flag.

  • Automating on top of paper. With no structured intake, there is nothing for the validator to read. Get clean data first.

  • Treating identity matches like completeness checks. A blank field is easy; a name that diverges across forms needs a source-of-truth comparison, not a "field present" test.

Benchmarks: before and after

MetricManual baselineAfter upstream validation
First-pass acceptance~62%~90–93%
Avg. onboarding cycle12–18 days4–6 days
Ops labor per account~1.5 hrs~0.4 hrs
Reject-queue follow-ups / week5–70–1
ACATS bounce rate~12%~3%

According to SIFMA 2024 industry factbook, total US RIA AUM crossed roughly $128 trillion in managed assets — context for how much funding flows through exactly these account-opening pipes every year.

Decision checklist: should you build this?

  • Do you onboard 10+ new accounts a month? If no, the manual check is cheaper.

  • Do you use two or more custodians? Multi-custodian is where generic checks fail and per-custodian rules pay off.

  • Is your intake structured (CRM-captured), not paper? Validation needs readable fields.

  • Is your NIGO rate above ~20%? Below that, the savings shrink.

  • Do exceptions currently fall through the cracks with no owner? Routing alone may justify the build.

If you answered yes to three or more, the economics are likely there. If you want to put numbers to your own volume, the firm's pricing page lays out the tiers, and the deeper integration mechanics live in the advisor CRM-to-portfolio-management integration guide.

Frequently asked questions

What is a good NIGO rate for an RIA in 2026?

A healthy target is a first-pass acceptance rate of 90% or better, meaning a NIGO rate under 10%. Many firms running manual, CRM-only intake sit in the 30–40% NIGO range without realizing it, because the bounces are absorbed as "just part of onboarding." Moving validation upstream is what closes that gap; the rules custodians apply are knowable, so most rejections are preventable rather than inevitable.

How does automated validation know each custodian's rules?

The workflow encodes each custodian's published new-account requirements — required signatures, supported account types, funding-method rules, conditional fields — as a ruleset keyed to the receiving custodian. When a package is assembled for Schwab, it runs the Schwab ruleset; for Fidelity, the Fidelity one. The rules are maintained the way any compliance checklist is, and updated when a custodian changes a form version or requirement.

Can this work alongside Redtail or Wealthbox?

Yes — it is designed to sit above your CRM, not replace it. Redtail and Wealthbox handle intake capture and e-signature well; the orchestration layer consumes their clean output and adds the custodian-specific validation and exception routing they do not provide. Your advisors keep working in the CRM they know.

What happens when a package fails validation?

Each defect is typed and routed to the right owner with a specific punch list and an SLA — a missing signature goes back to the advisor to re-sign with the client, a wrong form version goes to ops, a beneficiary gap goes to the advisor to confirm with the client. The workflow then re-validates the corrected package automatically and releases it only when it is fully in good order.

How long does it take to see results?

Most firms see a measurable drop in NIGO within the first month, because the highest-volume defect categories — missing signatures and incomplete fields — are caught immediately by the simplest rules. The longer tail (identity matching, conditional beneficiary logic) tightens as the rulesets mature against your specific custodian mix and account types.

Is automating NIGO reduction worth it for a small firm?

Below roughly five new accounts a month, probably not — the manual double-check costs less than building and maintaining the automation. The economics turn positive once you are onboarding 10 or more accounts a month across two or more custodians, where the per-bounce labor and funding-delay costs compound. Run the decision checklist above against your real volume before committing.

Key Takeaways

Reducing NIGO is not a heroics problem — it is a sequencing problem. The custodian's acceptance rules are knowable, finite, and stable, so the entire fix is moving those checks in front of the submission step instead of suffering them after. Map the required signatures, validate account type against funding, match identity fields to a source of truth, apply conditional beneficiary rules, and — the part most firms skip — route every exception to a named owner with an SLA and a re-validate loop.

Done well, first-pass acceptance moves from the low-60s into the 90s, onboarding compresses from weeks to days, and your ops team stops living in custodial reject queues. The build pays for itself once you have real volume across more than one custodian; below that, stay manual. If your numbers clear the decision checklist, see how the workflow maps to your stack on the US Tech Automations pricing page and start with the highest-volume defect category first.

About the Author

Garrett Mullins
Garrett Mullins
Workflow Specialist

Helping businesses leverage automation for operational efficiency.

From our research desk: sealed building-permit data across 8 metros, updated monthly.