Uses of Class
net.finmath.singleswaprate.model.volatilities.SABRVolatilityCubeParallel
Packages that use SABRVolatilityCubeParallel
Package
Description
Provides interface specification and implementation of volatility cubes, as well as a factory to create these, either via calibration from market data or construction
from parameters.
-
Uses of SABRVolatilityCubeParallel in net.finmath.singleswaprate.model.volatilities
Methods in net.finmath.singleswaprate.model.volatilities that return SABRVolatilityCubeParallelModifier and TypeMethodDescriptionVolatilityCubeFactory.buildParallelSABRCube(String name, double rho, double volvol, SwaptionDataLattice physicalATMSwaptions, VolatilityCubeModel model)
Build aSABRVolatilityCubeParallel
from parameters viaSABRVolatilityCubeParallelFactory
.static SABRVolatilityCubeParallel
SABRVolatilityCubeParallelFactory.createSABRVolatilityCubeParallel(String cubeName, LocalDate referenceDate, SchedulePrototype fixMetaSchedule, SchedulePrototype floatMetaSchedule, double sabrDisplacement, double sabrBeta, double sabrRho, double sabrVolvol, double correlationDecay, double iborOisDecorrelation, SwaptionDataLattice physicalATMSwaptions, VolatilityCubeModel model, String forwardCurveName)
Build aSABRVolatilityCubeParallel
from given shared parameters and marketdata.