Smartmove Removals and Storage

Call Now: 1300 762 786 / 1300 Smartmove

Insure Your Move. Making Sure You Have The Right Cover

Insure Your Move. Making Sure You Have The Right Cover

4122171512_3f4dc612d0_z

 

There’s a commonly held fallacy that your furniture and possessions are automatically covered by your removalist’s insurance when you move. Unfortunately if that’s what you believe and your moving company should make this clear from the outset what is covered and what is not otherwise, you’re in for a nasty shock if something goes wrong.

Removals operate like airlines with regards to insurance. You are not covered by insurance as a standard, so you need to take insurance out in advance in case anything should go wrong.

In addition, Australian law doesn’t require removalist companies to carry insurance other than transit insurance. What’s more they would have to be a licensed broker to offer full insurance. Other removal companies might say they are insured, but check, they are probably referring to their transit insurance that kicks in during your move.

Transit Insurance
Should the truck be involved in a crash, overturn or catch fire during transit, the insurance will cover all of your belongings. There will be customer excess on this insurance, so check with your moving company what the amount is.

House & Content Insurance
If you have home/contents insurance, check your policy as it may cover removals. If a move isn’t covered find out whether a premium could be added, or your coverage extended during the time of your move.

Insuring Your Move
Another option is to speak to your moving company if you require full insurance for your move. They can probably recommend a broker who they work with regularly, who can give you advice and a quote.
What your removalists can and can’t insure during your move in terms of transit and storage cover is governed by the Financial Services Reform Act, which came into effect on 11 March 2004, and is aimed at protecting the consumer from unscrupulous brokers.

Removalists can’t for instance “offer to arrange insurance, sell insurance or in any way provide insurance unless they have an insurance licence or being an authorised representative of a licensed Insurer”, according to the Act.
Any company (including removalists) that offers you any sort of insurance or financial product must be an Australian Financial Services (AFS) licence holder.

There are three categories in which a broker can be licensed: Personally, as an AFS licence holder’s director or employee, or otherwise as an authorised representative of an AFS licence holder.
That AFS licence is what’s going to give you some sort of recourse, if things go pear-shaped and there’s a dispute about your insurance claim.

If they are licensed brokers and you take them up on their insurance services, they must provide:

  • A Product Disclosure Statement and Financial Services Guide – explaining all aspects of the policy and your rights and obligations before they arrange any insurance for your move.
  • An insurance certificate before your move starts
  • Their company’s authorised representative number before entering into a contract with you

So it’s up to you to ensure that you have proper insurance for your move. The bottom line is if you want your goods to be safe and to prevent a financial loss if things do go wrong.

  • Firstly find out if your removalists do carry an insurance licence and what sort of coverage they offer.
  • Check whether you’re covered under your existing household insurance. If that’s not an option and you have to source insurance for your move yourself, use common sense.
  • Shop around and find out what’s on offer.
  • Find the best money can buy within your budget.

Let’s face it, insurance is very much a grudge purchase. We’re forking out money based on something that is unlikely to happen. But Murphy is always lurking just around the corner. Should you choose not to insure your possessions and something does go wrong you could face devastating material and financial losses.

Image courtesy of Alan Clever on Flickr.

You may also be interested in

Five tips for moving with plants to see them arrive safely

Five tips for moving with plants to see them arrive safely Moving with plants is often one of the last things people think about in a relocation, yet it’s an

How To Move Marble Tabletops & Other Goods

How to move marble tabletops & other goods with the experts from Smartmove Marble has been the material of choice for artisans and builders for thousands of years. Its durability,

Moving with Difficult Access

Are you moving with difficult access and have oversize furniture? Here at Smartmove we often come across properties with tight stairwells or obstructing walls that mean you can’t get your

Modular Storage

Modular storage Modular storage or ‘mod’ storage is one of the types of storage we offer. Your belongings are securely placed inside purpose built, 10 cubic metre wooden storage modules. 

7 Quick Questions To Ask Your Removalist

What to ask your removalists before you hire. All your top moving queries answered. From boxes to insurance, a removalist tackles your tough questions.

For a smart and efficient move!

Call us on 1300 762 786 / 1300 SMARTMOVE and request a quote today!

QUICK QUOTE tag) document.addEventListener('DOMContentLoaded', function() { // Get current page URL path let currentPath = window.location.pathname; // Normalize the path - remove trailing slash for comparison currentPath = currentPath.replace(/\/$/, '') || '/'; // Get all nav links const navLinks = document.querySelectorAll('.navbar-nav .nav-link'); navLinks.forEach(link => { let href = link.getAttribute('href'); if (!href) return; // Normalize href - remove trailing slash let normalizedHref = href.replace(/\/$/, '') || '/'; // Special case: if we're on root (/) and link is /home, mark as active if (currentPath === '/' && normalizedHref === '/home') { link.classList.add('active'); const navItem = link.closest('.nav-item'); if (navItem) { navItem.classList.add('active'); } return; } // Check if current path matches the link href exactly if (currentPath === normalizedHref) { link.classList.add('active'); const navItem = link.closest('.nav-item'); if (navItem) { navItem.classList.add('active'); } return; } // For dropdown parent items, check if current path starts with the href if (normalizedHref !== '/' && normalizedHref !== '/home' && currentPath.startsWith(normalizedHref)) { link.classList.add('active'); const navItem = link.closest('.nav-item'); if (navItem) { navItem.classList.add('active'); } } }); // Also check dropdown items const dropdownLinks = document.querySelectorAll('.dropdown-item'); dropdownLinks.forEach(link => { let href = link.getAttribute('href'); if (!href) return; // Normalize href let normalizedHref = href.replace(/\/$/, '') || '/'; if (currentPath === normalizedHref) { link.classList.add('active'); // Add active to parent dropdown nav-item const parentDropdown = link.closest('.nav-item.dropdown'); if (parentDropdown) { parentDropdown.classList.add('active'); const parentLink = parentDropdown.querySelector('.nav-link.dropdown-toggle'); if (parentLink) { parentLink.classList.add('active'); } } } }); // Also check mega menu links const megaLinks = document.querySelectorAll('.mega-tile'); megaLinks.forEach(link => { let href = link.getAttribute('href'); if (!href) return; let normalizedHref = href.replace(/\/$/, '') || '/'; if (currentPath === normalizedHref || currentPath.startsWith(normalizedHref + '/')) { link.classList.add('active'); // Add active to parent mega menu nav-item const parentMega = link.closest('.nav-item.mega-parent'); if (parentMega) { parentMega.classList.add('active'); const parentLink = parentMega.querySelector('.nav-link.dropdown-toggle'); if (parentLink) { parentLink.classList.add('active'); } } } }); });// JavaScript to make parent links clickable and use hover on desktop document.addEventListener("DOMContentLoaded", function () {// Desktop hover open if (window.innerWidth >= 992) { document.querySelectorAll('.nav-item.dropdown, .nav-item.mega-parent') .forEach(function (dropdown) {dropdown.addEventListener('mouseenter', function () { const menu = this.querySelector('.dropdown-menu'); if (menu) menu.classList.add('show'); });dropdown.addEventListener('mouseleave', function () { const menu = this.querySelector('.dropdown-menu'); if (menu) menu.classList.remove('show'); }); });// Prevent dropdown-toggle from blocking navigation document.querySelectorAll('.nav-link.dropdown-toggle') .forEach(function (toggle) { toggle.addEventListener('click', function (e) { // Allow navigation on desktop const href = this.getAttribute('href'); if (href && href !== '#' && href !== '') { window.location = href; } }); }); } });