Package | Description |
---|---|
net.finmath.fouriermethod.models |
Provides characteristic functions of stochastic processes (models).
|
net.finmath.fouriermethod.products |
Provides characteristic functions of payoffs / values (products) and their numerical integration against a given model (valuation).
|
net.finmath.modelling.productfactory |
Provides classes to build products from descriptors.
|
Modifier and Type | Method and Description |
---|---|
CharacteristicFunction |
CharacteristicFunctionModel.apply(double time)
Returns the characteristic function of X(t), where X is
this stochastic process. |
CharacteristicFunction |
HestonModel.apply(double time) |
CharacteristicFunction |
BlackScholesModel.apply(double time) |
CharacteristicFunction |
BatesModel.apply(double time) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFourierTransformProduct |
class |
DigitalOption
Implements valuation of a European option on a single asset.
|
class |
EuropeanOption
Implements valuation of a European option on a single asset.
|
Modifier and Type | Class and Description |
---|---|
class |
SingleAssetFourierProductFactory.DigitalOptionFourierMethod
Fourier method based implementation of a digital option from a product descriptor.
|
static class |
SingleAssetFourierProductFactory.EuropeanOptionFourierMethod
Fourier method based implementation of a European option from a product descriptor.
|
Copyright © 2019. All rights reserved.