{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/ie/property-tax/schema.json",
  "title": "Property Tax Calculator and Bill Planner — Ireland inputs",
  "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.",
  "type": "object",
  "properties": {
    "ieAuthority": {
      "title": "Irish local authority (2026 LPT)",
      "type": "string",
      "default": "dublin-city",
      "enum": [
        "carlow",
        "cavan",
        "clare",
        "cork-city",
        "cork-county",
        "donegal",
        "dublin-city",
        "dun-laoghaire-rathdown",
        "fingal",
        "galway-city",
        "galway-county",
        "kerry",
        "kildare",
        "kilkenny",
        "laois",
        "leitrim",
        "limerick",
        "longford",
        "louth",
        "mayo",
        "meath",
        "monaghan",
        "offaly",
        "roscommon",
        "sligo",
        "south-dublin",
        "tipperary",
        "waterford",
        "westmeath",
        "wexford",
        "wicklow"
      ],
      "x-optionLabels": {
        "carlow": "Carlow County Council",
        "cavan": "Cavan County Council",
        "clare": "Clare County Council",
        "cork-city": "Cork City Council",
        "cork-county": "Cork County Council",
        "donegal": "Donegal County Council",
        "dublin-city": "Dublin City Council",
        "dun-laoghaire-rathdown": "Dún Laoghaire-Rathdown County Council",
        "fingal": "Fingal County Council",
        "galway-city": "Galway City Council",
        "galway-county": "Galway County Council",
        "kerry": "Kerry County Council",
        "kildare": "Kildare County Council",
        "kilkenny": "Kilkenny County Council",
        "laois": "Laois County Council",
        "leitrim": "Leitrim County Council",
        "limerick": "Limerick City and County Council",
        "longford": "Longford County Council",
        "louth": "Louth County Council",
        "mayo": "Mayo County Council",
        "meath": "Meath County Council",
        "monaghan": "Monaghan County Council",
        "offaly": "Offaly County Council",
        "roscommon": "Roscommon County Council",
        "sligo": "Sligo County Council",
        "south-dublin": "South Dublin County Council",
        "tipperary": "Tipperary County Council",
        "waterford": "Waterford City and County Council",
        "westmeath": "Westmeath County Council",
        "wexford": "Wexford County Council",
        "wicklow": "Wicklow County Council"
      }
    },
    "method": {
      "title": "Calculation method",
      "type": "string",
      "default": "irish-lpt",
      "enum": [
        "assessment",
        "bill",
        "irish-lpt"
      ],
      "x-optionLabels": {
        "assessment": "Assessed value × verified rate",
        "bill": "Adjust a verified annual band/bill amount",
        "irish-lpt": "Ireland: 2026 LPT band + local adjustment"
      }
    },
    "value": {
      "title": "Assessed value; Irish LPT: self-assessed market value on 1 November 2025",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 250000,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "EUR",
      "x-unit": "currency"
    },
    "exemption": {
      "title": "Manual assessment method: verified exemption",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "EUR",
      "x-unit": "currency"
    },
    "rate": {
      "title": "Manual assessment method: verified percentage rate",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0,
      "minimum": 0,
      "maximum": 100,
      "x-step": 0.1,
      "x-unit": "percent"
    },
    "baseBill": {
      "title": "Manual bill method: verified annual band/bill amount",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "EUR",
      "x-unit": "currency"
    },
    "adjustment": {
      "title": "Manual bill method: local adjustment percent",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0,
      "minimum": -100,
      "maximum": 100,
      "x-step": 0.01
    },
    "fixedCharges": {
      "title": "Other separately itemized annual charges",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "EUR",
      "x-unit": "currency"
    },
    "rulesConfirmed": {
      "title": "Applicable value/date, liability, exemptions and method independently checked",
      "type": "boolean",
      "default": false
    }
  },
  "required": [
    "ieAuthority",
    "method",
    "value",
    "exemption",
    "rate",
    "baseBill",
    "adjustment",
    "fixedCharges"
  ],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "20.16.0",
    "calculatorUrl": "https://askcalculators.com/ie/property-tax/",
    "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",
    "migrationStatus": "new",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "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."
    },
    "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."
    },
    "outputs": {
      "taxable": {
        "title": "Value used",
        "type": "number",
        "x-format": "currency",
        "x-currency": "EUR",
        "x-digits": 2
      },
      "annual": {
        "title": "Annual planning amount",
        "type": "number",
        "x-format": "currency",
        "x-currency": "EUR",
        "x-digits": 2,
        "x-primary": true
      },
      "monthly": {
        "title": "Monthly reserve",
        "type": "number",
        "x-format": "currency",
        "x-currency": "EUR",
        "x-digits": 2
      }
    }
  }
}
