Click or drag to resize

OptionValuationModelInputs Enumeration

Enum used to specify set of option input parameters.

Namespace:  FinMath.Derivatives
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
[FlagsAttribute]
public enum ModelInputs
Members
  Member nameValueDescription
StockPrice1Stock price of the underlying asset.
StrikePrice2Strike price of the underlying asset.
OptionPrice4Value of the option.
Volatility8Volatility of the underlying asset.
See Also