Daily {title} Exposure

{#if options !== null}
{#each ["3M", "6M", "1Y"] as item} {/each}
{:else}
{/if}
{#each data?.user?.tier === "Pro" ? displayList : displayList?.slice(0, 3) as item, index} {/each}
{formatDate(item?.date)} {@html abbreviateNumberWithColor( title === "Gamma" ? item?.call_gamma : item?.call_delta, false, true, )} {@html abbreviateNumberWithColor( title === "Gamma" ? item?.put_gamma : item?.put_delta, false, true, )} {@html abbreviateNumberWithColor( title === "Gamma" ? item?.net_gamma : item?.net_delta, false, true, )} {#if item?.put_call_ratio <= 1} {item?.put_call_ratio?.toFixed(2)} {:else} {item?.put_call_ratio?.toFixed(2)} {/if}