| 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) : '-'}% | {/if}