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 ControlNodesGreekSlice. expectationContribution(ArithmeticPriceEvolutionParameters apep)ControlNodesGreekSlice. marketDynamicsExpectation(ArithmeticPriceEvolutionParameters apep)ControlNodesGreekSlice. marketDynamicsVariance(ArithmeticPriceEvolutionParameters apep)ControlNodesGreekSlice. permanentImpactExpectation(ArithmeticPriceEvolutionParameters apep)ControlNodesGreekSlice. permanentImpactVariance(ArithmeticPriceEvolutionParameters apep)ControlNodesGreekSlice. temporaryImpactExpectation(ArithmeticPriceEvolutionParameters apep)ControlNodesGreekSlice. temporaryImpactVariance(ArithmeticPriceEvolutionParameters apep)ControlNodesGreekSlice. 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 ControlNodesGreekMeanVarianceObjectiveUtility. sensitivity(TrajectoryControlNodesGreek tcngExpectation, TrajectoryControlNodesGreek tcngVariance)ControlNodesGreekObjectiveUtility. sensitivity(TrajectoryControlNodesGreek tcngExpectation, TrajectoryControlNodesGreek tcngVariance)Generate the Objective Function Sensitivity given the Expectation and the Variance Control Node SensitivityControlNodesGreekPowerVarianceObjectiveUtility. 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 classTrajectoryControlNodesGreekTrajectoryControlNodesGreek 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 ControlNodesGreekControlNodesGreekGenerator. expectationContribution(ArithmeticPriceEvolutionParameters apep)Generate the Total Expectation ContributionControlNodesGreekControlNodesGreekGenerator. marketDynamicsExpectation(ArithmeticPriceEvolutionParameters apep)Generate the Market Dynamics Expectation ContributionControlNodesGreekControlNodesGreekGenerator. marketDynamicsVariance(ArithmeticPriceEvolutionParameters apep)Generate the Market Dynamics Variance ContributionControlNodesGreekControlNodesGreekGenerator. permanentImpactExpectation(ArithmeticPriceEvolutionParameters apep)Generate the Permanent Impact Expectation ContributionControlNodesGreekControlNodesGreekGenerator. permanentImpactVariance(ArithmeticPriceEvolutionParameters apep)Generate the Permanent Impact Variance ContributionControlNodesGreekControlNodesGreekGenerator. temporaryImpactExpectation(ArithmeticPriceEvolutionParameters apep)Generate the Temporary Impact Expectation ContributionControlNodesGreekControlNodesGreekGenerator. temporaryImpactVariance(ArithmeticPriceEvolutionParameters apep)Generate the Temporary Impact Variance ContributionControlNodesGreekControlNodesGreekGenerator. 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