+ Total Institutes of {rawData?.investorsHolding?.toLocaleString( + "en-US", + )} in {removeCompanyStrings($displayCompanyName)} + {rawData?.investorsHoldingChange >= 0 + ? "expanded their positions with an increase of" + : "reduced their positions with a decrease of"} {new Intl.NumberFormat("en", { - minimumFractionDigits: 0, - maximumFractionDigits: 0, - }).format(rawData?.investorsHolding)}{Math.abs(rawData?.investorsHoldingChange)} - Institutions hold a total of - {@html abbreviateNumber( - rawData?.numberOf13Fshares, + investors compared to the previous quarter. + {rawData?.numberOf13FsharesChange >= 0 + ? "An additional" + : "A reduction of"} + + {@html abbreviateNumber( + Math.abs(rawData?.numberOf13FsharesChange), false, true, - )} - {$displayCompanyName} shares, with a combined investment of + )} + + shares, as total invested capital {rawData?.totalInvestedChange >= 0 + ? "grew by" + : "declined by"} + + {@html abbreviateNumber( + Math.abs(rawData?.totalInvestedChange), + true, + true, + )} + + {rawData?.ownershipPercent >= rawData?.lastOwnershipPercent + ? "with ownership percentage increasing from" + : "with ownership percentage dropping from"} {@html abbreviateNumber(rawData?.totalInvested, true, true)}{rawData?.lastOwnershipPercent?.toFixed(2)}% + to + {rawData?.ownershipPercent?.toFixed(2)}%. -