Flat Volatility Surface
quantlib-volatility
Flat Volatility Surface
Query a flat (constant) volatility surface that returns the same volatility for any expiry and strike. Useful for testing, basic Black-Scholes pricing, or when assuming constant volatility across all options. Returns both the volatility and total variance for a given query point. [Tier: PRO, Credits: 5]
POST
Flat Volatility Surface
Authorizations
API key for authentication. Get your key at https://api.fincept.in/auth/register
Body
application/json
Constant volatility value (annualized, e.g., 0.20 for 20%)
Required range:
0 <= x <= 5Example:
0.25
Time to expiry in years for the query point
Required range:
x >= 0Example:
1
Strike price for the query point
Required range:
x >= 0Example:
100
