WebCab Portfolio for COM v5.0 Demo

PointsOnEfficientFrontier.getExpectedReturn Method 

Returns the expected return of the given points on the efficient frontier selected.

public double getExpectedReturn(
   int pointIndex
);

Parameters

pointIndex
the index of the point on the efficient frontier. Please note that the index of the points runs from
1
.

Exceptions

Exception TypeCondition
ArgumentExceptionthrown if an index is required for which there does not correspond a point of the set of points which are used to describe to the efficient frontier.

See Also

PointsOnEfficientFrontier Class | WebCab.COM.Finance.Portfolio Namespace