Package | Description |
---|---|
org.drip.execution.capture | |
org.drip.execution.discrete | |
org.drip.execution.risk | |
org.drip.execution.sensitivity |
Modifier and Type | Method and Description |
---|---|
ControlNodesGreek |
Slice.expectationContribution(ArithmeticPriceEvolutionParameters apep) |
ControlNodesGreek |
Slice.marketDynamicsExpectation(ArithmeticPriceEvolutionParameters apep) |
ControlNodesGreek |
Slice.marketDynamicsVariance(ArithmeticPriceEvolutionParameters apep) |
ControlNodesGreek |
Slice.permanentImpactExpectation(ArithmeticPriceEvolutionParameters apep) |
ControlNodesGreek |
Slice.permanentImpactVariance(ArithmeticPriceEvolutionParameters apep) |
ControlNodesGreek |
Slice.temporaryImpactExpectation(ArithmeticPriceEvolutionParameters apep) |
ControlNodesGreek |
Slice.temporaryImpactVariance(ArithmeticPriceEvolutionParameters apep) |
ControlNodesGreek |
Slice.varianceContribution(ArithmeticPriceEvolutionParameters apep) |
Modifier and Type | Method and Description |
---|---|
ControlNodesGreek |
PowerVarianceObjectiveUtility.sensitivity(TrajectoryControlNodesGreek tcngExpectation,
TrajectoryControlNodesGreek tcngVariance) |
ControlNodesGreek |
ObjectiveUtility.sensitivity(TrajectoryControlNodesGreek tcngExpectation,
TrajectoryControlNodesGreek tcngVariance)
Generate the Objective Function Sensitivity given the Expectation and the Variance Control Node
Sensitivity
|
ControlNodesGreek |
MeanVarianceObjectiveUtility.sensitivity(TrajectoryControlNodesGreek tcngExpectation,
TrajectoryControlNodesGreek tcngVariance) |
Modifier and Type | Class and Description |
---|---|
class |
TrajectoryControlNodesGreek
TrajectoryControlNodesGreek holds the Point Value, the Jacobian, and the Hessian for a Trajectory to the
Holdings Control Nodes.
|
Modifier and Type | Method and Description |
---|---|
ControlNodesGreek |
ControlNodesGreekGenerator.expectationContribution(ArithmeticPriceEvolutionParameters apep)
Generate the Total Expectation Contribution
|
ControlNodesGreek |
ControlNodesGreekGenerator.marketDynamicsExpectation(ArithmeticPriceEvolutionParameters apep)
Generate the Market Dynamics Expectation Contribution
|
ControlNodesGreek |
ControlNodesGreekGenerator.marketDynamicsVariance(ArithmeticPriceEvolutionParameters apep)
Generate the Market Dynamics Variance Contribution
|
ControlNodesGreek |
ControlNodesGreekGenerator.permanentImpactExpectation(ArithmeticPriceEvolutionParameters apep)
Generate the Permanent Impact Expectation Contribution
|
ControlNodesGreek |
ControlNodesGreekGenerator.permanentImpactVariance(ArithmeticPriceEvolutionParameters apep)
Generate the Permanent Impact Variance Contribution
|
ControlNodesGreek |
ControlNodesGreekGenerator.temporaryImpactExpectation(ArithmeticPriceEvolutionParameters apep)
Generate the Temporary Impact Expectation Contribution
|
ControlNodesGreek |
ControlNodesGreekGenerator.temporaryImpactVariance(ArithmeticPriceEvolutionParameters apep)
Generate the Temporary Impact Variance Contribution
|
ControlNodesGreek |
ControlNodesGreekGenerator.varianceContribution(ArithmeticPriceEvolutionParameters apep)
Generate the Total Variance Contribution
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ControlNodesGreek> |
TrajectoryControlNodesGreek.sliceGreeks()
Retrieve the List of the Slice Control Nodes Greek
|
Constructor and Description |
---|
TrajectoryControlNodesGreek(double dblValue,
double[] adblJacobian,
double[][] aadblHessian,
java.util.List<ControlNodesGreek> lsCNGSlice)
TrajectoryControlNodesGreek Constructor
|