Irish Legislation — MUD Act 2011 & Local Property Tax
Irish Legislation
The Irish Legislation page provides compliance tooling for multi-unit developments operating under Irish property law. It is scoped to two areas:
- MUD Act 2011 compliance — checklist-based tracking of obligations under the Multi-Unit Developments Act 2011
- Local Property Tax (LPT) — tracking of LPT bands and annual charges per unit under the Finance Act 2021 valuation
VAT handling note (as of v1.0.105): The Irish flat rate VAT reference section (VAT rate cards, VAT calculator, and service category table) has been removed from this page. VAT is managed in QuickBooks. Per-record VAT fields on budget line items and OMC details are unaffected — see Budget & OMC VAT Fields below.
Available Tabs
| Tab | Description |
|---|---|
| MUD Act 2011 | Compliance checklist for obligations under the Multi-Unit Developments Act 2011 |
| Local Property Tax | LPT band tracking and annual charge reference (Revenue Commissioners, Finance Act 2021) |
MUD Act 2011 Compliance
The MUD Act 2011 tab provides a structured checklist of OMC obligations. Each item can be marked as compliant, non-compliant, or flagged for review. The page computes an overall compliance status based on the checklist state.
Local Property Tax (LPT)
The LPT tab allows tracking of property valuations and their corresponding LPT bands. Annual charge values are sourced from the Finance Act 2021 valuation bands set by the Revenue Commissioners and are effective from 2022 onwards.
Supported LPT bands include valuations from under €100,000 up to over €1.75 million.
VAT Fields on Records
Although the flat rate VAT reference section has been removed from the Irish Legislation page, VAT data is still captured at the record level in two places:
Budget line items:
vatRate— the applicable VAT rate for the line itemvatAmount— the calculated VAT amount
OMC details:
vatRegistered— whether the OMC is VAT-registeredvatNumber— the OMC's VAT registration number
These fields are standard accounting fields and are not affected by the removal of the reference VAT section. VAT calculations and reporting are handled in QuickBooks.
API Reference
The Irish Legislation router (irishLegislationRouter) exposes the following procedures:
| Procedure | Type | Description |
|---|---|---|
irishLegislation.getLptBands | query | Returns LPT band definitions and annual charges |
irishLegislation.getMudActCompliance | query | Returns MUD Act compliance checklist state |
Removed in v1.0.105:
getVatRatesandcalculateVatprocedures have been removed. If your integration called these endpoints, remove those calls and delegate VAT lookups to QuickBooks.
Changelog
| Version | Change |
|---|---|
| v1.0.105 | Removed Irish VAT Rates tab, getVatRates procedure, calculateVat procedure, and IRISH_VAT_RATES constant. VAT is managed in QuickBooks. |