| Package | Description |
|---|---|
| net.finmath.finitedifference.models |
Models provided for finite difference solvers.
|
| net.finmath.finitedifference.products |
Product valuation code for models using backward propagation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FDMBlackScholesModel
Black Scholes model using finite difference method.
|
| Modifier and Type | Method and Description |
|---|---|
double |
FiniteDifference1DBoundary.getValueAtLowerBoundary(FiniteDifference1DModel model,
double time,
double assetValue)
Return the value of the value process at the lower boundary for a given time and asset value.
|
double |
FiniteDifference1DBoundary.getValueAtUpperBoundary(FiniteDifference1DModel model,
double time,
double assetValue)
Return the value of the value process at the upper boundary for a given time and asset value.
|
| Modifier and Type | Method and Description |
|---|---|
double[][] |
FiniteDifference1DProduct.getValue(double evaluationTime,
FiniteDifference1DModel model)
Return the value of the product under the given model.
|
double[][] |
FDMEuropeanCallOption.getValue(double evaluationTime,
FiniteDifference1DModel model) |
double |
FDMEuropeanCallOption.getValueAtLowerBoundary(FiniteDifference1DModel model,
double currentTime,
double stockPrice) |
double |
FDMEuropeanCallOption.getValueAtUpperBoundary(FiniteDifference1DModel model,
double currentTime,
double stockPrice) |
Copyright © 2019. All rights reserved.