Calculer la taxe de mutation / Compute the land transfer tax
taxe_mutationCall this when the user wants to know the land-transfer tax ("taxe de bienvenue" in Quebec) on a home purchase in a Canadian city or province. Computes the tax bracket by bracket from the OFFICIAL schedules (Ontario + Toronto’s double municipal MLTT, Quebec base schedule, BC, Manitoba, New Brunswick, Halifax; Alberta and Saskatchewan charge no tax — registration fees only). Give a price, or just a city to use its current reference market price. Includes first-time-buyer rebates. Not covered: PEI and Newfoundland.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prix | No | Purchase price in CAD. Omit with a ville to use the city’s reference market price. | |
| ville | No | City, e.g. "Toronto", "Montréal", "Calgary". Determines the schedule AND the default price. | |
| province | No | Province name or code — required if no ville is given. |