Uses of Class
org.drip.execution.sensitivity.ControlNodesGreek
Package | Description |
---|---|
org.drip.execution.capture |
Execution Trajectory Transaction Cost Capture
|
org.drip.execution.discrete |
Trajectory Slice Execution Cost Distribution
|
org.drip.execution.risk |
Optimal Execution MVO Efficient Frontier
|
org.drip.execution.sensitivity |
Trajectory Control Nodes Sensitivity Greeks
|
-
Uses of ControlNodesGreek in org.drip.execution.capture
-
Uses of ControlNodesGreek in org.drip.execution.discrete
Methods in org.drip.execution.discrete that return ControlNodesGreek Modifier and Type Method 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)
-
Uses of ControlNodesGreek in org.drip.execution.risk
Methods in org.drip.execution.risk that return ControlNodesGreek Modifier and Type Method Description ControlNodesGreek
MeanVarianceObjectiveUtility. 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 SensitivityControlNodesGreek
PowerVarianceObjectiveUtility. sensitivity(TrajectoryControlNodesGreek tcngExpectation, TrajectoryControlNodesGreek tcngVariance)
-
Uses of ControlNodesGreek in org.drip.execution.sensitivity
Subclasses of ControlNodesGreek in org.drip.execution.sensitivity Modifier and Type Class Description class
TrajectoryControlNodesGreek
TrajectoryControlNodesGreek holds the Point Value, the Jacobian, and the Hessian for a Trajectory to the Holdings Control Nodes.Methods in org.drip.execution.sensitivity that return ControlNodesGreek Modifier and Type Method Description ControlNodesGreek
ControlNodesGreekGenerator. expectationContribution(ArithmeticPriceEvolutionParameters apep)
Generate the Total Expectation ContributionControlNodesGreek
ControlNodesGreekGenerator. marketDynamicsExpectation(ArithmeticPriceEvolutionParameters apep)
Generate the Market Dynamics Expectation ContributionControlNodesGreek
ControlNodesGreekGenerator. marketDynamicsVariance(ArithmeticPriceEvolutionParameters apep)
Generate the Market Dynamics Variance ContributionControlNodesGreek
ControlNodesGreekGenerator. permanentImpactExpectation(ArithmeticPriceEvolutionParameters apep)
Generate the Permanent Impact Expectation ContributionControlNodesGreek
ControlNodesGreekGenerator. permanentImpactVariance(ArithmeticPriceEvolutionParameters apep)
Generate the Permanent Impact Variance ContributionControlNodesGreek
ControlNodesGreekGenerator. temporaryImpactExpectation(ArithmeticPriceEvolutionParameters apep)
Generate the Temporary Impact Expectation ContributionControlNodesGreek
ControlNodesGreekGenerator. temporaryImpactVariance(ArithmeticPriceEvolutionParameters apep)
Generate the Temporary Impact Variance ContributionControlNodesGreek
ControlNodesGreekGenerator. varianceContribution(ArithmeticPriceEvolutionParameters apep)
Generate the Total Variance ContributionMethods in org.drip.execution.sensitivity that return types with arguments of type ControlNodesGreek Modifier and Type Method Description java.util.List<ControlNodesGreek>
TrajectoryControlNodesGreek. sliceGreeks()
Retrieve the List of the Slice Control Nodes GreekConstructor parameters in org.drip.execution.sensitivity with type arguments of type ControlNodesGreek Constructor Description TrajectoryControlNodesGreek(double dblValue, double[] adblJacobian, double[][] aadblHessian, java.util.List<ControlNodesGreek> lsCNGSlice)
TrajectoryControlNodesGreek Constructor