Skip to content

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

#uksdltThe data helper that tells InTouch to perform a Land Tax calculation
property.priceA data marker representing the price of the property
first.time.buyerA data marker representing whether the first time buyer rates should be used
is.second.propertyA 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.residentA data marker representing whether the non UK resident surcharge should be usedThis data marker is optional, if you don’t wish for the surcharge to be considered, add the word “false” in place of the data marker i.e.{{#uksdlt property.price first.time.buyer is.second.property ‘Scotland’ false}}
effective.dateA data marker representing the effective date of the transactionThis can be used to output different 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

To calculate land tax rates within a quote calculator:

  1. Create the following questions to collect the required information:
QuestionResponse 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 PriceCurrency
Property CountryDropdown List or Radio with the following options:- England or Northern Ireland- Scotland- Wales
[Optional] Effective DateDate
  1. Save the answers back to the relevant data markers
  2. Create the following fees with the relevant uksdlt data helper within the fee calculation box:
FeeData 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’}}

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