public abstract class PriceMarketImpact
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
AssetTransactionSettings |
ats()
Retrieve the AssetTransactionSettings Instance
|
double |
permanentImpactFactor()
Retrieve the Fraction of the Daily Volume that triggers One Bid-Ask of Permanent Impact Cost
|
abstract TransactionFunction |
permanentTransactionFunction()
Generate the Permanent Impact Transaction Function
|
double |
temporaryImpactFactor()
Retrieve the Fraction of the Daily Volume that triggers One Bid-Ask of Temporary Impact Cost
|
abstract TransactionFunction |
temporaryTransactionFunction()
Generate the Temporary Impact Transaction Function
|
public AssetTransactionSettings ats()
public double permanentImpactFactor()
public double temporaryImpactFactor()
public abstract TransactionFunction permanentTransactionFunction()
public abstract TransactionFunction temporaryTransactionFunction()