Introducing Document Management for Irish Block Management
Introducing Document Management for Irish Block Management
Version: 1.0.8
Category: Core Functionality
The Problem
Managing a multi-unit residential development in Ireland generates a significant volume of critical legal and operational documents. Until now, the platform had a generic file upload mechanism but no structured way to:
- Categorise documents by their role (lease vs. insurance certificate vs. AGM minutes)
- Scope documents to a specific development
- Version documents so historical copies remain auditable
- Control which parties can access which documents
This was a significant gap. OMC directors, managing agents, and unit owners all have different — and sometimes legislatively defined — rights of access to different document types. Without domain-specific structure, none of that could be enforced.
What's Been Built
Document Categories
The system now recognises five core document types that map directly to Irish block management practice:
| Category | Description |
|---|---|
| Lease Register | Individual unit leases, linked to unit and owner records |
| Insurance Documents | Block insurance certificates, policy schedules, and renewal documents |
| AGM Minutes | Annual General Meeting minutes, indexed by date |
| House Rules & Regulations | The current and historical ruleset for a development |
| Management Agreements | Executed agreements between the OMC and the managing agent |
Development-Scoped Storage
Every document is attached to a specific development in the OMC hierarchy. This means:
- A managing agent overseeing multiple developments cannot accidentally serve a document from one development to another.
- Queries for documents always operate within a development boundary.
Versioning
Documents are versioned at upload time. When a new insurance certificate is uploaded for a development, the previous certificate is retained and marked as superseded rather than deleted. This supports:
- Audit trails required under Irish company law for OMCs
- Retrieval of prior versions during disputes or insurance claims
- Compliance checks that require proof of continuous insurance coverage
Access Control
Access to documents is governed by the role of the requesting party:
- Unit Owners — Can access their own lease, the current house rules, and AGM minutes for their development.
- OMC Directors — Can access all documents for their development, including management agreements.
- Managing Agents — Have full access to all document categories across the developments they manage.
Why This Matters for Irish Block Management
Under the Multi-Unit Developments Act 2011 and the Companies Act 2014 (as it applies to OMCs), there are specific obligations around recordkeeping and owner access to information. AGM minutes must be maintained. Owners have a right to inspect certain records. Insurance must be demonstrably in place.
A structured document management system — rather than a flat file store — is the foundation that makes compliance with these obligations tractable at scale.
Getting Started
To begin using document management:
- Navigate to a development in your OMC hierarchy.
- Open the Documents tab.
- Select a document category (e.g. Insurance, AGM Minutes).
- Upload a document — you will be prompted to confirm the document type, version label, and effective date.
- Set the access level appropriate to the document.
Uploaded documents are immediately available to parties with the relevant access rights.
Notes
- The existing generic presign upload endpoint remains available and is unaffected by this release.
- Files previously uploaded via the generic endpoint are not automatically categorised. A migration path will be provided in a future release.
- Versioning is applied at upload time; there is no retroactive versioning of documents uploaded before v1.0.8.