About {$indexTicker}
{description}
{#if topSectorList?.length !== 0}
Top Sectors
Sector
Weight %
{#each topSectorList as item} {#if item?.weightPercentage > 0}
listItem?.title === item?.sector, )?.link} class="sm:hover:underline sm:hover:underline-offset-4 text-white truncate" > {item?.sector}
{abbreviateNumber(item?.weightPercentage?.toFixed(2))}%
{/if} {/each}
All Sectors
{/if}