add call/put premium

This commit is contained in:
MuslemRahimi 2025-01-16 09:41:14 +01:00
parent b2960a5f32
commit 3ed90fb700
2 changed files with 44 additions and 0 deletions

View File

@ -440,6 +440,12 @@
<td class="text-white font-semibold text-sm text-end"
>% OI Change</td
>
<td class="text-white font-semibold text-sm text-end"
>C Prem</td
>
<td class="text-white font-semibold text-sm text-end"
>P Prem</td
>
<td class="text-white font-semibold text-sm text-end"
>Net Prem</td
>
@ -614,6 +620,22 @@
{/if}
</td>
<td class="text-sm sm:text-[1rem] text-end text-white">
{@html abbreviateNumberWithColor(
item?.call_premium,
false,
true,
)}
</td>
<td class="text-sm sm:text-[1rem] text-end text-white">
{@html abbreviateNumberWithColor(
item?.put_premium,
false,
true,
)}
</td>
<td class="text-sm sm:text-[1rem] text-end text-white">
{@html abbreviateNumberWithColor(
item?.net_premium,

View File

@ -440,6 +440,12 @@
<td class="text-white font-semibold text-sm text-end"
>% OI Change</td
>
<td class="text-white font-semibold text-sm text-end"
>C Prem</td
>
<td class="text-white font-semibold text-sm text-end"
>P Prem</td
>
<td class="text-white font-semibold text-sm text-end"
>Net Prem</td
>
@ -614,6 +620,22 @@
{/if}
</td>
<td class="text-sm sm:text-[1rem] text-end text-white">
{@html abbreviateNumberWithColor(
item?.call_premium,
false,
true,
)}
</td>
<td class="text-sm sm:text-[1rem] text-end text-white">
{@html abbreviateNumberWithColor(
item?.put_premium,
false,
true,
)}
</td>
<td class="text-sm sm:text-[1rem] text-end text-white">
{@html abbreviateNumberWithColor(
item?.net_premium,