{#if isLoaded} {#if rawData?.length !== 0}
Over the past year, {$displayCompanyName} has seen a monthly average of {abbreviateNumber(avgFailToDeliver)} fail to deliver shares.
Price
Share Quantity

Latest Information

Date {formatDateRange(rawData?.slice(-1)?.at(0)?.date)}
Price Range {'$'+lowestPrice+'-'+'$'+highestPrice}
Latest FTD {abbreviateNumber(rawData?.slice(-1)?.at(0)?.failToDeliver)}
Using the latest FTD data, we divide it with the monthly average volume to determine that {weightedFTD < 0.01 ? 'less than < 0.01' : weightedFTD}% of shares failed to deliver.
{/if} {:else}
{/if}