-
Notifications
You must be signed in to change notification settings - Fork 23
Domain distillation
The perfect place to keep an eye on what we learned during our SOR journey.
-
We distinguish two kind of Smart Order Routing system:
-
Historical SOR: receives orders to be executed as inputs (from human Traders, Order Management Systems, Hedging Systems), and splits them into several limit orders on various execution venues to ensure their best execution (via order execution strategies)
-
Modern/Adaptive SOR: receives investment intentions (e.g. I want to sell all my apple stocks, but only if the price is above ...) as inputs, and translates them into orders that will be then executed through the best possible execution strategies. A Modern/Adaptive SOR must also provides audit trail for every execution in order to prove best execution if requested by the financial regulators (see. the MIFID directive).
-
Somehow, a SOR is like a broker (giving the illusion of a single execution venue to the investor(s), whatever the number of used execution venues.
- Investor's intentions / objectives
- Execution constraints
- Orders triggering conditions
- Execution strategy algorithms