IBlackScholes
The interface of the model for calculating Greeks values by the Black-Scholes formula.
プロパティ
メソッド
Delta(DateTime, decimal?, decimal?) : decimal?
To calculate the option delta.
- currentTime
- The current time.
- deviation
- Standard deviation.
- assetPrice
- Underlying asset price.
戻り値: The option delta. If the value is equal to , then the value calculation currently is impossible.
Gamma(DateTime, decimal?, decimal?) : decimal?
To calculate the option gamma.
- currentTime
- The current time.
- deviation
- Standard deviation.
- assetPrice
- Underlying asset price.
戻り値: The option gamma. If the value is equal to , then the value calculation currently is impossible.
ImpliedVolatility(DateTime, decimal) : decimal?
To calculate the implied volatility.
- currentTime
- The current time.
- premium
- The option premium.
戻り値: The implied volatility. If the value is equal to , then the value calculation currently is impossible.
Premium(DateTime, decimal?, decimal?) : decimal?
To calculate the option premium.
- currentTime
- The current time.
- deviation
- Standard deviation.
- assetPrice
- Underlying asset price.
戻り値: The option premium. If the value is equal to , then the value calculation currently is impossible.
Rho(DateTime, decimal?, decimal?) : decimal?
To calculate the option rho.
- currentTime
- The current time.
- deviation
- Standard deviation.
- assetPrice
- Underlying asset price.
戻り値: The option rho. If the value is equal to , then the value calculation currently is impossible.