{
  "id": "v20-ie-property-tax",
  "version": "20.16.0",
  "name": "Property Tax Calculator and Bill Planner — Ireland",
  "shortName": "Property Tax Calculator and Bill Planner",
  "description": "Calculate 2026 Irish LPT using all 31 local-authority adjustments and the 2026–2030 valuation bands, or budget from a separately verified US assessment or UK Council Tax/domestic-rates bill. EUR planning view; stated limitations apply.",
  "category": "Finance",
  "categorySlug": "finance",
  "keywords": [
    "property-tax",
    "ie",
    "tax-authority"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "new",
  "engine": "native",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/v20-ie-property-tax.json",
    "qualifiedReview": "pending",
    "qualifiedReviewer": null,
    "qualifiedReviewDate": null,
    "formulaVersion": "20.16.0",
    "referenceCoverage": "references-listed",
    "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
    "historicalMetadataDate": "",
    "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
  },
  "notice": "Illustrative defaults are not local quotes or verified legal rules. Dated reference components and user-entered assumptions are explicitly distinguished. Professional review is pending.",
  "urls": {
    "page": "/ie/property-tax/",
    "definition": "/ie/property-tax/definition.json",
    "schema": "/ie/property-tax/schema.json",
    "llms": "/ie/property-tax/llms.txt",
    "legacyDefinition": "/ie/property-tax/definition.json"
  },
  "queryExample": "https://askcalculators.com/ie/property-tax/?ieAuthority=dublin-city&method=irish-lpt&value=250000&exemption=0&rate=0&baseBill=0&adjustment=0&fixedCharges=0&rulesConfirmed=0",
  "queryParameters": {
    "ieAuthority": {
      "label": "Irish local authority (2026 LPT)",
      "type": "select",
      "required": true,
      "default": "dublin-city"
    },
    "method": {
      "label": "Calculation method",
      "type": "select",
      "required": true,
      "default": "irish-lpt"
    },
    "value": {
      "label": "Assessed value; Irish LPT: self-assessed market value on 1 November 2025",
      "type": "money",
      "required": true,
      "default": 250000
    },
    "exemption": {
      "label": "Manual assessment method: verified exemption",
      "type": "money",
      "required": true,
      "default": 0
    },
    "rate": {
      "label": "Manual assessment method: verified percentage rate",
      "type": "percent",
      "required": true,
      "default": 0
    },
    "baseBill": {
      "label": "Manual bill method: verified annual band/bill amount",
      "type": "money",
      "required": true,
      "default": 0
    },
    "adjustment": {
      "label": "Manual bill method: local adjustment percent",
      "type": "number",
      "required": true,
      "default": 0
    },
    "fixedCharges": {
      "label": "Other separately itemized annual charges",
      "type": "money",
      "required": true,
      "default": 0
    },
    "rulesConfirmed": {
      "label": "Applicable value/date, liability, exemptions and method independently checked",
      "type": "checkbox",
      "required": false,
      "default": false
    }
  },
  "inputs": [
    {
      "id": "ieAuthority",
      "label": "Irish local authority (2026 LPT)",
      "type": "select",
      "required": true,
      "defaultValue": "dublin-city",
      "options": [
        {
          "value": "carlow",
          "label": "Carlow County Council"
        },
        {
          "value": "cavan",
          "label": "Cavan County Council"
        },
        {
          "value": "clare",
          "label": "Clare County Council"
        },
        {
          "value": "cork-city",
          "label": "Cork City Council"
        },
        {
          "value": "cork-county",
          "label": "Cork County Council"
        },
        {
          "value": "donegal",
          "label": "Donegal County Council"
        },
        {
          "value": "dublin-city",
          "label": "Dublin City Council"
        },
        {
          "value": "dun-laoghaire-rathdown",
          "label": "Dún Laoghaire-Rathdown County Council"
        },
        {
          "value": "fingal",
          "label": "Fingal County Council"
        },
        {
          "value": "galway-city",
          "label": "Galway City Council"
        },
        {
          "value": "galway-county",
          "label": "Galway County Council"
        },
        {
          "value": "kerry",
          "label": "Kerry County Council"
        },
        {
          "value": "kildare",
          "label": "Kildare County Council"
        },
        {
          "value": "kilkenny",
          "label": "Kilkenny County Council"
        },
        {
          "value": "laois",
          "label": "Laois County Council"
        },
        {
          "value": "leitrim",
          "label": "Leitrim County Council"
        },
        {
          "value": "limerick",
          "label": "Limerick City and County Council"
        },
        {
          "value": "longford",
          "label": "Longford County Council"
        },
        {
          "value": "louth",
          "label": "Louth County Council"
        },
        {
          "value": "mayo",
          "label": "Mayo County Council"
        },
        {
          "value": "meath",
          "label": "Meath County Council"
        },
        {
          "value": "monaghan",
          "label": "Monaghan County Council"
        },
        {
          "value": "offaly",
          "label": "Offaly County Council"
        },
        {
          "value": "roscommon",
          "label": "Roscommon County Council"
        },
        {
          "value": "sligo",
          "label": "Sligo County Council"
        },
        {
          "value": "south-dublin",
          "label": "South Dublin County Council"
        },
        {
          "value": "tipperary",
          "label": "Tipperary County Council"
        },
        {
          "value": "waterford",
          "label": "Waterford City and County Council"
        },
        {
          "value": "westmeath",
          "label": "Westmeath County Council"
        },
        {
          "value": "wexford",
          "label": "Wexford County Council"
        },
        {
          "value": "wicklow",
          "label": "Wicklow County Council"
        }
      ]
    },
    {
      "id": "method",
      "label": "Calculation method",
      "type": "select",
      "required": true,
      "defaultValue": "irish-lpt",
      "options": [
        {
          "value": "assessment",
          "label": "Assessed value × verified rate"
        },
        {
          "value": "bill",
          "label": "Adjust a verified annual band/bill amount"
        },
        {
          "value": "irish-lpt",
          "label": "Ireland: 2026 LPT band + local adjustment"
        }
      ]
    },
    {
      "id": "value",
      "label": "Assessed value; Irish LPT: self-assessed market value on 1 November 2025",
      "type": "money",
      "defaultValue": 250000,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "EUR",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "exemption",
      "label": "Manual assessment method: verified exemption",
      "type": "money",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "EUR",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "rate",
      "label": "Manual assessment method: verified percentage rate",
      "type": "percent",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 100,
      "step": 0.1,
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "baseBill",
      "label": "Manual bill method: verified annual band/bill amount",
      "type": "money",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "EUR",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "adjustment",
      "label": "Manual bill method: local adjustment percent",
      "type": "number",
      "defaultValue": 0,
      "required": true,
      "min": -100,
      "max": 100,
      "step": 0.01,
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "fixedCharges",
      "label": "Other separately itemized annual charges",
      "type": "money",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "EUR",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "rulesConfirmed",
      "label": "Applicable value/date, liability, exemptions and method independently checked",
      "type": "checkbox",
      "defaultValue": false
    }
  ],
  "outputs": [
    {
      "id": "taxable",
      "label": "Value used",
      "format": "currency",
      "digits": 2,
      "currency": "EUR"
    },
    {
      "id": "annual",
      "label": "Annual planning amount",
      "format": "currency",
      "digits": 2,
      "primary": true,
      "currency": "EUR"
    },
    {
      "id": "monthly",
      "label": "Monthly reserve",
      "format": "currency",
      "digits": 2,
      "currency": "EUR"
    }
  ],
  "formula": {
    "expression": "Irish LPT: published 2026 band charge (or high-value formula) × (1 + selected authority adjustment). Manual assessment/bill methods remain separately identified.",
    "note": "Inputs are converted to canonical units before evaluating this stated formula."
  },
  "examples": [
    {
      "label": "Illustrative defaults; required verification checks remain unconfirmed",
      "inputs": {
        "unitSystem": "metric",
        "ieAuthority": "dublin-city",
        "method": "irish-lpt",
        "value": 250000,
        "exemption": 0,
        "rate": 0,
        "baseBill": 0,
        "adjustment": 0,
        "fixedCharges": 0,
        "rulesConfirmed": false
      }
    }
  ],
  "sources": [
    {
      "label": "IE income authority",
      "url": "https://www.revenue.ie/en/personal-tax-credits-reliefs-and-exemptions/tax-relief-charts/index.aspx"
    },
    {
      "label": "Revenue 2026 LPT bands and all local adjustment factors",
      "url": "https://www.revenue.ie/en/property/local-property-tax/valuing-your-property/valuation-bands-rates.aspx"
    },
    {
      "label": "Revenue property stamp duty rates",
      "url": "https://www.revenue.ie/en/property/stamp-duty/property/stamp-duty-property/rates.aspx"
    },
    {
      "label": "Revenue LPT valuation changes",
      "url": "https://www.revenue.ie/en/property/local-property-tax/valuing-your-property/changes.aspx"
    }
  ],
  "publicSlug": "property-tax",
  "namespace": "ie",
  "countries": [
    "us",
    "uk",
    "ie"
  ]
}
