| Company | Portfolio |
|---|---|
|
{item?.asset ?? "-"}
{#if typeof item?.name !== "undefined"}
{item?.name?.length > 20
? formatString(item?.name?.slice(0, 20)) + "..."
: formatString(item?.name)}
{:else}
n/a
{/if}
|
{abbreviateNumber(item?.weightPercentage?.toFixed(2))}% |