Canada Home Costs logo chc CANADA HOME COSTS

Schema

Land transfer tax

Provincial or municipal land transfer tax brackets and rebates.

Required fields

  • submission_type
  • jurisdiction_key
  • effective_date
  • source_urls
  • payload.province_code
  • payload.tax_name
  • payload.brackets

When a rate basis is percent, use decimals (0.01 = 1%).

Example payload

{
  "province_code":"ON",
  "tax_name":"Land Transfer Tax",
  "brackets":[
    {"up_to":55000,"rate_percent":0.005},
    {"up_to":250000,"rate_percent":0.01},
    {"up_to":400000,"rate_percent":0.015},
    {"up_to":2000000,"rate_percent":0.02},
    {"greater_than":2000000,"rate_percent":0.025}
  ],
  "rebates":[
    {"type":"first_time_buyer","max_amount_cad":4000,"phase_out":null}
  ]
}

Raw schema

{PUBLIC_API_BASE_URL}/api/v1/intake/schemas/land_transfer_tax

Last updated: February 9, 2026