-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrules.json
More file actions
13 lines (13 loc) · 1.23 KB
/
Copy pathrules.json
File metadata and controls
13 lines (13 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"_comment": "desc = rule description per language (без названия страны). Название страны подставляется и переводится автоматически из scope. basis = calendar_year | rolling_180. scope = {country: ISO2} или {zone: schengen}. Для штатов/регионов: {country: 'US', admin1: 'New York'} — admin1 должен точно совпадать с названием региона из reverse_geocoder (English).",
"rules": [
{"id": "cy_183", "scope": {"country": "CY"}, "limit": 183, "basis": "calendar_year",
"desc": {"en": "183-day tax residency", "ru": "183 дня, налоговое резидентство", "es": "residencia fiscal 183 días"}},
{"id": "cy_60", "scope": {"country": "CY"}, "limit": 60, "basis": "calendar_year",
"desc": {"en": "60-day rule", "ru": "правило 60 дней", "es": "regla de 60 días"}},
{"id": "schengen_90", "scope": {"zone": "schengen"}, "limit": 90, "basis": "rolling_180",
"desc": {"en": "90/180", "ru": "90/180", "es": "90/180"}},
{"id": "es_90", "scope": {"country": "ES"}, "limit": 90, "basis": "calendar_year",
"desc": {"en": "90 days", "ru": "90 дней", "es": "90 días"}}
]
}