> For the complete documentation index, see [llms.txt](https://help.europacbank.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.europacbank.com/help/faqs/account-opening/prohibition-list.md).

# Prohibited Countries & Business Activities

{% tabs %}
{% tab title="Prohibited Countries List" %}

### United States and its Territories

For compliance reasons, we do not open accounts for citizens/residents, or entities of the United States and its Territories (American Samoa, Guam, Northern Mariana Islands, Puerto Rico and the U.S. Virgin Islands).

### Prohibited Countries

For compliance reasons, we do not open accounts for residents, entities, or businesses operating within, the following countries:

| <p></p><ul><li>Afghanistan</li><li>Albania</li><li>Angola</li><li>Bangladesh</li><li>Bosnia and Herzegovina</li><li>Belarus</li><li>Burundi</li><li>Central African Republic</li><li>Cuba</li><li>Democratic Republic of the Congo</li><li>Egypt</li><li>Eritrea</li><li>Ethiopia</li><li>Equatorial Guinea</li><li>Guinea</li><li>Guinea Bissau</li><li>Iran</li><li>Iraq</li><li>Kosovo</li><li>Laos</li><li>Lebanon</li><li>Libya</li></ul> | <p></p><ul><li>Macedonia</li><li>Mali</li><li>Moldova</li><li>Montenegro</li><li>Myanmar (Burma)</li><li>Nicaragua</li><li>North Korea</li><li>Palestinian Territories</li><li>Russian Federation</li><li>Saint Vincent and the Grenadines</li><li>Serbia</li><li>Somalia</li><li>South Sudan</li><li>Sri Lanka</li><li>Sudan and Darfur</li><li>Syria</li><li>Tunisia</li><li>Ukraine</li><li>Vanuatu</li><li>Venezuela</li><li>Yemen</li><li>Zimbabwe</li></ul> |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| {% endtab %}                                                                                                                                                                                                                                                                                                                                                                                                                                   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |

{% tab title="Restricted Business Activities" %}
For compliance reasons, we do not open accounts for, or facilitate business within the following business activities:<br>

| <ul><li>Arms Dealing</li><li>Cash Based Investment Businesses</li><li>Charities</li><li>Commodity Trading (non-exchange traded)</li><li>Financial Services (deposit taking, payment processing)</li><li>Gambling</li><li>Illegal Activities</li></ul><p></p> | <ul><li>Online Pharmaceuticals (prescription drugs)</li><li>Pass-through transactions and Payable-through accounts (PTA)</li><li>PEPs (Politically Exposed Persons/Businesses)</li><li>Pornography</li><li>Real Estate Transactions (require pre-approval)</li><li>Shipping Industry</li><li>Virtual currency</li></ul> |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| {% endtab %}                                                                                                                                                                                                                                                 |                                                                                                                                                                                                                                                                                                                         |
| {% endtabs %}                                                                                                                                                                                                                                                |                                                                                                                                                                                                                                                                                                                         |

{% hint style="danger" %}
&#x20;Be advised that this list may not be exhaustive and all applications and transactions are reviewed individually for adherence with our compliance and risk policies.

For clarification on any of the listed countries and/or business activities, please contact us [here](/help/contact-us.md).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.europacbank.com/help/faqs/account-opening/prohibition-list.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
