public class MarketImpactComposite extends MarketImpactComponent
Modifier and Type | Method and Description |
---|---|
MarketImpactComponent |
deterministic()
Retrieve the Deterministic Impact Component Instance
|
static MarketImpactComposite |
Standard(MarketImpactComponent micDeterministic,
MarketImpactComponent micStochastic)
Construct a Standard Instance of MarketImpactComposite
|
MarketImpactComponent |
stochastic()
Retrieve the Stochastic Impact Component Instance
|
currentStep, permanentImpact, previousStep, temporaryImpact, total
public static final MarketImpactComposite Standard(MarketImpactComponent micDeterministic, MarketImpactComponent micStochastic)
micDeterministic
- The Deterministic Market Impact Component InstancemicStochastic
- The Stochastic Market Impact Component Instancepublic MarketImpactComponent deterministic()
public MarketImpactComponent stochastic()