# Options Position Sizing: Turn a Loss Budget into Contract Quantity

Set option quantity from account equity, trade and concentration budgets, stress loss per unit, liquidity, assignment funding, and buying-power reserves.

Canonical: https://wiki.fcontext.com/options/position-sizing-options/
Fact checked: 2026-07-22

> For educational purposes only; not investment advice.

<a id="answer"></a>
## Direct answer

Size an option position from the loss the account can absorb, not from the number of contracts buying power permits. Set a trade-loss budget, estimate a conservative loss for one complete strategy unit, divide, and always round down:

`trade risk budget = eligible account equity × allowed loss percentage`

`maximum units = floor(trade risk budget ÷ stress loss per unit)`

The final quantity is the smallest limit produced by stress loss, contractual maximum loss, underlying and factor concentration, Delta or notional exposure, executable liquidity, assignment funding, and the broker's buying-power requirement. If one unit breaches any hard limit, the correct size is zero.

<a id="mechanism"></a>
## Build the size from the account upward

Use equity that can genuinely support the trade. Exclude money reserved for withdrawals, taxes, living expenses, or near-term obligations. A risk percentage is an internal policy, not a universal recommendation, and should reflect drawdown tolerance and how many correlated positions may lose together.

Estimate loss per **complete strategy unit**, not per leg. For a defined-risk position, begin with contractual maximum loss plus realistic fees and exit slippage. For a long option, premium is the expiration loss ceiling if it can expire worthless, but a planned stop does not guarantee a smaller loss. For uncovered short options, initial margin is not maximum loss; use full repricing under price gaps, volatility and skew changes, elapsed time, wider spreads, and assignment.

Apply three overlapping budgets:

1. **Trade budget:** maximum loss for this specific position.
2. **Underlying budget:** aggregate loss across every strategy and expiration on the same underlying.
3. **Factor budget:** aggregate loss across positions exposed to one index, sector, volatility event, rate move, or other common driver.

Five different technology stocks are not five independent risks during a sector shock. Reprice existing and proposed positions under the same scenario, then allocate only the unused portion of each budget.

Margin is a feasibility constraint, not a loss estimate. Keep unused buying power for changing house requirements, closing orders, exercise, assignment, physical delivery, and a hedge that stops receiving offset credit. Current Delta is also not a complete size measure because it changes with price, time, and volatility.

<a id="example"></a>
## A `$500` budget permits one spread

Assume eligible account equity is `$50,000`, and an internal policy caps one trade's stress loss at `1%`:

`trade risk budget = $50,000 × 1% = $500`

A defined-risk debit spread costs `$3.00` per share with a standard multiplier of 100, so one complete spread can lose `$300`:

`stress loss per spread = $3.00 × 100 = $300`

`maximum units = floor($500 ÷ $300) = 1 spread`

Two spreads expose `$600`, above the budget. Rounding `$500 ÷ $300 = 1.67` to two would violate the limit.

Now suppose existing options on the same underlying would lose `$850` in the common stress and the underlying budget is `$1,000`. Only `$150` remains, so the new size is zero even though the trade budget alone allows one spread. If a correlated-sector budget also has only `$200` remaining, it independently produces the same zero result.

For an uncovered short Put, suppose the selected scenario produces `$1,400` loss per contract while the broker initially uses only `$650` of buying power. The risk-budget result is `floor($500 ÷ $1,400) = 0`; the lower margin requirement does not authorize one contract. Deeper gaps can still lose more than the chosen scenario.

<a id="risks"></a>
## Pre-order sizing worksheet

- Inventory every leg, quantity, strike, expiration, multiplier, deliverable, premium, and existing stock position.
- Calculate contractual maximum loss when finite and stress loss at executable, not theoretical Mid, prices.
- Shock price, volatility level and skew, time, correlation, borrow, dividends, liquidity, and margin together.
- Include partial fills, inability to close all legs, early assignment, expiration, and settlement cash.
- Calculate trade, underlying, and factor budgets after all current positions.
- Check stressed Delta and share-equivalent exposure, but do not use either as the only limit.
- Limit quantity to what market depth can close without assuming normal spreads during stress.
- Reserve cash and buying power beyond the order preview; a broker can raise house requirements.
- Round every risk-derived quantity down and use the minimum across all constraints.
- Recalculate with actual fill prices; a worse debit or credit changes loss per unit.
- Recalculate after rolls, partial closes, assignments, corporate actions, large moves, or new correlated trades.
- Record the scenario, data time, budget, planned review point, and conditions that invalidate the size.

A stress loss is conditional, not a guaranteed worst case. Gaps can exceed the shock, models can miss interactions, and forced liquidation can occur at poor prices. The purpose of sizing is to keep a plausible severe loss survivable, not to prove a position safe.

<a id="misconceptions"></a>
## Common misconceptions

**“One contract is always a small position.”** A standard contract can control 100 shares, and one uncovered or high-priced contract can exceed the account's risk budget.

**“Defined risk means quantity does not matter.”** Contract count scales the defined loss, fees, and delivery exposure.

**“A stop-loss defines maximum loss.”** Gaps, halts, wide spreads, and assignment can prevent execution at the stop.

**“Different tickers provide diversification.”** Shared index, sector, event, or volatility exposure can make losses arrive together.

**“Buying power tells me the appropriate size.”** It tells what the broker currently permits under its collateral rules, not what the account can economically tolerate.

<a id="related"></a>
## Related topics

- [Position size by stress loss](../option-position-size-by-stress-loss/)
- [Option stress testing](../option-stress-testing/)
- [Option margin](../option-margin/)
- [Assignment risk](../assignment-risk/)

<a id="sources"></a>
## Authoritative sources

- [OCC, Characteristics and Risks of Standardized Options](https://www.theocc.com/company-information/documents-and-archives/options-disclosure-document)
- [FINRA, Options](https://www.finra.org/investors/investing/investment-products/options)
- [FINRA Rule 4210, Margin Requirements](https://www.finra.org/rules-guidance/rulebooks/finra-rules/4210)
- [Cboe Options Institute, Options Basics](https://www.cboe.com/optionsinstitute/options_basics/)