public class HestonOptionPricerParams
extends java.lang.Object
Constructor and Description |
---|
HestonOptionPricerParams(int iPayoffTransformScheme,
double dblRho,
double dblKappa,
double dblSigma,
double dblTheta,
double dblLambda,
int iMultiValuePhaseTrackerType)
HestonOptionPricerParams constructor
|
Modifier and Type | Method and Description |
---|---|
double |
kappa()
Retrieve Kappa
|
double |
lambda()
Retrieve Lambda
|
int |
payoffTransformScheme()
Return the Payoff Fourier Transformation Scheme
|
int |
phaseTrackerType()
Return the Multi Valued Principal Branch Maintaining Phase Tracker Type
|
double |
rho()
Retrieve Rho
|
double |
sigma()
Retrieve Sigma
|
double |
theta()
Retrieve Theta
|
public HestonOptionPricerParams(int iPayoffTransformScheme, double dblRho, double dblKappa, double dblSigma, double dblTheta, double dblLambda, int iMultiValuePhaseTrackerType) throws java.lang.Exception
iPayoffTransformScheme
- The Payoff Transformation SchemedblRho
- RhodblKappa
- KappadblSigma
- SigmadblTheta
- ThetadblLambda
- LambdaiMultiValuePhaseTrackerType
- The Multi Valued Phase Tracking Error Correctorjava.lang.Exception
- Thrown if the Inputs are Invalidpublic double kappa()
public double lambda()
public double rho()
public double sigma()
public double theta()
public int phaseTrackerType()
public int payoffTransformScheme()