Family Mortality Benefit

An AMIEU member can apply to claim $500 when an immediate family member passes away, including a partner, child, sibling or parent.

The AMIEU member must be financial prior to 31 July 2025.

New members joining after 31 July 2025 will need to wait 12 months to qualify.

The member must provide supporting documentation, ie death certificate or funeral notice.

The member agrees to AMIEU contacting their place of work to verify the death. 

Fill out the below information.  A staff member will be in touch.

Supporting evidence of the passing must be uploaded before this application can be submitted. If you do not currently have the required evidence, please return to this form once it is available.

Join Online Now

document.addEventListener('DOMContentLoaded', function() { // Adjust the selector if you have multiple forms const form = document.querySelector('.elementor-form'); if (!form) return; // Stop if no form found // Get the BSB field by Field ID const bsbField = form.querySelector('#bsb'); // #bsb = Field ID from Step 1 if (!bsbField) return; form.addEventListener('submit', function(e) { const bsbValue = bsbField.value.trim(); const regex = /^\d{3}-\d{3}$/; // Matches 000-000 format if (!regex.test(bsbValue)) { alert('Please enter a valid BSB in the format 000-000'); bsbField.focus(); e.preventDefault(); // Stop form submission } }); });