java.lang.Object
net.finmath.modelling.descriptor.HestonModelDescriptor
- All Implemented Interfaces:
AssetModelDescriptor
,ModelDescriptor
public class HestonModelDescriptor extends Object implements AssetModelDescriptor
- Version:
- 1.0
- Author:
- Christian Fries
-
Constructor Summary
Constructors Constructor Description HestonModelDescriptor(LocalDate referenceDate, Double initialValue, DiscountCurve discountCurveForForwardRate, DiscountCurve discountCurveForDiscountRate, Double volatility, Double theta, Double kappa, Double xi, Double rho)
-
Method Summary
Modifier and Type Method Description DiscountCurve
getDiscountCurveForDiscountRate()
DiscountCurve
getDiscountCurveForForwardRate()
Double
getInitialValue()
Double
getKappa()
LocalDate
getReferenceDate()
Double
getRho()
Double
getTheta()
Double
getVolatility()
Double
getXi()
String
name()
Return the name of the model represented by this descriptor.Integer
version()
Return the version of the model description.
-
Constructor Details
-
HestonModelDescriptor
public HestonModelDescriptor(LocalDate referenceDate, Double initialValue, DiscountCurve discountCurveForForwardRate, DiscountCurve discountCurveForDiscountRate, Double volatility, Double theta, Double kappa, Double xi, Double rho)
-
-
Method Details
-
version
Description copied from interface:ModelDescriptor
Return the version of the model description.- Specified by:
version
in interfaceModelDescriptor
- Returns:
- Version number.
-
name
Description copied from interface:ModelDescriptor
Return the name of the model represented by this descriptor.- Specified by:
name
in interfaceModelDescriptor
- Returns:
- Name of the model.
-
getReferenceDate
- Returns:
- the referenceDate
-
getInitialValue
- Returns:
- the initialValue
-
getDiscountCurveForForwardRate
- Returns:
- the discountCurveForForwardRate
-
getDiscountCurveForDiscountRate
- Returns:
- the discountCurveForDiscountRate
-
getVolatility
- Returns:
- the volatility
-
getTheta
- Returns:
- the theta
-
getKappa
- Returns:
- the kappa
-
getXi
- Returns:
- the xi
-
getRho
- Returns:
- the rho
-