java.lang.Object
net.finmath.montecarlo.interestrate.products.SwaptionFactory
A factory (helper class) to create swaptions extending
AbstractTermStructureMonteCarloProduct
according to some (simplified) specifications.
The class is useful if you like to create, e.g., calibration products depending
on some parameters.- Version:
- 1.0
- Author:
- Christian Fries
-
Method Summary
Modifier and TypeMethodDescriptioncreateSwaption(String className, double swaprate, TimeDiscretization swapTenor, String valueUnitAsString)
-
Method Details
-
createSwaption
public static TermStructureMonteCarloProduct createSwaption(String className, double swaprate, TimeDiscretization swapTenor, String valueUnitAsString)
-