Research and Development Calculator


Total Saving up to : {{ result() | currency: '£' }}

Fees : {{ fee | currency: '£' }}

NET Savings up to: {{ net | currency: '£' }}

Estimated corporation tax savings This R&D tax credits calculator provides an estimate of the corporation tax savings you may be entitled to.

Debug info
  • SME Company : {{ isSmallCompany }}
  • Profit Making : {{ isProfitMaking }}
  • Start Date : {{ getStartDate().toLocaleDateString() }}
  • End Date : {{ getEndDate().toLocaleDateString() }}
  • Costs : {{ inputQ3 | currency: '£' }}
  • Sub contractor costs : {{ inputQ4 | currency: '£' }}
  • Total Spend Of More Than 40% : {{ isTotalSpendOfMoreThan40 }}
  • Saving : {{ result() | currency: '£' }}
  • Fee : {{ fee | currency: '£' }}
  • Net Cost : {{ net | currency: '£' }}
jasmine tests