# EU ETS Cost

## How EU ETS Cost Is Calculated

When your system’s [default currency](/release-8.25/voyage-management-system/step-by-step-guides/setup/system-settings/general.md#breakdown-of-the-available-settings) ***differs*** from the voyage currency, the EU ETS Cost is *c*omputed in two phases but applied in one formula:

1. **Base cost in default currency**\
   Multiply the EUA price by the quantity (EU ETS emission).
2. **Conversion to voyage currency**\
   Apply the exchange rate between the default currency and the voyage currency.

In the figure below, the header shows USD (the voyage currency), while the price field’s end adornment shows EUR (the default currency). The EU ETS Cost is calculated according to the formula:

$$
\begin{array}{r@{;}l@{\quad}r}
\text{EU ETS Cost}
& =;\text{Price};\times;\text{Quantity};\times;\text{Exchange Rate}
& (1) \\\
& =;100,\mathrm{EUR}\times13.567\times1.2\
& (2) \\

& =;1628.00,\mathrm{USD}\
& (3)
\end{array}
$$

<figure><img src="/files/ToPNkfjVwBVnv4HzjZJ1" alt=""><figcaption><p>Figure 1: Profit &#x26; Loss Example</p></figcaption></figure>

The result, **1 628.00 USD,** is what appears under EU ETS Cost for that voyage.&#x20;

**NOTE:** In our example, the EUR to USD exchange rate on the date of calculation was **1.2**.


---

# 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.dataloy.com/release-8.25/voyage-management-system/step-by-step-guides/voyages/maintain-voyages/overview/profit-loss-summary/eu-ets-cost.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.
