Package | Description |
---|---|
org.drip.execution.athl | |
org.drip.execution.cost | |
org.drip.execution.impact |
Modifier and Type | Class and Description |
---|---|
class |
PermanentImpactNoArbitrage
PermanentImpactNoArbitrage implements the Linear Permanent Market Impact with Coefficients that have been
determined empirically by Almgren, Thum, Hauptmann, and Li (2005), using the no Quasi-Arbitrage Criterion
identified by Huberman and Stanzl (2004).
|
Modifier and Type | Method and Description |
---|---|
TransactionFunctionLinear |
LinearTemporaryImpact.linearTemporaryImpact()
Retrieve the Linear Temporary Market Impact Function
|
Modifier and Type | Method and Description |
---|---|
static ConstrainedLinearTemporaryImpact |
ConstrainedLinearTemporaryImpact.Standard(double dblSpotTime,
double dblFinishTime,
double dblSpotHoldings,
PriorConditionalCombiner pcc,
double dblGrossPriceChange,
TransactionFunctionLinear tflTemporary)
Generate a ConstrainedLinearTemporaryImpact Instance
|
static LinearTemporaryImpact |
LinearTemporaryImpact.Unconstrained(double dblSpotTime,
double dblFinishTime,
double dblSpotHoldings,
PriorConditionalCombiner pcc,
double dblGrossPriceChange,
TransactionFunctionLinear tflTemporary)
Generate an Unconstrained LinearTemporaryImpact Instance
|
Modifier and Type | Class and Description |
---|---|
class |
ParticipationRateLinear
ParticipationRateLinear implements a Linear Temporary/Permanent Market Impact Function where the Price
Change scales linearly with the Trade Rate, along with an Offset.
|