{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Top Wall Street Hedge Funds · stocknear

{formatString(name)}

{politicianParty ?? "n/a"} / {politicianCongress} {#if politicianDistrict !== undefined && politicianDistrict?.length !== 0} / {politicianDistrict} {/if}

${new Intl.NumberFormat("en", { minimumFractionDigits: 0, maximumFractionDigits: 0, }).format(totalAmountTraded)}
Total Amount Traded
{numOfTrades?.toLocaleString("en-US")}
Total Trades
{lastTradedDate?.length !== undefined ? new Date(lastTradedDate)?.toLocaleString("en-US", { month: "short", day: "numeric", year: "numeric", daySuffix: "2-digit", }) : "n/a"}
Last Traded
{buySellRatio}
Buy/Sell
{#if mainSectors?.length !== 0} {/if}
{#each rawData?.history as item} {/each}
Symbol Name Transaction Type Amount Traded Filed
{item?.name?.length > 20 ? item?.name?.slice(0, 20) + "..." : item?.name} {#if item?.type === "Bought"} Purchase {:else if item?.type === "Sold"} Sale {:else if item?.type === "Exchange"} Exchange {/if} {item?.amount} {new Date(item?.transactionDate)?.toLocaleString( "en-US", { month: "short", day: "numeric", year: "numeric", daySuffix: "2-digit", }, )} {new Date(item?.disclosureDate)?.toLocaleString( "en-US", { month: "short", day: "numeric", year: "numeric", daySuffix: "2-digit", }, )}