Direct Answer

Cash reconciliation compares the OMS's internally tracked cash balance for each account against the broker's reported cash balance. Unlike position reconciliation (where the OMS and broker should agree exactly, modulo timing), cash balances legitimately differ because the two systems apply transactions on different schedules: commissions are often credited by the broker on settlement date and accrued by the OMS on trade date; dividends arrive at the broker on payment date but may not be entered in the OMS until notification; margin interest is charged daily by the broker and communicated to the OMS with a lag.

Buying power is a derived calculation, not a directly reconcilable balance. It depends on settled cash, margin availability, margin utilization, and the notional value of open buy orders, all of which may be computed slightly differently by the OMS and broker. The goal of cash and buying power reconciliation is to identify unexpected differences (missing transactions, erroneous entries) while correctly classifying expected differences (timing, methodology).

Key Takeaways

  • Settled vs. unsettled cash must be tracked separately: Under T+1 settlement, cash from sell trades is committed but not yet received. Confusing settled and unsettled cash is the most common source of buying power errors.
  • OMS and broker cash will legitimately differ: Known, expected differences (commissions on settlement date, dividends, margin interest timing) must be tracked and not treated as errors. The reconciliation system must classify these expected items.
  • Pre-trade buying power must be conservative: Reserve the full estimated cost of an open buy order against available cash before execution, not after. Open orders consume buying power as soon as they are submitted.
  • Commission handling is the most common source of small systematic cash breaks: If the OMS records gross trade proceeds and the broker credits net (after commissions), the OMS cash will always be higher than the broker's by exactly the commission amount.
  • Margin interest accrues daily at the broker: The OMS must either accrue margin interest daily or accept a known systematic lag between its cash view and the broker's.
  • Wire transfers and deposits need dual confirmation: A wire received by the broker but not entered in the OMS creates a cash break where the broker shows more cash than the OMS. Both the broker confirmation and the OMS entry are required for the break to close.
  • Negative cash is a red flag requiring immediate investigation: A negative settled cash balance (in a non-margin account) indicates either a missing sell fill, an erroneous buy booking, or a wire that went out but was not recorded. It must be resolved before end of day.
  • Buying power calculations must update in real time as orders are submitted: Using end-of-day buying power for intraday order submission validation will allow orders that collectively exceed available cash if submitted rapidly.

Core Concepts

The cash ledger and its components

The OMS cash ledger is a running record of all cash transactions for each account. A transaction is any event that changes the cash balance: a buy (reduces cash by qty × price + commission), a sell (increases cash by qty × price − commission), a dividend receipt (increases cash), a margin interest charge (reduces cash), a wire transfer (increases or decreases cash), and a fee (reduces cash). The cash balance at any point is the sum of all transactions from account inception to that point.

The ledger must distinguish between transactions that have settled and those that are pending. A buy trade today creates a pending debit, the cash is committed but not yet transferred. When settlement occurs (next business day for equities), the pending debit converts to a settled debit. The settled cash balance is the sum of all settled transactions; the total cash balance (including pending) is the sum of all transactions settled or pending.

Buying power for a cash account: settled cash minus pending debits (open, unsettled buy trades) minus reserved amounts for submitted but unfilled buy orders. For a margin account: add the margin credit line, then subtract any margin already borrowed. The OMS must track all four components, settled cash, pending debits, reserved amounts, and margin utilization, to compute buying power accurately.

Testing the cash ledger: generate a synthetic sequence of 1,000 transactions including buys, sells, dividends, commissions, and interest charges. Compute the expected settled cash, unsettled amounts, and buying power at each step. Compare against the ledger's computed values. Any discrepancy after a specific transaction identifies the bug in that transaction type's handling.

Legitimate differences between OMS and broker cash

A well-structured cash reconciliation begins by identifying expected differences before flagging unexpected ones. The most common expected differences:

Commission timing: The broker charges commissions on the settlement date of the trade; the OMS may accrue them on trade date. Between trade date and settlement date, the OMS will show lower cash (having already deducted the commission) while the broker will show higher cash (the commission hasn't been charged yet). This reverses on settlement date. If the OMS deducts commissions on trade date and the broker on settlement date, the sign and magnitude of this expected difference are predictable from the day's trades.

Dividend income: The broker receives dividend payments on the payment date (which can be weeks after the record date) and credits them to the account. The OMS must receive a dividend notification from the corporate action feed to credit the income. If the corporate action feed has a lag. The broker will show higher cash than the OMS by exactly the dividend amount for that lag period.

Margin interest: Prime brokers charge margin interest daily, often computed at end of day and posted overnight. The OMS receives the interest charge notification the next morning. During the overnight period, the broker's cash is lower than the OMS's by the day's margin interest amount. This is a predictable daily difference that closes each morning.

The reconciliation engine should maintain a "known differences" schedule, a list of expected cash differences with their causes, expected magnitude, and expected resolution date. The net of the OMS cash balance minus the broker cash balance, after subtracting all known differences, should be zero or very close to zero. Any residual is the unexplained break requiring investigation.

Buying power computation and pre-trade reservation

Pre-trade buying power checks prevent orders that would overdraw the account. The check must happen atomically with the order submission, if two orders are submitted simultaneously, each consuming 90% of available buying power, one must be rejected. This requires the buying power check and the reservation of the order's estimated cost to happen in a single transaction, with proper database-level locking to prevent concurrent over-reservation.

The estimated cost for an order not yet filled: for a limit buy at $50.00 for 1,000 shares, reserve $50,000 plus estimated commission. For a market buy order with no price, reserve an estimated price (typically the last sale price plus a buffer, e.g., 1% higher than the market for volatile names). The buffer must be calibrated, too tight and the account may exceed cash limits on a price movement; too wide and too much buying power is reserved unnecessarily.

When a fill arrives, the reservation is released and replaced by the actual cost of the fill (filled_qty × fill_price + actual_commission). If the fill cost differs from the reservation (market order filled higher than the estimated price), buying power is debited for the difference. If a fill exhausts only part of the order, only the proportional reservation is released.

End-of-day buying power reconciliation: the OMS's computed buying power after all fills and pending settlements should match the broker's reported buying power (available margin) when the broker's statement is received. Systematic differences indicate a component of the buying power formula being computed differently, most commonly the valuation of open short positions (which require margin) or the treatment of T+0 vs. T+1 proceeds from sells.

Margin accounts and the Reg T framework

In a U.S. Regulation T margin account, the Federal Reserve's Regulation T (12 CFR 220) requires an initial margin of 50% for most equity securities, meaning the account must provide 50% of the purchase price in cash, with the remaining 50% borrowed from the broker. After purchase, the maintenance margin (set by FINRA Rule 4210 at a minimum of 25% for long positions, though most brokers set higher house requirements) must be maintained.

Buying power in a margin account is computed as: (settled equity × 2) minus any existing margin utilization. "Settled equity" is the market value of settled securities plus settled cash. For an account with $500,000 of settled equity, buying power is $1,000,000. If $300,000 is already borrowed on margin, buying power is $700,000 for new purchases.

The OMS's buying power computation must use the same security pricing and margin multipliers that the broker uses. If the OMS uses closing prices while the broker uses real-time or slightly different prices to value collateral, the two systems will compute different margin utilization and different buying power. Most OMS systems receive end-of-day margin statements from the broker and use those as the starting point for the next day's buying power calculation, rather than computing margin independently.

Worked Scenario

Account 22 starts the day with broker cash of $2,000,000 settled. OMS shows $1,985,000. The $15,000 difference is investigated.

  1. Check known differences schedule: Yesterday's trades included a $10,000 sell with a $50 commission. The broker charges commission on settlement (today); the OMS charged it on trade date (yesterday). Expected difference: +$50 (OMS is $50 lower than broker). Doesn't explain the $15,000 gap.
  2. Check dividend log: Account 22 holds 15,000 shares of VZ. VZ paid a $1.00/share quarterly dividend yesterday. $15,000 in dividends should have been credited. Broker statement shows the $15,000 credit. OMS dividend feed... shows no credit received for this account.
  3. Root cause: The corporate action feed failed to send the dividend notification to the OMS for this account. The broker correctly received and credited the dividend.
  4. Resolution: Operations manually enters a $15,000 dividend income transaction in the OMS for Account 22, referencing the corporate action event. The OMS cash updates to $2,000,000 minus the $50 commission timing difference = $1,999,950 (known difference).
  5. Residual known difference: $2,000,000 (broker) - $1,999,950 (OMS) = $50. This matches the commission timing expected difference. Break resolved. Root cause investigation: corporate action feed failure for specific accounts on dividend payment dates.

Measurement Framework

MeasurementQuestion it answers
Unexplained cash break rateAfter removing all expected known differences, what is the net unexplained discrepancy across all accounts? Should be zero or within a $1 rounding tolerance.
Buying power reservation accuracyDoes the sum of all open order reservations plus actual filled order costs plus settled cash equal the starting balance exactly? Any gap indicates a reservation leak.
Commission accrual timing differenceWhat is the total expected difference between OMS and broker due to commission timing? Should equal exactly the prior day's commission charges. Deviations indicate commission entries are missing.
Dividend cash break frequencyHow many dividend payment events per month result in a cash break? Target: zero, with the corporate action feed reliably notifying the OMS on payment date.
Negative cash account countHow many accounts show negative settled cash at any point during the day? Each instance requires immediate investigation; target zero.
Margin utilization accuracyDoes the OMS-computed margin utilization match the broker's end-of-day margin statement? Differences indicate pricing or multiplier mismatches.

Common Failure Modes

Gross vs. net proceeds mismatch

When a sell fills, the OMS may record the gross proceeds (shares × price) while the broker credits net proceeds (shares × price − commission). The result is a permanent, systematic cash break equal to the commission for every sell trade. This looks like an error but is actually a methodology difference that persists until the OMS is updated to record net proceeds or a commission entry is generated separately.

Hands holding and counting US dollar bills on a marble table, depicting wealth and finance.
Photo by kaboompics.com via Pexels

The correct fix depends on whether the firm wants to track commissions as a separate expense or net them against proceeds. Both are acceptable; what is not acceptable is inconsistency between the OMS and broker without a documented expected-difference entry.

Open order buying power not reserved

If the OMS's buying power calculation does not reserve the estimated cost of open (submitted but unfilled) buy orders. The account appears to have more buying power than it actually does. A portfolio manager can submit multiple buy orders that collectively exceed available cash, each passing the pre-trade check because the previous order has not yet consumed cash. When the fills arrive. The account overdrafts, resulting in a margin call or a regulatory violation for a cash account.

Prevention requires that each order submission atomically check and reserve buying power before the order is sent to the EMS. The reservation is held until the order is filled or cancelled.

Dividend feed failure creating silent cash breaks

Corporate action feeds that process dividends are often less reliable than trade feeds. A feed failure on a day when many accounts have dividends payable can create dozens of cash breaks simultaneously, all with the same cause. If the reconciliation engine does not aggregate breaks by root cause, recognizing that 45 accounts all have cash breaks equal to the expected dividend for a single security, the operations team may investigate each break separately, wasting significant time.

Margin interest not accruing in OMS

If the OMS does not accrue daily margin interest, its cash balance will systematically drift higher than the broker's by the amount of accumulated unaccrued interest. Over a month, this drift can be substantial for accounts with significant margin utilization. The drift is not a break in the traditional sense, there is no missing transaction, but it produces a cash discrepancy that makes the account appear more liquid than it actually is.

Wire transfer entered in broker but not in OMS

When a client wires cash into their account. The broker receives and credits the wire immediately. The OMS learns about the wire via a cash instruction file that may arrive with a delay of hours to a day. During this window. The broker shows higher cash than the OMS by the wire amount, potentially preventing the client from trading immediately even though their cash has arrived.

Many firms allow a manual "credit pending wire" entry in the OMS when the broker confirms receipt, before the formal file arrives. This manual entry must be tagged as provisional and reversed if the wire fails. The risk of this approach is that a wire is credited in the OMS before it has actually settled, which can be a risk management problem if the wire subsequently reverses.

Frequently Asked Questions

What is the difference between settled cash and buying power?

Settled cash is cash that has completed the settlement cycle and is fully available for use. Buying power is a broader concept that includes settled cash plus margin availability plus unsettled proceeds from recent sales that the broker may extend credit against. A cash account has buying power equal to settled cash only. A margin account has buying power equal to settled cash plus margin (typically 2x equity in a Reg T account), minus any existing margin utilization.

Why can the OMS and broker show different cash balances?

Legitimate differences arise from: (1) fees and commissions credited to the broker but not yet received by the OMS; (2) dividends received by the broker on the record date but not yet posted by the OMS; (3) timing differences in how the two systems apply end-of-day interest charges; (4) unsettled trade proceeds that the broker recognizes before settlement but the OMS records at settlement date. These are expected differences that reconcile over time. Unexpected differences indicate a missing transaction or erroneous entry.

What is a cash break?

A cash break is a discrepancy between the OMS's internally recorded cash balance for an account and the broker's reported cash balance. Like position breaks, cash breaks can be timing artifacts (a dividend credited by the broker but not yet received by the OMS) or real errors (a commission fee never recorded in the OMS). Cash breaks are typically reconciled daily rather than intraday because cash movements are less time-sensitive than position movements for most risk purposes.

How does the T+1 settlement cycle affect cash reconciliation?

Under T+1 settlement, equity purchases settle the next business day. When a buy occurs today, the OMS records a cash commitment (reducing available cash by the trade amount) but the actual cash transfer does not happen until tomorrow. The broker's cash report reflects the committed cash as a pending debit. Reconciliation must distinguish between settled cash (already transferred) and unsettled cash (committed but not yet transferred) to compare the two reports correctly.

What is margin utilization and how is it tracked?

Margin utilization is the amount of broker-extended credit currently in use by an account. In a Reg T margin account with $1M equity. The broker may extend up to $1M in additional buying power (50% initial margin requirement). If the account has borrowed $400,000, margin utilization is 40%. The OMS tracks margin utilization to prevent orders that would exceed the account's margin limit; the broker tracks it to enforce Reg T and house margin requirements. These two views must reconcile.

What items cause the most common cash reconciliation breaks?

The most frequent causes of cash breaks are: commission and fee accruals (broker charges fees on settlement date; OMS may accrue on trade date); dividend income (received by broker on payment date, recorded by OMS only when notified); interest charges on margin (computed daily by the broker, communicated to OMS with a lag); and wire transfers or cash deposits that were received by the broker but not yet entered in the OMS. Each category has a predictable timing pattern that helps classify the break.

How does the OMS compute available buying power for pre-trade checks?

Pre-trade buying power for a cash account: settled cash minus sum of unfilled buy orders' estimated cost. For a margin account: (settled equity × margin multiplier) minus margin already utilized minus sum of unfilled buy orders' estimated cost. The 'estimated cost' of an open buy order uses the limit price (or a market estimate) times quantity, not the fill price. This ensures buying power checks are conservative, the order is reserved against the worst-case cost before any fill occurs.

What happens when a selling commission causes a negative cash reconciliation difference?

When the broker charges a commission on a sell trade, the net proceeds credited to the account are the trade value minus the commission. If the OMS records the full trade value without the commission deduction, the OMS cash balance will be higher than the broker's. This creates a systematic, predictable cash break equal to the commission amount. The OMS should record commission as a separate cash transaction when the fill is received, or as a known deduction from the gross proceeds.

How do dividends, interest, and fee accruals complicate cash reconciliation?

These postings are generated by the broker or custodian rather than by any order the system placed, so they appear in the broker cash balance with no corresponding internal event. Timing varies too: an accrual may be reflected daily while the cash posts on payment date. Modeling expected accruals rather than ignoring them keeps them from being investigated as breaks, and tagging any difference explained by a known posting type separates routine timing from a genuine discrepancy.

References

Educational Disclaimer

This guide is for educational purposes only and does not constitute financial, legal, or compliance advice. Margin requirements and cash reconciliation practices vary by account type, jurisdiction, and broker. Consult qualified professionals for specific guidance.