Pre-Execution Risk Control Governance requires that every AI agent operating in a value transfer context evaluates proposed actions against a defined set of risk controls before any transfer instruction is submitted to the execution layer. These controls must operate independently of the agent's own risk assessment, must evaluate the transfer against real-time position data, counterparty risk profiles, regulatory limits, sanctions lists, and market conditions, and must be capable of blocking or holding any transfer that breaches a risk threshold. The pre-execution risk layer is the last structural checkpoint before value leaves the organisation's control — once a transfer executes and settles, recovery may be impossible or prohibitively expensive. This dimension ensures that no value transfer occurs without independent, real-time risk evaluation that the agent cannot circumvent.
Scenario A — Concentration Risk From Sequential Compliant Transfers: An AI agent managing corporate treasury operations is mandated to execute interbank transfers up to £2,000,000 per transaction with a daily limit of £20,000,000. Over 4 hours, the agent executes 8 transfers of £1,900,000 each to the same counterparty bank, totalling £15,200,000. Each individual transfer is within mandate limits and the daily aggregate remains within ceiling. However, the organisation's counterparty risk policy limits exposure to any single counterparty to £5,000,000. No pre-execution risk control evaluated counterparty concentration. The counterparty bank enters administration the following week, and £15,200,000 is subject to the insolvency process, with expected recovery of 23 pence per pound.
What went wrong: Mandate enforcement (AG-001) validated individual transaction values and daily aggregates, but no independent pre-execution risk control evaluated counterparty concentration. The agent had no awareness of counterparty risk limits because concentration was not a mandate parameter — it is a risk control that requires real-time position data. Consequence: £11,704,000 in expected losses (£15,200,000 minus 23% recovery), regulatory investigation for inadequate counterparty risk management, credit rating downgrade for the organisation, personal liability proceedings against the treasury function head under the Senior Managers Regime.
Scenario B — Sanctions Evasion Through Intermediary Routing: An AI agent processing international payments receives a payment instruction to transfer €500,000 to a beneficiary account at a bank in a non-sanctioned jurisdiction. The agent validates the direct beneficiary against the sanctions list — no match. The payment executes. Subsequently, it emerges that the beneficiary account is a known intermediary for a sanctioned entity, and the payment was routed through this intermediary to circumvent sanctions. The information linking the beneficiary to the sanctioned entity was available in the organisation's enhanced due diligence database but was not consulted by the agent or any pre-execution control.
What went wrong: The pre-execution sanctions check was limited to direct beneficiary screening against the primary sanctions list. No control cross-referenced the beneficiary against the organisation's own enhanced due diligence database, adverse media feeds, or network analysis of known intermediary structures. The agent's mandate permitted the payment, and the basic sanctions screen cleared it, but a comprehensive pre-execution risk evaluation would have flagged the intermediary connection. Consequence: Potential criminal liability under the Sanctions and Anti-Money Laundering Act 2018, OFSI penalty of up to £1,000,000 or 50% of the estimated value of the breach (whichever is greater), mandatory suspicious activity report to the NCA, relationship de-risking by correspondent banking partners.
Scenario C — Market Impact From Unthrottled Execution: An AI agent executing a large equity order (£8,000,000 notional) for portfolio rebalancing submits the entire order as a single market order during a period of low liquidity. The order represents 340% of the average 5-minute volume for the security. The order executes across multiple price levels, moving the market price by 12% and triggering circuit breakers. The organisation receives a materially worse average execution price — £8,960,000 effective cost versus £8,000,000 intended exposure — and faces a regulatory inquiry for potential market manipulation.
What went wrong: No pre-execution control evaluated the order's market impact relative to available liquidity. The agent optimised for speed of execution rather than market impact minimisation. A pre-execution risk control evaluating order size relative to average volume, current order book depth, and recent volatility would have flagged the order for algorithmic slicing or human review. Consequence: £960,000 in excess execution cost, FCA investigation under MAR Article 12 for market manipulation, potential ban on algorithmic trading pending remediation, mandatory independent review of all algorithmic execution processes.
Scope: This dimension applies to all AI agents that generate, approve, or submit instructions for value transfers, trade execution, or any financial transaction that commits the organisation's capital, credit, or guarantees. The scope includes agents operating in both principal and agency capacities, agents executing in real-time and batch modes, and agents interacting with any execution venue or payment network. The scope extends to agents that generate transfer instructions for subsequent human approval — the pre-execution risk evaluation must occur before the instruction reaches any approval queue, to prevent cognitive anchoring where the human approver treats the agent's recommendation as pre-validated. Agents that solely provide market data, analytics, or research without generating transaction instructions are excluded.
4.1. A conforming system MUST evaluate every agent-generated value transfer instruction against an independent pre-execution risk control layer before the instruction reaches the execution infrastructure.
4.2. A conforming system MUST include, at minimum, the following evaluations in the pre-execution risk control layer: counterparty exposure concentration, sanctions and prohibited-party screening, regulatory and legal limit compliance, settlement risk assessment, and market impact estimation where applicable.
4.3. A conforming system MUST block or hold any transfer instruction that breaches a pre-execution risk threshold, returning a structured rejection to the agent with a machine-readable reason code identifying the specific risk control that triggered the block.
4.4. A conforming system MUST evaluate pre-execution risk controls against real-time position data, not stale or cached data, where "real-time" means data no older than the settlement cycle of the fastest instrument type in the agent's mandate.
4.5. A conforming system MUST ensure that the pre-execution risk control layer cannot be bypassed, disabled, or modified by the agent through any output channel, instruction manipulation, or action sequence.
4.6. A conforming system MUST evaluate the cumulative risk impact of all pending (submitted but not yet settled) transfer instructions when assessing a new instruction, to prevent risk limit breaches through rapid sequential submission.
4.7. A conforming system SHOULD implement tiered risk evaluation, where the depth and breadth of evaluation scales with the value and risk profile of the transfer — low-value routine transfers may receive automated fast-path evaluation, while high-value or unusual transfers receive comprehensive evaluation including human review triggers.
4.8. A conforming system SHOULD evaluate market impact for agent-generated orders that exceed defined thresholds relative to available market liquidity (e.g., orders exceeding 5% of average daily volume).
4.9. A conforming system SHOULD implement pre-execution risk controls as a separate service with independent infrastructure, credentials, and monitoring, consistent with the separation principles established in AG-001.
4.10. A conforming system MAY implement adaptive risk thresholds that tighten during periods of elevated market volatility, system stress, or detected anomalies in agent behaviour.
Pre-execution risk controls are the financial services industry's established mechanism for preventing harmful transactions before they occur. Every major trading loss, sanctions violation, and market manipulation incident in the past two decades has involved a failure of pre-execution risk controls — either their absence, their circumvention, or their inadequacy relative to the risk being managed. When AI agents execute financial transactions, the need for independent pre-execution risk evaluation intensifies because the agent operates at speeds that preclude real-time human oversight and because the agent's reasoning process may not incorporate risk dimensions that the organisation considers material.
The critical distinction between AG-001 (Operational Boundary Enforcement) and AG-116 is scope and sophistication. AG-001 enforces hard mandate limits — value ceilings, permitted action types, permitted counterparties. AG-116 evaluates risk in context: a transfer to Counterparty X may be within mandate limits but may breach counterparty concentration limits given existing exposure; an order for Security Y may be within value limits but may be disproportionate to available liquidity; a payment to Beneficiary Z may clear the primary sanctions screen but may trigger enhanced due diligence requirements. These are contextual risk evaluations that require real-time data beyond the mandate definition.
The financial consequences of pre-execution risk control failure are typically measured in millions. The 2012 Knight Capital incident, where an uncontrolled algorithm accumulated a $440 million loss in 45 minutes, was fundamentally a pre-execution risk control failure — individual orders were within limits, but the cumulative position was not evaluated in real time. The 2020 Wirecard scandal involved payments processed without adequate counterparty and sanctions screening. In each case, a properly implemented independent pre-execution risk control layer would have detected and blocked the harmful activity before it reached the execution infrastructure.
For AI agents, the risk is amplified by the speed-autonomy combination. A human trader generating orders sees each order individually and may intuitively recognise concentration risk or market impact. An AI agent optimising for execution efficiency may not have concentration risk or market impact in its objective function. The pre-execution risk control layer exists precisely to catch risks that the agent does not evaluate — either because the risks are outside the agent's training, because the risks require real-time data the agent does not have, or because the agent's optimisation objective conflicts with the risk constraint.
AG-116 requires an independent risk evaluation service that intercepts all agent-generated transfer instructions before they reach the execution layer. This service must have access to real-time position data, counterparty exposure data, sanctions lists, regulatory limits, and market data. It must evaluate each instruction against these data sources and return an approve, block, or hold-for-review decision.
Recommended patterns:
{reason: "COUNTERPARTY_CONCENTRATION", current_exposure: 4200000, proposed_exposure: 7200000, limit: 5000000, counterparty: "BANK-X"}.Anti-patterns to avoid:
Investment Management. Pre-execution controls should incorporate best execution obligations under MiFID II. Market impact estimation, venue selection analysis, and execution timing evaluation are risk controls relevant to best execution. An AI agent that consistently selects the execution approach that maximises speed at the expense of execution quality may breach best execution obligations even if every individual transaction is within mandate limits.
Insurance. Agents managing insurance investment portfolios must comply with Solvency II prudent person requirements and matching adjustment eligibility rules. Pre-execution risk controls should evaluate proposed transactions against asset admissibility criteria, concentration limits by issuer and sector, and currency matching requirements.
Payment Processing. Agents operating in payment processing must implement fraud scoring as a pre-execution risk control. Transaction-level fraud scores, velocity checks (transaction frequency by sender, recipient, or payment method), and geographic risk assessment should feed into the pre-execution decision.
Basic Implementation — Pre-execution risk controls exist as application-layer checks within the agent's workflow. The agent queries position data and evaluates risk limits before submitting transfer instructions. Sanctions screening occurs against a locally cached copy of sanctions lists updated daily. Counterparty concentration is evaluated but only against end-of-day position snapshots. Market impact assessment is not implemented. Pending instructions are not included in risk calculations. This level provides some risk control but has significant gaps: the risk evaluation shares the agent's process boundary, position data may be stale, and pending instruction accumulation is not tracked.
Intermediate Implementation — Pre-execution risk controls are implemented as a separate service that the agent cannot bypass or modify. The risk service evaluates every instruction against real-time position data including pending instructions. Sanctions screening occurs against lists updated within 4 hours of publication. Counterparty concentration limits are evaluated in real time including intraday accumulation. Market impact estimation is implemented for orders above defined volume thresholds. Blocked instructions generate structured rejections with machine-readable reason codes. Tiered evaluation routes high-risk transfers to enhanced scrutiny including human review triggers. The risk service has independent monitoring and alerting.
Advanced Implementation — All intermediate capabilities plus: the risk service operates on independent infrastructure with separate credentials and network segmentation. Sanctions screening is real-time against streaming list updates. Adaptive risk thresholds tighten automatically during elevated market volatility or detected agent anomalies. Machine learning models provide dynamic fraud scoring and anomaly detection integrated into the pre-execution pipeline. Cross-agent risk aggregation evaluates the combined impact of all agents' pending instructions against enterprise-wide risk limits. Independent adversarial testing has verified that no known attack vector can bypass, degrade, or manipulate the pre-execution risk evaluation. The organisation can demonstrate to regulators that the pre-execution risk framework for AI agents is at least equivalent to that applied to human traders and operations staff.
Required artefacts:
Retention requirements:
Access requirements:
Test 8.1: Counterparty Concentration Limit Enforcement
Test 8.2: Sanctions Screening Completeness
Test 8.3: Pending Instruction Accumulation
Test 8.4: Risk Control Bypass Prevention
Test 8.5: Risk Control Degradation Fails Safe
Test 8.6: Real-Time Position Data Currency
| Regulation | Provision | Relationship Type |
|---|---|---|
| MiFID II | Article 16(5) (Algorithmic Trading Controls) | Direct requirement |
| MiFID II | Article 27 (Best Execution) | Supports compliance |
| EU AI Act | Article 9 (Risk Management System) | Supports compliance |
| FCA SYSC | 6.1.1R (Systems and Controls) | Direct requirement |
| FCA MAR | 1.3.1EU (Market Manipulation Prevention) | Supports compliance |
| DORA | Article 9 (ICT Risk Management Framework) | Supports compliance |
| Sanctions and Anti-Money Laundering Act 2018 | Section 18 (Monetary Penalties) | Direct requirement |
| NIST AI RMF | MANAGE 2.2, MANAGE 3.1 | Supports compliance |
Article 16(5) requires investment firms engaging in algorithmic trading to have in place effective systems and risk controls to ensure that their trading systems are resilient, have sufficient capacity, are subject to appropriate trading thresholds and limits, and prevent the sending of erroneous orders or the systems otherwise functioning in a way that may create or contribute to a disorderly market. For AI agents executing trades, AG-116 directly implements the pre-trade risk control requirement. The European Securities and Markets Authority (ESMA) has specified in its Guidelines on MiFID II (ESMA/2012/122) that pre-trade risk controls must include, at minimum: price collars, maximum order value limits, maximum order volume limits, and maximum message limits. AG-116 extends these with counterparty concentration, sanctions screening, and market impact estimation appropriate for AI agent execution.
Best execution obligations require that sufficient steps be taken to obtain the best possible result for clients when executing orders. Pre-execution market impact estimation (Requirement 4.8) directly supports best execution compliance by preventing orders that would materially move the market to the detriment of execution quality. An AI agent that fails to assess market impact before execution may systematically achieve worse execution quality than a properly controlled agent.
Section 18 provides for monetary penalties for breaches of financial sanctions. An AI agent that executes a transfer to a sanctioned entity because pre-execution sanctions screening was absent or inadequate exposes the organisation to criminal liability. The Office of Financial Sanctions Implementation (OFSI) has indicated that adequate screening systems must be in place regardless of whether the transfer is initiated by a human or an automated system. AG-116's requirement for sanctions screening in the pre-execution risk layer implements this obligation.
The Market Abuse Regulation prohibits market manipulation, including placing orders that give false or misleading signals as to the supply of, demand for, or price of a financial instrument. An AI agent that submits orders disproportionate to available liquidity — whether intentionally or through absence of market impact assessment — may generate market manipulation risk. AG-116's market impact estimation requirement ensures that agents do not inadvertently engage in conduct that could constitute market manipulation.
| Field | Value |
|---|---|
| Severity Rating | Critical |
| Blast Radius | Organisation-wide with potential market-wide impact for large orders and systemic counterparty exposure |
Consequence chain: Pre-execution risk control failure allows harmful transactions to execute before any corrective action is possible. The failure modes are multiple and compounding: counterparty concentration failure leads to catastrophic loss when a counterparty defaults (as demonstrated in the 2008 Lehman Brothers collapse, where counterparty exposure concentration caused cascading losses across the financial system); sanctions screening failure leads to criminal liability and correspondent banking relationship termination; market impact failure leads to adverse execution, potential market manipulation findings, and disorderly market conditions; settlement risk failure leads to failed settlements, margin calls, and liquidity crises. The speed of AI agent operation means these failures accumulate faster than human-operated systems — an agent can generate concentration exposure, execute sanctions-breaching transfers, and cause market disruption simultaneously across multiple markets. The blast radius extends beyond the organisation to counterparties, market participants, and the financial system's integrity. Regulatory consequences include enforcement action, trading suspensions, fines, and personal liability for senior managers.
Cross-references: AG-116 operates downstream of AG-001 (Operational Boundary Enforcement) and AG-115 (Strong Authentication for Agent-Initiated Value Transfer Governance) — a transfer must first be within mandate limits and properly authenticated before it reaches the pre-execution risk layer. AG-025 (Transaction Structuring Detection) identifies attempts to structure transactions to evade AG-116 risk thresholds (e.g., splitting a large transfer into smaller ones to avoid market impact assessment). AG-011 (Action Reversibility and Settlement Integrity) governs what happens when a transfer that passed pre-execution risk controls subsequently encounters settlement issues. AG-045 (Economic Incentive Alignment Verification) ensures the agent's incentive structure does not create pressure to generate risk-limit-breaching transactions. AG-117 (Customer Outcome and Foreseeable Harm Monitoring Governance) provides the post-execution complement to AG-116's pre-execution controls. Sibling dimensions AG-115, AG-117, AG-118, and AG-119 collectively govern the financial services value transfer lifecycle.