# Risk Reversal / FX Collar

## Long Risk Reversal

{% hint style="info" %}
The collar is one of the most conservative forward hedges available. Through the combination of the buying and selling of a pair of OTM options, the Collar provides a hedge whereby the client's FX risk is locked within a "range", between a Guaranteed Strike Rate and a Best Case Rate .

The strategy may also be referred to as a Risk Reversal, Cap and Floor, Range Forward, or Corridor.
{% endhint %}

**Payoff Diagram:**

<figure><img src="/files/3aWXoDQZkU9Xk9TZCsJE" alt="Long FX Collar Payoff Profile"><figcaption></figcaption></figure>

### **Payoff at Expiry:**

At expiry if EURUSD fixes:

* Above the Call Strike, the client is fully protected at the Call Strike on 100% of the Notional.  The profit on the derivative will fully net off against the loss on the underlying exposure.
* Between the Call Strike and the Put Strike, the client can participate in the favourable movement and transact at the improved Spot Rate.
* Below the Put Strike, the client will find itself obligated to trade at the Put Strike level on 100% of the Notional.

## Short Risk Reversal

{% hint style="info" %}
A Short Risk Reversal is a bearish strategy which involves the simultaneous sale of an OTM Call and a purchase of an OTM Put of the same expiration. This can be done for either a net credit or debit, depending on the strikes chosen.&#x20;
{% endhint %}

**Payoff Diagram:**

<figure><img src="/files/91c4EwKjk3siZFzXoYf2" alt=""><figcaption></figcaption></figure>

### **Payoff at Expiry:**

At expiry if EURUSD fixes:

* Above the Call Strike, the client will find itself obligated to trade at the Call Strike level on 100% of the Notional.
* Between the Call Strike and the Put Strike, the client can participate in the favourable movement and transact at the improved Spot Rate.
* Below the Put Strike, the client is fully protected at the Put Strike on 100% of the Notional.  The profit on the derivative will fully net off against the loss on the underlying exposure.


---

# 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://eako-capital.gitbook.io/eako-user-guide/risk-reversal-fx-collar.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.
