| Package | Description |
|---|---|
| net.finmath.montecarlo.interestrate.products |
Provides classes which implement financial products which may be
valued using a
net.finmath.montecarlo.interestrate.LIBORModelMonteCarloSimulationModel. |
| Modifier and Type | Method and Description |
|---|---|
static SwaptionGeneralizedAnalyticApproximation.StateSpace |
SwaptionGeneralizedAnalyticApproximation.StateSpace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwaptionGeneralizedAnalyticApproximation.StateSpace[] |
SwaptionGeneralizedAnalyticApproximation.StateSpace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SwaptionGeneralizedAnalyticApproximation(double swaprate,
double[] swapTenor,
SwaptionGeneralizedAnalyticApproximation.ValueUnit valueUnit,
SwaptionGeneralizedAnalyticApproximation.StateSpace stateSpace)
Create an analytic swaption approximation product for
log normal forward rate model.
|
SwaptionGeneralizedAnalyticApproximation(double swaprate,
TimeDiscretization swapTenor,
SwaptionGeneralizedAnalyticApproximation.StateSpace stateSpace)
Create an analytic swaption approximation product for
log normal forward rate model.
|
Copyright © 2019. All rights reserved.