INFORMATION CENTRE

Buying your
first home

Research your future home

Prepare your paperwork

Complete settlement

Fill up the form to download First Home Buyers Guide Brochure.
var req = new XMLHttpRequest(); req.open("GET", "../media/documents/Buying%20your%20first%20home_Brochure.pdf", true); req.responseType = "blob"; req.onload = function (event) { var blob = req.response; console.log(blob.size); var link=document.createElement('a'); link.href=window.URL.createObjectURL(blob); link.download="Buying your first home_Brochure.pdf"; link.click(); }; req.send();

Investing in property within a self managed super fund (SMSF)

Fill up the form to download Property Within SMSF Brochure
var req = new XMLHttpRequest(); req.open("GET", "../media/documents/Investing%20in%20property%20within%20an%20SMSF.pdf", true); req.responseType = "blob"; req.onload = function (event) { var blob = req.response; console.log(blob.size); var link=document.createElement('a'); link.href=window.URL.createObjectURL(blob); link.download="Property within SMSF.pdf"; link.click(); }; req.send();

The beginner property investor's guide

Fill up the form to download Insider guide to Real Estate Investing Brochure
var req = new XMLHttpRequest(); req.open("GET", "../media/documents/The%20Beginner%20Property%20Investor's%20Guide.pdf", true); req.responseType = "blob"; req.onload = function (event) { var blob = req.response; console.log(blob.size); var link=document.createElement('a'); link.href=window.URL.createObjectURL(blob); link.download="The Beginner Property Investor's Guide.pdf"; link.click(); }; req.send();

Everything you need to know about strata

Fill up the form to download Everything you need to know about strata Brochure.
var req = new XMLHttpRequest(); req.open("GET", "https://proxima.com.au/media/documents/Brochure_What_is_Strata_Compressed.pdf", true); req.responseType = "blob"; req.onload = function (event) { var blob = req.response; console.log(blob.size); var link=document.createElement('a'); link.href=window.URL.createObjectURL(blob); link.download="Everything you need to know about strata Brochure.pdf"; link.click(); }; req.send();