Top ETFs Holder

Find the ETFs with the highest portfolio weights for this stock.
{#if topETFHolder?.length !== 0}
{#each topETFHolder as item, index} etfSelector(item?.symbol)} class="text-white cursor-pointer bg-[#000] border-b border-[#000]"> {#if index <=6} {/if} {/each}
Company Total Assets % of Fund
{item?.symbol} {#if typeof item?.name !== 'undefined'} {item?.name?.length > 15 ? item?.name?.slice(0,15) + "..." : item?.name} {:else} n/a {/if}
{item?.totalAssets !== null ? abbreviateNumber(item?.totalAssets,true) : '-'} {item?.weightPercentage !== null ? abbreviateNumber(item?.weightPercentage)?.toFixed(2) : '-'}%
{:else}
No data available
{/if}