Term Structure Volatility
quantlib-volatility
Term Structure Volatility
Query a term structure (expiry-dependent) volatility surface where volatility varies by expiry but is constant across strikes. Interpolates between provided expiry points. Useful for modeling volatility term structure for ATM options or when strike dependency is negligible. [Tier: PRO, Credits: 5]
POST
Term Structure Volatility
Authorizations
API key for authentication. Get your key at https://api.fincept.in/auth/register
Body
application/json
Array of expiry times in years (must be strictly increasing)
Minimum array length:
2Example:
[0.25, 0.5, 1, 2]Array of volatilities corresponding to each expiry
Minimum array length:
2Example:
[0.22, 0.24, 0.25, 0.23]Expiry time in years for the query (will be interpolated)
Required range:
x >= 0Example:
0.75
