Futures Contract Specifications Explained

By Stax Team

A futures contract's specifications define exactly what one contract exposes you to. The three numbers that matter are the multiplier, the tick size, and the tick value. For the E-mini S&P 500, the multiplier is $50 per index point, the minimum tick is 0.25 index points, and each tick is therefore worth $12.50. Those numbers determine your dollar risk per contract, and they are the reason futures position sizing works differently from options position sizing.

Options traders arrive at futures with no vocabulary for this. There is no premium, no strike, and no expiry choice within a month — instead there is a specification sheet, and reading it correctly is the first requirement.

The multiplier

The dollar value assigned to each one-point move in the underlying.

The E-mini S&P 500 uses a $50 multiplier. If the index moves one full point, one contract gains or loses $50. Ten points is $500.

The Micro E-mini S&P 500 uses a $5 multiplier — exactly one-tenth. The same ten-point move is $50.

Multipliers vary by product and are not intuitive. Among micro equity index contracts, the S&P 500 and Russell 2000 versions use $5, the Nasdaq-100 version uses $2, and the Dow version uses fifty cents. You cannot infer one from another.

Tick size and tick value

Tick size is the smallest increment the price can move. For the E-mini S&P 500 it is 0.25 index points, so there are four ticks in a full point.

Tick value is what that increment is worth in dollars: tick size multiplied by the multiplier. For the E-mini S&P 500 that is 0.25 times $50, or $12.50. For the micro version, 0.25 times $5, or $1.25.

Tick value is the number to keep in your head, because it converts a stop distance directly into dollars. An eight-tick stop on one E-mini S&P 500 contract risks $100. The same eight ticks on the micro risks $10.

That conversion is the entire basis of futures position sizing, and it is why a futures risk calculation looks nothing like an options one.

Notional value, and why it surprises people

Notional value is the full face value of what you control: the current index level multiplied by the multiplier.

With the S&P 500 near 6,000, one E-mini contract carries roughly $300,000 of notional exposure. You do not pay that. You post margin, which is a fraction of it.

This is where futures leverage lives, and where the danger is. A position that feels small because the margin was small represents exposure that is not small. A one percent move against a $300,000 notional position is $3,000, regardless of what you posted to open it.

Anyone sizing from margin requirement rather than from notional exposure has misunderstood the instrument. Margin tells you what you can open. Notional tells you what you own.

Contract months and symbols

Equity index futures follow a quarterly cycle: March, June, September, and December, designated by the month codes H, M, U, and Z.

A full symbol combines the product code, the month code, and a year digit — so the March 2026 Micro E-mini S&P 500 contract is written as MESH6.

Several contract months trade simultaneously, and almost all volume sits in the front month. Automation has to resolve which contract is currently active rather than targeting a bare product code, or it will trade a thin back month with materially worse fills.

Settlement

Two kinds, and the difference determines what happens if you do nothing.

Cash-settled contracts, including the equity index futures, resolve to a cash value at expiration. Equity index contracts expire on the third Friday of the contract month, settling against a special opening quotation of the underlying index. No shares change hands.

Physically delivered contracts, common in energy and agricultural products, oblige delivery of the underlying commodity. A retail trader holding one to expiry has a problem that is not theoretical.

Know which category your contract falls into before you automate it. This is the single most consequential specification for anything running unattended.

The rest of the specification sheet

Trading hours, which for CME Globex products run roughly 23 hours a day with a daily maintenance break, and which are covered separately. Minimum and maximum order sizes. Price limits. Position limits. And the exchange the contract trades on, which determines both data entitlements and which calendar governs holidays.

Margin requirements appear on specification sheets too, and they are the one number on the page that changes frequently — set by the exchange as a floor, raised by brokers, and adjusted with volatility. Treat published margin figures as a snapshot rather than a constant.

Why this matters for automation specifically

Software has to encode these numbers, and getting one wrong is silent.

A sizing calculation using the wrong multiplier produces positions that are consistently too large or too small, and nothing errors. A stop distance computed in points but applied as ticks is off by a factor of four on an S&P 500 contract. A configuration ported from the standard contract to the micro without updating the multiplier is off by a factor of ten.

The defence is to keep specifications in one place, read them from the broker where possible rather than hardcoding, and assert that computed dollar risk matches expectation before submitting. Doing that check off the order path — the worker thread pattern — keeps validation from delaying the order it is validating.

The honest limits

Specifications change. Exchanges adjust tick sizes, introduce new contract sizes, and modify hours. Verify against the exchange rather than an article, including this one.

Knowing the specifications correctly does not make a strategy work. It makes your risk calculation accurate, which is a precondition rather than an advantage.

And accurate risk per contract is only useful if you then size correctly. Capital divided by twenty as the ceiling on any single position, under the divide-by-20 rule, computed from tick value and stop distance rather than from margin requirement. On a self-hosted deployment that calculation runs in your own environment, which means it is yours to get right.

Frequently asked questions

What is a futures contract multiplier? The dollar value assigned to each one-point move in the underlying. The E-mini S&P 500 uses $50; the micro version uses $5.

What is tick value? Tick size multiplied by the multiplier. For the E-mini S&P 500, 0.25 points times $50 equals $12.50 per tick.

What is notional value? The full face value you control — index level times multiplier. With the S&P 500 near 6,000 that is roughly $300,000 for one E-mini contract, against a much smaller margin deposit.

What do the letters in a futures symbol mean? Product code plus month code plus year digit. Equity index futures use H, M, U, and Z for March, June, September, and December.

Should I size from margin or notional? From risk per contract, computed from tick value and stop distance. Margin tells you what you can open, not what you own.


Disclaimer: This article is educational content about trading mechanics and software. It is not investment advice, financial advice, tax advice, legal advice, or a recommendation to buy or sell any security or futures contract, nor a recommendation of any strategy, platform, or broker. Any contracts, specifications, margin figures, or fee structures named are described for illustration and are subject to change by exchanges and brokers without notice. Futures and options trading involve substantial risk of loss and are not suitable for all investors; futures are leveraged and losses can exceed the amount deposited. 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, futures commission merchant, 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 specifications, margin requirements, and broker terms described here reflect publicly available information as of publication and change frequently; always verify against current official sources. Consult a qualified financial adviser and tax professional regarding your individual circumstances.