Beneficial owners based on shareholding hierarchy
Source Ministry of Business, Innovation & Employment NZBI API as of 23/12/2022
Benificial 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 Retail Trade
Network mostly consists of Person
Top region is Upper Hutt City
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 JUNKET LIMITED NATALIA BRADLEY 50 D JUNKET LIMITED BRENDON BRADLEY 50 D
0 1 2 NATALIA BRADLEY D 0 1 BRENDON BRADLEY D 1 1 JUNKET 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()))}});
});