Black76 Greeks (Basic)
quantlib-pricing
Black76 Greeks (Basic)
Calculate basic Black76 Greeks structure, returning all input parameters. For complete Greeks calculations including delta, gamma, vega, and theta, use the /black76/greeks-full endpoint.
Use Cases:
- Verify input parameters used in calculations
- Audit pricing inputs
- Get Greeks metadata structure
Tier: Standard (2 credits/request) [Tier: PRO, Credits: 5]
POST
Black76 Greeks (Basic)
Authorizations
API key for authentication. Get your key at https://api.fincept.in/auth/register
Body
application/json
Forward price of the underlying asset
Example:
102
Strike price of the option
Example:
105
Risk-free interest rate (annualized, decimal format)
Example:
0.05
Annualized volatility (decimal format)
Example:
0.25
Time to expiration in years
Example:
1
Type of option
Available options:
call, put Example:
"call"
