Click or drag to resize

BlackScholes Methods

The BlackScholes type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAnnualDividendYield
Get annual dividend yield.
(Inherited from OptionValuation.)
Public methodStatic memberGetCallDelta
Computes call option delta.
Public methodStatic memberGetCallValue
Computes call option value.
Public methodStatic memberGetCharm
Computes the option charm.
Public methodStatic memberGetColor
Computes the option color.
Public methodStatic memberGetDelta
Computes option delta.
Public methodStatic memberGetGamma
Computes the option gamma.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetPutDelta
Computes put option delta.
Public methodStatic memberGetPutValue
Computes put option value.
Public methodStatic memberGetRho
Computes the option rho.
Public methodGetRiskFreeRate
Get risk-free interest rate.
(Inherited from OptionValuation.)
Public methodStatic memberGetSpeed
Computes the option speed.
Public methodStatic memberGetTheta
Computes the option theta.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetValue
Computes option value.
Public methodStatic memberGetVanna
Computes the option vanna.
Public methodStatic memberGetVega
Computes the option vega.
Public methodStatic memberGetZomma
Computes the option zomma.
Public methodStatic memberImpliedVolatility
Computes implied underlying asset volatility.
Public methodInitByOptionPrice
Initializes object by option parameters.
Public methodInitByVolatility
Initializes object by option parameters.
Public methodSetAccelerationGranularity
Sets acceleration granularity. Clears all computed values.
(Inherited from OptionValuation.)
Public methodSetAccelerationMemoryUsage
Changes acceleration RAM usage. Clears all computed values.
Public methodSetAnnualDividendYield
Set annual dividend yield (e.g. value 0.02 means that yearly dividends income equals to 2 % of the underlying asset stock price). All computed values are forgotten after this change.
(Inherited from OptionValuation.)
Public methodSetRiskFreeRate
Set risk-free interest rate (e.g. value 0.02 means that yearly risk-free income equals to 2 % of initial money amount if there is no capitalization of interest). All computed values are forgotten after this change.
(Inherited from OptionValuation.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Updates option parameters.
(Inherited from OptionValuation.)
Public methodUpdateByOptionPrice(Double, Double)
Updates option parameters.
(Inherited from OptionValuation.)
Public methodUpdateByOptionPrice(Double, Double, Double)
Updates option parameters.
(Inherited from OptionValuation.)
Public methodUpdateByOptionPrice(Double, Double, Double, Double)
Updates option parameters.
(Inherited from OptionValuation.)
Public methodUpdateByVolatility(Double, Double)
Updates option parameters.
(Inherited from OptionValuation.)
Public methodUpdateByVolatility(Double, Double, Double)
Updates option parameters.
(Inherited from OptionValuation.)
Public methodUpdateByVolatility(Double, Double, Double, Double)
Updates option parameters.
(Inherited from OptionValuation.)
Top
See Also