|
{formatDate(item?.expiry)}
|
{abbreviateNumber(
(isGamma ? item?.call_gex : item?.call_dex)?.toFixed(2),
false,
true,
)}
|
{abbreviateNumber(
(isGamma ? item?.put_gex : item?.put_dex)?.toFixed(2),
false,
true,
)}
|
{abbreviateNumber(
(isGamma ? item?.net_gex : item?.net_dex)?.toFixed(2),
false,
true,
)}
|
{#if item?.put_call_ratio <= 1 && item?.put_call_ratio !== null}
{item?.put_call_ratio?.toFixed(2)}
{:else if item?.put_call_ratio > 1 && item?.put_call_ratio !== null}
{item?.put_call_ratio?.toFixed(2)}
{:else}
n/a
{/if}
|
{/each}