v2

latestOpenAPI 3.0.1Apache 2.02026-07-2623201.3 MB
Portfolio Optimization / Mean-Variance

Resampling-Based Mean-Variance Efficient Portfolio

Compute the asset weights of the resampling-based mean-variance efficient portfolio, optionally subject to:

  • Minimum and maximum weights constraints
  • Minimum and maximum group weights constraints
  • Minimum and maximum portfolio exposure constraints

References

post/portfolios/optimization/mean-variance-efficient/resampling-based

Request body

assetsinteger required

The number of assets

assetsMeanReturnsnumber[] required

assetsMeanReturns[i] is the arithmetic (expected) return of asset i

simulatedPortfoliosinteger

The number of portfolios to simulate

simulatedPortfoliosAggregationMethod'average' | 'median'

The method to aggregate the simulated portfolios

assetsCorrelationMatrixUncertaintyLevelnumber

The uncertainty level on the coefficients of the asset correlation matrix associated to assetsCovarianceMatrix; defaults to 0.10

Response

OK

assetsWeightsnumber[] required

assetsWeights[i] is the weight of the asset i in the portfolio, in percentage