Cash Settlement vs Physical Delivery
Cash settlement resolves an option for a cash amount based on the difference between the settlement price and the strike. Physical delivery transfers the actual underlying — shares change hands at the strike. Index options such as SPX are cash-settled; equity and ETF options such as those on SPY are physically delivered. The distinction determines whether an expiring position becomes a cash entry or a stock position you must fund.
Two contracts can track nearly identical exposure and resolve completely differently, which is why this distinction matters more than its low profile suggests.
Cash settlement
At expiration, an in-the-money contract is resolved by a cash payment equal to the difference between the settlement value and the strike, multiplied by the contract multiplier.
Nothing is bought or sold. There is no share delivery, no position to fund, and no stock in the account the next morning. The contract simply resolves to a number.
This is how broad-based index options work — SPX, XSP, NDX and similar products. There is no practical alternative, since you cannot deliver an index.
Physical delivery
An in-the-money contract results in an actual transaction at the strike. A long call becomes a purchase of shares; a long put becomes a sale. A short position takes the other side.
This is how equity and ETF options work, including options on the most heavily traded ETFs.
The consequence is that expiration creates a position rather than closing one. Each contract represents a hundred shares, so a single in-the-money call becomes a hundred-share purchase at the strike, and the account must fund it.
Why the distinction is consequential
Funding. An account with modest capital can hold an option worth a few hundred dollars whose exercise requires tens of thousands. Cash settlement never produces that situation; physical delivery can, overnight, without a decision being made.
Early assignment. Physically settled equity options are typically American-style and can be exercised before expiry, so a short in-the-money position can be assigned at any time. Cash-settled index options are typically European-style and cannot, which removes an entire category of risk.
Overnight exposure. An assigned stock position exists until you close it. If assignment happens Friday, you hold shares through the weekend with whatever gap risk that carries. A cash settlement leaves nothing to hold.
The spread trap. On a physically settled credit spread where the short leg finishes in the money and the long leg does not, the short leg is assigned and the long leg expires worthless. A defined-risk position becomes an unhedged stock position. Cash settlement cannot produce this, because both legs resolve to cash simultaneously.
Timing differences at expiration
The two settlement types also stop trading at different moments, which matters on expiration day.
Equity and ETF options generally cease trading at the market close. Index options have their own schedule, and for products with daily expirations the expiring contracts cease trading at the close while non-expiring contracts continue trading briefly afterward.
Cash-settled index products also settle against a defined settlement value rather than simply the last trade, and the method varies by product and by whether it is a daily or a monthly expiration. That value can differ from where the index appeared to close, which occasionally surprises holders of positions near the strike.
Confirm the specific product's rules rather than assuming, because these details vary and they only matter on the day they matter.
Which to choose
For a trader who closes positions before expiry, the distinction rarely arises — you exit and the settlement method never comes into play.
For anyone who might hold to expiration, whether by intention or by a missed exit, cash settlement is structurally simpler. There is no funding requirement, no early assignment, no overnight stock position, and no partial-resolution trap on spreads.
Physical delivery is not worse in general — it is what allows options to function as a mechanism for acquiring or disposing of shares, which is a legitimate use. It is worse for someone who does not want shares and has not planned for receiving them.
There are other differences between the products beyond settlement, including tax treatment and contract size, which are worth considering separately rather than deciding on settlement alone.
What this means for automation
Settlement type should be a known attribute of every position. A system treating cash-settled and physically settled contracts identically is wrong about one of them, and the error surfaces at expiration when there is no time to correct it.
Physically settled short legs need explicit expiry handling. Either close them before expiration, or ensure the account can support assignment. Doing nothing is a decision with a cost.
Reconcile after any expiration. An assigned position appears without your system initiating it, so internal state will be wrong until it reads from the broker. The broker is authoritative, and that reconciliation belongs off the order path on worker thread pools.
On a self-hosted deployment all of this runs in your own environment, which means the expiry logic is yours to implement and test rather than a vendor default you inherit.
The honest limits
Cash settlement removes assignment mechanics, not loss. A cash-settled contract finishing out of the money is worth zero exactly as a physically settled one is.
Settlement values on index products are determined by defined procedures that can differ from the visible closing print, so a position that appeared to finish barely in the money may not have.
And settlement type is one attribute among several. Position sizing bounds what an expiration surprise costs — capital divided by twenty as the ceiling on any single position, under the divide-by-20 rule.
Frequently asked questions
What is the difference between cash settlement and physical delivery? Cash settlement pays the difference between settlement value and strike; physical delivery transfers actual shares at the strike.
Which options are cash-settled? Broad-based index options such as SPX and XSP. Equity and ETF options are physically delivered.
Why does it matter if I close before expiry? It largely does not. It matters when a position reaches expiration by intention or by a missed exit.
Can I be assigned on a cash-settled option? Not early. Cash-settled index options are typically European-style and resolve only at expiration.
What happens if I cannot fund an assigned position? The account faces a shortfall the broker will act on. Closing physically settled short legs before expiry avoids the situation entirely.
Disclaimer: This article is educational content about options mechanics. It is not investment advice, financial advice, tax advice, legal advice, or a recommendation to buy or sell any security, nor a recommendation of any strategy or position structure. Any instruments, figures, or examples are used solely to illustrate mechanics. Options trading involves substantial risk of loss and is not suitable for all investors; selling options can produce losses substantially greater than the premium received. Please read Characteristics and Risks of Standardized Options before trading options. Automated trading carries additional risks including software defects, connectivity failures, broker API changes, and outages that may prevent orders from being placed, modified, or cancelled. Past performance does not indicate future results, and no configuration, position-sizing rule, or risk setting can guarantee a profit or prevent a loss.
StaxInvesting LLC sells self-hosted trading software. It is not a broker-dealer, investment adviser, or financial institution, and it does not manage accounts, hold member funds, place trades on behalf of members, or access member brokerage accounts. Members run the software in their own cloud environment, connect their own brokerage accounts under their own credentials, and are solely responsible for their configuration, their credential security, and every trade executed in their account. Exchange rules, settlement procedures, and broker policies described here are subject to change; verify against current official sources. Consult a qualified financial adviser and tax professional regarding your individual circumstances.