Calculate tax amount, total price, reverse tax โ GST, VAT, HST and all global tax rates supported.
Sales tax (USA) is added at the point of sale and collected by the retailer. VAT (Europe, UK) is collected at each production stage. Both are ultimately borne by the end consumer.
India's GST slabs are 0%, 5%, 12%, 18%, and 28%. For intra-state supply it splits into CGST + SGST (each half). For interstate it is IGST (full rate). E.g. 18% GST = 9% CGST + 9% SGST.
If you have the tax-inclusive price and need the pre-tax amount: Pre-Tax = Total รท (1 + Rate/100). E.g. total โน118 at 18% GST โ pre-tax = 118/1.18 = โน100. Tax = โน18.
Simple (additive) tax applies each rate to the base price independently. Compound tax applies each rate to the accumulated total. Most jurisdictions use the simple method for multi-rate taxes.