Uses of Interface
net.finmath.marketdata2.model.volatilities.VolatilitySurface
Packages that use VolatilitySurface
Package
Description
Provides interface specification and implementation of a model, which is essentially
a collection of curves.
Provides interface specification and implementation of volatility surfaces, e.g.,
interest rate volatility surfaces like (implied) caplet volatilities and swaption
volatilities.
-
Uses of VolatilitySurface in net.finmath.marketdata2.model
Methods in net.finmath.marketdata2.model that return VolatilitySurfaceModifier and TypeMethodDescriptionAnalyticModel.getVolatilitySurface(String name)Returns a volatility surface for a given name.AnalyticModelFromCurvesAndVols.getVolatilitySurface(String name)Methods in net.finmath.marketdata2.model that return types with arguments of type VolatilitySurfaceModifier and TypeMethodDescriptionAnalyticModel.getVolatilitySurfaces()Returns an unmodifiable map of all volatility surfaces.AnalyticModelFromCurvesAndVols.getVolatilitySurfaces()Methods in net.finmath.marketdata2.model with parameters of type VolatilitySurfaceModifier and TypeMethodDescriptionAnalyticModelFromCurvesAndVols.addVolatilitySurface(VolatilitySurface volatilitySurface)AnalyticModel.addVolatilitySurfaces(VolatilitySurface... volatilitySurfaces)AnalyticModelFromCurvesAndVols.addVolatilitySurfaces(VolatilitySurface... volatilitySurfaces)Method parameters in net.finmath.marketdata2.model with type arguments of type VolatilitySurfaceModifier and TypeMethodDescriptionAnalyticModel.addVolatilitySurfaces(Set<VolatilitySurface> volatilitySurfaces)Create a new analytic model consisting of a clone of this one together with the given volatility surfaces added.AnalyticModelFromCurvesAndVols.addVolatilitySurfaces(Set<VolatilitySurface> volatilitySurfaces) -
Uses of VolatilitySurface in net.finmath.marketdata2.model.volatilities
Classes in net.finmath.marketdata2.model.volatilities that implement VolatilitySurfaceModifier and TypeClassDescriptionclassAbstract base class for a volatility surface.