# Various Rule: Percentage on Freight

The Percentage on Freight rule calculates the amount as the cargo freight the various item is created for divided by 100 and multiplied by the entered rate.

$$
Amount = Cargo Freight \div 100  \times Rate
$$

For example, if the cargo freight is 100,000 USD, and various rate is 10 EUR, the various amount will be 100,000 / 1.2 / 100 \* 10 = 8,333.33

$$
100,000 \div 1.2 \div 100 \times 10 = 8,333.3(3)
$$

where 1.2 is the exchange rate between USD and EUR.

***

{% hint style="warning" %}

### Important notes about the Percentage on Freight rule

* If the freight changes, the various amount will remain the same and will not automatically adjust to the new freight.
  {% endhint %}


---

# 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/master-data/various-costs-and-revenues/various-items-rules/various-rule-percentage-on-freight.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.
