From 1ba38b63ce91e7a5c97f0e53f8133d77da1f2b24 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Tue, 25 Feb 2025 23:07:24 +0100 Subject: [PATCH] ui fix --- src/lib/components/Options/Volatility.svelte | 389 +++++++++---------- 1 file changed, 187 insertions(+), 202 deletions(-) diff --git a/src/lib/components/Options/Volatility.svelte b/src/lib/components/Options/Volatility.svelte index f3139c7e..720765e6 100644 --- a/src/lib/components/Options/Volatility.svelte +++ b/src/lib/components/Options/Volatility.svelte @@ -1,32 +1,14 @@ @@ -402,65 +411,59 @@ Volatility Exposure
- {$displayCompanyName} has experienced an average implied volatility of {avgIV?.toFixed( + {removeCompanyStrings($displayCompanyName)} has experienced an average implied + volatility of {avgIV?.toFixed(2)} and an average realized volatility of {avgRV?.toFixed( 2, - )} and an average realized volatility of {avgRV?.toFixed(2)}. + )}.
-
- {#if options !== null} -
-
- {#each ["3M", "6M", "1Y"] as item, index} - {#if data?.user?.tier === "Pro" || index === 0} -
- {:else} -
-
- -
-
+
{/if}
-
+ +

+ Volatility History +

+
@@ -554,21 +557,3 @@ - -