BA Playbook
Writing a Requirement for a Regulatory Change
The stakeholder is a rulebook, not a person, and the deadline doesn't move. Here's how to turn a regulatory clause into a requirement that survives an audit.
Surya · August 15, 2026 · 5 min read · 10 practices
For Business Analysts assigned a regulatory or compliance-driven change, BAs translating a rule citation into a requirement for the first time, Delivery leads who need an audit-ready trail, not just working software and Anyone who's heard "Compliance says we need this" and nothing more specific.
A regulator publishes a new rule. Compliance forwards a one-line summary: "we need trade reporting for large swaps." The effective date is already on the calendar, and it isn't moving for anyone's sprint plan. A regulatory change looks like an ordinary requirement wearing an urgent label, and treating it that way is how teams end up building the wrong thing correctly. The stakeholder isn't a person you can interview until the ambiguity clears — it's a legal text that says what it says, interpreted by someone who has to be willing to put their name on that interpretation. None of this makes a regulatory requirement harder to write. It makes it a different kind of writing — one where the requirement has to survive being read by an auditor who wasn't in any of your meetings.
01Move 01
Find the regulatory owner before you find the requirement
The rulebook can't answer a clarifying question. Someone still has to.
Move 01
Find the regulatory owner before you find the requirement
The rulebook can't answer a clarifying question. Someone still has to.
"Compliance says we need this" isn't an owner — it's a department. You need one named person in Compliance or Legal who can read the actual clause, rule on what it means for your business, and stand behind that reading later. Everyone else is a contributor, not the decision-maker.
Why it helps
Without a named owner, every ambiguity in the rule text becomes a BA guess by default — and a BA's guess isn't what regulators expect to find behind a compliance control.
02Move 02
Read the clause, not the summary
The one-line version that reaches you has already lost the details that matter.
Move 02
Read the clause, not the summary
The one-line version that reaches you has already lost the details that matter.
Compare
What gets forwarded
"We need trade reporting for large swaps."
What the clause actually says
"OTC swap transactions with notional value exceeding the prescribed threshold shall be reported to the designated repository within one business day of execution, including counterparty legal entity identifiers."
Why it helps
The summary drops the exact threshold, the timing reference point, and what "reported" is legally required to include. Those are precisely the details a requirement can't afford to inherit secondhand.
03Move 03
Translate defined terms before you translate requirements
The regulation's vocabulary rarely matches what Operations calls the same thing day to day.
Move 03
Translate defined terms before you translate requirements
The regulation's vocabulary rarely matches what Operations calls the same thing day to day.
At a glance
- "Reportable Transaction" — does it include novations, partial terminations, allocations?
- "Execution" — trade date, confirmation timestamp, or booking time in the system of record?
- "Counterparty" — the legal entity on the confirmation, or the ultimate parent?
- "Business day" — whose calendar, and in which time zone?
Why it helps
Build this glossary before writing a single business rule. Every one of these terms decides who's in scope and when the clock starts — get the mapping wrong and the requirement is compliant with a rule that doesn't exist.
04Move 04
Scope the affected population with precision
The single most common regulatory-change failure is a population that's subtly wrong.
Move 04
Scope the affected population with precision
The single most common regulatory-change failure is a population that's subtly wrong.
Checklist
- Which products are in scope — and which look similar but aren't?
- Which client and counterparty types are in scope?
- Which legal entities and jurisdictions does this actually apply to?
- Which booking systems hold the affected trades today?
- What's explicitly out of scope, written down, not just assumed?
Why it helps
A functionally perfect feature built against the wrong population isn't a smaller version of compliant — it's non-compliant with an audit trail proving you knew the rule existed.
05Move 05
Document every ambiguous interpretation as a named decision
"We assumed" does not survive an audit. A dated decision with an owner does.
Move 05
Document every ambiguous interpretation as a named decision
"We assumed" does not survive an audit. A dated decision with an owner does.
The shift
Why it helps
If a regulator later disagrees with the interpretation, the question becomes "who decided this and why" — not "why did the BA decide this alone."
06Move 06
The effective date doesn't move. The scope does.
You can't negotiate a regulator's calendar. You can negotiate what "compliant" means on day one.
Move 06
The effective date doesn't move. The scope does.
You can't negotiate a regulator's calendar. You can negotiate what "compliant" means on day one.
The flow
Why it helps
A documented, signed-off MVP is a scoping decision. An undocumented one that quietly ships incomplete is a compliance gap wearing a project-plan excuse.
07Move 07
Build the evidence trail, not just the feature
A regulator doesn't ask whether it works. A regulator asks you to prove it.
Move 07
Build the evidence trail, not just the feature
A regulator doesn't ask whether it works. A regulator asks you to prove it.
The flow
Why it helps
"It works" is a QA outcome. "Here is the report, the log entry, and the test case that trace back to Article 12(3)" is an audit outcome — and only one of those is what you'll actually be asked for.
08Move 08
Version the regulation, not just your requirement
Rules get amended. Your requirement needs to say which version of the rule it was built against.
Move 08
Version the regulation, not just your requirement
Rules get amended. Your requirement needs to say which version of the rule it was built against.
Record the citation, the version or amendment date, and the effective date you built to. When the rule changes again six months later, this is what stops the new change from getting silently merged into — or mistaken for — the one you already shipped.
Why it helps
An auditor asking "was this built against the current rule" needs a one-line answer, not an investigation.
09Move 09
Ask whether this reaches backward, not just forward
"New trades from the effective date" and "all existing open trades" are two different projects.
Move 09
Ask whether this reaches backward, not just forward
"New trades from the effective date" and "all existing open trades" are two different projects.
Compare
Go-forward only
Applies to new activity booked after the effective date. Smaller population, contained scope.
Retrospective remediation
Applies to existing open positions or historical records too — a larger population, a data-quality problem, and usually a separate remediation plan.
Why it helps
Assuming go-forward-only when the rule actually requires remediation is a gap that surfaces during the regulator's first sample check, not during your testing.
10Move 10
Close with a documented sign-off, not a "looks good"
A verbal nod from Compliance isn't evidence. A dated, attributed sign-off is.
Move 10
Close with a documented sign-off, not a "looks good"
A verbal nod from Compliance isn't evidence. A dated, attributed sign-off is.
Compare
"Looks good"
A nod in a meeting, or a thumbs-up on a Slack thread. Nothing an auditor can find six months later.
Documented sign-off
A dated, attributed approval against the scope, the interpretation decisions, and the MVP boundary — filed where the next person to touch this can find it.
Why it helps
Before build starts, get the regulatory owner's sign-off in writing against the scope, the interpretation decisions, and the MVP boundary — the same artifact that answers every later question about why this was built the way it was.
Pro tip — Send the traceability sheet, not a generic "please review the requirements." Specific confirmation against a specific document is what actually produces an audit trail.
A regulator doesn't ask if it works.
A regulator asks if you can prove it — and prove which version of the rule you built against.
Every regulatory requirement reduces to the same shape: a clause, an owner willing to interpret it, a population it actually applies to, and a trail connecting all of that to what the system does. The deadline was never negotiable. Everything else is a decision someone has to make and document — including you.
Take this with you
Regulatory Requirement Traceability Sheet
REGULATORY REQUIREMENT TRACEABILITY SHEET REGULATION Name and citation (article / clause): Effective date: Version or amendment this requirement is built against: SCOPE Products in scope: Client / counterparty types in scope: Legal entities and jurisdictions in scope: Explicitly out of scope: DEFINED TERMS Regulatory term → business/system equivalent: [repeat per term] INTERPRETATION DECISIONS Ambiguous point: Interpretation adopted: Decided by (name, role): Date decided: SCOPE PHASING Day-one requirement (must be compliant by the effective date): Phase 2 (deferred, documented and agreed): RETROSPECTIVE IMPACT Applies to new activity only? Y / N Remediation required for existing records? Y / N — if yes, describe the population and method: EVIDENCE TRAIL Clause → Business rule → System change → Test case → Evidence artifact [repeat per rule] SIGN-OFF Regulatory owner: Signed off on (date):
Get new playbooks first.
Continue your BA journey
Acceptance Criteria PlaybookHow to write acceptance criteria people can actually build and test.