Premium Mark Price

The final step in the CVEX Protocol involves calculating the Premium Mark Price for each strike of call or put options, CC and PP respectively, that plays the same role as Mark Price for futures or perpetual contracts. For each strike, the protocol selects an implied volatility value from the interpolated volatility surface, based on strike price to futures price ratio. It then calculates the Premium Mark Price using the Futures Mark Price, strike price, chosen implied volatility, time to maturity, and risk-free interest rate, based on solving of Black Scholes equation:

C=ert[FΦ(d1)KΦ(d2)]C = e^{-rt} [F\Phi(d_1) - K\Phi(d_2)]
P=ert[KΦ(d2)FΦ(d1)]P = e^{-rt} [K\Phi(-d_2) - F\Phi(-d_1)]

Where d1d_1and d2d_2 parameters calculated as:

d1=1σT[ln(FK)+(r+σ22)T]d_1 = \frac{1}{\sigma\sqrt{T}} \left[ \ln \left(\frac{F}{K}\right) + \left(r + \frac{\sigma^2}{2}\right) T \right]
d2=d1σTd_2 = d_1 - \sigma\sqrt{T}

Here, KK is strike price of the option, and Φ\Phi represents the cumulative distribution function (CDF) of the standard normal distribution:

Φ(x)=12πxet22dt\Phi(x) = \frac{1}{\sqrt{2\pi}} \int_{-\infty}^{x} e^{-\frac{t^2}{2}} dt

This methodology ensures that the Premium Mark Price remains sensitive to actual market fluctuations, capturing real-time market dynamics and trends via connection to the current Futures Mark Price. Simultaneously, it is safeguarded against price manipulations, as the reliance on an interpolated volatility surface provides a buffer against sporadic price anomalies.

Last updated