departi_check_tax
Assesses whether a stay in a destination triggers tax residency, analyzes double-tax-treaty provisions, and identifies digital-nomad or special regimes based on nationality, tax residence, and trip duration.
Instructions
Assesses tax-residency risk and double-tax-treaty position for a traveller in a destination. Returns: whether the stay risks triggering destination tax residency (the day threshold and the country's day-counting method), the relevant treaty provisions between the traveller's tax-residence country and the destination (employment income, tie-breaker, social security, withholding), any special or digital-nomad tax regime, and — for US citizens — FEIE / Physical-Presence-Test context. Advisory only, not tax advice. Use for "will staying here make me tax resident / what does the treaty say / how are my days counted". Note: any US citizenship triggers worldwide/citizenship-based obligations regardless of residence or other passports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Default en. | en |
| purpose | No | tourism | remote_work | business … Default tourism. | tourism |
| currency | No | Default EUR. | EUR |
| duration | Yes | Stay in days. | |
| destination | Yes | Country being visited, ISO alpha-2. | |
| nationality | Yes | Citizenship / passport, ISO alpha-2. Drives citizenship-based obligations (e.g. US — taxed worldwide regardless of residence). May differ from tax residence. | |
| taxResidence | Yes | The traveller's current country of tax residence, ISO alpha-2. This selects the treaty "resident state" and can differ from nationality. | |
| employmentType | No | employed | self_employed | company_director | retired. Affects PE / treaty analysis. | |
| yearToDateDays | No | Days already spent in the destination this tax year. Default 0. |