Uses of Class
org.drip.portfolioconstruction.allocator.ForwardReverseHoldingsAllocation
| Package | Description |
|---|---|
| org.drip.portfolioconstruction.allocator |
MVO Based Portfolio Allocation Construction
|
| org.drip.portfolioconstruction.bayesian |
Black Litterman Bayesian Portfolio Construction
|
-
Uses of ForwardReverseHoldingsAllocation in org.drip.portfolioconstruction.allocator
Methods in org.drip.portfolioconstruction.allocator that return ForwardReverseHoldingsAllocation Modifier and Type Method Description static ForwardReverseHoldingsAllocationForwardReverseHoldingsAllocation. Forward(java.lang.String[] assetIDArray, double[] expectedAssetExcessReturnsArray, double[][] assetExcessReturnsCovarianceMatrix, double riskAversion)Construct an Instance of ForwardReverseHoldingsAllocation from a Standard Forward Optimize Operationstatic ForwardReverseHoldingsAllocationForwardReverseHoldingsAllocation. Reverse(Portfolio equilibriumPortfolio, double[][] assetExcessReturnsCovarianceMatrix, double riskAversion)Construct an Instance of ForwardReverseHoldingsAllocation from a Standard Reverse Optimize Operationstatic ForwardReverseHoldingsAllocationForwardReverseHoldingsAllocation. Standard(Portfolio equilibriumPortfolio, double riskAversion, double[][] assetExcessReturnsCovarianceMatrix, double[] expectedAssetExcessReturnsArray)Construct a Standard Instance of ForwardReverseHoldingsAllocation -
Uses of ForwardReverseHoldingsAllocation in org.drip.portfolioconstruction.bayesian
Methods in org.drip.portfolioconstruction.bayesian that return ForwardReverseHoldingsAllocation Modifier and Type Method Description ForwardReverseHoldingsAllocationBlackLittermanOutput. adjustedOptimizationOutput()Retrieve the Adjusted Forward Equilibrium Optimization MetricsConstructors in org.drip.portfolioconstruction.bayesian with parameters of type ForwardReverseHoldingsAllocation Constructor Description BlackLittermanCombinationEngine(ForwardReverseHoldingsAllocation forwardReverseOptimizationOutputUnadjusted, PriorControlSpecification priorControlSpecification, ProjectionSpecification projectionSpecification)BlackLittermanCombinationEngine ConstructionBlackLittermanCustomConfidenceOutput(ForwardReverseHoldingsAllocation forwardReverseOptimizationOutput, double[] allocationAdjustmentTiltArray, R1MultivariateConvolutionMetrics jointPosteriorMetrics)BlackLittermanCustomConfidenceOutput ConstructorBlackLittermanOutput(ForwardReverseHoldingsAllocation adjustedOptimizationOutput, double[] allocationAdjustmentTiltArray)BlackLittermanOutput Constructor