diff --git a/src/lib/components/FailToDeliver.svelte b/src/lib/components/FailToDeliver.svelte index 9d5e1067..04348f1e 100644 --- a/src/lib/components/FailToDeliver.svelte +++ b/src/lib/components/FailToDeliver.svelte @@ -322,7 +322,7 @@ function findLowestAndHighestPrice(data, lastDateStr) {
- Using the latest FTD shares data, we calculate the monthly average volume ratio to determine that less than + Using the latest FTD data, we divide it with the monthly average volume to determine that less than {weightedFTD < 0.01 ? '< 0.01' : weightedFTD}% of shares failed to deliver.