Beneficial owners based on shareholding hierarchy
Source Ministry of Business, Innovation & Employment NZBI API as of 11/10/2022
Benificial owners chart based on shareholding hierarchy unknown
🠈 🠉 ▮ 🠋 🠊 ➕ ➖ Use mouse to move (hold button down and drag) and resize (with mouse wheel)
Most companies are Manufacturing
Network mostly consists of Person
Top region is Far North District
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 TE MANGA TUIA LIMITED JUDAH ATKINSON 100 D
0 1 JUDAH ATKINSON D 0 1 TE MANGA TUIA LIMITED E 1 1
$jq("body").ready(function(){
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()))}});
});