#uksdlt
The #uksdlt
data helper can be used to calculate current land tax rates for England, Northern Ireland, Wales and Scotland.
The data helper is made up of the following parts:
{{#uksdlt property.price first.time.buyer is.second.property 'England'
any.purchasers.non.uk.resident effective.date}}
| The data helper that tells InTouch to perform a Land Tax calculation |
| A data marker representing the price of the property |
| A data marker representing whether the first time buyer rates should be used |
| A data marker representing whether the second property surcharge should be used |
| Coding to represent which countries Land Tax rates to output |
| A data marker representing whether the non UK resident surcharge should be used This data marker is optional, if you don't wish for the surcharge to be considered, remove the data marker from the end of the helper i.e. {{#uksdlt property.price first.time.buyer is.second.property 'Scotland'}} |
| A data marker representing the effective date of the transaction This can be used to output the correct Stamp Duty rates depending on when the transaction is due to complete. |
The #uksdlt
data helper can then be used to calculate land tax rates within:
- Quote calculators
- Email, document and SMS templates
Quote Calculators
To calculate land tax rates within a quote calculator:
- Create the following questions to collect the required information:
Question
Response Type
Are you a first time buyer & will you be moving into the property?
Yes / No
Will the purchase of this property result in you owning two or more properties?
Yes / No
[Optional] Are any of the purchasers non-UK residents?
Yes / No
Property Price
Currency
Property Country
Dropdown List or Radio with the following options:
- England or Northern Ireland
- Scotland
- Wales
[Optional] Effective Date
Date
- Save the answers back to the relevant data markers
- Create the following fees with the relevant uksdlt data helper within the fee calculation box:
Fee
Data Helper
Stamp Duty Land Tax
{{#uksdlt property.price first.time.buyer is.second.property 'England'
any.purchasers.non.uk.resident effective.date}}
Land and Buildings Transaction Tax
{{#uksdlt property.price first.time.buyer is.second.property 'Scotland'}}
Welsh Land Transaction Tax
{{#uksdlt property.price first.time.buyer is.second.property 'Wales'}}
April 2025 Rates
With the Stamp Duty rates set to change in April 2025, configure your calculators with either of the below to output the correct rates for your transactions:
- Effective Date
Add a new question to your calculator asking the user for the Effective Date of the transaction.
This will be used to determine whether the pre or post April 2025 rates should be used within the Stamp Duty calculation.
Within your Stamp Duty calculation, add the data marker representing the Effective Date to the end of the helper. For example:{{#uksdlt property.price first.time.buyer is.second.property 'England'
any.purchasers.non.uk.resident effective.date}}
- Post April 2025 Rates
If you wish to only output the post April 2025 rates, amend your current Stamp Duty calculation to the following:{{#uksdlt property.price first.time.buyer is.second.property 'England'
any.purchasers.non.uk.resident
"2025-04-01T00:00:00Z"}}
If using this method, please just be aware that the date entered into this helper will need amending to reflect any future rate changes.
Templates
The #uksdlt
data helper can also be used in document and email templates to calculate current land tax rates directly within the template.
- Ensure the relevant data markers are defined as custom fields on your matter templates
- Add the data helper to the relevant place within the template
- When the template's generated on a matter, the user will be asked the relevant questions and the land tax will be automatically calculated