Package | Description |
---|---|
org.drip.execution.discrete | |
org.drip.execution.evolution |
Modifier and Type | Class and Description |
---|---|
class |
EvolutionIncrement
EvolutionIncrement contains the Realized Stochastic Evolution Increments of the Price/Short-fall exhibited
by an Asset owing to the Volatility and the Market Impact Factors over the Slice Time Interval.
|
class |
PriceIncrement
PriceIncrement contains the Realized Stochastic Evolution Increments of the Price Movements exhibited by
an Asset owing to the Volatility and the Market Impact Factors over the Slice Time Interval.
|
class |
ShortfallIncrement
ShortfallIncrement generates the Realized Incremental Stochastic Trading/Execution Short-fall and the
corresponding Implementation Short-fall corresponding to the Trajectory of a Holdings Block that is to be
executed over Time.
|
Constructor and Description |
---|
EvolutionIncrement(MarketImpactComponent micDeterministic,
MarketImpactComponent micStochastic)
EvolutionIncrement Constructor
|
PriceIncrement(double dblPreviousEquilibriumPrice,
MarketImpactComponent micDeterministic,
MarketImpactComponent micStochastic)
PriceIncrement Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
MarketImpactComposite
MarketImpactComposite contains the Composite Evolution Increment Components of the Movements exhibited by
an Asset's Manifest Measures owing to the Stochastic and the Deterministic Factors.
|
Modifier and Type | Method and Description |
---|---|
MarketImpactComponent |
MarketImpactComposite.deterministic()
Retrieve the Deterministic Impact Component Instance
|
MarketImpactComponent |
MarketImpactComposite.stochastic()
Retrieve the Stochastic Impact Component Instance
|
Modifier and Type | Method and Description |
---|---|
static MarketImpactComposite |
MarketImpactComposite.Standard(MarketImpactComponent micDeterministic,
MarketImpactComponent micStochastic)
Construct a Standard Instance of MarketImpactComposite
|