Definition
Position management is the operational discipline that maintains an accurate, real-time inventory of every open exposure in a trading portfolio. For each instrument it tracks the current quantity, the average entry price, accrued profit and loss, financing costs, and any pending orders that will alter the position when they fill. It is the bookkeeping layer that sits between trade ideas and the firm-wide risk picture — without it, no other portfolio function can run correctly.
Good position management is also a reconciliation discipline. The position the trading system thinks it holds must match the position the broker reports, which must match the position the prime broker or custodian reports, which must match the position the back-office books at end of day. Every discrepancy is investigated and resolved before the next session opens, because a quiet ten-share mismatch on Monday becomes an unhedgeable thousand-share surprise by Friday.
Why it matters
How it works
A position manager maintains a ledger keyed by instrument, with rows updated on every fill, dividend, corporate action, financing charge, and corporate event. When a trade fills, the system reads the prior position, applies the signed quantity, recomputes the volume-weighted average cost, and persists the new state. Mark-to-market price feeds then drive intraday P&L without altering the cost basis. Pending orders are tracked separately so the available margin and post-fill exposure can be computed against a hypothetical future state.
The hardest problems are not algorithmic but operational. Time-zone boundaries, partial fills, late corrections, multi-leg derivatives, options exercise, and stock splits all introduce edge cases that have to be modeled explicitly. A robust position-management system catches each of these as a typed event and treats reconciliation breaks as first-class incidents that block trading until resolved.