# FX

FX SPOT = CONVERSION = $$ MOVEMENT = CCS

FX FORWARD = CONVERSION RATE + DATE LOCK = NO $$ MOVEMENT TODAY

FX OPTION OR "SWAPTION" = CONVERT RATE LOCK = RIGHT (NOT OBLIGATION) TO $$ MOVEMENT = PAY PREMIUM&#x20;

FX OPTION = Right, not obligation, to exchange at a rate = Pays premium today = **Insurance policy**

SWAPTION = Option to enter a Swap = Pays premium today = **Insurance policy for a Swap**

***

### FLOWS

<mark style="color:purple;">PREFUNDED VIA COP BORROW</mark>

1. Mural borrows COP from local bank
2. Mural converts COP for USD (spot)
3. Mural sends USD to Circle
4. Circle sends USDC to Mural
5. Merchant account funded
6. Acquirer sends COP to Mural
7. Mural repays COP loan principal + interest

<mark style="color:purple;">PREFUNDED VIA USD BORROW</mark>

1. Mural borrows USD from bank
2. Mural sends USD to Circle
3. Circle sends USDC to Mural
4. Merchant account funded
5. Acquirer sends COP to Mural
6. Mural converts COP to USD (spot)
7. Mural repays USD loan principal + interest

***

<figure><img src="/files/Wl5txacPvMmXMJHhx1Il" alt=""><figcaption></figcaption></figure>

**Problem:** Settlement risk, also known as delivery risk or counterparty risk, is the [risk](https://en.wikipedia.org/wiki/Risk) that a [counterparty](https://en.wikipedia.org/wiki/Counterparty) (or intermediary agent) fails to deliver a [security](https://en.wikipedia.org/wiki/Security_\(finance\)) or its [value](https://en.wikipedia.org/wiki/Value_\(economics\)) in cash as per agreement after the first party has delivered the security or cash value.

**Solutions:**&#x20;

* Limits on the amount of transactions to settle with each counterparty on a given day to avoid developing a large exposure to a single counterparty;
* Settlement through a [clearing house](https://en.wikipedia.org/wiki/Clearing_house_\(finance\)) to reduce exposure and liquidity required by [netting](https://en.wikipedia.org/wiki/Netting) transactions (bilateral or multilateral);
* Requirement of initial margin deposits (also called "collateral deposits") and variation margin to provide a safety buffer;
* Provide independent valuation of trades and collateral and monitor the creditworthiness of the parties to enhance transparency and risk management;
* Set up a guarantee fund that can be used to cover losses that exceed a defaulting member's collateral on deposit;
* Settlement through a [central counterparty clearing](https://en.wikipedia.org/wiki/Central_counterparty_clearing) to mutualize or transfer the settlement risk (cf. [novation](https://en.wikipedia.org/wiki/Novation));
* Settlement via [Delivery versus payment](https://en.wikipedia.org/wiki/Delivery_versus_payment) or [Payment versus payment](https://en.wikipedia.org/wiki/Payment_versus_payment) mechanism;[<sup>\[6\]</sup>](https://en.wikipedia.org/wiki/Settlement_risk#cite_note-6)
* Settling foreign exchange via a [special-purpose entity](https://en.wikipedia.org/wiki/Special-purpose_entity), such as the [CLS Group](https://en.wikipedia.org/wiki/CLS_Group);
* Settling via a cryptographic consensus system, such as a [blockchain](https://en.wikipedia.org/wiki/Blockchain).[<sup>\[7\]</sup>](https://en.wikipedia.org/wiki/Settlement_risk#cite_note-7)

CLS

<figure><img src="/files/IgGB7dg7678vHUMsnn27" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/kw3wdYIlCmRSmg2ur5ur" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/l3TvOFPVarAjTEbgjvVc" alt=""><figcaption></figcaption></figure>

***

RESOURCES

<https://www.banque-france.fr/system/files/2023-04/payments_market.pdf>

* FX Spot: immediate conversion + cash move.
* FX Forward: rate + date lock, no cash today.
* FX Option/Swaption: right (not obligation) to exchange/enter swap, pay premium today.

**FX SPOT = CONVERSION = $$ MOVEMENT = CCS**

**FX FORWARD = CONVERSION RATE + DATE LOCK = NO $$ MOVEMENT TODAY**

**FX OPTION = CONVERSION RATE LOCK&#x20;*****RIGHT*****&#x20;(NOT OBLIGATION) TO $$ MOVEMENT LATER = PAY PREMIUM TODAY**


---

# 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://docs.xft.finance/learn/flows/payments/fx.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.
