# Options Fundamentals

1. Intrinsic Value:
   * The intrinsic value of an option is the real, tangible value it holds based on the current price of the underlying asset. It represents how much profit an option would generate if exercised immediately.
   * For call options, the intrinsic value is calculated as the difference between the current stock price and the option's strike price (if positive). Mathematically: $$\text{Intrinsic Value (Call)} = \text{Current Stock Price} - \text{Strike Price}$$
   * For put options, the intrinsic value is the difference between the strike price and the current stock price (if positive): $$\text{Intrinsic Value (Put)} = \text{Strike Price} - \text{Current Stock Price}$$
2. Time Value:
   * Time value (also known as extrinsic value) represents the additional worth of an option beyond its intrinsic value. It accounts for factors such as time remaining until expiration and market volatility.
   * As an option approaches its expiration date, its time value diminishes. This is because the chance of significant price movements decreases.
   * The total option premium consists of both intrinsic value and time value: $$\text{Option Premium} = \text{Intrinsic Value} + \text{Time Value}$$
3. Expiration Dates:
   * Options have fixed expiration dates. Understanding these dates is crucial:
     * European-style options: These can only be exercised on the expiration date itself.
     * American-style options: These can be exercised at any time before or on the expiration date.
   * The expiration date impacts an option's value. The longer the time until expiration, the higher the time value. Remember that mastering these concepts is essential for successful options trading. Take the time to study and practice, and always consider risk management strategies.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/stocks/options-trading/options-fundamentals.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
