FinMath.Derivatives Namespace |
Class | Description | |
---|---|---|
![]() | Binomial |
Implementation of binomial options pricing model.
|
![]() | BlackScholes |
Implementation of Black-Scholes options pricing model
|
![]() | MonteCarlo |
Implementation of Monte-Carlo methods for option valuation.
Custom option style and price model are feasible.
|
![]() | OptionValuation |
Basic properties of option calculators.
http://en.wikipedia.org/wiki/Greeks_(finance)
|
Structure | Description | |
---|---|---|
![]() | Dividend |
Dividend of the underlying asset.
|
Delegate | Description | |
---|---|---|
![]() | MonteCarloExercisePayout |
Delegate type for calculating payout of option in case of exercise after timeToMaturity*continuations/steps time.
|
![]() | MonteCarloNextPrice | Delegate type for sampling asset price change during timeStep time. |
![]() | MonteCarloNextVolatility | Delegate type for sampling asset volatility in timeStep time. |
Enumeration | Description | |
---|---|---|
![]() | OptionStyle |
Option style.
|
![]() | OptionType |
Type of option.
|
![]() | OptionValuationModelInputs |
Enum used to specify set of option input parameters.
|
![]() | OptionValuationModelOutputs |
Enum used to specify set of option output parameters.
|
![]() | PriceModel |
Underlying asset price model.
|