Beneficial owners based on shareholding hierarchy
Source Ministry of Business, Innovation & Employment NZBI API as of 07/07/2022
Beneficial owners chart based on shareholding hierarchy. Subscription required to dispay details. unknown
↞ ↟ ▮ ↡ ↠ ➕ ➖ Use mouse to move (hold button down and drag) and resize (with mouse wheel)
Most companies are Construction
Network mostly consists of Person
New Zealand map by region
Origin of Surnames
Note: May not represent the nationality of the person and some surnames may have multiple origins.
List of shareholders company shareholder share type GLOYS GROUP LIMITED JACQUELINE GLOY 50 D GLOYS GROUP LIMITED DEWALD GLOY 50 D
0 1 2 JACQUELINE GLOY D 0 1 DEWALD GLOY D 1 1 GLOYS GROUP LIMITED E 2 1
$jq("body").ready(function(){
$jq("#ownersChartIMG g text").each(function(i, obj) {obj.innerHTML=obj.innerHTML.replace(/./g ,"*")});mv=parseFloat($jq('#ownersList tbody tr td:nth-child(2)').html());
$jq('#ownersList tbody tr td').each(function(){
var cellValue = $jq(this).html();
if(!isNaN(parseFloat(cellValue))) {
pct=(parseFloat(cellValue)/mv)*100;
$jq(this).css('background','-webkit-gradient(linear, left top, right top, from(green), to(white), color-stop(1, lightgreen), color-stop('+pct/100+', white))');
$jq(this).css('background','-moz-linear-gradient(0, green 0%, lightgreen 1%, white '+pct+'%, white 100%)');
}
}); drawSankey(getOwners(),"#ownersChart");$jq("#ownersChart").parent().css("display","grid");
}); $jq("#ownersChartIMG svg").load(function() {
svgPanZoom=$('#ownersChartIMG svg').svgPanZoom({"zoomFactor":.25,"maxZoom": 20, "limits":{"x":Math.round($jq("#ownersChartIMG svg")[0].getBBox().width)*-1,"y":Math.max(Math.round($jq("#ownersChartIMG svg")[0].getBBox().height),Math.round($jq("#ownersChartIMG").parent().height()))*-1,"x2":Math.round($jq("#ownersChartIMG svg")[0].getBBox().width),"y2":Math.max(Math.round($jq("#ownersChartIMG svg")[0].getBBox().height+100),Math.round($jq("#ownersChartIMG").parent().height()))}, "initialViewBox":{"x":0,"y":0,"width":Math.round($jq("#ownersChartIMG svg")[0].getBBox().width),"height":Math.max(Math.round($jq("#ownersChartIMG svg")[0].getBBox().height+100),Math.round($jq("#ownersChartIMG").parent().height()))}});
});