Bachelier Greeks (Basic)
quantlib-pricing
Bachelier Greeks (Basic)
Calculate basic Bachelier Greeks structure, returning all input parameters including normal volatility. For complete Greeks calculations, use the /bachelier/greeks-full endpoint.
Tier: Standard (2 credits/request) [Tier: PRO, Credits: 5]
POST
Bachelier 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 normal (absolute) volatility
Example:
25
Time to expiration in years
Example:
1
Type of option
Available options:
call, put Example:
"call"
