##			<style>
			.ui-widget-content a { color: #12417f; }
			.ui-menu-item {
				padding-left:25px;
			}
			.click-here{
				white-space: nowrap;
				padding-left:8px;
				padding-top:2px;
			}
			.click-below{
				white-space: nowrap;
				padding-left:25px;
				padding-top:10px;
				padding-bottom:10px;
			}
			ul.ui-autocomplete > li.click-here:hover,
			ul.ui-autocomplete > li.ui-menu-item:hover {
				background:#dbeef3;
			}
			</style>
			<div class="large-12 columns no-pad search_form">
				<form action="https://staging.fnarena.com/index.php/search/" style="background:#f8f8f8; padding: 14px 18px 16px 18px;" id="searchform" method="get" role="search" class="search-form">
					<h5 class="helveLTbold" style="margin-bottom:5px;">Search Stocks & Stories</h5>
					<div class="row collapse">
						<div class="medium-9 large-9 columns">
							<input type="text" placeholder="Enter company name or ASX code" id="s" name="searchkeyword" value="" class="nomarginbot">
						</div>
						<div class="medium-3 large-3 columns">
							<input type="submit" class="button postfix tiny nomarginbot" value="Search" id="searchsubmit" style="border-radius:0px !important;">
						</div>
						<div class="clearfix"></div>
					</div>
				</form>
			</div>
			<script>

            jQuery(document).ready(function(){

                  jQuery( "#s" ).autocomplete({
				    source: function(request, response) {
				        if (request.term.length < 3) {
				            response([]);
				            return;
				        }
				        
				        jQuery.ajax({
				            url: '/wp-content/themes/fnarena/ajax_company_search.php',
				            dataType: "json",
				            data: {
				                term: request.term
				            },
				            success: function(data) {
				                // First deduplicate the Ajax results
				                var uniqueResults = [];
				                var seenLabels = {};
				                
				                // Remove duplicates from initial data
				                jQuery.each(data, function(i, item) {
				                    if (!seenLabels[item.label]) {
				                        seenLabels[item.label] = true;
				                        uniqueResults.push(item);
				                    }
				                });
				                
				                // Filter for top suggestions (exact matches at start)
				                var top_suggestions = jQuery.grep(uniqueResults, function(n, i) {
				                    return (n.label.substr(0, request.term.length).toLowerCase() == request.term.toLowerCase());
				                });
				                
				                // Since we've already deduplicated, we can safely merge
				                var final_results = jQuery.merge(top_suggestions, uniqueResults);
				                
				                // Remove any duplicates that might have been created during merge
				                var finalUnique = [];
				                seenLabels = {};
				                
				                jQuery.each(final_results, function(i, item) {
				                    if (!seenLabels[item.label]) {
				                        seenLabels[item.label] = true;
				                        finalUnique.push(item);
				                    }
				                });
				                
				                response(finalUnique);
				            },
				            error: function() {
				                response([]);
				            }
				        });
				    },
				    minLength: 3,
				    open: function(e, ui) {
				        var acData = jQuery(this).data('ui-autocomplete');
				        acData.menu.element.find('li').each(function() {
				            var me = jQuery(this);
				            var keywords = acData.term.split(' ').join('|');
				            me.html(me.text().replace(new RegExp("(" + keywords + ")", "gi"), '<b>$1</b>'));
				        });
				        
				        var searchletter = acData.term.split(' ').join('|');
				        jQuery('ul.ui-autocomplete').prepend('<li class="click-here"><a href="/index.php?s='+searchletter+'">Click here to search using : '+searchletter+'</a></li>');
				        jQuery('ul.ui-autocomplete').prepend('<li class="click-below">Click below to search by company : </li>');
				    }
				});
            });
            </script>
			<div class="clearfix"></div>
	        <div class="clearfix"></div>
        <div class="large-12 medium-12 columns no-pad martop-15 latest-news">
            <h2>Latest News</h2>
            <div class="inner-area">
            <table style='margin:0px; border:0px;'>                        <tr>
                            <td valign="top" align="left" style="background: white; font-size:16px; padding-top:2px; border:0px; ">
                                <span>1</span>
                            </td>
                            <td valign="top" align="left" style="background: white; padding:0px; border:0px; ">
                                <h6 class="marbot-5 helveLTstdCN" style="padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;">
                                    <a href="https://staging.fnarena.com/index.php/2025/10/07/technologyones-saas-transformation-complete/">TechnologyOne&#8217;s SaaS Transformation &#8216;Complete&#8217;</a>
                                </h6>
                                <p class="s12 marbot-0 gray ">Oct 07 2025 - <font color="#12417F"><a href="https://staging.fnarena.com/index.php/financial-news/daily-financial-news/category/australia/" rel="category tag">Australia</a></font></p>
                            </td>
                        </tr>
                        <tr><td colspan='2' style="background: white; padding:10px 0px; border:0px; "><hr style="margin:0px !important;"/></td></tr>
                                            <tr>
                            <td valign="top" align="left" style="background: white; font-size:16px; padding-top:2px; border:0px; ">
                                <span>2</span>
                            </td>
                            <td valign="top" align="left" style="background: white; padding:0px; border:0px; ">
                                <h6 class="marbot-5 helveLTstdCN" style="padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;">
                                    <a href="https://staging.fnarena.com/index.php/2025/10/06/stock-market-in-september-republish/">Stock Market in September Republish</a>
                                </h6>
                                <p class="s12 marbot-0 gray ">Oct 06 2025 - <font color="#12417F"><a href="https://staging.fnarena.com/index.php/financial-news/daily-financial-news/category/international/" rel="category tag">International</a></font></p>
                            </td>
                        </tr>
                        <tr><td colspan='2' style="background: white; padding:10px 0px; border:0px; "><hr style="margin:0px !important;"/></td></tr>
                                            <tr>
                            <td valign="top" align="left" style="background: white; font-size:16px; padding-top:2px; border:0px; ">
                                <span>3</span>
                            </td>
                            <td valign="top" align="left" style="background: white; padding:0px; border:0px; ">
                                <h6 class="marbot-5 helveLTstdCN" style="padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;">
                                    <a href="https://staging.fnarena.com/index.php/2025/10/06/stock-market-in-september/">Stock Market in September</a>
                                </h6>
                                <p class="s12 marbot-0 gray ">Oct 06 2025 - <font color="#12417F"><a href="https://staging.fnarena.com/index.php/financial-news/daily-financial-news/category/international/" rel="category tag">International</a></font></p>
                            </td>
                        </tr>
                        <tr><td colspan='2' style="background: white; padding:10px 0px; border:0px; "><hr style="margin:0px !important;"/></td></tr>
                                            <tr>
                            <td valign="top" align="left" style="background: white; font-size:16px; padding-top:2px; border:0px; ">
                                <span>4</span>
                            </td>
                            <td valign="top" align="left" style="background: white; padding:0px; border:0px; ">
                                <h6 class="marbot-5 helveLTstdCN" style="padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;">
                                    <a href="https://staging.fnarena.com/index.php/2025/10/06/technologyone-story-by-novi/">TechnologyOne Story by Novi</a>
                                </h6>
                                <p class="s12 marbot-0 gray ">Oct 06 2025 - <font color="#12417F"><a href="https://staging.fnarena.com/index.php/financial-news/daily-financial-news/category/international/" rel="category tag">International</a></font></p>
                            </td>
                        </tr>
                        <tr><td colspan='2' style="background: white; padding:10px 0px; border:0px; "><hr style="margin:0px !important;"/></td></tr>
                                            <tr>
                            <td valign="top" align="left" style="background: white; font-size:16px; padding-top:2px; border:0px; ">
                                <span>5</span>
                            </td>
                            <td valign="top" align="left" style="background: white; padding:0px; border:0px; ">
                                <h6 class="marbot-5 helveLTstdCN" style="padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;">
                                    <a href="https://staging.fnarena.com/index.php/2025/06/12/geopolitical-hedging-drives-investor-confidence-in-commbank/">Geopolitical Hedging Drives Investor Confidence in CommBank</a>
                                </h6>
                                <p class="s12 marbot-0 gray ">Jun 12 2025 - <font color="#12417F"><a href="https://staging.fnarena.com/index.php/financial-news/daily-financial-news/category/general/" rel="category tag">General</a></font></p>
                            </td>
                        </tr>
                        <tr><td colspan='2' style="background: white; padding:10px 0px; border:0px; "><hr style="margin:0px !important;"/></td></tr>
                                    </table>            </div>
        </div>
        <div class="clearfix"></div>
							
				<div><div class="textwidget custom-html-widget"></div></div>
						<!-- <div class="large-12 medium-12 columns no-pad marbot-5">
				<script async src="https://www.googletagservices.com/tag/js/gpt.js"></script>
				<script>
					var googletag = googletag || {};
					googletag.cmd = googletag.cmd || [];
				</script>

				<div id="div-gpt-ad-1520311188559-0">
					<script>
						googletag.cmd.push(function() {
							googletag.defineSlot('/76291182/FNarena-MREC', [300, 250], 'div-gpt-ad-1520311188559-0').addService(googletag.pubads());
							googletag.enableServices();
							googletag.display('div-gpt-ad-1520311188559-0');
						});
					</script>
				</div>
			</div> -->
	
		<div class="large-12 medium-12 columns no-pad most-popular">
			<h2>Most Popular</h2>
			<div class="inner-area">
              <table style='margin:0px; border:0px;'>							<p>No Data</p>
														<p>No Data</p>
														<p>No Data</p>
														<p>No Data</p>
														<p>No Data</p>
														<p>No Data</p>
							</table>            </div>
		</div>
		<div class="clearfix"></div>
	{"id":375,"date":"2016-02-26T05:20:40","date_gmt":"2016-02-25T18:20:40","guid":{"rendered":"http:\/\/www.fnarena.com\/?page_id=375"},"modified":"2023-05-29T14:04:00","modified_gmt":"2023-05-29T04:04:00","slug":"our-team","status":"publish","type":"page","link":"https:\/\/staging.fnarena.com\/index.php\/about-us\/our-team\/","title":{"rendered":"Our Team"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column width=&#8221;3\/4&#8243;][vc_custom_heading text=&#8221;FNArena Team&#8221; font_container=&#8221;tag:h1|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;helveLTbold&#8221;][vc_column_text]FNArena started life in June 2002. From the get go there was a build-in desire to break down barriers and to innovate. The Australian Broker Call Report, the first service offered by the company, was at that time totally new and controversial, before it became widely copied and imitated.<\/p>\n<p>The upgrade of the FNArena website in early 2017 marks another leap towards achieving that ultimate target; to offer the most sophisticated service available for researching Australian equities.[\/vc_column_text][vc_row_inner css=&#8221;.vc_custom_1471235190021{margin-bottom: 15px !important;border-bottom-width: 1.5px !important;border-bottom-color: #c4c4c4 !important;border-bottom-style: solid !important;}&#8221;][vc_column_inner width=&#8221;2\/6&#8243; css=&#8221;.vc_custom_1471234956017{padding-bottom: 15px !important;}&#8221;][vc_column_text]<a href=\"https:\/\/www.fnarena.com\/wp-content\/uploads\/2016\/02\/team_rudy-e1471232868785.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-46183\" src=\"https:\/\/www.fnarena.com\/wp-content\/uploads\/2016\/02\/team_rudy-e1471232868785.jpg\" alt=\"team_rudy\" width=\"300\" height=\"373\" \/><\/a>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;4\/6&#8243; css=&#8221;.vc_custom_1471234969104{padding-bottom: 15px !important;}&#8221;][vc_column_text]<\/p>\n<h2 class=\"name martop-0 marbot-0 black\">Rudi Filapek-Vandyck<\/h2>\n<h6 class=\"martop-0\">Editor &amp; Founder<\/h6>\n<p class=\"text-justify\">Editor Rudi Filapek-Vandyck founded FNArena in June 2002, having successfully built up an online financial news service in the Netherlands. His active career extends beyond three decades, including as publisher of printed magazines and investigative reporter.<\/p>\n<p class=\"text-justify\">Rudi is a popular market analyst whose straight-shooting, common sense analysis and outside-the-box thinking has gathered a loyal following throughout Australia. He&#8217;s a regular commentator on Sky Business and a consultant to boutique investment firms. Rudi regularly travels around the country to share his insights and analysis live on stage with investors. He is the architect of the All-Weather Performers concept, providing regular updates for paying subscribers at FNArena.<\/p>\n<p class=\"text-justify\">Rudi wrote &#8220;Make Risk Your Friend. Finding All-Weather Performers in the Australian Share Market&#8221;, parts 1 &amp; 2, which are exclusively available for paying members at FNArena. In 2015 FNArena published his eBook &#8220;Change. Investing in a Low Growth World&#8221;, available at Amazon and other major online distributors.<\/p>\n<p class=\"text-justify\">Always\u00a0an independent thinker, Rudi has not shied away from making big out-of-consensus predictions that proved accurate later on. Read more <a href=\"\/index.php\/analysis-data\/rudis-views\/\">HERE<\/a><\/p>\n<p>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][vc_row_inner css=&#8221;.vc_custom_1471235168568{margin-bottom: 15px !important;border-bottom-width: 1.5px !important;border-bottom-color: #c4c4c4 !important;border-bottom-style: solid !important;}&#8221;][vc_column_inner width=&#8221;3\/4&#8243; css=&#8221;.vc_custom_1471235014098{padding-bottom: 15px !important;}&#8221;][vc_column_text]<\/p>\n<h2 class=\"name martop-0 marbot-0 black\">Greg Peel<\/h2>\n<h6 class=\"martop-0 \">Senior Writer<\/h6>\n<p class=\"text-justify\">Greg Peel joined Macquarie Bank in 1986 and acquired trading experience in equities, currency, fixed income and commodities derivatives, ultimately being appointed director of equity derivatives trading. He later published In With The Smart Money (a plain English guide to the mysterious world of financial markets and derivatives) and acted as a consultant to boutique investment funds. In 2004 Greg joined FNArena as a contributing writer. He is now a director and principal of the company. Greg compliments the journalistic background of the FNArena team with lengthy experience as a financial markets proprietary trader.<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243; css=&#8221;.vc_custom_1471235023113{padding-bottom: 15px !important;}&#8221;][vc_column_text]<a href=\"https:\/\/www.fnarena.com\/wp-content\/uploads\/2016\/02\/team_greg.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-46185\" src=\"https:\/\/www.fnarena.com\/wp-content\/uploads\/2016\/02\/team_greg.jpg\" alt=\"team_greg\" width=\"300\" height=\"295\" \/><\/a>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][vc_row_inner css=&#8221;.vc_custom_1471235209571{margin-bottom: 15px !important;border-bottom-width: 1.5px !important;border-bottom-color: #c4c4c4 !important;border-bottom-style: solid !important;}&#8221;][vc_column_inner width=&#8221;1\/4&#8243; css=&#8221;.vc_custom_1471235124412{padding-bottom: 15px !important;}&#8221;][vc_single_image image=&#8221;102743&#8243; img_size=&#8221;full&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;3\/4&#8243; css=&#8221;.vc_custom_1471235114768{padding-bottom: 15px !important;}&#8221;][vc_column_text]<\/p>\n<h2 class=\"name martop-0 marbot-0 black\">Sarah Mills<\/h2>\n<h6 class=\"martop-0 \">Journalist<\/h6>\n<p>Sarah Mills has worked as a journalist on several of Australia\u2019s leading metropolitan newspapers, including The Australian Financial Review, The Sydney Morning Herald and The Australian. Sarah established her own communications company in 1994 through which she since has advised the nation&#8217;s major corporations on branding, strategy, public relations, investor relations, and, more recently, matters of ESG and sustainability. Sarah is an author and a former Treasurer and Director of The Australian Society of Authors.[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][vc_row_inner css=&#8221;.vc_custom_1471235215237{margin-bottom: 15px !important;border-bottom-width: 1.5px !important;border-bottom-color: #c4c4c4 !important;border-bottom-style: solid !important;}&#8221;][vc_column_inner width=&#8221;3\/4&#8243; css=&#8221;.vc_custom_1471235078266{padding-bottom: 15px !important;}&#8221;][vc_column_text]<\/p>\n<h2 class=\"name martop-0 marbot-0 black\">Mark Woodruff<\/h2>\n<h6 class=\"martop-0 \">Journalist<\/h6>\n<p>Mark Woodruff brings along more than 20 years of experience at large multi-national companies in Finance and Accounting, including the role of senior Treasury Officer at Rio Tinto and financial planner for high net worth individuals at Westpac Bank. Mark has extensive experience in a broad range of financial instruments and derivative products. Prior to joining FNArena in 2020, Mark had been writing about investing in equities and derivatives as a Finance journalist for seven years.[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243; css=&#8221;.vc_custom_1471235084541{padding-bottom: 15px !important;}&#8221;][vc_single_image image=&#8221;102744&#8243; img_size=&#8221;full&#8221;][\/vc_column_inner][\/vc_row_inner][vc_row_inner css=&#8221;.vc_custom_1471235215237{margin-bottom: 15px !important;border-bottom-width: 1.5px !important;border-bottom-color: #c4c4c4 !important;border-bottom-style: solid !important;}&#8221;][vc_column_inner width=&#8221;1\/4&#8243; css=&#8221;.vc_custom_1471235078266{padding-bottom: 15px !important;}&#8221;][vc_single_image image=&#8221;102745&#8243; img_size=&#8221;full&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;3\/4&#8243; css=&#8221;.vc_custom_1471235084541{padding-bottom: 15px !important;}&#8221;][vc_column_text]<\/p>\n<h2 class=\"name martop-0 marbot-0 black\">Danielle Austin<\/h2>\n<h6 class=\"martop-0\">Journalist<\/h6>\n<p>Danielle Austin graduated with a Masters of Communications degree in 2021. Apart from running her own food-based Instagram channel, Danielle&#8217;s written contributions appear in Time Out Australia, Lost in Fremantle, and elsewhere. In early 2020 FNArena offered Danielle the chance to explore and develop the world of finance and investing; initially as an occasional free-lancer, later with larger commitment and regular contributions. Today, Danielle is a valued member of the core team of journalists at FNArena.[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=&#8221;1\/4&#8243;][vc_column_text css=&#8221;.vc_custom_1467907648677{margin-bottom: 0px !important;}&#8221;][\/vc_column_text][vc_column_text][\/vc_column_text][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column width=&#8221;3\/4&#8243;][vc_custom_heading text=&#8221;FNArena Team&#8221; font_container=&#8221;tag:h1|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;helveLTbold&#8221;][vc_column_text]FNArena started life in June 2002. From the get go there was a build-in&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":21,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"acf":[],"_links":{"self":[{"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/pages\/375"}],"collection":[{"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/comments?post=375"}],"version-history":[{"count":0,"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/pages\/375\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/pages\/21"}],"wp:attachment":[{"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/media?parent=375"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}