Like it or not, it's a tax applied on every property transaction. Use this calculator to work out how much tax applies to your purchase.
Item | Amount |
---|---|
Stamp Duty | {{ calculateDuty() | currency:'$':2 }} |
Other | {{ calculateOther() | currency:'$':2 }} |
First Home Grant | {{ -10000 | currency:'$':2 }} |
Total | {{ calculateDuty() + calculateOther() + (isfirstHomeGrant() ? -10000 : 0) | currency:'$':2 }} |