Definition

Auctions are periodic trading sessions used at the start and end of the trading day—and sometimes during volatility halts—to determine a single clearing price for a stock where the maximum volume can be matched.

Types

Example

Before the market opens, orders for Stock ABC are collected. The auction mechanism finds the equilibrium price (e.g., $100.50) that allows the maximum number of shares to trade, and all matching orders execute simultaneously at that single price.

Definition

After the opening auction, markets enter a continuous trading phase where orders are matched in real-time by an electronic matching engine based on price-time priority (highest bid, lowest ask).

Mechanism

A central limit order book (LOB) is continuously updated. Trades occur instantly when a buy order's price is greater than or equal to a sell order's price.

Example

The order book shows a bid for 1,000 shares at $50.10 and an ask for 500 shares at $50.12. A market order to buy 500 shares would execute immediately against the ask at $50.12.

Definition

The order book is the real-time list of all outstanding buy and sell orders for a security at various price levels.

Example (Order Book Snapshot)

BidQuantityAskQuantity
$50.105,000$50.124,000
$50.093,000$50.136,000
$50.082,500$50.148,000

Definitions

Market Impact

When a large order consumes all the liquidity at the best price level and moves on to worse prices, it moves the market against the trader.

Example

A liquid stock might have a tight spread of $100.00 / $100.01. An illiquid stock might have a wide spread of $100.00 / $100.20, indicating a higher cost to trade.

Definitions

Example

You intend to buy 10,000 shares when the price is $100. By the time your order is filled, the average price is $100.20. Your slippage is $0.20 per share, or $2,000 in total.

Definition

HFT involves ultra-fast algorithmic trading strategies that operate in microseconds to exploit tiny price inefficiencies and market structure dynamics, often using co-located servers placed physically near exchange matching engines.

Example (Arbitrage)

An HFT algorithm sees Apple stock trading at $150.00 on Nasdaq and $150.02 on the BATS exchange. It instantly buys on Nasdaq and sells on BATS, profiting $0.02 per share with minimal risk.

Interview Tip: HFT is credited with adding liquidity to markets but is controversial for potential advantages like front-running and latency arbitrage.

Definitions

Definition

These are exchange mechanisms designed to pause trading during periods of extreme volatility to prevent panic selling and ensure orderly markets.

Definition

Short selling is the practice of selling borrowed shares in the hope that the price will decline, allowing the seller to buy them back at a lower price to return to the lender.

Mechanism

  1. Borrow shares from a lender (via a prime broker).
  2. Sell the borrowed shares on the open market.
  3. Later, repurchase the same number of shares ("cover" the short).
  4. Return the shares to the lender. The profit is the difference between the initial sale price and the repurchase price.

Example

You short 100 shares of XYZ at $100 per share. The price drops to $80, and you buy back 100 shares to cover your position. Your gross profit is ($100 - $80) × 100 = $2,000.

Definition

Margin trading involves borrowing money from a broker to purchase securities, which amplifies both potential gains and losses.

Mechanism

An investor deposits an initial margin (e.g., 50% of the purchase price). The broker lends the remaining amount. If the portfolio value drops below a certain level (the maintenance margin), the broker issues a "margin call," requiring the investor to deposit more funds or sell securities.

Example

You buy $100,000 worth of stock using $50,000 of your own cash and $50,000 borrowed on margin. If the stock rises 20% to $120,000, your equity becomes $70,000 ($120k - $50k loan), a 40% return on your initial cash. If it falls 20%, your equity becomes $30,000, a 40% loss.

Summary Table

ConceptPurposeKey Insight
AuctionsPrice discoveryMaximize volume at a single price
Continuous TradingReal-time matchingPrice-time priority
Order BookView supply/demandDepth indicates liquidity
Bid-Ask SpreadTransaction costTight spread = liquid
SlippageExecution riskMinimize via algorithms
HFTExploit micro-inefficienciesArbitrage, market making
Dark PoolsReduce market impactHidden liquidity
Circuit BreakersMarket stabilityPause trading on volatility
Short SellingProfit from declinesMust borrow shares first
Margin TradingAmplify returnsLeverage increases risk

Final Interview Tips

Expect questions like: “Walk me through how a short sale works.”, “What’s slippage and how do you minimize it?”, “Why do dark pools exist and what are their pros/cons?”, and “How does margin trading amplify returns—and risks?”