{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} {formatString($displayCompanyName)} - Hedge Fund · stocknear
{#if isLoaded && Object?.keys(optionsData)?.length !== 0}
{#if activePlotIdx === 0} Performance History {:else} Portofolio Value History {/if}
{#each plotTabs as item, i} {/each}
SPY
Hedge Fund
{/if}
{numOfAssets} Assets
{#each tabs as item, i} {/each}
{#if rawList?.length !== 0}
{#if changeAssetType === "Stocks"} {/if} {#if changeAssetType === "Options"} {/if} {#each displayList as item} goto(`/${item?.type}/${item?.symbol}`)} class="odd:bg-[#27272A] cursor-pointer" > {#if changeAssetType === "Stocks"} {/if} {#if changeAssetType === "Options"} {/if} {/each}
Name % of Portfolio Change of Shares Shares Owned Value Owned Avg. Buy Price Type
{item?.symbol?.replace("_", " ")} {item?.securityName?.length > charNumber ? formatString( item?.securityName?.slice( 0, charNumber, ), ) + "..." : formatString(item?.securityName)}
{item?.weight >= 0.01 ? item?.weight?.toFixed(2) : "< 0.01"}% {item?.changeInSharesNumberPercentage !== 0 ? abbreviateNumber( item?.changeInSharesNumberPercentage?.toFixed( 2, ), ) + "%" : "-"} {item?.sharesNumber !== 0 ? abbreviateNumber( item?.sharesNumber?.toFixed(2), ) : "-"} {abbreviateNumber(item?.marketValue, true)} ${item?.avgPricePaid} {formatString(item?.putCallShare)}
Showing {currentPage} of {totalPages} Pages
{:else}
No Trading activity found
{/if}