(function(){
var CN = 'menthorq_utm_params';
var LK = 'menthorq_utm_params';
var UK = ['utm_source','utm_medium','utm_campaign','utm_term','utm_content','utm_id'];
var CK = ['gclid','fbclid','msclkid','ttclid','twclid'];
var CD = 30;
var AK = UK.concat(CK);function sC(n,v,d){var e=new Date(Date.now()+d*864e5).toUTCString();var c=n+'='+encodeURIComponent(v)+';expires='+e+';path=/;SameSite=Lax';if(location.protocol==='https:')c+=';Secure';document.cookie=c;}
function gC(n){var m=document.cookie.match(new RegExp('(?:^|; )'+n+'=([^;]*)'));return m?decodeURIComponent(m[1]):'';}
function sv(d){var j=JSON.stringify(d);sC(CN,j,CD);try{localStorage.setItem(LK,j);}catch(e){}}
function hk(o){if(!o)return false;for(var i=0;i<AK.length;i++)if(o[AK[i]])return true;return false;}
function nm(d){if(!d)return null;if(d.first)return d;if(hk(d))return{first:d,last:d};return null;}
function ld(){var r=gC(CN);if(r){try{var n=nm(JSON.parse(r));if(n)return n;}catch(e){}}try{var s=localStorage.getItem(LK);if(s){var n=nm(JSON.parse(s));if(n)return n;}}catch(e){}return null;}var ps = new URLSearchParams(window.location.search);
var fd = {}, has = false;
for (var i = 0; i < AK.length; i++) {
var v = ps.get(AK[i]);
if (v) { fd[AK[i]] = v; has = true; }
}if (has) {
fd.captured_at = new Date().toISOString();
var ex = ld();
sv(ex ? {first: ex.first, last: fd} : {first: fd, last: fd});
return;
}var raw = gC(CN);
if (raw) {
try {
var p = JSON.parse(raw);
if (!p.first && hk(p)) sv({first: p, last: p});
} catch(e) {}
return;
}try {
var s = localStorage.getItem(LK);
if (s) { var n = nm(JSON.parse(s)); if (n) sv(n); }
} catch(e) {}
})();
var breeze_prefetch = {"local_url":"https://menthorq.com","ignore_remote_prefetch":"1","ignore_list":["/account/","/login/","/thank-you/","/wp-json/openid-connect/userinfo","wp-admin","wp-login.php"]};
//# sourceURL=breeze-prefetch-js-extra
An option is a financial contract that grants the buyer the right, but not the obligation, to buy or sell a specific quantity of an underlying security at a predetermined price, within a set period. Options come in two types:
Call Options: Provide the right to buy the underlying security.
Put Options: Provide the right to sell the underlying security.
For every buyer of an option, there is a seller. The buyer pays a premium for this right; the seller collects the premium and takes on the obligation should the option be exercised.
Rights vs. Obligations
Long Option Position (Buyer): The buyer holds the right to exercise. This means buying (for a call) or selling (for a put) the underlying asset at the strike price.
Short Option Position (Seller): The seller has the obligation. If the buyer exercises the option, the seller must fulfill the contract (sell or buy the underlying).
Importantly, option holders do not receive dividends or voting rights because they do not own the underlying stock.
Option Expiration and Exercise
Options have a finite life. They expire on a set date, and the buyer can either:
Exercise the option if it has value,
Sell to close the position prior to expiration, or
Let it expire if it is worthless.
Most options are not held to expiration. Because market conditions fluctuate, many traders sell options before they expire, capturing remaining value.
Opening and Closing Transactions
All option trades fall into one of two categories: opening or closing.
Buy to Open: Creating a new long position.
Sell to Close: Closing a previously opened long position.
Sell to Open: Establishing a new short position.
Buy to Close: Closing an existing short position.
Understanding these labels helps traders accurately manage positions and risk.
Volume and Open Interest
These two metrics provide insight into how actively an option is traded:
Volume: The number of contracts traded during a given period (e.g., one trading day). It resets daily.
Open Interest: The total number of outstanding contracts that remain open.
Example:
Trader A buys 1 call from Trader B (both opening positions) → Volume = 1, Open Interest = 1.
Later, B buys to close from Trader C (C opens a new short) → Volume = 2, Open Interest = 1.
Next day, C buys back from A → Volume = 1, Open Interest = 0.
The Role of the OCC
The Options Clearing Corporation (OCC) guarantees all listed options trades, ensuring that each buyer and seller fulfills their contractual obligations. Here’s how:
A trade occurs between two parties (e.g., Trader X and Trader Y).
Each submits the trade to their respective clearing firms.
The clearing firms submit the trade to the OCC.
The OCC matches and guarantees the transaction.
Even if Trader Y exits the position, the OCC will assign exercise to another appropriate short, ensuring the long position is honored.
Standardized Option Contracts
Options listed on exchanges like the Cboe are standardized for consistency. Key components include:
Underlying Symbol: Identifies the stock (e.g., IBM).
Quantity: One contract usually represents 100 shares.
Expiration Date: Third Friday of the expiration month (options technically expire on Saturday).
Strike Price: The agreed-upon price at which the option can be exercised.
Option Type: Call or Put.
Premium: The cost of the option per share.
Understanding Option Series and Classes
Option Class: All options on the same underlying asset.
Option Series: All calls or puts with the same expiration and strike price.
These are displayed in an option chain, typically available via brokers or trading platforms.
Strike Price and Moneyness
Strike price determines whether an option is:
In-the-Money (ITM):
Call: Stock price > strike price.
Put: Stock price < strike price.
At-the-Money (ATM): Stock price ≈ strike price.
Out-of-the-Money (OTM):
Call: Stock price < strike price.
Put: Stock price > strike price.
Moneyness affects both the option’s value and its likelihood of being exercised.
Premium: Intrinsic vs. Time Value
An option’s premium is the price paid to own it and is made up of:
Intrinsic Value: The amount by which the option is ITM.
Time Value: The extra value based on time remaining and potential for price movement.
Example:
IBM is trading at $171.30.
A $170 call = $5 premium → $1.30 intrinsic + $3.70 time value.
OTM options have no intrinsic value and consist only of time value.
Exercise Styles: American vs. European
American-style: Can be exercised any time before expiration.
European-style: Can only be exercised at expiration.
All exchange-listed equity options in the U.S. are American-style, but some index options (e.g., SPX) are European-style.
Concept
Definition
Call Option
Right to buy the underlying asset at strike price
Put Option
Right to sell the underlying asset at strike price
Long Position
Buyer of the option (holds the right)
Short Position
Seller of the option (has the obligation)
Buy to Open
Initiating a new long position
Sell to Close
Exiting a long position
Sell to Open
Initiating a new short position
Buy to Close
Covering an existing short position
Volume
Number of contracts traded during the period
Open Interest
Total outstanding contracts
OCC
Guarantees all options trades
Contract Size
Usually represents 100 shares per contract
Strike Price
The fixed price at which the option can be exercised
Expiration
Typically the third Friday of the expiration month
Moneyness
Describes ITM, ATM, or OTM based on relation to stock price
Intrinsic Value
In-the-money portion of premium
Time Value
Premium above intrinsic value
American Exercise
Can exercise at any time before expiration
European Exercise
Can only exercise at expiration
Conclusion
This guide should give beginner traders a comprehensive foundation to understand how options work, from the contractual structure to key pricing concepts. Future lessons can build on this knowledge by introducing the Greeks, volatility, and advanced strategies. Let me know if you’d like that next.
Join us today
Access daily Market Research and our interactive Dashboard. Make better trading decisions.