What it is
Independence Management is the audit-practice independence process, built into TATER Ops. Every employee periodically reviews the firm's client list and attests that they have no conflicts of interest — or that any conflicts they do have are documented. The module replaces the spreadsheet-and-SharePoint version of this process with a tracked, auditable workflow:
It lives in TATER Ops → Independence, with four pages: Cycles & Reviews, Client Roster, My Attestation, and Configuration.
Client Roster
The roster is the master list of clients staff attest independence against. Each client carries a name, an engagement type (Attest, Audit, Review, Compilation, Tax, Advisory, Other), an Active/Inactive status, an optional responsible partner, an added date (which drives the monthly delta), and a restricted-entity flag (the "naughty list").
Format-agnostic import
Every firm's client export looks different, so the importer auto-detects the layout. Click Import CSV / Excel, drop in a file (or paste rows), and TATER figures out what it's looking at:
- A bare list of names — one client per row, no header. Each non-empty row becomes a client.
- A month-grouped "new sales" sheet — names listed under date headers (e.g. a
2026-01-01row, then January's clients, then a2026-02-01row, etc.). Each client picks up the month it appears under as its added date, so the monthly-delta engine reflects exactly when each client joined. - A header-mapped table — a row of column headers (Name / Client, Partner, Type, Status, Restricted, External ID, Added) that the importer maps automatically.
A preview shows the detected mode, the client count, and a sample so you can confirm before importing. If the auto-detect guesses wrong, the controls let you toggle "First row is a header," turn the date-grouping behavior on/off, or skip a number of leading title rows. Importing is idempotent — it upserts by external ID or by name, so re-importing an updated list won't create duplicates. .xlsx/.xls, .csv, and .tsv are all supported, as is pasting straight from a spreadsheet.
Attestation Cycles
A cycle is one round of attestation. There are two kinds:
- Annual — everyone reviews the full active roster. Open one per year (the period is the year, e.g.
2026). - Monthly — everyone reviews the delta: only the clients added since the previous cycle. TATER computes the delta automatically from each client's added date, so there's nothing to assemble by hand (the period is the month, e.g.
2026-03).
The Cycles tab shows each cycle's type, period, status, sign-off count, and open-conflict count. Click a cycle to see the clients in scope, who has signed off, and any documented conflicts. Admins can close a cycle (it stops accepting new sign-offs) or delete it.
My Attestation
The My Attestation page lists every open cycle that's waiting on you. For each one you:
- Review the client list — the full roster on an annual cycle, the new clients on a monthly cycle.
- If you have a conflict, check "I have a conflict to document" and fill in the form: the specific client, the conflict type, a description, and any safeguard/mitigation. You can file more than one.
- Check the attestation statement and sign off — even when you have no conflicts. Your sign-off is recorded with your authenticated identity and a timestamp.
Conflict forms are stored as their own records, each linked to the employee and the specific client, and they surface on the cycle detail and the Open Conflicts tab for partner review.
Configuration
The Configuration page (admins only) tailors the process to how your firm runs it — because different firms do this differently:
- Who attests — all employees, annual-only (no monthly delta), or a centralized designated reviewer.
- Annual review month and whether the monthly delta is enabled.
- Attestation statement — the exact wording employees confirm when they sign off.
- Conflict types — the options offered on the conflict form (Financial Interest, Family Relationship, Employment, Business Relationship, Other, …).
Engagement reviews
Alongside the firm-wide cycles, the Engagement Reviews tab tracks per-engagement independence assessments (independence threats and safeguards, partner confirmations, rotation). These are distinct from auditing the firm itself and can be created via the AI assistant or the API.
MCP & Insights
The whole module is reachable from your AI assistant over MCP — list_independence_clients, create_independence_client, list_independence_cycles, create_independence_cycle, and list_independence_reviews / create_independence_review — so an agent can stand up the roster, open a cycle, and report completion. The Independence — Attestation Completion & Conflicts report in TATER Insights summarizes roster size, restricted clients, cycles, sign-off completion, and open conflicts.
Related
- TATER Ops overview — the rest of the Ops surface
- TATER Insights — the reporting app
- MCP setup — connecting Claude Desktop / API to TATER