Beneficial owners based on shareholding hierarchy
Source Ministry of Business, Innovation & Employment NZBI API as of 10/11/2021
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 Administrative and Support Services
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 NATIVE CUTZ NZ LIMITED ROBERT MCCARTNEY 50 I NATIVE CUTZ NZ LIMITED EMILY TEPU 50 I
0 1 2 ROBERT MCCARTNEY I 0 1 EMILY TEPU I 1 1 NATIVE CUTZ NZ 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()))}});
});