Skip to main content

State Defaults

This page documents the default compliance rules generated per property based on its state. Rules are applied on property creation and can be overridden per-property (UI coming — for now edit the database directly).

warning

Rules here reflect the PMFriend platform defaults, not the current official rules in each state. Legislation changes; our defaults may lag. Always verify with your principal or legal adviser. This documentation is a reminder tool, not legal advice.

Common across all states

RuleCadenceNotes
Smoke alarm annual test12 monthsBattery + function test by licensed tech in some states
Insurance policy renewalper policyBuilding insurance expiry tracked from CSV import
Routine property inspection3 or 6 monthsCadence configurable per agency; default 3 mo
Annual condition report review12 monthsReminder only — doesn't generate a WO by default

Per-state specifics

VIC (Victoria)

RuleCadenceSource
Minimum rental standards checkOn tenancy start + every 2 yearsResidential Tenancies Regulations 2021
Gas safety check2 yearsRental providers must arrange
Electrical safety check2 yearsRSO schedule 3
Smoke alarm test by certified techAnnual
Pool barrier compliance4 yearsIf pool present

NSW (New South Wales)

RuleCadenceSource
Smoke alarm annual inspection12 monthsEnvironmental Planning and Assessment Reg
Swimming pool certificate of compliance3 yearsSwimming Pools Act 1992
Gas safetyOn request / turnoverNo mandatory periodic (2026)
ElectricalOn request / turnoverNo mandatory periodic (2026)

QLD (Queensland)

RuleCadenceSource
Smoke alarm — interconnected photoelectricAnnual testSmoke Alarm Legislation 2022
Pool safety certificateEvery 2 years / on leaseBuilding Act 1975
General safety / routine inspectionPer lease schedule

WA (Western Australia)

RuleCadenceSource
Smoke alarm testAnnualBuilding Regulations 2012
RCD (safety switch) checkEvery 2 yearsElectricity Regulations 1947
Pool barrier4 yearsBuilding Act 2011

SA (South Australia)

Smoke alarm annual test, pool compliance on inspection, gas and electrical on turnover. No hard periodic gas/electrical cadence as of 2026.

TAS (Tasmania)

Smoke alarm testing annual, pool compliance as per Director of Building Control, general inspection cadence set per lease.

ACT

Smoke alarm annual, pool fencing inspection 4-yearly, energy efficiency rating at start of new lease (ACT-specific — registered from 2025).

NT

Smoke alarm annual, pool compliance per Public Pools Act, general inspection per lease.

Customising for your agency

Two ways, neither currently in the UI (on the roadmap):

  1. Edit the migration. Agency-wide overrides live in Flyway migration files (V18__compliance_defaults.sql etc). Safe for on-prem / self-host deployments.
  2. Per-property override. Disable a default rule on a specific property via DELETE /api/v1/properties/{id}/compliance-rules/{ruleId} or add a custom rule via POST /api/v1/properties/{id}/compliance-rules.

See also