Equity Trade Lifecycle

Hoda Saiful
2 min readNov 24, 2020

In this post, I cover the end to end flow of an equity trade between Front, Middle and Back Office systems .

It all starts with an investor deciding to trade a security. The investor approaches a broker that is authorized to trade on the exchange. Once the Broker and investor agree to trade, infrastructure is set-up for broker and investor systems to communicate.

Front Office

Responsible for receiving client orders and performing preliminary order level checks like daily trading notional, trading limit checks etc.

The order is then validated and enriched by adding the required tags, this is done in the algo engines, smart order router and exchange gateways. The order is then checked for market specific requirements (eg price range checks, tick size rule etc.) and routed to the market for execution.

The fills received from the exchange are relayed back to client systems (notice of execution), and into the middle office world for booking and confirmation.

Middle Office

Once the order and execution level details are received from front office systems, middle office is responsible for creation of client and market leg of the trade.

Client trade involves validating the order, ensuring the executed block matches with counterparty expectations (as relayed back in notice of execution), transfer the block of shares to client account, calculate the charges and taxes applicable on the trade, and finally match with expectations of the client at trade level. The block and trade confirmation matching is done over third party systems like Omgeo CTM .

Market leg of the trade is formed between the trading account and the wash book (varies with mode of trading eg- High Touch, electronic etc.) for settlement with the market.

Back Office

BackOffice reconciles trades with middle office and front office systems. Ensure trades get settled with the counterparty within the specified cut-off time. Failure to settle a trade could result in buy out option.

--

--