OptionValuationModelInputs Enumeration |
Namespace: FinMath.Derivatives
[FlagsAttribute] public enum ModelInputs
| Member name | Value | Description | |
|---|---|---|---|
| StockPrice | 1 | Stock price of the underlying asset. | |
| StrikePrice | 2 | Strike price of the underlying asset. | |
| OptionPrice | 4 | Value of the option. | |
| Volatility | 8 | Volatility of the underlying asset. |