find_cheapest_nearby
Find municipalities within a commuting distance that have the lowest tax burden based on income and other factors.
Instructions
Rank municipalities within a radius of a point by tax burden.
The relocation question people actually ask: given that I have to stay within commuting distance of somewhere, where is the cheapest place to live? Pass the coordinates of the office or station and a radius.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | How many municipalities to return per end of the ranking. | |
| age1 | No | ||
| age2 | No | ||
| wealth | No | Net taxable wealth, CHF. | |
| income1 | Yes | Annual income of person 1, CHF. | |
| income2 | No | Annual income of the spouse, CHF. | |
| language | No | de | |
| latitude | Yes | WGS84 latitude of the reference point, e.g. the office. | |
| tax_year | No | ||
| longitude | Yes | WGS84 longitude of the reference point. | |
| radius_km | Yes | Search radius in kilometres. | |
| confession1 | No | none | |
| confession2 | No | ||
| income_type1 | No | employed | |
| income_type2 | No | employed | |
| relationship | No | single | |
| children_ages | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||