public class EvolutionIncrement extends MarketImpactComposite
| Constructor and Description |
|---|
EvolutionIncrement(MarketImpactComponent micDeterministic,
MarketImpactComponent micStochastic)
EvolutionIncrement Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
marketDynamicDrift()
Retrieve the Change induced by Deterministic Asset Price Market Dynamic Drivers
|
double |
marketDynamicWander()
Retrieve the Change induced by Stochastic Asset Price Market Dynamic Drivers
|
double |
permanentImpactDrift()
Retrieve the Change induced by the Deterministic Asset Price Permanent Market Impact Drivers
|
double |
permanentImpactWander()
Retrieve the Change induced by the Stochastic Asset Price Permanent Market Impact Drivers
|
double |
temporaryImpactDrift()
Retrieve the Change induced by the Deterministic Asset Price Temporary Market Impact Drivers
|
double |
temporaryImpactWander()
Retrieve the Change induced by the Stochastic Asset Price Temporary Market Impact Drivers
|
deterministic, Standard, stochasticcurrentStep, permanentImpact, previousStep, temporaryImpact, totalpublic EvolutionIncrement(MarketImpactComponent micDeterministic, MarketImpactComponent micStochastic) throws java.lang.Exception
micDeterministic - The Deterministic Market Impact Component InstancemicStochastic - The Stochastic Market Impact Component Instancejava.lang.Exception - Thrown if the Inputs are Invalidpublic double marketDynamicDrift()
public double marketDynamicWander()
public double permanentImpactDrift()
public double permanentImpactWander()
public double temporaryImpactDrift()
public double temporaryImpactWander()