> For the complete documentation index, see [llms.txt](https://eako-capital.gitbook.io/eako-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eako-capital.gitbook.io/eako-user-guide/call-option.md).

# Call Option

{% hint style="info" %}
Calls provide protection against adverse exchange rate movements. In return for this protection, the client pays a premium for the option. If the option is exercised, there is physical delivery of the underlying currency.

A Call gives its holder the right to buy a given quantity of a currency in return for another currency at a predetermined strike price, at a future date (European style Call) or until a future date (American style Call). At expiry, the holder of the Call has unlimited upside potential if the spot rate is higher than the strike price. If it ends up lower than the strike price, the Call is not exercised and the loss is limited to the amount of the option premium.
{% endhint %}

## Long Call

**Payoff Diagram:**

<figure><img src="/files/Kpb4Z30Siq8NzrznfOHX" alt="Long Call Payoff Profile"><figcaption></figcaption></figure>

**Direction Assumption:** Bullish

**Maximum Profit:** Unlimited

**Maximum Loss:** Limited to Premium paid

**Breakeven Price:** Strike Price + Premium paid

**Theta:** Passage of Time -> Negative Effect

The time value of the Long Call's premium, which the holder has "purchased" by paying for the option, generally decreases or decays with the passage of time. Theta decrease accelerates as the option contract approaches expiration.

**Volatility:**&#x20;

If Volatility increases -> Positive Effect.&#x20;

If Volatility decreases -> Negative Effect.

## Short **Call**

**Payoff Diagram:**

<figure><img src="/files/NKSOFN8LxveU3r0knvp2" alt="Short Call Payoff Profile"><figcaption></figcaption></figure>

**Direction Assumption:** Bearish

**Maximum Profit:** Limited to Premium received

**Maximum Loss:** Unlimited

**Breakeven Price:** Strike Price + Premium received

**Theta:** Passage of Time -> Positive Effect\
The time value of the Short Call's premium, which the option seller has "collected" by selling the option, generally decreases or decays with the passage of time. Theta decrease accelerates as the option contract approaches expiration.

**Volatility:** \
If Volatility increases -> Negative Effect. \
If Volatility decreases -> Positive Effect.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://eako-capital.gitbook.io/eako-user-guide/call-option.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
