java.lang.Object
net.finmath.marketdata.model.AnalyticModelFromCurvesAndVols
- All Implemented Interfaces:
Serializable,Cloneable,AnalyticModel,Model
- Direct Known Subclasses:
AnalyticModelFactory.DescribedAnalyticModel,AnalyticModelWithVolatilityCubes
public class AnalyticModelFromCurvesAndVols
extends Object
implements AnalyticModel, Serializable, Cloneable
Implements a collection of market data objects (e.g., discount curves, forward curve)
which provide interpolation of market data or other derived quantities
("calibrated curves"). This can be seen as a model to be used in analytic pricing
formulas - hence this class is termed
AnalyticModelFromCurvesAndVols.- Version:
- 1.0
- Author:
- Christian Fries
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an empty analytic model.AnalyticModelFromCurvesAndVols(LocalDate referenceDate)Create an empty analytic model for a specified date.AnalyticModelFromCurvesAndVols(LocalDate referenceDate, Collection<Curve> curves)Create an analytic model with the given curves for the specified reference date.AnalyticModelFromCurvesAndVols(LocalDate referenceDate, Map<String,Curve> curvesMap, Map<String,VolatilitySurface> volatilitySurfaceMap)Create an analytic model for the specified reference date, together with curves and volatility surfaces, each with their specific name.AnalyticModelFromCurvesAndVols(LocalDate referenceDate, Curve[] curves)Create an analytic model with the given curves for the specified reference date.AnalyticModelFromCurvesAndVols(Collection<Curve> curves)Create an analytic model with the given curves.AnalyticModelFromCurvesAndVols(Curve[] curves)Create an analytic model with the given curves. -
Method Summary
Modifier and TypeMethodDescriptionAdd a reference to a given curve under a given name to this model.Create a new analytic model consisting of a clone of this one together with the given curves added.Create a new analytic model consisting of a clone of this one together with the given curves added.addVolatilitySurface(VolatilitySurface volatilitySurface)addVolatilitySurfaces(Set<VolatilitySurface> volatilitySurfaces)Create a new analytic model consisting of a clone of this one together with the given volatility surfaces added.addVolatilitySurfaces(VolatilitySurface... volatilitySurfaces)Create a new analytic model consisting of a clone of this one together with the given volatility surfaces added.clone()getCloneForParameter(Map<ParameterObject,double[]> curveParameterPairs)Get a curve by a given curve name.Returns an unmodifiable map of all curves.getDiscountCurve(String discountCurveName)Returns a discount curve for a given name.getForwardCurve(String forwardCurveName)Returns a forward curve for a given name.Returns the reference date of the curves of this model.getVolatilitySurface(String name)Returns a volatility surface for a given name.Returns an unmodifiable map of all volatility surfaces.toString()
-
Constructor Details
-
AnalyticModelFromCurvesAndVols
public AnalyticModelFromCurvesAndVols()Create an empty analytic model. -
AnalyticModelFromCurvesAndVols
Create an empty analytic model for a specified date.- Parameters:
referenceDate- The reference date that should be used for all curves and surfaces of this model.
-
AnalyticModelFromCurvesAndVols
Create an analytic model with the given curves.- Parameters:
curves- The vector of curves.
-
AnalyticModelFromCurvesAndVols
Create an analytic model with the given curves.- Parameters:
curves- A collection of curves.
-
AnalyticModelFromCurvesAndVols
Create an analytic model with the given curves for the specified reference date.- Parameters:
referenceDate- The reference date that should be used for all curves and surfaces of this model.curves- The vector of curves.
-
AnalyticModelFromCurvesAndVols
Create an analytic model with the given curves for the specified reference date.- Parameters:
referenceDate- The reference date that should be used for all curves and surfaces of this model.curves- A collection of curves.
-
AnalyticModelFromCurvesAndVols
public AnalyticModelFromCurvesAndVols(LocalDate referenceDate, Map<String,Curve> curvesMap, Map<String,VolatilitySurface> volatilitySurfaceMap)Create an analytic model for the specified reference date, together with curves and volatility surfaces, each with their specific name.- Parameters:
referenceDate- The reference date that should be used for all curves and surfaces of this model.curvesMap- A map containing all curves, together with their names they should have in the model.volatilitySurfaceMap- A map containing all volatility surfaces, together with their names they should have in the model.
-
-
Method Details
-
getCurve
Description copied from interface:AnalyticModelGet a curve by a given curve name.- Specified by:
getCurvein interfaceAnalyticModel- Parameters:
name- The name of the curve.- Returns:
- The curve with the corresponding name, given that it is part of this model, otherwise null is return.
-
getCurves
Description copied from interface:AnalyticModelReturns an unmodifiable map of all curves.- Specified by:
getCurvesin interfaceAnalyticModel- Returns:
- Map of all curves.
-
addCurve
Description copied from interface:AnalyticModelAdd a reference to a given curve under a given name to this model. It is not necessary that the name given agrees withcurve.getName(). This method comes in handy, if you like to create curve mappings.- Specified by:
addCurvein interfaceAnalyticModel- Parameters:
name- Name under which the curve is known in the model.curve- The curve.- Returns:
- A clone of this model, containing the curves of this model which are not known under the given name and the new curve under the given name.
-
addCurve
-
addCurves
Description copied from interface:AnalyticModelCreate a new analytic model consisting of a clone of this one together with the given curves added.- Specified by:
addCurvesin interfaceAnalyticModel- Parameters:
curves- The set of curves to add.- Returns:
- A new analytic model.
-
addCurves
Description copied from interface:AnalyticModelCreate a new analytic model consisting of a clone of this one together with the given curves added.- Specified by:
addCurvesin interfaceAnalyticModel- Parameters:
curves- The list of curves to add.- Returns:
- A new analytic model.
-
getDiscountCurve
Description copied from interface:AnalyticModelReturns a discount curve for a given name.- Specified by:
getDiscountCurvein interfaceAnalyticModel- Parameters:
discountCurveName- The name of the requested curve.- Returns:
- discount curve corresponding to discountCurveName or null if no discountCurve with this name exists in the model
-
getForwardCurve
Description copied from interface:AnalyticModelReturns a forward curve for a given name.- Specified by:
getForwardCurvein interfaceAnalyticModel- Parameters:
forwardCurveName- The name of the requested curve.- Returns:
- forward curve corresponding to forwardCurveName or null if no forwardCurve with this name exists in the model
-
getVolatilitySurface
Description copied from interface:AnalyticModelReturns a volatility surface for a given name.- Specified by:
getVolatilitySurfacein interfaceAnalyticModel- Parameters:
name- THe name of the requested surface.- Returns:
- The volatility surface corresponding to the name.
-
getVolatilitySurfaces
Description copied from interface:AnalyticModelReturns an unmodifiable map of all volatility surfaces.- Specified by:
getVolatilitySurfacesin interfaceAnalyticModel- Returns:
- Map of all volatility surfaces.
-
addVolatilitySurface
-
addVolatilitySurfaces
Description copied from interface:AnalyticModelCreate a new analytic model consisting of a clone of this one together with the given volatility surfaces added.- Specified by:
addVolatilitySurfacesin interfaceAnalyticModel- Parameters:
volatilitySurfaces- The list of volatility surfaces to add.- Returns:
- A new analytic model.
-
addVolatilitySurfaces
Description copied from interface:AnalyticModelCreate a new analytic model consisting of a clone of this one together with the given volatility surfaces added.- Specified by:
addVolatilitySurfacesin interfaceAnalyticModel- Parameters:
volatilitySurfaces- The list of volatility surfaces to add.- Returns:
- A new analytic model.
-
clone
- Specified by:
clonein interfaceAnalyticModel- Overrides:
clonein classObject
-
getCloneForParameter
public AnalyticModel getCloneForParameter(Map<ParameterObject,double[]> curveParameterPairs) throws CloneNotSupportedException- Specified by:
getCloneForParameterin interfaceAnalyticModel- Throws:
CloneNotSupportedException
-
toString
-
getReferenceDate
Returns the reference date of the curves of this model.- Returns:
- The reference date of the model.
-