# Currency exchange (FX) PnL adjustment

{% hint style="info" %}
This page illustrates how to calculate and export foreign exchange gains and losses in the Fair Value adjustment module, including generating automated Journal Entries and exporting the relevant tables.
{% endhint %}

## 1. Accessing the Fair Value adjustment module

1. On the project homepage, navigate to the **Valuation** page.
2. In the Valuation page, select the Fiat (FX) tab.

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

## 2. FX gains and losses calculation

1. The "Adjusting" table records the gains/losses on FX caused by exchange rate fluctuations.

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

1. Elven system automatically generates journal entries for adjustments based on the adjustment records.

## 3. Exporting FX gains and losses calculation tables

1. Click the "Export" button on the right to export the desired FX gains and losses calculation table.


---

# 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.elven.com/v3/assets-and-valuations/currency-exchange-fx-pnl-adjustment.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.
