Strasmore Research
Learn am Matt ConnorBy Matt Connor · data as of August 13, 2026 · refreshed weekly

How Options Trading Inside an IRA Works

IRA no dey allow Reg T margin, so every short option need full collateral. See wetin limited margin fit do and the assignment trap e dey create.

Trading options inside an IRA dey work with one main rule wey almost no broker page dey explain clearly: retirement account no fit pledge its assets or borrow against dem. Regulation T margin, wey be Federal Reserve rule wey allow brokerage lend ordinary account roughly half the price of stock purchase, no dey available here. Every short option must get full collateral, either cash or the shares themselves. Na this one restriction dey determine all the strategies wey broker go approve.

Why IRA no fit use Reg T margin

IRA na tax-exempt trust wey get one beneficiary. Section 4975 of tax code treat loan between the account and owner, plus using account assets as security for loan, as prohibited transaction. Margin agreement na exactly that kind pledge: securities inside the account stand as collateral for broker credit line. If person sign am, e fit put the account tax status for danger. Na why no US broker dey offer am for retirement account.

Four mechanics dey follow, and dem same for every firm:

  • No debit balance, ever. Settled cash na the maximum amount wey account fit use buy.
  • No short stock position. To borrow shares, account need agreement wey e no fit sign.
  • Every short option get collateral on the day dem open am: cash equal to strike for short put, and the shares themselves for short call.
  • No maintenance call for the usual meaning. Forced close na wetin replace request for more money.

Trading options inside IRA: wetin full collateral cost

Cash secured put go lock the full strike price as cash, equal to 100 shares, until person close the contract or e expire. Covered call go lock the shares. Both na fully funded positions, and the funding na the first number wey person need check. The choice between both dey explained for covered call versus cash secured put.

QueryWetin one fully collateralized contract tie down, by underlying
The exact SQL behind every number
SELECT
    underlying_symbol                                       AS symbol,
    round(avg(toFloat64(strike_price)) * 100 / 1000, 1)     AS cash_for_one_put_k,
    round(avg(toFloat64(underlying_close)) * 100 / 1000, 1) AS cost_of_100_shares_k,
    count()                                                 AS contract_count
FROM global_markets.options_greeks
WHERE date = (
        SELECT max(date)
        FROM global_markets.options_greeks
        WHERE underlying_symbol IN ('AAPL', 'MSFT', 'NVDA', 'SPY', 'KO', 'T')
      )
  AND lower(toString(option_type)) IN ('put', 'p')
  AND days_to_expiry BETWEEN 15 AND 60
  AND toFloat64(underlying_close) > 0
  AND toFloat64(strike_price) > 0
  AND abs(toFloat64(strike_price) / toFloat64(underlying_close) - 1) < 0.05
  AND underlying_symbol IN ('AAPL', 'MSFT', 'NVDA', 'SPY', 'KO', 'T')
GROUP BY underlying_symbol
ORDER BY cost_of_100_shares_k DESC
Run this yourself

The panel dey price near-the-money puts wey get 15 to 60 days left, across 6 household names. For the top of the table, SPY need $76.1k cash to secure one put, compared with $77.1k to own the 100 shares wey covered call need. For the bottom, T need $2.4k. Taxable margin account for post only part of those amounts. For retirement account, the part na one.

The collateral no dey work while e dey wait

Cash wey dem hold against short put no fit serve as pledge, no fit reuse, and no fit apply to another position. E stay committed for the full life of the contract, while premium na everything wey account collect for that commitment. The panel below show premium as percentage of cash wey dey locked behind am.

QueryNear-the-money put premium as % of the cash wey e lock up
The exact SQL behind every number
SELECT
    multiIf(days_to_expiry <=  14, '1-14 days',
            days_to_expiry <=  30, '15-30 days',
            days_to_expiry <=  60, '31-60 days',
            days_to_expiry <= 120, '61-120 days',
                                   '121-365 days')                                                       AS dte_bucket,
    round(avgIf(100 * toFloat64(option_close) / toFloat64(strike_price), underlying_symbol = 'SPY'), 2)   AS spy_premium_pct,
    round(avgIf(100 * toFloat64(option_close) / toFloat64(strike_price), underlying_symbol = 'NVDA'), 2)  AS nvda_premium_pct
FROM global_markets.options_greeks
WHERE date = (
        SELECT max(date)
        FROM global_markets.options_greeks
        WHERE underlying_symbol IN ('SPY', 'NVDA')
      )
  AND lower(toString(option_type)) IN ('put', 'p')
  AND days_to_expiry BETWEEN 1 AND 365
  AND toFloat64(option_close) > 0
  AND toFloat64(strike_price) > 0
  AND toFloat64(underlying_close) > 0
  AND abs(toFloat64(strike_price) / toFloat64(underlying_close) - 1) < 0.03
  AND underlying_symbol IN ('SPY', 'NVDA')
GROUP BY dte_bucket
HAVING countIf(underlying_symbol = 'SPY')  > 0
   AND countIf(underlying_symbol = 'NVDA') > 0
ORDER BY min(days_to_expiry)
Run this yourself

Puts for 1-14 days bucket price at 0.67% of the cash wey dem tie up on SPY, and 1.83% on NVDA. For 121-365 days, the SPY figure na 4.08% of the same collateral, for commitment wey last the full term. Same cash, different premium: the difference between both series na implied volatility, meaning the movement wey market don price into each name contract.

Wetin limited margin for IRA actually dey do

Some brokers dey offer retirement accounts feature wey dem call limited margin, or IRA margin. The name fit mislead person. E no extend any credit at all. E only allow account trade with unsettled proceeds.

Under T+1 settlement standard wey dem adopt for May 2024, cash from stock sale become available one business day later, and option trades settle on the same next-day basis. Plain cash account fit buy with unsettled proceeds, but if person sell that new position before the first sale settle, e go create good faith violation. Three of dem inside rolling 12 months commonly bring 90-day restriction wey allow only settled cash. Limited margin remove this timing problem. Broker no dey front any money. E only stop policing the settlement clock inside the account.

Wetin limited margin still no dey do:

  • E no allow debit balance or overnight loan.
  • E no allow short stock.
  • E no allow uncovered short call.
  • E no reduce the collateral behind any short position by even one dollar.

Why spreads and naked calls get restriction

Uncovered short call no dey available for any retirement account. Assignment delivery need shares wey account no own, and the only way to produce dem na short stock position, wey IRA no fit hold. Broker policy no even need enter here; account structure itself forbid the outcome. Wetin taxable account post for the same trade dey explained for margin for selling naked options.

Vertical spreads dey for a more uncertain area. Their loss get limit, so firms wey allow dem hold the full width of the spread as cash, 100 dollars per point per contract, for the trade lifetime. The problem na wetin fit happen between the two legs. If short leg get assigned, account go hold or owe stock for one day or more while long leg still remain option. Financing that temporary position na exactly the credit wey retirement account no get. Firms wey allow IRA spreads reserve right to close dem without asking, and many of dem dey do am automatically for the last hour of expiration session. Approval tiers dey differ by firm and dem dey rewrite dem every few years, so treat any level number as snapshot of the date wey dem publish am.

The assignment trap wey no broker page dey state

For taxable margin account, assignment wey leave account short of cash go create margin call, and wire transfer fit solve am before deadline. For IRA, that same wire na contribution. Law set annual contribution limits at a few thousand dollars, and the limit no dey change because trading emergency happen. Person no fit add money whenever e want.

The solution na mechanical instead. Broker go close the position or sell shares at whatever price market offer that morning. Dem go inform account owner, but dem no go ask for approval. Assignment risk no random either. E dey follow moneyness, and e dey become stronger as expiration dey near.

QueryAverage call delta by strike versus spot, one week or less to expiration
The exact SQL behind every number
WITH toFloat64(underlying_close) / toFloat64(strike_price) - 1 AS moneyness
SELECT
    multiIf(moneyness < -0.04, '4%+ OTM',
            moneyness < -0.02, '2-4% OTM',
            moneyness <  0.00, '0-2% OTM',
            moneyness <  0.02, '0-2% ITM',
            moneyness <  0.04, '2-4% ITM',
                               '4%+ ITM')  AS strike_vs_spot,
    round(avg(abs(delta)), 3)              AS avg_delta,
    count()                                AS contract_count
FROM global_markets.options_greeks
WHERE date = (
        SELECT max(date)
        FROM global_markets.options_greeks
        WHERE underlying_symbol IN ('AAPL', 'MSFT', 'NVDA', 'SPY', 'KO', 'T')
      )
  AND lower(toString(option_type)) IN ('call', 'c')
  AND days_to_expiry BETWEEN 0 AND 7
  AND toFloat64(strike_price) > 0
  AND toFloat64(underlying_close) > 0
  AND abs(delta) > 0
  AND abs(moneyness) < 0.20
  AND underlying_symbol IN ('AAPL', 'MSFT', 'NVDA', 'SPY', 'KO', 'T')
GROUP BY strike_vs_spot
ORDER BY min(moneyness)
Run this yourself

Across calls wey get one week or less left, 4%+ OTM bucket carry average delta of 0.012. 4%+ ITM bucket carry 0.958. Delta measure option price sensitivity to one-dollar move for underlying, and near expiration e also serve as rough estimate of chance say contract go finish in the money. Short call for the right-hand end of that curve, for planning purpose, mean sale of shares wey parties don already agree on.

Early assignment before ex-dividend date

American-style equity options fit get exercise on any business day before expiration, and holder of in-the-money call get one regular reason to exercise early: dividend. If holder exercise the day before ex-dividend date, the call turn to shares early enough for holder to qualify for the payment. Covered-call writer on the other side deliver the shares and collect nothing. Early assignment on short options explain the calculation, while ex-dividend dates and options cover the calendar details.

QueryNext declared ex dividend dates and the cash wey dey at stake per contract
The exact SQL behind every number
SELECT
    ticker                                                           AS symbol,
    formatDateTime(min(ex_dividend_date), '%b %e')                   AS ex_date_label,
    round(toFloat64(argMin(cash_amount, ex_dividend_date)) * 100, 2) AS dividend_per_contract_usd,
    dateDiff('day', today(), min(ex_dividend_date))                  AS days_to_ex_date
FROM global_markets.stocks_dividends
WHERE ex_dividend_date >= today()
  AND ex_dividend_date <= today() + 200
  AND ticker IN ('AAPL', 'MSFT', 'KO', 'T', 'JNJ', 'PG', 'XOM', 'CVX')
GROUP BY ticker
ORDER BY dividend_per_contract_usd DESC
Run this yourself

CVX carry the biggest payment for this group, $178 per 100 shares, with ex-dividend date for Aug 19, 6 days from now. Short call wey remaining time value dey below that amount fit get exercise the day before. Inside IRA, the outcome narrow and clear: shares go leave the account, and dividend no go arrive.

Option losses for IRA fit deduct?

No. Loss wey person realize inside IRA no ever reach tax return. No capital loss dey available to carry forward, and no gain elsewhere dey available to offset am. For the same reason, wash sale bookkeeping no apply between two trades wey both dey inside the account.

The exposure dey the other way. If person sell security at loss for taxable account and buy that security, or option on am, inside IRA within 30 days, e create wash sale. Revenue Ruling 2008-5 say the disallowed loss don disappear permanently. For taxable account, wash sale defer the loss into replacement position cost basis. IRA no get cost basis wey person fit adjust, so deduction disappear instead of moving forward. Wash sale treatment dey for Publication 550.

FAQ

Person fit trade options for IRA?

Yes, if broker approve am. Strategies wey dey available na fully collateralized ones: long calls and puts, covered calls, cash secured puts, and defined-risk spreads for many firms. Uncovered short calls and short stock no dey available for any retirement account.

Wetin be limited margin for IRA?

Na permission to trade with unsettled proceeds, and nothing more. E no extend credit, e no allow debit balance or short stock, and e no reduce collateral wey dey behind short option.

Wetin go happen if option for IRA get assigned and cash no dey?

Broker go close the position or sell shares to cover am. Depositing money no be solution: deposit into IRA count as contribution, and law cap am every year.

Option losses for IRA fit deduct for tax?

No. Dem no report gains and losses inside retirement account for the year wey dem happen. Loss wey person take for taxable account and replace inside IRA within 30 days get permanent disallowance under Revenue Ruling 2008-5.

Person fit sell covered calls for IRA?

Yes. The 100 shares per contract wey account already hold na the collateral, and this satisfy full-funding rule. Covered calls explain the mechanics.


Every panel above dey come with the SQL wey produce am. To price the collateral behind specific contract, or check when name next ex-dividend date go happen, ask the question in plain English for Strasmore terminal.