One client, four products, no one watching the sequence
An MVP for transaction monitoring across Broker, Wealth, Credit and Banking, and the plan to deliver it in six months with six data engineers.
Build the client-level record of behaviour first. Every later control — fixed rule or trained model — is written against it.
Today Scalable can answer “was this transaction unusual for this product?” It cannot answer “was this unusual for this client?”
1.1The problem this solves, and what good looks like
The problem and the outcome the MVP is aiming at.
A platform that scales with Scalable Capital
Scalable Capital started as a neobroker and has been widening its product suite ever since. Each new product is another touchpoint in the customer's financial life, and the banking licence added the ability to hold and lend money.
That growth is the problem. The more products a customer holds, the harder it becomes to see their financial crime risk whole. Risk is assessed per product, but it is carried by the customer.
So the platform unifies the products and their events at the client, and it does so in a way that scales as the suite keeps growing.
The gap that matters
Each product line sees one ordinary event. The signal lives in the aggregation across the customer, which no single product can see.
So: build the record. Products become inputs to one client-level view. Controls are written against it.
What good looks like
Two north stars, one per category. ★ 1 Precision for how well the system detects; ★ 2 Cycle time per alert for how well it runs. Everything else on this table is a supporting metric — it explains a north star moving, it does not replace it.
| Category | Measure | Definition | Why this one |
|---|---|---|---|
| System performance | ★ 1 Precision | True positives over all alerts, measured per control and across the system. | The primary number. It is what every other improvement shows up in. |
| Third-party requests | Another institution contacts Scalable about a client it suspects of crime. | A proxy for what we miss. A true positive here is crime inside the bank that we did not catch. Deliberately caveated, and never improved by taking in less. | |
| Authority follow-up | The financial intelligence unit forwards a report to the police, and an investigation follows. | The strongest external signal that a report was worth filing. | |
| Operational efficiency | ★ 2 Cycle time per alert | Alert raised to alert closed. | Serves efficiency and the customer at once. See below. |
| Alerts per analyst per day | Volume against the agreed capacity ceiling. | The hard limit on how strong the control set can be. Section 2.2 turns on this number. | |
| Alerts per active client | Total alerts divided by monthly active clients. | Has to fall over time. This is the actual proof that the platform scales rather than grows headcount. |
Two outcomes that matter and resist measurement
Cheaper to extend. No clean metric. Testable form: the twelfth product costs less to integrate than the fourth.
Innocent customers feel as little as possible. Only restriction severity is this team's — no front-end capacity here (A5). So: graded restrictions, not one blunt freeze. Harm measured as days under the most severe active restriction and money blocked over time.
Compliance sets the risk appetite. Never traded against. See 2.5.
1.2What the MVP contains, and what it deliberately leaves out
Scope, and the reasoning behind what is excluded.
Every product goes into the record. Release 1 then writes controls for the three typologies that carry the most value, and leaves the rest absorbed but unwatched — so covering them later is a control to write, with no change to the data model.
- First-party layeringAbsorbs structuring and source-of-funds cases
- Credit and loan fraudThe only place Scalable loses its own money
- Account takeoverHighest severity per case
- Bank and settlement account
- Credit and loans
- Securities transfer in and outA closed cash loop is not a closed value loop
- The label loopAlert to case to typed outcome, stored in our own backend
- The explanation on every alert
- Vendor integrationAlerts, scores and outcomes written back to us
- Crypto
- Derivatives
- Savings plans
- Wealth and managed portfoliosWhite-label included: a partner arrangement means two firms monitor, not one
- Private equity
- European Investor Exchange
- Every product offered needs a risk assessment, and products change into shapes that need watching later. The cost of being ready is one ingestion, paid once.
- Sanctions and PEP screeningList matching against a name, checked at onboarding and rescreened periodically. Not behavioural, and a separate system.
- Market abuse and insider dealingA different regulation, driven by order book and news data, and watched at venue level.
- Third-party mule networksRemoved by the closed loop today — but the data model must not preclude them
- Identity fraud at onboardingCaught at onboarding. This brief is about product usage, which is everything after it.
- Investment scam, victim sideScalable cannot be the collection point; the remainder looks like account takeover
- Anything customer-facingNo front-end capacity on this team (A5).
Two pieces of work inside the MVP produce a decision rather than a system: the build-versus-buy assessment on case management, and the time-boxed check on whether a model can be trained at all. Both are sized as analysis, and both are on the critical path because what they conclude sets the next release.
What release 1 has to have produced to be finished
Release 1 is done when: three typologies are covered by controls that explain themselves at the right latency; every closed case carries a typed outcome label; both open questions in 2.3 are answered with a named next decision.
1.3How one client is watched across many products
Monitoring in a multi-product setting, and the holistic client view.
“Holistic client view” means three things here.
- Thresholds apply to the client, not the account. Small amounts through five products: invisible to five per-product controls, obvious to one client-level control.
- The sequences cross products. Every typology worth catching is a sequence, not a state, and no single product line contains one.
- One risk state per client, readable by any control. It does not decide whether an alert fires (see 1.4).
1.4Where fixed rules are right, and where a model earns its place
Deterministic controls against adaptive ones.
Evidence decides between them. Both answer one question: at what point does risk become unacceptable and an alert has to fire.
Release 1 is entirely deterministic. Anything real-time that restricts a customer has to be a fixed rule: a false-positive cost measurable in advance, and a policy statement defensible to a regulator. A model has neither until it is trained on outcomes that do not exist yet.
1.5Making an alert explain itself
Explainability, for the people who have to act on it.
An alert has to say what it was measured against. At launch that is a risk pattern, not the client's own history — there is none worth comparing to until the record has run.
Every alert shows four things: what fired, the values, the threshold crossed, and how often this control is right. The last one calibrates the analyst — three in ten confirmed beats guessing.
Rule LAY-03 version 2.4
› money laundering
› first-party layering
This client sent €100,000.
true positives over the last 90 days
Day 2 ETF bought, then sold — net −€500
Day 3 Reference account B added, then set as primary
Day 4 €88,000 out to reference account B
Three audiences, and only two of them are in scope
- Analyst — the card above.
- Auditor — the policy each control implements, and the version pinned to each alert. Without it, precision cannot be tracked across a change.
- Customer — an expectation and a timeline, never the reason. Telling them is tipping off, applied most strictly in Germany.
Rule for the first model: a model may never be the only reason a customer experiences something, unless its reasons can be rendered. Gradient boosting with per-feature attribution gives that. Ranking a queue changes nothing a customer feels — the safe place to start.
1.6Data, entities and the two dependencies that could break this
Data requirements, the entity model, and technical dependencies.
One product commitment: a stated latency per source, real time by default. Physical layout is an engineering decision.
Batch is a cost concession — taken where real-time retrieval is genuinely too expensive, and named where taken. A feed built for batch has to be rebuilt when tomorrow's control is real-time, and that rebuild is the integration cost Figure 2 promises to avoid.
One open question: does one person reliably map to one client record? Joint accounts, powers of attorney and children's accounts are where more than one person legitimately touches one record — the shape this has to get right without treating a spouse as an intruder.
1.7What happens to an alert, and why the outcome is the asset
How alerts feed into case handling and investigation.
De-risk first that a vendor can carry our label taxonomy, then decide build versus buy during discovery. The current state of case management is unknown, and assessing it is explicitly in scope for this MVP.
An investigator needs three things: the client's activity across every product, the device and login history with origin, and the full transaction history. Everything else is workflow.
flowchart TB
A(["Created"]) --> B(["Ready for review"])
subgraph CASE["ONE CASE — the first alert opens it, later alerts join it while it is open"]
direction TB
B --> C(["Waiting for customer"])
C --> B
B --> D(["Escalated — moves to the
second-line queue"])
B --> TP(["True positive"])
B --> FP(["False positive"])
TP --> NC(["Needs a check
by a line manager"])
FP --> NC
end
TP --> LS[["OUR INTERNAL FINANCIAL CRIME LABELS
typology mandatory on every outcome"]]
FP --> LS
NC --> LS
LS --> PR(["Precision, per alert"])
LS --> AD(["Every adaptive step
in Figure 4"])
PR --> Q{"At or above the
minimum precision?"}
Q -->|yes| K(["Keep it running"])
Q -->|no| R(["Back down a stage, rework,
re-enter at back-test"])
classDef st fill:#FFFFFF,stroke:#106E9E,stroke-width:1.5px,color:#0A4E71
classDef term fill:#E7F0F6,stroke:#106E9E,stroke-width:1.5px,color:#0A4E71
classDef store fill:#131820,stroke:#131820,color:#FFFFFF
classDef risk fill:#F7E9E7,stroke:#A93226,stroke-width:1.5px,color:#A93226
classDef ad fill:#EFEAF7,stroke:#6C4AB0,stroke-width:1.5px,color:#6C4AB0
class A,B,C,D st
class TP,FP,NC term
class LS store
class Q,R risk
class PR,K st
class AD ad
The case is the structure around the alerts, and it has a routing consequence
An alert opens a case. Later alerts on that client join it while it is open. Routing consequence: a money-laundering alert in waiting for customer, joined by a fraud alert that freezes the account, moves to the fraud team under a tighter service level — a blocked customer is a different clock.
Discovery gates the case-management decision, and assessing it is in scope here. Discovery establishes what the existing tooling does, what the gap to the capability above is, and whether the market closes it faster than we can. The label loop cannot close until that decision is made, so it is made in M0, not deferred.
All alert and case data stays in our own backend, whichever way the assessment lands. A vendor owning the outcome history means swapping the vendor loses the asset the models train on.
1.8What would make this fail
Risks, edge cases and design challenges.
| Risk | How it is handled, and how we would see it coming |
|---|---|
| Alert volume is more than operations can absorb at go-live. A backlog is itself a regulatory finding. | Back-test every control on production-scale data before anything is switched on, and watch alerts per analyst per day against the agreed ceiling through shadow running. If the number breaches, typology scope is cut rather than precision degraded. |
| Precision does not reach the level Compliance set. | Same instrument, before go-live. After go-live it is the minimum precision on each control, checked continuously, with rework or removal as the response. |
| Device and IP data does not exist in a usable form. Both real-time controls depend on it. | The most likely technical surprise on this plan, so it is checked in week one of discovery. If the data has to be generated, account takeover leaves release 1 and the work starts immediately with the team that owns client-side telemetry. |
| The vendor's data model and typology structure do not fit ours, and we find out after signing. | This one is not watched, it is closed. Walk the vendor through exactly what we intend to build and confirm they support it before the contract. A small ask early and an impossible one late. |
| Labels are captured badly, and the whole adaptive roadmap dies quietly a year later. | First and second line have to own the typology taxonomy rather than receive it, and check labels inside their own alert quality assurance — confirming a fraud alert is actually fraud and not merely financial crime. Label quality is tracked as a number on the control scorecard. |
| Case management stays undecided and blocks the label loop. | Escalated on day one with a request for a named owner and a decision date, not for a solution. |
| The feed becomes the real ceiling and the vendor takes the blame for it. | An engine only detects what it is sent. If the data layer is incomplete or late the vendor underperforms, and we risk churning vendors over our own fault. Any vendor benchmark has to control for how complete the feed was. |
Edge cases the first release has to survive
- Securities transferred out. The cash loop is closed, the value loop is not. Assets move to another broker and become cash elsewhere.
- Dividends, coupons and corporate actions. Inflow that never came from a reference account. A control assuming all inflow is a deposit fires on every dividend.
- Joint accounts, powers of attorney, children's accounts. Legitimate third-party control that looks exactly like account takeover.
- Migration. Baselines from zero make every long-standing client look new, therefore unusual. Load the maximum history available.
Three challenges worth naming
- Risk appetite is Compliance's. Precision targets, alert ceiling and default restrictions are decided by them. Needs a standing forum — hence 2.4.
- Tipping-off caps every customer-facing improvement. The most useful thing to tell a customer is the thing we may not say.
- Benchmarking an internal build means running both. Unless one runs silently, alert volume doubles. 2.2 resolves this at no cost.
2.1Rolling out four components that are not four build tracks
The rollout approach for each platform component.
| Component | Our stance | How it rolls out |
|---|---|---|
| Transaction monitoring core | Build the feed, rent the engine | One source at a time, each reconciled against its own source system before it joins the client record. This is the critical path and it starts in week one. |
| Fraud signals and controls | We specify them, the vendor authors them | One typology at a time, each moving through the four stages below. |
| Specialist integrations | Case by case, against a fixed schema | Each integration is scoped on its own merits. The schema defines the minimum data points every new product must supply, so onboarding one is a mapping exercise rather than a redesign. |
| Case management and workflow | Assess in discovery, then decide | The brief asks for a position on it, so assessing it is our work. Discovery sizes the gap and the decision lands in M0, before anything is built against it. |
A control is not switched on. It moves through four stages
Between one stage and the next, only two things change: who sees the alert, and what happens to the client.
- Back-test — run against our own history, inside the vendor's rule builder. Only we see it, and the client experiences nothing.
- Shadow — run against live traffic. Still only we see it.
- Alerts reach the analyst queue — worked and closed with a typed outcome. Nothing happens to the client except what an analyst decides.
- A restriction is applied when the alert fires, before a human looks. The only stage where the system acts on a customer by itself.
Restriction = account frozen, outgoing blocked, incoming blocked, or a request for information. Same unit as the harm measure in 1.1.
Stages 1 and 2 are a procurement requirement. A rule builder that cannot replay our history, or run a rule silently against live traffic, fails the evaluation. Into the week-1 walkthrough.
Back-test says what a rule would have done to yesterday. Shadow says what it does to today, and produces the live volume the queue is planned against.
Stages run backwards too. A misbehaving control moves down a stage, not off: harm removed, signal and volume kept. Stage 3 before stage 4 because shipping at stage 3 is reversible.
Why specialist integrations is not a third build track
- The data half → the monitoring core. The schema accepts any product's events without being reshaped, and every data point is built for real-time retrieval.
- The user-facing half → the case-management assessment. A crypto panel or a securities order view is needed only when a case calls for it. It joins the assessment list.
How the restriction on each alert is chosen
The logic is one distinction. Fraud: act on the money. Credit fraud and account takeover default to blocking the payment and freezing the account, because funds are leaving now. Money laundering: do not. Freezing on a laundering suspicion risks tipping off the customer, so the layering control alerts without restricting. Any single alert can override its default.
Those rules are jurisdictional, so this is configuration and not architecture. Scalable will not stay in one market.
The six milestones, and what would move each date
Every date is attached to a condition. When the condition moves, the date moves visibly. A plan with no dates is evasion.
| Finished when | Ends | How firm | What would move it | |
|---|---|---|---|---|
| M0 | The seven assumptions are answered and the vendor walkthrough is done. Above all: does device and IP data exist, is credit drawdown data available, and what is the real gap in the existing case management. | Week 2 | Firm | Nothing. It is our own work, and it is mostly asking questions rather than building. |
| M1 | The three critical product lines and the event sources are on the client record, at the latency the contract requires. Proved by replaying a case financial crime already investigated, end to end. | Week 10 | Firm | The size of the existing data gap, which M0 measures. |
| M2 | The layering control is alerting into the queue. Alerts are closed with typed outcomes, and first and second line have checked the labels. Alerts per analyst per day are inside the agreed ceiling. | Week 14 | Firm once M0 decides | The case-management decision taken in M0 — extend what exists, or buy. |
| M3 | The credit fraud control is restricting. The first automatic mitigation in production. | Week 18 | Firm once M2 lands | — |
| M4 | Account takeover is restricting. Real-time coverage is complete. | Week 24 | Gated | Whether device and IP data exists. If it has to be built, account takeover leaves release 1. |
| M5 | Whatever discovery could not answer: the real incidence mix, and whether a model can be trained at all. Each with a named next decision. | Week 26 | Estimate | Whether enough alerts have closed to measure precision per control. |
Week 14, first alerts in production · week 18, first automatic restriction · week 24, release-1 scope complete · week 26, both open questions answered. Indicative, for six engineers, estimated without seeing the existing system — which is what M0 corrects.
Measurement is not at the end. Each control is measured from its first closed outcome. Layering has ten weeks of evidence by week 24.
One week-2 question settles both: does the existing case history carry usable typology labels? Yes → incidence mix queryable at once, build order changes on the spot, feasibility check has a corpus. No → both fall to week 26.
Caveat: even answered, incidence is a prior. Those cases came from a different system firing different alerts, so anything the old queries missed carries no outcome. Enough to set a build order. Not enough to close the question.
2.2Where the ambition goes, and what is bought instead
Trade-offs between speed, control strength and technical ambition.
Put the ambition where the decision is irreversible. Buy, defer or keep simple everything that is not. A rule set is rewritten, a vendor is swapped — but a data layer built to the wrong latency has to be rebuilt, and the rebuild takes the label history with it.
Schema, entities, and a stated latency per source. Built wrong, it cannot be reversed — it has to be rebuilt, and the rebuild destroys the outcome history that every model depends on.
It is also the thing no vendor can sell us. No engine arrives knowing Scalable's Broker, Wealth, Credit and Banking activity joined at one client. Buying the engine does not buy the client view.
| What we give up | What it buys | What it costs | What would reverse it |
|---|---|---|---|
| Building the engine | Time to market, and something to benchmark an internal build against | Our controls are only as expressive as the vendor's rule builder, and their data model may not fit ours | The walkthrough shows the builder cannot express our controls or replay our history |
| Precision in release 1 | The label loop starts turning immediately | Analysts work more false positives in the first quarter than they will later | Volume breaches the analyst ceiling in back-test — then we cut scope, not precision |
| Machine learning in release 1 | No dependency on labels we do not have | The largest precision lever, lowering risk on clients who always behave this way, sits unused for a release | The feasibility check passes both preconditions |
| Building case management | Six engineers stay on the feed | We depend on another team's roadmap for the thing that gates M2 | The assessment shows the gap cannot be bridged and the market offers nothing better |
| A restriction on the layering control | No automatic customer harm on the highest-volume typology | Money laundering is detected but never interrupted | Compliance sets an appetite that says otherwise, or we enter a market where it is standard |
What actually limits how strong the controls can be at launch
Analyst headcount, not detection capability. Breach the alerts-per-analyst ceiling and you get a backlog, and a backlog is itself a regulatory finding.
If the back-test says the control set is too large, we cut typology scope rather than degrade precision. Compliance has the final word.
Two trades I would refuse
- Shipping without typed outcomes. Kills the adaptive roadmap quietly.
- Going live without a back-test on production data. Turns a measurable risk into a surprise for operations.
Benchmarking an internal build costs nothing extra
The internal build runs at stage 2 while the vendor's control runs at stage 3 or 4. Same live traffic, no extra alerts in the queue, so the benchmark costs nothing extra.
Ambition is also limited by who is on the team
Six data engineers, no data scientists, no front-end engineers — which is why nothing customer-facing and no machine learning in release 1.
Do not ask for data scientists before there is evidence there are labels to train on. Borrow existing capability, run the check cheaply, let the result make the case.
2.3What is proved before go-live, and what can only be measured after
Validation before launch, what follows after, and how the system improves.
Precision cannot be known before go-live, and the estimate is optimistic
Precision cannot be known before go-live. A back-test scores against outcomes from a different system firing different alerts. Cases it would have caught but the old queries never surfaced carry no outcome, so they cannot count against it.
The back-test is a capacity instrument, not a quality one. Volume: reliable. Recall: partial, by replaying known filed reports. Precision: an estimate. Plan the analyst ceiling conservatively against it.
Before go-live — week 14
- The feed is correctEvery source reconciled against its own source system.
- The record can reconstruct a real caseReplay a case already investigated, end to end. Checks joins, event capture and latency at once.
- Volume fits the queueBack-test against the agreed ceiling.
- The loop closesOne real alert: created, queued, worked, closed with a typed outcome, stored in our own backend.
- Restrictions can be liftedApply and reverse every mitigation. Without the reversal path, every false positive becomes an engineering ticket.
- The explanation rendersAn analyst works shadow alerts and can say why each fired.
After go-live
- Real precision per controlFrom closed cases. The first true number about this system.
- The real incidence mixThe build order is reprioritised against it.
- Threshold tuningThe first thing that needs changing, and the cheapest.
- The model feasibility verdictIf labels fall short, label capture becomes the next release, not the model.
- Account takeover to a restrictionOnce device and IP data allows it.
- The case-management decision executedWhichever way it went.
- The next product lines onto the recordThe first real test of the claim that this platform is cheap to extend.
Item 5 on the left is the one most teams miss, and the only one purely for the customer.
Three things make the system better, and they are not the same thing
Tuning. Adjust, replace or propose removing a control on its numbers — from day one, with Compliance approving any removal.
Compounding. Labels accumulate, so client history replaces arbitrary thresholds — each step needing more labels than the last.
Coverage. Neither of the other two finds a risk nobody wrote a control for, so a regular threat-modelling pass asks what surface nothing watches yet.
2.4Two forums, one gate, and a rule that stops it growing
Operating cadence, forums and artefacts.
Stakeholders are steered on milestones M0–M5, with exit conditions agreed before each one starts. Status is which condition is unmet and who owns it — not velocity. The engineering team's own rhythm stays with its manager.
The timeline turns on things we do not fully control — whether device and IP data exists, and a vendor procurement cycle. A milestone with an honest exit condition survives a slipped dependency; a sprint commitment does not.
A milestone can be re-scoped, never quietly re-dated.
First line judges whether the record can reconstruct a real case. Operations judges whether the queue can absorb the volume. Compliance judges whether a control may restrict a customer automatically.
- What movement of value does this product create?
- Which typology does it touch?
- Is that covered, or explicitly accepted?
Six artefacts, and not all of them need a meeting
| Artefact | What it is for |
|---|---|
| Coverage map | Product surface against typology, with coverage status. Makes “no gaps” auditable, and records what is covered by product design rather than by detection — which is how the MVP justifies what it leaves out. |
| Control specification | One per control: typology label, the entity it fires on, latency, launch stage, default restriction, the policy it implements, and its version. Reference material rather than an agenda, and it doubles as the artefact an auditor needs. |
| Control scorecard | The tuning input, and the evidence behind any request to Compliance to remove a control. |
| Milestone one-pager | Exit conditions and their status. |
| Assumption register | The seven assumptions, each with an owner and a test. This is the M0 work plan — closing an assumption is a unit of progress, which is what makes discovery a milestone rather than a preliminary. |
| Decision log | What was decided, by whom, and what would reverse it. Especially for decisions Compliance owns, so that a later change is a re-decision rather than an argument. |
Label quality is produced by stakeholders, not supplied by the system. First and second line check typology labels in their own alert QA, which holds only if they own the taxonomy.
2.5What I would escalate in week one
Risks, open questions and decisions to escalate early.
Escalation is for what this team cannot resolve alone. Everything else is a task.
It escalates only if it cannot be resolved inside the team and gets more expensive the longer it stays open — and it goes up with a recommendation and a date, never as an open problem.
| What | Who | The ask | What a late answer costs | |
|---|---|---|---|---|
| 1 | Case management | Leadership, plus whoever runs the current tooling | Access and a decision slot in M0. We bring the recommendation. | A conversation in week one; a milestone in month four, because the first control's alerts have nowhere to go. |
| 2 | Does device and IP data exist in a form financial crime can use? | Data engineering, and whoever owns client-side telemetry | Answer it. If the answer is no, start the work to generate it now. | There is a project attached to the answer, on someone else's lead time. Late, and account takeover leaves release 1. |
| 3 | Is one person guaranteed to be one client record? | Onboarding and identity | A yes or a no. | Almost certainly fine. It earns a line because joint and children's accounts are exactly the shape client-level monitoring has to get right. |
The decisions that are Compliance's, not ours
Risk appetite produces three numbers: the alerts-per-day ceiling, the minimum precision per control, and the default restriction per alert.
We arrive with a position on all three. The decision is theirs; the recommendation is ours.
The one risk we close before signing
Get agreement that the vendor walkthrough happens before the contract. A small ask early and an impossible one late.
Two positions I would simply state
- History. Load the maximum available — baselines from nothing make every long-standing client look new.
- The model feasibility check needs no new headcount.
No new assumptions
Task 2 adds no assumptions. Scope and delivery stand on the same seven, listed in the appendix.
Next
Week 1, two calls. Ask data engineering whether device and IP data exists in a form financial crime can use. Ask the case-management team for a named owner and a decision date. Everything in M0 runs behind those two answers.
00Assumptions and open questions
Seven assumptions. Each has a falsifying test and a date.
Six of the seven are answered by week 2, by asking questions before anything is built.
| Assumption | What would prove it wrong | Answered | |
|---|---|---|---|
| A1 | Layering carries the most volume, credit fraud the most direct loss, account takeover the highest severity per case at lower incidence. | A query of the existing case history, if that history carries usable typology labels. If it does not, the first production measurement window. | Week 2, or week 26 |
| A2 | Credit application and drawdown data is available to financial crime. | Data discovery. If it is not available, credit fraud waits for that integration and leaves release 1. | Week 2 |
| A3 | Device and IP data is not currently an input to financial crime detection. | Data discovery. Both real-time controls depend on it. | Week 2 |
| A4 | The existing set of customer restrictions can be graded by severity: full freeze, then outgoing blocked, then incoming blocked, then a request for information only. | A review of the current control set with operations. | Week 2 |
| A5 | This team has no front-end engineering capacity, so nothing customer-facing is in scope. | Team composition confirmed at the start. | Week 1 |
| A6 | The existing in-house case management can be extended to the capability list in 1.7. | The build-versus-buy assessment. | Week 2 |
| A7 | Financial crime has a right of access to every product's data, so a separate data source is never a reason to exclude a typology. | Confirmation from second line and data governance. | Week 2 |
1. Can crypto be withdrawn to an external wallet? If yes, it only has to be monitorable like any other outbound value. 2. Current alert volume, financial crime headcount, current precision — every capacity number here is an assumption until these exist. 3. Portfolio-backed or unsecured loans? Changes the size of a loss, not the design.