Uses of Class
net.finmath.finitedifference.assetderivativevaluation.models.FDMSabrModel
Packages that use FDMSabrModel
Package
Description
Package net.finmath.finitedifference.assetderivativevaluation.boundaries.
Package net.finmath.finitedifference.solvers.adi.
-
Uses of FDMSabrModel in net.finmath.finitedifference.assetderivativevaluation.boundaries
Constructors in net.finmath.finitedifference.assetderivativevaluation.boundaries with parameters of type FDMSabrModelModifierConstructorDescriptionPerforms the operation.Performs the operation.Performs the operation.Performs the operation.Creates the boundary condition associated with a givenFDMSabrModel.Performs the operation.Performs the operation.Performs the operation.Performs the operation. -
Uses of FDMSabrModel in net.finmath.finitedifference.solvers.adi
Methods in net.finmath.finitedifference.solvers.adi that return FDMSabrModelModifier and TypeMethodDescriptionFDMBarrierSabrADI2D.getSabrModel()Returns the SABR model used by this solver.Constructors in net.finmath.finitedifference.solvers.adi with parameters of type FDMSabrModelModifierConstructorDescriptionFDMBarrierSabrADI2D(FDMSabrModel model, FiniteDifferenceEquityProduct product, SpaceTimeDiscretization spaceTimeDiscretization, Exercise exercise, BarrierPDEMode barrierMode, BarrierPreHitSpecification preHitSpecification) Creates the barrier-aware SABR ADI solver.FDMSabrADI2D(FDMSabrModel model, FiniteDifferenceEquityProduct product, SpaceTimeDiscretization spaceTimeDiscretization, Exercise exercise) Creates the ADI solver for a two-dimensional SABR PDE.