# EN - VAT Calculator meta.title: "VAT Calculator" meta.description: "Simple VAT calculator with a selection of common rates for over X countries." preset.label: "Official rates" option.detailed: "Show VAT rate types" radio.rate: "VAT rate: " radio.untaxed: "Excl. VAT: " radio.taxed: "Incl. VAT: " text.radio.explanation: "The selected radio input indicates the automatically calculated field." rate.option.custom: "Custom rate" rate.type.standard: "Standard" rate.type.intermediate: "Intermediate" rate.type.reduced: "Reduced" rate.type.reduced.super: "Super reduced" option.decimal-places: "Decimal places count" option.trim-zeroes: "Trim trailing zeroes" rounding.mode.label: "Rounding mode" rounding.mode.group.regular: "Regular rounding" rounding.mode.group.half: "Half rounding (Towards nearest neighbour)" rounding.mode.up: "Away from zero (Up)" rounding.mode.down: "Towards zero (Down)" rounding.mode.ceil: "Towards infinity (Ceil)" rounding.mode.floor: "Towards negative infinity (Floor)" rounding.mode.up.half: "Away from zero if equidistant (Half up)" rounding.mode.down.half: "Towards zero if equidistant (Half down)" rounding.mode.even.half: "Towards even neighbour if equidistant (Half even)" rounding.mode.ceil.half: "Towards infinity if equidistant (Half ceil)" rounding.mode.floor.half: "Towards negative infinity if equidistant (Half floor)" #rounding.mode.up.half: "Towards nearest neighbour, away from zero if equidistant (Half up)" #rounding.mode.down.half: "Towards nearest neighbour, towards zero if equidistant (Half down)" #rounding.mode.even.half: "Towards nearest neighbour, towards even neighbour if equidistant (Half even)" #rounding.mode.ceil.half: "Towards nearest neighbour, towards infinity if equidistant (Half ceil)" #rounding.mode.floor.half: "Towards nearest neighbour, towards negative infinity if equidistant (Half floor)" license.text.1: "This tool uses the decimal.js-light library, which is licensed under the MIT license." license.text.2: "The rest of this tool's code is released in the public domain."