CINXE.COM

Disclaimer | data.vic.gov.au

<!DOCTYPE html><html lang="en-au" data-capo=""><head><meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Disclaimer | data.vic.gov.au</title> <style>:root, body { --rpl-clr-primary: #0052C2; --rpl-clr-primary-alt: #003174; --rpl-clr-primary-alpha: rgba(0, 82, 194, 0.5); --rpl-clr-accent: #0095EC; --rpl-clr-accent-alt: #E6F5FD; --rpl-clr-link: #0052C2; --rpl-clr-focus: #FF9E1B; --rpl-clr-gradient-vertical: linear-gradient(180deg, #0052C2 0%, #825DFF 12%, #EF4A81 24%, #E57200 36%, #FFC166 #65, #F9E062 80%); --rpl-clr-gradient-horizontal: linear-gradient(90deg, #0052C2 0%, #825DFF 12%, #EF4A81 24%, #E57200 36%, #FFC166 #65, #F9E062 80%); --rpl-clr-type-primary-accessible: #0052C2; --rpl-clr-type-primary-alt-accessible: #003174; --rpl-clr-footer: #003174; --rpl-clr-footer-alt: #0052C2; --rpl-clr-type-footer-accessible: #003174; --rpl-clr-type-accent-contrast: #FFFFFF; --rpl-clr-type-focus-contrast: #1A1A1A; --rpl-clr-type-primary-contrast: #FFFFFF }</style> <style>.tide-loading-indicator{left:0;position:fixed;right:0;top:0;transform-origin:left;transition:transform .1s;z-index:999}</style> <style>.rpl-alert-container{position:relative}.rpl-alert-container .rpl-alert{margin-bottom:1px}.rpl-alert-container .rpl-alert:last-child{margin-bottom:0}</style> <style>.rpl-icon{display:inline-block}.rpl-icon,.rpl-icon svg{height:var(--rpl-icon-size);width:var(--rpl-icon-size)}.rpl-icon svg{display:block;fill:currentcolor}.rpl-icon--child{--local-icon-w:5px;--local-icon-h:8px;border-bottom:var(--rpl-border-1) solid var(--rpl-clr-type-default);border-left:var(--rpl-border-1) solid var(--rpl-clr-type-default);flex-shrink:0;height:var(--local-icon-h);margin-right:var(--rpl-sp-2);margin-top:var(--rpl-sp-1);width:var(--local-icon-w)}.rpl-icon--padded{padding:calc(var(--rpl-icon-size)/2)}.rpl-icon--size-xs{--rpl-icon-size:var(--rpl-sp-3)}.rpl-icon--size-s{--rpl-icon-size:var(--rpl-sp-4)}.rpl-icon--size-m{--rpl-icon-size:var(--rpl-sp-6)}.rpl-icon--size-l{--rpl-icon-size:var(--rpl-sp-8)}.rpl-icon--colour-default{color:var(--rpl-clr-link)}.rpl-icon--colour-white{color:var(--rpl-clr-type-light)}.rpl-icon--colour-text{color:var(--rpl-clr-type-default)}.rpl-icon--colour-information{color:var(--rpl-clr-information)}.rpl-icon--colour-success{color:var(--rpl-clr-success)}.rpl-icon--colour-warning{color:var(--rpl-clr-warning)}.rpl-icon--colour-error{color:var(--rpl-clr-error)}.rpl-icon--colour-inactive{color:var(--rpl-clr-neutral-4)}.rpl-svg-sprite--hidden{display:none}[dir=rtl] .rpl-icon--child{border-left:0;border-right:var(--rpl-border-1) solid var(--rpl-clr-type-default);margin-left:0;margin-right:var(--rpl-sp-2)}</style> <style>.tide-topic-tags{display:flex;flex-wrap:wrap;gap:var(--rpl-sp-3);margin-top:var(--rpl-sp-6)}.tide-topic-tags .rpl-chip+.rpl-chip{margin-left:0}</style> <style>.tide-content-rating{border-top:var(--rpl-border-1) solid var(--rpl-clr-neutral-300);padding-top:var(--rpl-sp-6)}.tide-content-rating .rpl-form-alert,.tide-content-rating__rating{margin-bottom:var(--rpl-sp-6)}@media (min-width:576px){.tide-content-rating__rating .rpl-form-label{float:left;margin:0 var(--rpl-sp-4) 0 0}.tide-content-rating__rating .rpl-form-radio-group{--local-block-padding:0}}.tide-content-rating__expanded{padding-bottom:var(--rpl-sp-6);padding-top:var(--rpl-sp-1)}@media (min-width:768px){.tide-content-rating__expanded{padding-top:var(--rpl-sp-2)}}@media (min-width:992px){.tide-content-rating__expanded{padding-bottom:var(--rpl-sp-9)}}</style> <link rel="stylesheet" href="/_nuxt/entry.BYQ4E3hd.css"> <link rel="stylesheet" href="/_nuxt/_...Bq9_9DqD.css"> <link rel="stylesheet" href="/_nuxt/RplSidebarComponent.KIW9pmsu.css"> <link rel="stylesheet" href="/_nuxt/HeroAcknowledgement.CVoqeGQ8.css"> <link rel="stylesheet" href="/_nuxt/TideDynamicComponents.BX3kIQ5K.css"> <link rel="stylesheet" href="/_nuxt/RplPageComponent.BTtLrtdw.css"> <link rel="stylesheet" href="/_nuxt/RplCampaignBanner.IBL3oBTo.css"> <link rel="stylesheet" href="/_nuxt/RplInPageNavigation.D-QSZRL5.css"> <script>function getCookie(name) { const value = `; ${document.cookie}`; const parts = value.split(`; ${name}=`); if (parts.length === 2) return parts.pop().split(';').shift(); } const DISMISSED_ALERTS_COOKIE = 'dismissedAlerts' const guidRegex = new RegExp('^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4,5}-[0-9a-f]{4}-[0-9a-f]{12}$') try { const cookieValue = getCookie(DISMISSED_ALERTS_COOKIE) if (cookieValue) { const dismissedIds = JSON.parse(decodeURIComponent(cookieValue)) const styles = dismissedIds.reduce((result, id) => { if (guidRegex.test(id)) { return `${result} [data-alert-id="${id}"] {display: none;}` } return result }, '') const styleSheet = document.createElement("style") styleSheet.innerText = styles document.head.appendChild(styleSheet) } } catch (e) { console.error(e) }</script> <meta name="description" content="Legal disclaimer information for vic.gov.au websites"> <meta property="og:title" content="Disclaimer"> <meta property="og:description" content="Legal disclaimer information for vic.gov.au websites"> <meta property="og:type" content="website"> <meta property="og:url" content="https://www.data.vic.gov.au/disclaimer"> <meta property="og:image" content="/sites/default/files/2019-11/Datavic-600x600px-social-promo_1.jpg"> <meta property="og:image:alt" content=""> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="https://www.data.vic.gov.au"> <meta name="twitter:title" content="Disclaimer"> <meta name="twitter:description" content="Legal disclaimer information for vic.gov.au websites"> <meta name="keywords" content=""> <meta name="sitesection" content="data.vic.gov.au"> <meta name="content-type" content="landing_page"> <meta property="og:locale" content="en-AU"> <link rel="apple-touch-icon" href="/apple-touch-icon.png"> <link rel="manifest" href="data:application/manifest+json,%7B%22id%22%3A%22https%3A%2F%2Fwww.data.vic.gov.au%22%2C%22name%22%3A%22data.vic.gov.au%22%2C%22short_name%22%3A%22%22%2C%22description%22%3A%22Data%20Vic%22%2C%22start_url%22%3A%22https%3A%2F%2Fwww.data.vic.gov.au%22%2C%22icons%22%3A%5B%7B%22src%22%3A%22https%3A%2F%2Fwww.data.vic.gov.au%2Fandroid-chrome-512x512.png%22%2C%22sizes%22%3A%22any%22%7D%5D%2C%22theme_color%22%3A%22%230052C2%22%2C%22background_color%22%3A%22%23ffffff%22%2C%22display%22%3A%22standalone%22%7D"> <link rel="icon" href="/sites/default/files/2024-09/DataVictoria_Ripple2_FavIcon.png"> <meta name="theme-color" content="#0052C2"> <script type="module" src="/_nuxt/ff37rAEW.js" crossorigin=""></script></head><body><div id="__nuxt"><!--[--><div class="tide-loading-indicator" style="height:3px;background:var(--rpl-clr-primary);opacity:0;transform:scaleX(0);"></div><!--[--><div><div id="rpl-skip-links"><a class="rpl-skip-link rpl-type-p rpl-u-focusable-block rpl-u-focusable--force-on" href="#rpl-above-body"><!--[-->Skip to main content<!--]--></a></div><div class="rpl-layout rpl-layout--default"><!--[--><svg id="rpl-icon-sprite" aria-hidden="true" class="rpl-svg-sprite--hidden"><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-cancel" viewBox="0 0 24 24"><path d="m14.1 12 9.4-9.4c.6-.6.6-1.5 0-2.1S22-.1 21.4.5L12 9.9 2.6.4C2-.1 1-.1.4.4s-.6 1.5 0 2.1L9.9 12 .5 21.4c-.6.6-.6 1.5 0 2.1.2.4.6.5 1 .5s.8-.1 1.1-.4l9.4-9.4 9.4 9.4c.3.3.7.4 1.1.4s.8-.1 1.1-.4c.6-.6.6-1.5 0-2.1z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-check-circle-filled" viewBox="0 0 24 24"><path d="M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0m5.8 8.4-5.5 8.9c-.5.9-1.7 1-2.4.3l-3.3-3.3c-.6-.6-.6-1.6 0-2.2s1.6-.6 2.2 0l1.9 1.9 4.5-7.2c.5-.7 1.4-1 2.2-.5.6.4.8 1.4.4 2.1"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-chevron-down" viewBox="0 0 24 24"><path d="M11.068 18.895.387 8.214a1.32 1.32 0 0 1 0-1.865l1.245-1.246A1.32 1.32 0 0 1 3.496 5.1L12 13.566 20.505 5.1a1.32 1.32 0 0 1 1.863.002l1.246 1.246c.515.515.515 1.35 0 1.865l-10.68 10.68a1.32 1.32 0 0 1-1.866 0Z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-chevron-left" viewBox="0 0 24 24"><path d="M5.104 11.066 15.785.386a1.32 1.32 0 0 1 1.866 0l1.245 1.245c.515.515.516 1.348.003 1.863L10.434 12l8.465 8.505a1.32 1.32 0 0 1-.003 1.863l-1.245 1.246a1.32 1.32 0 0 1-1.866 0L5.105 12.932a1.32 1.32 0 0 1 0-1.866Z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-chevron-right" viewBox="0 0 24 24"><path d="M18.896 12.931 8.216 23.614a1.32 1.32 0 0 1-1.866 0l-1.246-1.246a1.32 1.32 0 0 1-.002-1.863L13.567 12 5.102 3.495a1.32 1.32 0 0 1 .002-1.863L6.35.385a1.32 1.32 0 0 1 1.865 0l10.681 10.681a1.32 1.32 0 0 1 0 1.865"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-chevron-up" viewBox="0 0 24 24"><path d="m12.933 5.103 10.681 10.681c.515.515.515 1.35 0 1.865l-1.246 1.246a1.32 1.32 0 0 1-1.863.003L12 10.433l-8.504 8.465a1.32 1.32 0 0 1-1.864-.003L.387 17.65a1.32 1.32 0 0 1 0-1.866l10.68-10.68a1.32 1.32 0 0 1 1.866 0Z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-current-location" viewBox="0 0 24 24"><path d="m2 11 9 2 2 8.9L22 2z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-document-lined" viewBox="0 0 24 24"><path d="M15 0H4.2C3.5 0 3 .5 3 1.2v21.6c0 .7.5 1.2 1.2 1.2h15.6c.7 0 1.2-.5 1.2-1.2V6zm0 3.4L17.6 6H15zm3.6 18.2H5.4V2.4h7.2v4.8c0 .7.5 1.2 1.2 1.2h4.8z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-document" viewBox="0 0 24 24"><path d="M13.5 6.4V0H4.1C3.5 0 3 .5 3 1.1v21.8c0 .6.5 1.1 1.1 1.1h15.8c.6 0 1.1-.5 1.1-1.1V7.5h-6.4c-.6 0-1.1-.5-1.1-1.1"></path><path d="M20.7 4.9 16.1.3c-.2-.2-.5-.3-.8-.3H15v6h6v-.3c0-.3-.1-.6-.3-.8"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-download" viewBox="0 0 24 24"><path d="M21.2 20.1H2.8c-.7 0-1.3.6-1.3 1.3v1.3c0 .7.6 1.3 1.3 1.3h18.4c.7 0 1.3-.6 1.3-1.3v-1.3c0-.7-.6-1.3-1.3-1.3m-9.9-1.5c.4.4 1.1.4 1.5 0l8.3-8.2c.7-.7.2-1.8-.8-1.8h-4.8V1.3c0-.7-.6-1.3-1.3-1.3H9.8c-.7 0-1.3.6-1.3 1.3v7.3H3.7c-1 0-1.5 1.2-.8 1.8z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-enlarge-square-filled" viewBox="0 0 24 24"><path d="M21.4 0H2.6C1.2 0 0 1.2 0 2.6v18.9C0 22.8 1.2 24 2.6 24h18.9c1.4 0 2.6-1.2 2.6-2.6V2.6C24 1.2 22.8 0 21.4 0m-10 20.1L4.7 20c-.3 0-.6-.3-.6-.6L4 12.6c0-.3.2-.6.6-.6h.8c.3 0 .6.3.6.6v4.1l3.5-3.5c.2-.2.6-.2.8 0l.6.6c.2.2.2.6 0 .8l-3.5 3.5h4.1c.3 0 .6.3.6.6v.8c-.1.3-.3.6-.7.6m8.1-8h-.8c-.3 0-.6-.3-.6-.6V7.4l-3.5 3.5c-.2.2-.6.2-.8 0l-.6-.6q-.3-.45 0-.9l3.5-3.5h-4.1c-.3.1-.6-.2-.6-.5v-.8c0-.3.3-.6.6-.6l6.8.1c.3 0 .6.3.6.6l.1 6.8c0 .3-.3.6-.6.6"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-enlarge" viewBox="0 0 24 24"><path d="M20.2 4.5c0-.3-.3-.6-.6-.6l-7-.1c-.3-.1-.6.2-.6.5v.8c0 .3.3.6.6.6h4.2l-3.6 3.6c-.2.2-.2.6 0 .9l.6.6c.2.2.6.2.9 0l3.6-3.6v4.2c0 .3.3.6.6.6h.8c.3 0 .6-.3.6-.6zm-8.8 13.7H7.2l3.6-3.6c.2-.2.2-.6 0-.9l-.6-.6c-.2-.1-.6-.1-.9.1l-3.6 3.6v-4.2c0-.3-.3-.6-.6-.6h-.8c-.3 0-.6.3-.6.6l.1 7c0 .3.3.6.6.6l7 .1c.3 0 .6-.3.6-.6v-.8c0-.4-.3-.7-.6-.7"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-exclamation-circle-filled" viewBox="0 0 24 24"><path d="M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0m0 20c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m2-8c0 1.1-.9 2-2 2s-2-.9-2-2V6c0-1.1.9-2 2-2s2 .9 2 2z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-facebook" viewBox="0 0 24 24"><path d="M15.6 4h2.1V.2c-.3-.1-1.6-.2-3-.2-3 0-5.1 2-5.1 5.6V9H6.3v4.3h3.3V24h4.1V13.3h3.2l.5-4.3h-3.7V6.1c0-1.3.3-2.1 1.9-2.1"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-file-secure" viewBox="0 0 24 24"><path d="M4.7 21.6h8.4V24H3.5c-.664 0-1.2-.536-1.2-1.2V1.2C2.3.536 2.836 0 3.5 0h10.804L20.3 5.996V11.4h-2.4v-3h-4.8c-.664 0-1.2-.536-1.2-1.2V2.4H4.7zm9.6-18.211L16.911 6H14.3zm1.233 20.206c.261.27.523.405.916.405h5.236c.393 0 .655-.135.917-.405s.392-.54.392-.945V18.6c0-.405-.13-.675-.392-.945s-.524-.405-.917-.405V15.9c0-.81-.261-1.35-.785-1.89s-1.047-.81-1.833-.81c-.654 0-1.309.27-1.832.81s-.786 1.08-.786 1.89v1.35c-.393 0-.655.135-.916.405-.262.27-.393.54-.393.945v4.05c0 .405.13.675.393.945m4.843-7.695v1.35h-2.618V15.9c0-.405.131-.675.393-.945s.523-.405.916-.405.655.135.917.405c.261.27.392.54.392.945"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-home" viewBox="0 0 24 24"><path d="M23.4 11.5 13 .5c-.6-.6-1.5-.6-2.1 0L.6 11.4c-.5.5-.8 1.6-.5 2.3.2.7.9.9 1.6.9l1.4.1v7.6c0 1 .6 1.7 1.5 1.7H9c.9 0 1.5-.7 1.5-1.7v-5.8h3v5.8c0 1 .6 1.7 1.5 1.7h4.5c.9 0 1.5-.7 1.5-1.7v-7.6h1.5c.7 0 1.2-.2 1.5-1 .2-.7-.1-1.7-.6-2.2"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-information-circle-filled" viewBox="0 0 24 24"><path d="M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0m2.2 17.5c0 1.2-1 2.2-2.2 2.2s-2.2-1-2.2-2.2V11c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2zM12 7.6c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2 2.2 1 2.2 2.2c0 1.3-1 2.2-2.2 2.2"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-link-external-square-filled" viewBox="0 0 24 24"><path d="M21.4 0H2.6C1.2 0 0 1.2 0 2.6v18.9C0 22.8 1.2 24 2.6 24h18.9c1.4 0 2.6-1.2 2.6-2.6V2.6C24 1.2 22.8 0 21.4 0m-.8 10.7c0 1.1-1.4 1.7-2.2.9l-1.7-1.7L6.2 20.4c-.3.3-.7.3-.9 0l-1.7-1.7c-.3-.3-.3-.7 0-.9L14.1 7.3l-1.7-1.7c-.8-.8-.2-2.2.9-2.2h6c.7 0 1.3.6 1.3 1.3z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-linkedin" viewBox="0 0 24 24"><path d="M5.4 24h-5V8h5zM2.9 5.8C1.3 5.8 0 4.5 0 2.9S1.3 0 2.9 0s2.9 1.3 2.9 2.9-1.3 2.9-2.9 2.9M19 24v-7.8c0-1.9 0-4.2-2.6-4.2s-3 2-3 4.1V24h-5V8h4.8v2.2h.1c.7-1.3 2.3-2.6 4.7-2.6 5 0 6 3.3 6 7.6V24z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-mail" viewBox="0 0 24 24"><path d="M22.8 3H1.2C.5 3 0 3.5 0 4.2v15.6c0 .7.5 1.2 1.2 1.2h21.6c.7 0 1.2-.5 1.2-1.2V4.2c0-.7-.5-1.2-1.2-1.2m-2.4 6L12 12.6 3.6 9V6.6l8.4 3.6 8.4-3.6z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-phone" viewBox="0 0 24 24"><path d="m23.6 18.3-4-4c-.6-.6-1.6-.6-2.2 0l-3.5 3.5-7.7-7.7 3.5-3.5c.6-.6.6-1.6 0-2.2l-4-4c-.6-.6-1.6-.6-2.2 0L0 4c0 11 9 20 20 20l3.5-3.5c.6-.6.7-1.6.1-2.2"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-pin" viewBox="0 0 24 24"><path d="M12 0C7 0 3 4.1 3 9c0 6.6 9 15 9 15s9-8.4 9-15c0-4.9-4-9-9-9m0 12.4c-1.9 0-3.4-1.5-3.4-3.4s1.5-3.4 3.4-3.4 3.4 1.5 3.4 3.4-1.5 3.4-3.4 3.4"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-twitter" viewBox="0 0 24 24"><path d="M21.5 7.2v.6c0 6.4-4.9 13.8-14 13.8-2.8 0-5.4-.8-7.6-2.2.4 0 .8.1 1.2.1 2.3 0 4.4-.8 6.1-2.1-2.2 0-4-1.4-4.6-3.4.3 0 .6.1.9.1.4 0 .9-.1 1.3-.2C2.7 13.5 1 11.6 1 9.2c.7.4 1.4.6 2.2.6C1.9 8.9 1 7.4 1 5.7c0-.9.2-1.7.7-2.4 2.4 2.9 6.1 4.9 10.1 5.1-.1-.4-.1-.7-.1-1.1 0-2.7 2.2-4.8 4.9-4.8 1.4 0 2.7.6 3.6 1.5 1.1-.2 2.2-.6 3.1-1.2-.4 1.1-1.1 2.1-2.2 2.7 1-.1 1.9-.4 2.8-.7-.6.8-1.4 1.7-2.4 2.4"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-view" viewBox="0 0 24 24"><path d="M12 4C6.5 4 1.9 7.4 0 12c1.9 4.7 6.5 8 12 8s10.1-3.3 12-8c-1.9-4.6-6.5-8-12-8m0 13.7c-3 0-5.5-2.5-5.5-5.6C6.5 8.9 9 6.4 12 6.4s5.5 2.5 5.5 5.6-2.5 5.7-5.5 5.7"></path><path d="M12 8.6c-1.8 0-3.3 1.5-3.3 3.4s1.5 3.4 3.3 3.4 3.3-1.5 3.3-3.4-1.5-3.4-3.3-3.4"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-whatsapp" viewBox="0 0 24 24"><path d="M12.001 2c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.95 9.95 0 0 1-5.03-1.355L2.005 22l1.352-4.968A9.95 9.95 0 0 1 2.001 12c0-5.523 4.477-10 10-10M8.593 7.3l-.2.008a1 1 0 0 0-.372.1 1.3 1.3 0 0 0-.294.228c-.12.113-.188.211-.261.306A2.73 2.73 0 0 0 6.9 9.62c.002.49.13.967.33 1.413.409.902 1.082 1.857 1.97 2.742.214.213.424.427.65.626a9.45 9.45 0 0 0 3.84 2.046l.568.087c.185.01.37-.004.556-.013a2 2 0 0 0 .833-.231 5 5 0 0 0 .383-.22s.043-.028.125-.09c.135-.1.218-.171.33-.288q.126-.13.21-.302c.078-.163.156-.474.188-.733.024-.198.017-.306.014-.373-.004-.107-.093-.218-.19-.265l-.582-.261s-.87-.379-1.402-.621a.5.5 0 0 0-.176-.041.48.48 0 0 0-.378.127c-.005-.002-.072.055-.795.931a.35.35 0 0 1-.368.13 1.4 1.4 0 0 1-.191-.066c-.124-.052-.167-.072-.252-.108a6 6 0 0 1-1.575-1.003c-.126-.11-.243-.23-.363-.346a6.3 6.3 0 0 1-1.02-1.268l-.059-.095a1 1 0 0 1-.102-.205c-.038-.147.061-.265.061-.265s.243-.266.356-.41c.11-.14.203-.276.263-.373.118-.19.155-.385.093-.536q-.42-1.026-.868-2.041c-.059-.134-.234-.23-.393-.249q-.081-.01-.162-.016a3 3 0 0 0-.403.004l.201-.008Z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-x" viewBox="0 0 32 32"><path d="M18.635 13.55 30.291 0h-2.763L17.406 11.765 9.323 0H0l12.224 17.79L0 32h2.763l10.688-12.425L21.988 32h9.323zm-3.783 4.396-1.24-1.771L3.758 2.08H8l7.953 11.376 1.24 1.772L27.53 30.014h-4.242z"></path></symbol></defs></svg><!--[--><!--]--><div class="rpl-alert-container" data-cy="alerts-container"><!--[--><!--]--></div><!--]--><div class="rpl-layout__container"><header id="rpl-header" class="rpl-layout__header"><!--[--><!--[--><nav class="rpl-primary-nav rpl-primary-nav--collapse-until-l" aria-label="Primary navigation"><div class="rpl-primary-nav__inner" style="--local-expanded-height: 0px"><div class="rpl-primary-nav__nav-bar"><div class="rpl-primary-nav__logos rpl-primary-nav__logos--has-secondary-logo"><a href="/" class="rpl-primary-nav__primary-logo-link rpl-u-focusable-outline rpl-u-focusable-outline--no-border"><!--[--><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 105 14" aria-label="Victoria government logo" class="rpl-primary-nav__primary-logo-image"><path d="M5.712 13h2.432l5.472-12H9.968l-3.04 6.544L3.888 1H.24zm8.795 0h3.264V1h-3.264zM25.727.728c-3.393 0-6.433 2.704-6.433 6.272s3.04 6.272 6.432 6.272c2.288 0 4.352-1.008 5.6-2.832l-2.72-1.664c-.608.832-1.472 1.392-2.72 1.392-1.664 0-3.104-1.52-3.104-3.168s1.44-3.168 3.104-3.168c1.248 0 2.112.56 2.72 1.392l2.72-1.664c-1.248-1.824-3.312-2.832-5.6-2.832m7.619 12.4c.864 0 1.568-.688 1.568-1.536 0-.864-.704-1.552-1.568-1.552a1.55 1.55 0 0 0-1.536 1.552c0 .848.704 1.536 1.536 1.536M43.433 8.44h2.272v1.008c-.576.48-1.328.72-2.272.72-1.664 0-3.104-1.52-3.104-3.168s1.44-3.168 3.104-3.168c1.056 0 1.84.416 2.416 1.04l2.448-2.032C47.033 1.48 45.241.728 43.273.728c-3.392 0-6.432 2.704-6.432 6.272s3.04 6.272 6.432 6.272c2.288 0 4.352-1.008 5.6-2.832V5.656h-5.44zM63.7 7c0-3.568-3.088-6.272-6.656-6.272S50.388 3.432 50.388 7s3.088 6.272 6.656 6.272S63.7 10.568 63.7 7m-9.824 0a3.175 3.175 0 0 1 3.168-3.168A3.175 3.175 0 0 1 60.212 7a3.175 3.175 0 0 1-3.168 3.168A3.175 3.175 0 0 1 53.876 7m15.336 6h2.432l5.472-12h-3.648l-3.04 6.544L67.388 1H63.74zm8.962.128c.864 0 1.568-.688 1.568-1.536 0-.864-.704-1.552-1.568-1.552a1.55 1.55 0 0 0-1.536 1.552c0 .848.704 1.536 1.536 1.536M88.23 1h-1.376l-5.552 12h3.552l.608-1.376h4.16L90.23 13h3.552zm-1.728 7.984.96-2.592h.16l.96 2.592zM104.888 1h-3.344v7.6c0 1.104-.704 1.808-1.808 1.808s-1.792-.704-1.792-1.808V1h-3.328v7.456c0 3.136 1.968 4.816 5.12 4.816 3.184 0 5.152-1.68 5.152-4.816z"></path></svg><!----><!--]--></a><div class="rpl-primary-nav__logo-divider"></div><a href="/" class="rpl-primary-nav__secondary-logo-link rpl-u-focusable-outline rpl-u-focusable-outline--no-border"><!--[--><img class="rpl-primary-nav__secondary-logo-image rpl-u-screen-only" src="/sites/default/files/site_logo/DataVic_Logo_W.png" alt><img class="rpl-primary-nav__secondary-logo-image rpl-primary-nav__logo-alt rpl-u-print-only" src="/sites/default/files/2024-09/DataVictoria_Logo_B_1.png" alt><!--]--></a></div><ul class="rpl-primary-nav__nav-bar-actions-list"><li class="rpl-primary-nav__nav-bar-mobile-menu-toggle-container"><button type="button" class="rpl-primary-nav__nav-bar-action rpl-primary-nav__nav-bar-action--toggle rpl-type-label-small rpl-type-weight-bold rpl-u-focusable-block"><span class="rpl-primary-nav__nav-bar-action-wrapper"><!--[--><span>Menu</span>⁠<span class="rpl-primary-nav__nav-bar-icon rpl-primary-nav__nav-bar-icon--large rpl-u-margin-l-2"><span class="rpl-icon rpl-icon--size-xs rpl-icon--icon-chevron-down"><svg role="presentation"><!----><use xlink:href="#icon-chevron-down"></use></svg></span></span><!--]--></span></button></li><li class="rpl-primary-nav__nav-bar-mobile-menu-divider" aria-hidden="true"></li><!--[--><li class="rpl-primary-nav__nav-bar-item"><a class="rpl-primary-nav__nav-bar-action rpl-primary-nav__nav-bar-action--link rpl-type-label-small rpl-type-weight-bold rpl-u-focusable-block" href="https://discover.data.vic.gov.au/"><span class="rpl-primary-nav__nav-bar-action-wrapper"><!--[--><span>Data</span><!--]--></span></a></li><li class="rpl-primary-nav__nav-bar-item"><a class="rpl-primary-nav__nav-bar-action rpl-primary-nav__nav-bar-action--link rpl-type-label-small rpl-type-weight-bold rpl-u-focusable-block" href="/about-datavic"><span class="rpl-primary-nav__nav-bar-action-wrapper"><!--[--><span>About DataVic</span><!--]--></span></a></li><li class="rpl-primary-nav__nav-bar-item"><a class="rpl-primary-nav__nav-bar-action rpl-primary-nav__nav-bar-action--link rpl-type-label-small rpl-type-weight-bold rpl-u-focusable-block" href="/contact-us"><span class="rpl-primary-nav__nav-bar-action-wrapper"><!--[--><span>Contact us</span><!--]--></span></a></li><!--]--><!----><li><button type="button" class="rpl-primary-nav__nav-bar-action rpl-primary-nav__nav-bar-action--toggle rpl-type-label-small rpl-type-weight-bold rpl-u-focusable-block"><span class="rpl-primary-nav__nav-bar-action-wrapper"><!--[--><!--[--><span class="rpl-primary-nav__nav-bar-search-label">Search</span>⁠<span class="rpl-primary-nav__nav-bar-icon rpl-primary-nav__nav-bar-icon--large rpl-primary-nav__nav-bar-icon--search"><span class="rpl-icon rpl-icon--size-s rpl-icon--icon-search"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.6 21.4-7.2-7.2c1-1.5 1.7-3.3 1.7-5.2 0-5-4-9-9-9S0 4 0 9s4 9 9 9c1.9 0 3.7-.6 5.2-1.7l7.2 7.2c.3.3.7.4 1.1.4s.8-.1 1.1-.4c.5-.5.5-1.5 0-2.1m-9.7-9.6q-.75 1.35-2.1 2.1c-.8.5-1.8.8-2.8.8-3.2 0-5.7-2.6-5.7-5.7 0-3.2 2.6-5.7 5.7-5.7s5.7 2.6 5.7 5.7c0 1-.3 2-.8 2.8"></path></svg></span></span><!--]--><!--]--></span></button></li></ul></div><!----><!----></div><!----></nav><!--]--><!--]--><div id="rpl-below-header" class="rpl-u-margin-t-1"><!--[--><!--[--><nav aria-label="breadcrumbs" class="rpl-breadcrumbs rpl-u-screen-only" data-cy="breadcrumbs"><ol class="rpl-breadcrumbs__items rpl-type-p-small"><!--[--><!--[--><li class="rpl-breadcrumbs__item rpl-breadcrumbs__item--parent"><a href="/" class="rpl-text-link rpl-u-focusable-inline rpl-breadcrumbs__item-link" theme="false"><!--[--><!--[-->Home<!--]--><!----><!--]--></a><!----><!----></li><!--]--><!--[--><li class="rpl-breadcrumbs__item" dir="ltr"><!----><!----><span class="rpl-breadcrumbs__item--current">Disclaimer</span></li><!--]--><!--]--></ol></nav><!--]--><!--]--></div></header><section id="rpl-above-body"><!--[--><!--[--><div class="rpl-header rpl-header--hero rpl-header--default rpl-header--behind-nav rpl-header--breadcrumbs rpl-header--graphic-top rpl-header--graphic-bottom" dir="ltr"><div class="rpl-header__behind rpl-u-screen-only"><!--[--><!----><div class="rpl-header-graphic rpl-header-graphic--top rpl-header-graphic--pattern"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4756.53 2397.5" class="rpl-header-graphic__top" role="presentation"><g style="isolation:isolate;"><path d="M3848.71-957.73H1130.15L2489.43,1917Z" style="fill:#c3c3c3;"></path><path d="M-1588.41,2875.23H1130.15L-229.13.51Z" style="fill:#757575;"></path><path d="M2036.32,2875.23H4754.88L3395.6.51Z" style="fill:#5a5a5a;"></path><path d="M224,2875.23H2942.53L1583.24.51Z" style="fill:silver;"></path><path d="M3848.71,2875.23H6567.28L5208,.51Z" style="fill:#484848;"></path><path d="M5661.09-957.73H2942.53L4301.81,1917Z" style="fill:#484848;"></path><path d="M2036.34-957.73H-682.22L677.06,1917Z" style="fill:#bababa;"></path><path d="M7473.44-957.73H4754.88L6114.16,1917Z" style="fill:#828282;"></path><path d="M2489.43,2875.23H4301.81L3395.62,958.75Z" style="fill:#3d3d3d;mix-blend-mode:screen;"></path><path d="M1130.11,958.75H2942.48L2036.29-957.73Z" style="fill:#b0b0b0;"></path><path d="M223.91-957.73H-1588.47L-682.28,958.75Z" style="fill:#454545;mix-blend-mode:overlay;"></path><path d="M2489.43,958.75H1583.24L2036.34,1917Z" style="fill:#c3c3c3;"></path><path d="M1583.24-957.73H677.06L1130.15.51Z" style="fill:#bababa;mix-blend-mode:screen;"></path><path d="M1130.15-957.73,677.06.51h906.18Z" style="mix-blend-mode:screen;fill:#adadad;"></path><path d="M2489.43-957.73H1583.24L2036.34.51Z" style="fill:#c3c3c3;mix-blend-mode:lighten;"></path><path d="M3395.62-957.73H2489.43L2942.53.51Z" style="fill:#7c7c7c;"></path><path d="M4301.81-957.73H3395.62L3848.71.51Z" style="mix-blend-mode:screen;fill:#7c7c7c;"></path><path d="M5208-957.73H4301.81L4754.9.51Z" style="fill:#484848;mix-blend-mode:screen;"></path><path d="M677.06.51H-229.13L224,958.75Z" style="fill:#454545;"></path><path d="M1583.24.51H677.06l453.09,958.24Z" style="fill:#bababa;mix-blend-mode:screen;"></path><path d="M2489.43.51H1583.24l453.1,958.24Z" style="fill:#b0b0b0;"></path><path d="M3395.62.51H2489.43l453.1,958.24Z" style="mix-blend-mode:overlay;fill:#6e6e6e;"></path><path d="M4301.81.51H3395.62l453.09,958.24Z" style="fill:#484848;mix-blend-mode:screen;"></path><path d="M5208,.51H4301.81L4754.9,958.75Z" style="fill:#292929;"></path><path d="M677.06,958.75H-229.13L224,1917Z" style="fill:#757575;mix-blend-mode:screen;"></path><path d="M1583.24,958.75H677.06L1130.15,1917Z" style="fill:#bababa;mix-blend-mode:screen;"></path><path d="M3395.62,958.75H2489.43L2942.53,1917Z" style="fill:#c3c3c3;mix-blend-mode:screen;"></path><path d="M4301.81,958.75H3395.62L3848.71,1917Z" style="fill:#828282;mix-blend-mode:screen;"></path><path d="M5208,958.75H4301.81L4754.9,1917Z" style="fill:#484848;mix-blend-mode:screen;"></path><path d="M677.06,1917H-229.13L224,2875.23Z" style="mix-blend-mode:overlay;fill:#474747;"></path><path d="M1583.24,1917H677.06l453.09,958.24Z" style="fill:#bababa;mix-blend-mode:screen;"></path><path d="M2489.43,1917H1583.24l453.1,958.24Z" style="fill:#989898;"></path><path d="M3395.62,1917H2489.43l453.1,958.24Z" style="mix-blend-mode:overlay;fill:#6e6e6e;"></path><path d="M4301.81,1917H3395.62l453.09,958.24Z" style="fill:#3d3d3d;mix-blend-mode:screen;"></path><path d="M5208,1917H4301.81l453.09,958.24Z" style="fill:#484848;mix-blend-mode:screen;"></path><path d="M223.91.51H-682.28l453.09,958.24Z" style="mix-blend-mode:screen;fill:#666;"></path><path d="M5208-957.73,4754.9.51h906.19Z" style="fill:#484848;"></path><path d="M4301.81,958.75,3848.71,1917H4754.9Z" style="fill:#484848;mix-blend-mode:screen;"></path><path d="M5661.09,958.75H4754.9L5208,1917Z" style="mix-blend-mode:screen;fill:#454545;"></path><path d="M4754.89,958.75H3848.7L4301.8,1917Z" style="mix-blend-mode:screen;fill:#454545;"></path><path d="M3395.62,2875.23h906.19L3848.71,1917Z" style="fill:#c3c3c3;mix-blend-mode:screen;"></path><path d="M-682.22,2875.23H224L-229.13,1917Z" style="mix-blend-mode:overlay;fill:#adadad;"></path><path d="M2942.53-957.73H2036.34L2489.43.51Z" style="fill:#5a5a5a;"></path><path d="M2036.34.51H1130.15l453.1,958.24Z" style="mix-blend-mode:overlay;fill:#989898;"></path><path d="M2489.43.51,2036.34,958.75h906.19Z" style="fill:#c3c3c3;"></path><path d="M2036.34,1917H1130.15l453.1,958.24Z" style="mix-blend-mode:overlay;fill:#989898;"></path><path d="M450.45-478.61H-2.64L223.91.51Z" style="fill:#454545;"></path><path d="M677.06.51H224L450.51,479.63Z" style="fill:#757575;mix-blend-mode:overlay;"></path><path d="M1130.15.51H677.06L903.6,479.63Z" style="fill:#bababa;mix-blend-mode:screen;"></path><path d="M903.6,480.42H450.51L677.06,959.54Z" style="fill:#bababa;mix-blend-mode:screen;"></path><path d="M1130.15,958.75H677.06L903.6,1437.87Z" style="fill:silver;"></path><path d="M677.06,958.75,450.51,1437.87H903.6Z" style="fill:#d0d0d0;"></path><path d="M2036.37,958.75l-226.55,479.12h453.1Z" style="fill:#d0d0d0;"></path><path d="M2263.23,479.52,2036.68,958.64h453.09Z" style="fill:#7c7c7c;"></path><path d="M677.06,1917H224l226.55,479.12Z" style="fill:#bababa;mix-blend-mode:screen;"></path><path d="M2716,479.63,2489.43,958.75h453.1Z" style="mix-blend-mode:screen;fill:#b0b0b0;"></path><path d="M2942.53.51h-453.1L2716,479.63Z" style="fill:#c3c3c3;mix-blend-mode:screen;"></path><path d="M2942.53,958.75h-453.1L2716,1437.87Z" style="fill:#c3c3c3;mix-blend-mode:multiply;"></path><path d="M3169,1437.87H2715.94L2942.48,1917Z" style="fill:#b0b0b0;"></path><path d="M2942.53,1917h-453.1L2716,2396.11Z" style="fill:#3d3d3d;"></path><path d="M3622.17-478.61h-453.1L3395.62.51Z" style="fill:#292929;"></path><path d="M3848.71.51H3395.62l226.55,479.12Z" style="fill:#484848;"></path><path d="M3622.17,479.63h-453.1l226.55,479.12Z" style="mix-blend-mode:screen;fill:#b0b0b0;"></path><path d="M3848.71,958.75H3395.62l226.55,479.12Z" style="fill:#484848;"></path><path d="M3622.17,1437.87h-453.1L3395.62,1917Z" style="fill:#6d6d6d;"></path><path d="M3848.71,1917H3395.62l226.55,479.12Z" style="fill:#3d3d3d;mix-blend-mode:screen;"></path><path d="M3622.15,2396.11h-453.1l226.55,479.12Z" style="fill:#3d3d3d;mix-blend-mode:screen;"></path><path d="M2036.29.51H1583.2l226.55,479.12Z" style="fill:#c3c3c3;mix-blend-mode:screen;"></path><path d="M2262.89,479.63h-453.1l226.55,479.12Z" style="fill:#6d6d6d;"></path><path d="M1809.75,479.63,1583.2,958.75h453.09Z" style="fill:#6f6f6f;"></path><path d="M1356.65,479.63,1130.11,958.75H1583.2Z" style="fill:silver;"></path><path d="M1809.75,1437.87h-453.1L1583.2,1917Z" style="mix-blend-mode:screen;fill:#989898;"></path><path d="M2036.29,1917H1583.2l226.55,479.12Z" style="fill:#bababa;mix-blend-mode:screen;"></path><path d="M3622.17,479.63h453.09L3848.71.51Z" style="fill:#5a5a5a;mix-blend-mode:overlay;"></path><path d="M4754.9.51H4301.81l226.54,479.12Z" style="fill:#484848;mix-blend-mode:screen;"></path><path d="M5208,1917H4754.86l226.54,479.12Z" style="mix-blend-mode:overlay;fill:#515151;"></path><path d="M4528.34-478.61H4075.25L4301.8.51Z" style="fill:#b0b0b0;mix-blend-mode:overlay;"></path><path d="M4754.9.51H4301.81l226.54,479.12Z" style="mix-blend-mode:overlay;fill:#666;"></path><path d="M4754.9,1917H4301.81l226.54,479.12Z" style="mix-blend-mode:overlay;fill:#515151;"></path><path d="M-3.45,2394.84-230,2874H223.1Z" style="fill:#454545;mix-blend-mode:overlay;"></path><path d="M4528.35,479.63,4301.81,958.75H4754.9Z" style="fill:#828282;mix-blend-mode:screen;"></path><path d="M4075.26,2396.11H3622.17l226.54,479.12Z" style="fill:#484848;"></path><path d="M1583.2,958.75H1130.11l226.54,479.12Z" style="fill:#989898;"></path><path d="M903.6,2396.11H450.51l226.55,479.12Z" style="mix-blend-mode:screen;fill:#989898;"></path><path d="M4754.89,958.75H4528.34l113.28,239.56Z" style="fill:#484848;mix-blend-mode:multiply;"></path><path d="M2489.43,0H2262.89l113.27,239.56Z" style="mix-blend-mode:overlay;fill:#7c7c7c;"></path><path d="M2489.43,1440.84H2262.89l113.27,239.56Z" style="fill:#7c7c7c;mix-blend-mode:multiply;"></path><path d="M2942.48,958.75l-113.27,239.56h226.55Z" style="mix-blend-mode:overlay;fill:#7c7c7c;"></path><path d="M3962,719.08,3848.71,958.64h226.55Z" style="fill:#484848;mix-blend-mode:overlay;"></path><path d="M1016.88,1201.28,903.6,1440.84h226.55Z" style="mix-blend-mode:overlay;fill:#515151;"></path></g></svg></div><div class="rpl-header-graphic rpl-header-graphic--bottom rpl-header-graphic--pattern"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3169.1 2393.1" class="rpl-header-graphic__bottom" role="presentation"><g style="isolation:isolate;"><path d="M3622.19-484.65H903.63L2262.91,2390.07Z" style="fill:#c3c3c3;"></path><path d="M-1814.93,3348.31H903.63L-455.65,473.59Z" style="fill:#757575;"></path><path d="M1809.8,3348.31H4528.36L3169.08,473.59Z" style="fill:#5a5a5a;"></path><path d="M-2.56,3348.31H2716L1356.72,473.59Z" style="fill:silver;"></path><path d="M5434.57-484.65H2716L4075.28,2390.07Z" style="fill:#484848;"></path><path d="M1809.82-484.65H-908.75L450.53,2390.07Z" style="fill:#bababa;"></path><path d="M2262.91,3348.31H4075.28L3169.1,1431.83Z" style="fill:#3d3d3d;mix-blend-mode:screen;"></path><path d="M903.58,1431.83H2716L1809.77-484.65Z" style="fill:#b0b0b0;"></path><path d="M2262.91,1431.83H1356.72l453.1,958.24Z" style="fill:#c3c3c3;"></path><path d="M1356.72-484.65H450.53l453.1,958.24Z" style="fill:#bababa;mix-blend-mode:screen;"></path><path d="M903.63-484.65,450.53,473.59h906.19Z" style="mix-blend-mode:screen;fill:#adadad;"></path><path d="M2262.91-484.65H1356.72l453.1,958.24Z" style="fill:#c3c3c3;mix-blend-mode:lighten;"></path><path d="M3169.1-484.65H2262.91L2716,473.59Z" style="fill:#7c7c7c;"></path><path d="M4075.28-484.65H3169.1l453.09,958.24Z" style="mix-blend-mode:screen;fill:#7c7c7c;"></path><path d="M450.53,473.59H-455.65L-2.56,1431.83Z" style="fill:#454545;"></path><path d="M1356.72,473.59H450.53l453.1,958.24Z" style="fill:#bababa;mix-blend-mode:screen;"></path><path d="M2262.91,473.59H1356.72l453.1,958.24Z" style="fill:#b0b0b0;"></path><path d="M3169.1,473.59H2262.91L2716,1431.83Z" style="fill:#6e6e6e;mix-blend-mode:overlay;"></path><path d="M4075.28,473.59H3169.1l453.09,958.24Z" style="fill:#484848;mix-blend-mode:screen;"></path><path d="M450.53,1431.83H-455.65L-2.56,2390.07Z" style="fill:#757575;mix-blend-mode:screen;"></path><path d="M1356.72,1431.83H450.53l453.1,958.24Z" style="fill:#bababa;mix-blend-mode:screen;"></path><path d="M3169.1,1431.83H2262.91L2716,2390.07Z" style="fill:#c3c3c3;mix-blend-mode:screen;"></path><path d="M4075.28,1431.83H3169.1l453.09,958.24Z" style="mix-blend-mode:screen;fill:#828282;"></path><path d="M450.53,2390.07H-455.65L-2.56,3348.31Z" style="mix-blend-mode:overlay;fill:#474747;"></path><path d="M1356.72,2390.07H450.53l453.1,958.24Z" style="fill:#bababa;mix-blend-mode:screen;"></path><path d="M2262.91,2390.07H1356.72l453.1,958.24Z" style="fill:#989898;"></path><path d="M3169.1,2390.07H2262.91L2716,3348.31Z" style="fill:#6e6e6e;mix-blend-mode:overlay;"></path><path d="M4075.28,2390.07H3169.1l453.09,958.24Z" style="fill:#3d3d3d;mix-blend-mode:screen;"></path><path d="M3169.1,3348.31h906.18l-453.09-958.24Z" style="fill:#c3c3c3;mix-blend-mode:screen;"></path><path d="M2716-484.65H1809.82l453.09,958.24Z" style="fill:#5a5a5a;"></path><path d="M1809.82,473.59H903.63l453.09,958.24Z" style="mix-blend-mode:overlay;fill:#989898;"></path><path d="M2262.91,473.59l-453.09,958.24H2716Z" style="fill:#c3c3c3;"></path><path d="M1809.82,2390.07H903.63l453.09,958.24Z" style="mix-blend-mode:overlay;fill:#989898;"></path><path d="M223.93-5.53H-229.16L-2.62,473.59Z" style="fill:#454545;"></path><path d="M450.53,473.59H-2.56L224,952.71Z" style="fill:#c3c3c3;mix-blend-mode:overlay;"></path><path d="M903.63,473.59H450.53L677.08,952.71Z" style="fill:#bababa;mix-blend-mode:screen;"></path><path d="M677.08,953.5H224l226.54,479.12Z" style="fill:#bababa;mix-blend-mode:screen;"></path><path d="M903.63,1431.83H450.53L677.08,1911Z" style="fill:silver;"></path><path d="M450.53,1431.83,224,1911H677.08Z" style="fill:#d0d0d0;"></path><path d="M1809.85,1431.83,1583.3,1911h453.09Z" style="fill:#d0d0d0;"></path><path d="M2036.7,952.6l-226.54,479.12h453.09Z" style="fill:#7c7c7c;"></path><path d="M450.53,2390.07H-2.56L224,2869.19Z" style="fill:#bababa;mix-blend-mode:screen;"></path><path d="M2489.46,952.71l-226.55,479.12H2716Z" style="mix-blend-mode:screen;fill:#b0b0b0;"></path><path d="M2716,473.59H2262.91l226.55,479.12Z" style="fill:#c3c3c3;mix-blend-mode:screen;"></path><path d="M2716,1431.83H2262.91L2489.46,1911Z" style="fill:#c3c3c3;mix-blend-mode:multiply;"></path><path d="M2942.51,1911h-453.1L2716,2390.07Z" style="fill:#b0b0b0;"></path><path d="M2716,2390.07H2262.91l226.55,479.12Z" style="fill:#3d3d3d;"></path><path d="M3395.64-5.53H2942.55L3169.1,473.59Z" style="fill:#292929;"></path><path d="M3622.19,473.59H3169.1l226.54,479.12Z" style="fill:#484848;"></path><path d="M3395.64,952.71H2942.55l226.55,479.12Z" style="mix-blend-mode:screen;fill:#b0b0b0;"></path><path d="M3622.19,1431.83H3169.1L3395.64,1911Z" style="fill:#484848;"></path><path d="M3395.64,1911H2942.55l226.55,479.12Z" style="fill:#6d6d6d;"></path><path d="M3622.19,2390.07H3169.1l226.54,479.12Z" style="fill:#3d3d3d;mix-blend-mode:screen;"></path><path d="M1809.77,473.59H1356.68l226.54,479.12Z" style="fill:#c3c3c3;mix-blend-mode:screen;"></path><path d="M2036.36,952.71H1583.27l226.55,479.12Z" style="fill:#6d6d6d;"></path><path d="M1583.22,952.71l-226.54,479.12h453.09Z" style="fill:#6f6f6f;"></path><path d="M1130.13,952.71,903.58,1431.83h453.1Z" style="fill:silver;"></path><path d="M1583.22,1911H1130.13l226.55,479.12Z" style="mix-blend-mode:screen;fill:#989898;"></path><path d="M1809.77,2390.07H1356.68l226.54,479.12Z" style="fill:#bababa;mix-blend-mode:screen;"></path><path d="M1356.68,1431.83H903.58L1130.13,1911Z" style="fill:#989898;"></path><path d="M2488.32-5.34H2261.78l113.27,239.56Z" style="fill:#b0b0b0;mix-blend-mode:multiply;"></path><path d="M2262.91,473.08H2036.36l113.28,239.56Z" style="fill:#7c7c7c;mix-blend-mode:overlay;"></path><path d="M2262.91,1913.92H2036.36l113.28,239.56Z" style="fill:#7c7c7c;mix-blend-mode:multiply;"></path><path d="M2716,1431.83l-113.27,239.56h226.54Z" style="fill:#7c7c7c;mix-blend-mode:overlay;"></path><path d="M790.35,1674.36,677.08,1913.92H903.63Z" style="mix-blend-mode:overlay;fill:#515151;"></path><path d="M330.47,219.78,437-5.53H223.93Z" style="fill:#adadad;mix-blend-mode:multiply;"></path></g></svg></div><!--]--></div><div class="rpl-container"><div class="rpl-grid"><div class="rpl-header__main rpl-col-12 rpl-col-10-m"><!----><div class="rpl-header__body"><!--[--><h1 class="rpl-header__title rpl-type-h1" data-cy="hero-title">Disclaimer</h1><!--]--><div class="rpl-header__content"><!--[--><p class="rpl-type-p-large" data-cy="hero-summary"><!--[-->Legal disclaimer information for vic.gov.au websites<!--]--></p><!--]--></div></div><!----></div><!----></div></div></div><!----><!----><!----><!--]--><!--]--></section><div class="rpl-layout__body-wrap"><div class="rpl-container"><div class="rpl-grid rpl-grid--no-row-gap rpl-layout__body"><!----><main id="rpl-main" class="rpl-col-12 rpl-col-7-m rpl-layout__main" dir="ltr"><!--[--><!--[--><!----><!--[--><!--[--><div id="page-component-37258" class="rpl-page-component" data-component-id="37258" data-component-type="TideLandingPageContent"><!----><!--[--><div class="rpl-content"><p>The content of this website is provided for information purposes only. No claim is made as to the accuracy or authenticity of the content of the website.</p> <p>Information, data and advice on this website is provided on the basis that site users undertake responsibility for assessing the relevance and accuracy of its content. The Department of Government Services, as owner of this site on behalf of the Victorian Government, makes no representations, either expressed or implied, as to the suitability of anything on this website for any particular purpose.</p> <p>We do not sponsor or endorse any material on websites linked from or to this website, including any social media websites that may be linked in any way to this website.</p> <p>We do not accept any liability to any person:</p> <ul> <li>for the information, data or advice (or the use of such information, data or advice) which is provided on this website or incorporated into it by reference</li> <li>for any interference with or damage to a user's computer, software or data occurring in connection with or relating to this website or its use</li> </ul> <p>If you use automatic language translation services in connection with this site you do so at your own risk. We make no representations, express or implied, as to the accuracy or usefulness of any translation of the information on this website.</p></div><!--]--></div><!--]--><!--]--><!--]--><div data-cy="topic-tags" class="tide-topic-tags"><!--[--><a href="/topic/governance" class="rpl-chip rpl-chip--default rpl-type-label rpl-u-focusable-block rpl-u-screen-only"><!--[-->Governance<!--]--></a><!--]--></div><p class="rpl-type-p-small rpl-u-margin-t-6 rpl-updated-date" data-cy="updated-date"> Updated <time datetime="2025-03-06T13:58:36+11:00">6 March 2025</time></p><!--]--></main><aside id="rpl-sidebar" class="rpl-layout__sidebar rpl-layout__sidebar--right rpl-col-4-m rpl-col-start-9-m rpl-col-12"><!--[--><!--[--><!--[--><!--[--><!--]--><!--[--><!----><!----><!----><!----><div class="rpl-social-share rpl-u-screen-only" data-sidebar-component-id="tide-sidebar-social-share"><h3 class="rpl-social-share__title rpl-type-label-large">Share this page</h3><ul class="rpl-social-share__items"><!--[--><li class="rpl-social-share__item"><a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.data.vic.gov.au%2Fdisclaimer&amp;title=Disclaimer" rel="noopener noreferrer" class="rpl-text-link rpl-u-focusable-inline rpl-social-share-link rpl-type-p-small" aria-label="Share this page on Facebook"><!--[--><!--[--><span class="rpl-icon rpl-icon--size-s rpl-icon--icon-facebook rpl-social-share__icon"><svg role="presentation"><!----><use xlink:href="#icon-facebook"></use></svg></span><span>Facebook</span><!--]--><!----><!--]--></a></li><li class="rpl-social-share__item"><a href="https://twitter.com/intent/tweet?text=Disclaimer&amp;url=https%3A%2F%2Fwww.data.vic.gov.au%2Fdisclaimer" rel="noopener noreferrer" class="rpl-text-link rpl-u-focusable-inline rpl-social-share-link rpl-type-p-small" aria-label="Share this page on X"><!--[--><!--[--><span class="rpl-icon rpl-icon--size-s rpl-icon--icon-x rpl-social-share__icon"><svg role="presentation"><!----><use xlink:href="#icon-x"></use></svg></span><span>X (formerly Twitter)</span><!--]--><!----><!--]--></a></li><li class="rpl-social-share__item"><a href="https://www.linkedin.com/shareArticle?url=https%3A%2F%2Fwww.data.vic.gov.au%2Fdisclaimer" rel="noopener noreferrer" class="rpl-text-link rpl-u-focusable-inline rpl-social-share-link rpl-type-p-small" aria-label="Share this page on LinkedIn"><!--[--><!--[--><span class="rpl-icon rpl-icon--size-s rpl-icon--icon-linkedin rpl-social-share__icon"><svg role="presentation"><!----><use xlink:href="#icon-linkedin"></use></svg></span><span>LinkedIn</span><!--]--><!----><!--]--></a></li><!--]--><!----></ul></div><!--]--><!--[--><!--]--><!--]--><!--]--><!--]--></aside></div></div></div><section id="rpl-below-body"><!--[--><!--[--><!--]--><div class="tide-content-rating rpl-u-screen-only"><div class="rpl-container"><div class="rpl-grid"><div class="rpl-col-12 rpl-col-7-m"><!----></div></div></div></div><!--]--></section><div class="rpl-back-to-top rpl-u-screen-only"><div class="rpl-back-to-top__inner rpl-container"><a href="#rpl-skip-links" class="rpl-button rpl-button--elevated rpl-button--default rpl-u-focusable-block rpl-back-to-top__button" aria-busy="false"><!----><span class="rpl-button__label rpl-type-label rpl-type-weight-bold"><!----><!--[-->Back to top<!--]--></span><span class="rpl-icon rpl-icon--size-s rpl-icon--icon-arrow-up rpl-button__icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.6 10.8 12.9.4c-.5-.5-1.3-.5-1.9 0L.4 10.8c-.5.5-.5 1.3 0 1.8l1.2 1.2c.5.5 1.4.5 1.9 0l6.3-6.5v15.4c0 .7.6 1.3 1.3 1.3h1.8c.7 0 1.3-.6 1.3-1.3V7.3l6.3 6.4c.5.5 1.4.5 1.9 0l1.2-1.2c.5-.4.5-1.2 0-1.7"></path></svg></span></a></div></div><!--[--><!--[--><footer class="rpl-footer rpl-footer--default rpl-u-screen-only" data-component-type="site-footer"><div class="rpl-container"><nav class="rpl-footer__nav" aria-label="Footer navigation"><!--[--><div class="rpl-footer-nav-section"><div class="rpl-footer-nav-section__header"><div class="rpl-footer-nav-section__header-inner"><h3 class="rpl-footer-nav-section__title rpl-type-label rpl-type-weight-bold"><a href="https://discover.data.vic.gov.au/" rel="noopener noreferrer" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[-->Data<!--]--><!----><!--]--></a><!----></h3></div></div><div><!----></div></div><div class="rpl-footer-nav-section"><div class="rpl-footer-nav-section__header"><div class="rpl-footer-nav-section__header-inner"><h3 class="rpl-footer-nav-section__title rpl-type-label rpl-type-weight-bold"><a href="/about-datavic" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[-->About DataVic<!--]--><!----><!--]--></a><!----></h3></div></div><div><!----></div></div><div class="rpl-footer-nav-section"><div class="rpl-footer-nav-section__header"><div class="rpl-footer-nav-section__header-inner"><h3 class="rpl-footer-nav-section__title rpl-type-label rpl-type-weight-bold"><a href="/contact-us" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[-->Contact us<!--]--><!----><!--]--></a><!----></h3></div></div><div><!----></div></div><!--]--></nav></div><div class="rpl-footer__custom-content"><div class="rpl-container"><!--[--><div class="rpl-footer__custom-content-inner"><div class="rpl-acknowledgement rpl-u-screen-only"><div class="rpl-acknowledgement__flags"><img src="data:image/svg+xml,%3csvg%20width=&#39;200&#39;%20height=&#39;140&#39;%20viewBox=&#39;0%200%20200%20140&#39;%20fill=&#39;none&#39;%20xmlns=&#39;http://www.w3.org/2000/svg&#39;%3e%3cg%20clip-path=&#39;url(%23clip0_7045_41129)&#39;%3e%3cpath%20d=&#39;M200%200H0V70H200V0Z&#39;%20fill=&#39;black&#39;/%3e%3cpath%20d=&#39;M200%2070H0V140H200V70Z&#39;%20fill=&#39;%23CC0000&#39;/%3e%3cpath%20d=&#39;M100%20105C119.079%20105%20134.545%2089.33%20134.545%2070C134.545%2050.67%20119.079%2035%20100%2035C80.9211%2035%2065.4545%2050.67%2065.4545%2070C65.4545%2089.33%2080.9211%20105%20100%20105Z&#39;%20fill=&#39;%23FFFF00&#39;/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=&#39;clip0_7045_41129&#39;%3e%3crect%20width=&#39;200&#39;%20height=&#39;140&#39;%20fill=&#39;white&#39;/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e" alt="Aboriginal flag" width="55" height="38" class="rpl-image rpl-image--cover rpl-acknowledgement__flag" loading="lazy" fetchpriority="auto"><img src="data:image/svg+xml,%3csvg%20width=&#39;200&#39;%20height=&#39;140&#39;%20viewBox=&#39;0%200%20200%20140&#39;%20fill=&#39;none&#39;%20xmlns=&#39;http://www.w3.org/2000/svg&#39;%3e%3cpath%20d=&#39;M201%200H0V24.2665H201V0Z&#39;%20fill=&#39;%23009966&#39;/%3e%3cpath%20d=&#39;M201%20115.733H-1.52588e-05V140H201V115.733Z&#39;%20fill=&#39;%23009966&#39;/%3e%3cpath%20d=&#39;M201%2031.2666H-1.52588e-05V108.733H201V31.2666Z&#39;%20fill=&#39;%23000099&#39;/%3e%3cpath%20d=&#39;M201%2024.2665H-1.52588e-05V31.2666H201V24.2665Z&#39;%20fill=&#39;black&#39;/%3e%3cpath%20d=&#39;M7.62939e-05%20115.734L201%20115.734V108.734L7.62939e-05%20108.734V115.734Z&#39;%20fill=&#39;black&#39;/%3e%3cpath%20d=&#39;M100.501%2079.1032L92.2294%2085.3954L95.3698%2075.1883L87.118%2068.8682L97.3294%2068.8533L100.501%2058.6561L103.671%2068.8533L113.882%2068.8682L105.63%2075.1883L108.771%2085.3954L100.501%2079.1032Z&#39;%20fill=&#39;white&#39;/%3e%3cpath%20d=&#39;M125.855%2094.1751C125.945%2093.9447%20126.022%2093.7257%20126.117%2093.5133C127.281%2090.922%20128.359%2088.2962%20129.295%2085.6094C130.733%2081.4756%20131.849%2077.2594%20132.491%2072.923C132.78%2070.9672%20132.936%2068.9949%20132.954%2067.021C132.994%2062.6089%20132.36%2058.3104%20130.719%2054.1897C128.919%2049.6739%20126.45%2046.2183%20122.82%2043.0393C119.959%2040.5336%20116.763%2038.5531%20113.353%2036.9101C110.603%2035.5848%20107.087%2034.0604%20103.948%2033.2487L100.502%2048.133L97.0567%2033.2487C93.918%2034.0604%2090.402%2035.5848%2087.6519%2036.9101C84.2421%2038.5531%2081.0463%2040.5336%2078.1852%2043.0393C74.5549%2046.2183%2072.0841%2049.6723%2070.2861%2054.1897C68.6449%2058.3104%2068.0097%2062.6106%2068.0505%2067.021C68.0684%2068.9949%2068.2252%2070.9672%2068.5143%2072.923C69.1544%2077.261%2070.2698%2081.4772%2071.7101%2085.6094C72.6459%2088.2945%2073.7237%2090.9204%2074.888%2093.5133C74.9828%2093.7241%2075.0595%2093.9447%2075.1493%2094.1751C74.9648%2094.3678%2061.8971%20106.787%2061.8971%20106.787L85.8981%2097.9139L85.9062%2065.8867C85.9062%2065.8867%2086.014%2065.6184%2086.2524%2065.2825C87.6127%2063.358%2089.1984%2061.6557%2091.1222%2060.2942C93.5832%2058.5524%2096.2352%2057.4971%2099.1159%2057.2617C99.5732%2057.2239%20100.037%2057.2074%20100.506%2057.2123C100.974%2057.2074%20101.438%2057.2255%20101.895%2057.2617C104.776%2057.4971%20107.428%2058.5524%20109.889%2060.2942C111.811%2061.6557%20113.397%2063.358%20114.759%2065.2825C114.997%2065.6184%20115.105%2065.8867%20115.105%2065.8867L115.113%2097.9139L139.114%20106.787C139.114%20106.787%20126.04%2094.3694%20125.855%2094.1751Z&#39;%20fill=&#39;white&#39;/%3e%3c/svg%3e" alt="Torres Strait Islander flag" width="55" height="38" class="rpl-image rpl-image--cover rpl-acknowledgement__flag" loading="lazy" fetchpriority="auto"></div><p class="rpl-acknowledgement__message rpl-type-p rpl-type-weight-bold">The Victorian Government acknowledges Aboriginal Traditional Owners of Country throughout Victoria and pays respect to their cultures and Elders past, present and emerging.</p></div></div><!--]--><!----></div></div><div class="rpl-container"><div class="rpl-footer-bottom"><div class="rpl-footer-bottom__links"><ul class="rpl-footer-core-links"><!--[--><li><a href="/privacy-vicgovau" class="rpl-text-link rpl-u-focusable-inline rpl-type-p-small"><!--[--><!--[-->Privacy<!--]--><!----><!--]--></a></li><li><a aria-current="page" href="/disclaimer" class="router-link-active router-link-exact-active rpl-text-link rpl-u-focusable-inline rpl-type-p-small"><!--[--><!--[-->Disclaimer<!--]--><!----><!--]--></a></li><li><a href="/copyright-datavic" class="rpl-text-link rpl-u-focusable-inline rpl-type-p-small"><!--[--><!--[-->Copyright<!--]--><!----><!--]--></a></li><li><a href="/accessibility" class="rpl-text-link rpl-u-focusable-inline rpl-type-p-small"><!--[--><!--[-->Accessibility<!--]--><!----><!--]--></a></li><li><a href="/contact-us" class="rpl-text-link rpl-u-focusable-inline rpl-type-p-small"><!--[--><!--[-->Contact us<!--]--><!----><!--]--></a></li><!--]--></ul><div class="rpl-type-label-small"><!--[--><div data-cy="footer-copyright"><p>© Copyright State Government of Victoria</p></div><!--]--></div></div><div class="rpl-footer-bottom__branding"><!--[--><!--]--><a href="https://vic.gov.au" rel="noopener noreferrer" class="rpl-footer-logo-link rpl-u-focusable-outline rpl-u-focusable-outline--no-border rpl-u-focusable--alt-colour"><!--[--><span class="rpl-u-visually-hidden">Victoria government home</span><svg viewBox="0 0 533 302" class="rpl-footer-vic-gov-logo"><path d="M322.425 111.778c9.459 0 17.265 7.729 17.265 17.093 0 9.363-7.806 17.093-17.265 17.093-9.463 0-17.273-7.73-17.273-17.093 0-9.364 7.81-17.093 17.273-17.093m0 52.734c20.481 0 36.92-15.367 36.92-35.64 0-20.276-16.439-35.64-36.92-35.64-20.489 0-36.928 15.364-36.928 35.64 0 20.273 16.44 35.64 36.928 35.64m77.487-36.914h-12.585v-16.093h12.585c4.223 0 6.98 4.73 6.98 8.093 0 3.364-2.757 8-6.98 8m14.14 12.457c6.619-4.545 11.856-11.274 11.856-20.457 0-14.275-11.488-24.822-25.996-24.822h-31.323v68.192h18.738v-18.55h8.82l8.544 18.55h21.03zm41.957-45.278h-18.732v68.191h18.732zm36.448 44.272 5.813-13.274h.39l5.811 13.274zm2.493-44.281-31.587 68.196h20.087l3.298-7.727h23.432l3.3 7.727h20.085l-31.587-68.196zm-350.547 67.598H125.27V95.392h19.133zm99.485.602h18.736v-51.462h18.826V94.777H236.1L280.153-.287H-.001l44.337 95.68h20.671l16.962 36.603 16.962-36.603h20.71l-31.034 66.973H75.371l64.703 139.632 66.197-142.852a34.74 34.74 0 0 1-17.45 4.678c-20.002 0-35.895-15.09-35.895-35.005s15.893-35.007 35.895-35.007c12.77 0 23.931 6.878 30.002 17.06l-15.626 9.375c-2.948-4.819-8.304-8.218-14.376-8.218-9.286 0-16.787 7.595-16.787 16.79s7.501 16.79 16.787 16.79c6.072 0 11.428-3.306 14.376-8.217l10.294 6.176 14.857-32.062h15.54zm11.102 56.296c-4.385 0-8.404-1.704-10.864-3.677l-3.533 5.48c3.654 2.948 9.209 4.459 14.373 4.459 7.334 0 13.96-3.58 13.96-11.11 0-5.945-4.773-8.55-10.867-9.549l-1.922-.316c-4.093-.684-7.042-1.437-7.042-3.949 0-2.58 2.703-4.09 6.53-4.09 3.726 0 6.99 1.24 9.671 2.896l3.216-5.552c-4.287-2.559-8.26-3.632-13.035-3.632-7.26 0-13.593 3.7-13.593 10.816 0 6.164 4.384 8.82 10.402 9.772l2.169.34c4.75.754 7.236 1.633 7.236 3.994 0 2.632-2.924 4.118-6.701 4.118m37.028 3.776-2.341-4.97c-1.29.781-2.923 1.534-4.434 1.534-1.975 0-3.53-1.073-3.53-4.017v-8.625h8.548v-5.651h-8.549v-7.017h-6.36v7.017h-4.557v5.651h4.557v9.135c0 6.116 2.994 9.429 8.842 9.429 3.365 0 5.75-1.076 7.824-2.487m13.71-3.437c-3.728 0-6.09-2.897-6.09-6.501s2.362-6.505 6.09-6.505c3.632 0 6.095 2.78 6.095 6.505 0 3.73-2.463 6.5-6.095 6.5m12.113 5.316V201.31h-6.216v2.6c-1.56-1.922-3.823-3.235-7.068-3.235-6.504 0-11.424 5.338-11.424 12.425 0 7.09 4.92 12.42 11.424 12.42 3.245 0 5.536-1.31 7.068-3.211v2.608zm16.751.609c3.369 0 5.75-1.076 7.828-2.487l-2.341-4.969c-1.292.781-2.925 1.534-4.438 1.534-1.972 0-3.528-1.073-3.528-4.017v-8.625h8.548v-5.651h-8.548v-7.017h-6.361v7.017h-4.556v5.651h4.556v9.135c0 6.116 2.992 9.429 8.84 9.429m20.83-19.367c2.728 0 4.556 1.705 5.139 4.726h-10.454c.563-2.923 2.32-4.726 5.315-4.726m6.7 11.691c-1.707 1.44-3.922 2.265-5.972 2.265-2.993 0-5.383-1.482-6.063-4.896h16.737c.07-.535.119-1.414.119-2.144-.02-7.356-4.675-12.4-11.473-12.4-7.064 0-11.939 5.068-11.939 12.495 0 7.436 5.02 12.356 12.257 12.356 3.967 0 7.384-1.125 10.058-3.58zM259.23 249.834v5.673h8.672c-.9 4.849-4.14 7.53-9.695 7.53-5.897 0-10.646-4.362-10.646-11.327 0-6.65 4.53-11.23 10.77-11.23 3.482 0 6.307 1.36 8.23 3.58l4.9-4.8c-3.021-3.293-7.53-5.24-12.938-5.24-10.474 0-18.003 7.382-18.003 17.69 0 11.012 8.382 17.66 17.833 17.66 9.67 0 16.664-7.284 16.664-17.612 0-.636-.024-1.268-.098-1.924zm31.736 13.616c-3.58 0-6.261-2.677-6.261-6.503s2.682-6.509 6.26-6.509c3.585 0 6.286 2.684 6.286 6.51s-2.7 6.502-6.285 6.502m0-18.929c-7.334 0-12.742 5.313-12.742 12.426 0 7.115 5.408 12.424 12.742 12.424 7.36 0 12.79-5.31 12.79-12.424s-5.43-12.426-12.79-12.426m26.459 17.541-6.12-16.905h-6.918l9.33 23.606h7.335l9.233-23.606h-6.7zm20.091-7.332c.562-2.924 2.312-4.725 5.313-4.725 2.73 0 4.55 1.705 5.14 4.726zm5.36-10.209c-7.068 0-11.937 5.067-11.937 12.498s5.021 12.352 12.251 12.352c3.973 0 7.384-1.121 10.064-3.58l-3.73-4.095c-1.702 1.438-3.924 2.268-5.966 2.268-2.992 0-5.383-1.486-6.064-4.898h16.732c.077-.536.125-1.411.125-2.144-.028-7.358-4.681-12.4-11.474-12.4m21.85 3.214v-2.58h-6.167v23.607h6.362V255.9c0-3.51 2.02-5.313 4.966-5.313 1.291 0 2.805.292 3.855.757l.945-6.308c-.876-.32-1.945-.515-3.314-.515-2.895 0-5.16 1-6.647 3.215m26.455-3.215c-2.682 0-5.264.902-6.945 3.41v-2.774h-6.189v23.606h6.356v-12.938c0-3.556 2.27-5.335 5-5.335 2.897 0 4.604 1.875 4.604 5.287v12.986h6.355v-15.032c0-5.48-3.827-9.21-9.18-9.21m43.622 0c-3.09 0-6.188 1.048-8.014 4.044-1.585-2.508-4.383-4.044-7.793-4.044-2.682 0-5.265.902-6.946 3.41v-2.774h-6.19v23.606h6.358v-12.938c0-3.556 2.27-5.335 5-5.335 2.896 0 4.604 1.875 4.604 5.287v12.986h6.356v-12.938c0-3.556 2.263-5.335 4.993-5.335 2.875 0 4.604 1.875 4.604 5.287v12.986h6.335v-15.032c0-5.48-3.751-9.21-9.307-9.21m19.925 10.209c.556-2.924 2.313-4.725 5.307-4.725 2.729 0 4.556 1.705 5.14 4.726zm5.355-10.209c-7.064 0-11.938 5.067-11.938 12.498s5.021 12.352 12.257 12.352c3.973 0 7.383-1.121 10.064-3.58l-3.73-4.095c-1.708 1.438-3.923 2.268-5.965 2.268-3 0-5.39-1.486-6.07-4.898h16.738c.07-.536.118-1.411.118-2.144-.02-7.358-4.674-12.4-11.474-12.4m28.815-.001c-2.672 0-5.257.902-6.938 3.41v-2.774h-6.188v23.606h6.355v-12.938c0-3.556 2.265-5.335 4.993-5.335 2.903 0 4.604 1.875 4.604 5.287v12.986h6.363v-15.032c0-5.48-3.826-9.21-9.189-9.21m26.552 18.929c-1.972 0-3.535-1.07-3.535-4.018v-8.626h8.557v-5.65h-8.557v-7.019h-6.355v7.02h-4.557v5.649h4.557v9.136c0 6.116 2.993 9.429 8.841 9.429 3.362 0 5.752-1.073 7.82-2.486l-2.333-4.97c-1.29.781-2.923 1.535-4.438 1.535"></path></svg><!--]--></a></div></div></div></footer><!--]--><!--]--></div></div></div><!--]--><!--]--></div><div id="teleports"></div><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="true" id="__NUXT_DATA__">[["ShallowReactive",1],{"data":2,"state":145,"once":147,"_errors":148,"serverRendered":130},["ShallowReactive",3],{"site-129":4,"page-/disclaimer":87},{"name":5,"shortName":6,"siteAlerts":7,"slogan":8,"favicon":9,"appIcon":6,"siteLogo":15,"showQuickExit":19,"acknowledgementHeader":20,"cornerGraphic":21,"contentRatingText":22,"acknowledgementFooter":20,"copyrightHtml":23,"footerLogos":24,"theme":25,"featureFlags":36,"socialImages":40,"menus":47,"socialLinks":85,"sitemap":86},"data.vic.gov.au",null,[],"\u003Cp>Data Vic\u003C/p>",{"src":10,"alt":11,"title":12,"width":13,"height":14},"/sites/default/files/2024-09/DataVictoria_Ripple2_FavIcon.png","\"\"","",484,512,{"href":16,"src":17,"altText":12,"printSrc":18},"/","/sites/default/files/site_logo/DataVic_Logo_W.png","/sites/default/files/2024-09/DataVictoria_Logo_B_1.png",false,"The Victorian Government acknowledges Aboriginal Traditional Owners of Country throughout Victoria and pays respect to their cultures and Elders past, present and emerging.",{"top":6,"bottom":6},"\u003Cp>\u003Cspan>Please enter your feedback about this page so we can understand what's helpful or unhelpful. If you need a response, please use our \u003C/span>\u003Ca class=\"cc-1rn59kg\" href=\"https://www.vic.gov.au/contact-us\" title=\"https://www.vic.gov.au/contact-us\">contact us form\u003C/a>\u003Cspan>.\u003C/span>\u003C/p>","\u003Cp>© Copyright State Government of Victoria\u003C/p>",[],{"rpl-clr-primary":26,"rpl-clr-primary-alt":27,"rpl-clr-primary-alpha":28,"rpl-clr-accent":29,"rpl-clr-accent-alt":30,"rpl-clr-link":26,"rpl-clr-focus":31,"rpl-clr-gradient-vertical":32,"rpl-clr-gradient-horizontal":33,"rpl-clr-type-primary-accessible":26,"rpl-clr-type-primary-alt-accessible":27,"rpl-clr-footer":27,"rpl-clr-footer-alt":26,"rpl-clr-type-footer-accessible":27,"rpl-clr-type-accent-contrast":34,"rpl-clr-type-focus-contrast":35,"rpl-clr-type-primary-contrast":34},"#0052C2","#003174","rgba(0, 82, 194, 0.5)","#0095EC","#E6F5FD","#FF9E1B","linear-gradient(180deg, #0052C2 0%, #825DFF 12%, #EF4A81 24%, #E57200 36%, #FFC166 #65, #F9E062 80%)","linear-gradient(90deg, #0052C2 0%, #825DFF 12%, #EF4A81 24%, #E57200 36%, #FFC166 #65, #F9E062 80%)","#FFFFFF","#1A1A1A",{"prodMeasurementID":37,"uatMeasurementID":38,"gtmContainerID":39},"G-YB35WT0N3M","G-126ESNCD8E","GTM-MZ8WNS8V",{"twitter":41,"og":42},{},{"src":43,"alt":12,"title":12,"width":44,"height":44,"focalPoint":45},"/sites/default/files/2019-11/Datavic-600x600px-social-promo_1.jpg",600,{"x":46,"y":46},0,{"menuMain":48,"menuFooter":64},[49,54,59],{"text":50,"url":51,"id":52,"parent":6,"weight":53},"Data","https://discover.data.vic.gov.au/","5c0c83e4-6baf-4e35-86bf-9fa9e3c9e6d0",-50,{"text":55,"url":56,"id":57,"parent":6,"weight":58},"About DataVic","/about-datavic","e08de27f-1a52-4765-98b0-ac66fdce31cf",-49,{"text":60,"url":61,"id":62,"parent":6,"weight":63},"Contact us","/contact-us","48f1d07f-f5c6-4eca-8131-38940bb114b3",-48,[65,69,73,77,82],{"text":66,"url":67,"id":68,"parent":6,"weight":53},"Privacy","/privacy-vicgovau","fd4fe931-b656-4c7d-839b-90d2cc4c56c6",{"text":70,"url":71,"id":72,"parent":6,"weight":58},"Disclaimer","/disclaimer","2c0a3a8a-2d82-4f93-a093-5fb579c7fb64",{"text":74,"url":75,"id":76,"parent":6,"weight":63},"Copyright","/copyright-datavic","57286175-8dca-438d-a768-03e97b320a75",{"text":78,"url":79,"id":80,"parent":6,"weight":81},"Accessibility","/accessibility","884e7937-746a-4199-a519-e0f7b4354ddd",-47,{"text":60,"url":61,"id":83,"parent":6,"weight":84},"49e889d9-1330-4d3d-80aa-77f6286a8344",-45,[],{"showTableOfContents":19,"tableOfContentsTitle":6},{"title":70,"changed":88,"created":89,"type":90,"nid":91,"_sectionId":92,"sidebar":93,"status":101,"topicTags":102,"tags":106,"topic":107,"siteSection":108,"meta":112,"showContentRating":130,"summary":114,"showHeroAcknowledgement":19,"showInPageNav":19,"showHeroImageCaption":19,"showTopicTags":130,"inPageNavHeadingLevel":131,"background":132,"header":133,"primaryCampaign":6,"secondaryCampaign":6,"headerComponents":136,"bodyComponents":137},"2025-03-06T13:58:36+11:00","2021-01-19T12:51:00+11:00","landing_page","4b521095-4857-4c00-8ac0-6f72a0dc96df","129",{"contacts":94,"relatedLinks":95,"whatsNext":96,"socialShareNetworks":97,"siteSectionNav":6},[],[],[],[98,99,100],"Facebook","X","LinkedIn","published",[103],{"text":104,"url":105},"Governance","/topic/governance",[],{"text":104,"url":105},{"id":109,"name":5,"siteOverrides":110},129,{"showQuickExit":6,"featureFlags":111},{"prodMeasurementID":37,"uatMeasurementID":38,"gtmContainerID":39},{"url":71,"langcode":113,"description":114,"additional":115,"keywords":12,"image":6},"en","Legal disclaimer information for vic.gov.au websites",[116,121,126],{"tag":117,"attributes":118},"meta",{"name":119,"content":120},"title","Disclaimer | Victorian Government",{"tag":122,"attributes":123},"link",{"rel":124,"href":125},"canonical","https://content.vic.gov.au/disclaimer",{"tag":117,"attributes":127},{"property":128,"content":129},"og:locale","en-AU",true,"h2","default",{"title":70,"summary":114,"links":134,"backgroundImageCaption":12,"theme":132,"logoImage":6,"backgroundImage":6,"cornerTop":6,"cornerBottom":6,"primaryAction":6,"secondaryAction":6,"secondaryActionLabel":12},{"title":12,"items":135,"more":6},[],[],[138],{"uuid":139,"component":140,"id":141,"internalAnchors":142,"props":143},"58103b91-ab8a-47ba-8079-4e586230070e","TideLandingPageContent","37258",[],{"html":144},"\u003Cp>The content of this website is provided for information purposes only. No claim is made as to the accuracy or authenticity of the content of the website.\u003C/p>\n\n\u003Cp>Information, data and advice on this website is provided on the basis that site users undertake responsibility for assessing the relevance and accuracy of its content. The Department of Government Services, as owner of this site on behalf of the Victorian Government, makes no representations, either expressed or implied, as to the suitability of anything on this website for any particular purpose.\u003C/p>\n\n\u003Cp>We do not sponsor or endorse any material on websites linked from or to this website, including any social media websites that may be linked in any way to this website.\u003C/p>\n\n\u003Cp>We do not accept any liability to any person:\u003C/p>\n\n\u003Cul>\n\t\u003Cli>for the information, data or advice (or the use of such information, data or advice) which is provided on this website or incorporated into it by reference\u003C/li>\n\t\u003Cli>for any interference with or damage to a user's computer, software or data occurring in connection with or relating to this website or its use\u003C/li>\n\u003C/ul>\n\n\u003Cp>If you use automatic language translation services in connection with this site you do so at your own risk. We make no representations, express or implied, as to the accuracy or usefulness of any translation of the information on this website.\u003C/p>",["Reactive",146],{},["Set"],["ShallowReactive",149],{"site-129":6,"page-/disclaimer":6}]</script> <script>window.__NUXT__={};window.__NUXT__.config={public:{tide:{appSearch:{searchKey:"search-6ixxo6ryafbhercr85fynx8t",endpointBase:"https://ent.sdp4.elastic.sdp.vic.gov.au",engineName:"content-vic-production"},elasticsearch:{host:"https://a83890f7a31dea14e1ae83c6f0afacca.sdp4.elastic.sdp.vic.gov.au",index:"elasticsearch_index_production_node"},analytics:{GTM:"GTM-KF8NCW2"},baseUrl:"https://content.vic.gov.au",site:129},newRelic:{browser:{enabled:false,accountID:"",trustKey:"",agentID:"",licenseKey:"",applicationID:""}},siteUrl:"https://www.data.vic.gov.au",apiUrl:"",isProduction:true},app:{baseURL:"/",buildId:"3e0cad64-679c-4a82-a841-bf1bd7136143",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10