| Company | Total Assets | % of Fund |
|---|---|---|
|
{item?.symbol}
{#if typeof item?.name !== "undefined"}
{item?.name?.length > 20
? item?.name?.slice(0, 20) + "..."
: item?.name}
{:else}
n/a
{/if}
|
{item?.totalAssets !== null ? abbreviateNumber(item?.totalAssets) : "-"} | {item?.weightPercentage !== null ? abbreviateNumber(item?.weightPercentage)?.toFixed(2) : "-"}% | {/if}