Beneficial owners based on shareholding hierarchy
Source Ministry of Business, Innovation & Employment NZBI API as of 04/09/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
Top region is Whangarei 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 CURTAINS BLINDS & DESIGN LIMITED ANITA HOLT 100 D
0 1 ANITA HOLT D 0 1 CURTAINS BLINDS & DESIGN LIMITED E 1 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()))}});
});