BC Property Transfer Tax Calculator
Interactive marginal-rate BC PTT calculator with FTHB / Newly Built / foreign-buyer adjustments. Reads bracket values from the public Facts API — stays current automatically.
~6 KB gzipped (script) / ~2 KB iframe attribution · MIT license
Full JS embed with Shadow DOM scoping. Best when you control the host page.
<div data-bronsonjob-widget="ptt-calculator"></div> <script src="https://www.bronsonjob.com/embed/v1/ptt-calculator.js" async></script>
Server-rendered iframe. Works on host pages with strict CSP that blocks third-party <script> tags. No host-page JS context bleed.
<iframe
src="https://www.bronsonjob.com/embed/v1/ptt-calculator.html"
title="BC Property Transfer Tax Calculator — Bronson Job, REALTOR®"
width="100%"
height="540"
frameborder="0"
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
style="border:0;max-width:480px;display:block;margin:0 auto;"
></iframe>Common use cases
- · Mortgage broker blogs
- · Real estate lawyer firm sites
- · Financial advisor blog posts
- · News articles about BC closing costs
- · Buyer education pages
- · Sites with strict CSP (use iframe variant)

