Property tax helpers
These helpers calculate property taxes and output the amount due. Give each one the values it needs — usually a mix of data markers, yes/no answers, and amounts.
UK Stamp Duty Land Tax: #uksdlt
Section titled “UK Stamp Duty Land Tax: #uksdlt”Calculates SDLT for England, Wales, Scotland, or Northern Ireland.
{{#uksdlt property.price first.time.buyer is.second.property 'England' any.purchasers.non.uk.resident effective.date}}The country is given as a text value in single quotes — 'England', 'Wales', 'Scotland', or 'Northern Ireland'.
| Parameter | Description |
|---|---|
property.price | Purchase price |
first.time.buyer | yes/no — is the buyer a first-time buyer? |
is.second.property | yes/no — is this an additional property? |
| Country | Literal string in single quotes: 'England', 'Wales', 'Scotland', or 'Northern Ireland' |
any.purchasers.non.uk.resident | yes/no — any non-UK-resident purchasers? Pass 'false' (in single quotes) to omit this check |
effective.date | Date the rates take effect (use the transaction/completion date) |
UK Mortgage Stamp Duty: #ukmortgagestampduty
Section titled “UK Mortgage Stamp Duty: #ukmortgagestampduty”{{#ukmortgagestampduty consideration.amount existing.mortgage primary.home}}Jersey Freehold Stamp Duty: #jerseyfreeholdstampduty
Section titled “Jersey Freehold Stamp Duty: #jerseyfreeholdstampduty”{{#jerseyfreeholdstampduty property.price buyer.isfirsttimebuyer}}Jersey Freehold Mortgage Stamp Duty: #jerseyfreeholdmortgagestampduty
Section titled “Jersey Freehold Mortgage Stamp Duty: #jerseyfreeholdmortgagestampduty”{{#jerseyfreeholdmortgagestampduty mortgage.amount is.first.time.buyer property.price}}England / Northern Ireland SDLT (detailed): #partial EnglandResidentialSDLT
Section titled “England / Northern Ireland SDLT (detailed): #partial EnglandResidentialSDLT”For more granular England and Northern Ireland SDLT calculations, use the partial helper directly. This exposes all individual parameters rather than relying on a pre-configured calculation setup.
{{#partial EnglandResidentialSDLT any.purchasers.non.uk.resident individual.purchaser is.second.property property.residence.replacement previous.property.ownership property.main.residence property.price effective.date}}| Parameter | Description |
|---|---|
any.purchasers.non.uk.resident | yes/no — any non-UK-resident purchasers? |
individual.purchaser | yes/no — is the purchaser an individual (not a company)? |
is.second.property | yes/no — is this an additional property? |
property.residence.replacement | yes/no — is this replacing the purchaser’s main residence? |
previous.property.ownership | yes/no — has the purchaser previously owned a property? |
property.main.residence | yes/no — will this be the purchaser’s main residence? |
property.price | Purchase price |
effective.date | Date the rates take effect |
Quote tables
Section titled “Quote tables”Fee/quote tables (#partial htmlquotetable and #groupedhtmlquotetable) are documented under Composition → Quote table helpers. They are available in email templates only.