#uksdlt


The #uksdlt data helper can be used to calculate current land tax rates for England, Northern Ireland, Wales and Scotland.

This is updated whenever UK legislation is amended, meaning nothing needs to be changed at your side!
For a more comprehensive calculation of English and Northern Irish Stamp Duty rates, see our #partial EnglandResidentialSDLT helper.

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 markers used in the example above can be changed for any current data markers in use within your InTouch account.

#uksdlt

The data helper that tells InTouch to perform a Land Tax calculation

property.price

A data marker representing the price of the property

first.time.buyer

A data marker representing whether the first time buyer rates should be used

is.second.property

A data marker representing whether the second property surcharge should be used

'England'

'Northern Ireland'

'Scotland'

'Wales'

Coding to represent which countries Land Tax rates to output

any.purchasers.non.uk.resident

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'}}

effective.date

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
For further guidance on configuring the #uksdlt helper, watch our short training video!

Quote Calculators

To calculate land tax rates within a quote calculator:

  1. 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

  2. Save the answers back to the relevant data markers
  3. 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'}}

Add conditions or configure the fees to be hidden so that the relevant rates are only shown when the correct country is chosen within the form.
If you are making use of a Legacy Form, automatically add the above by selecting '+Step' within the form builder and choosing 'UK Land Tax'.
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:

  1. 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}}
  2. 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. 

  1. Ensure the relevant data markers are defined as custom fields on your matter templates
  2. Add the data helper to the relevant place within the template
  3. When the template's generated on a matter, the user will be asked the relevant questions and the land tax will be automatically calculated

<< Previous      Next >>
Powered by HelpDocs (opens in a new tab)