calculate_option_price
Calculate the theoretical price of an option using Black-Scholes or similar model based on provided volatility, expiry, strike, right, and underlying price.
Instructions
Calculate option price from volatility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| expiry | Yes | ||
| strike | Yes | ||
| right | Yes | ||
| volatility | Yes | ||
| underlying_price | Yes |