Skip to main content
Version: 21.8.3

elPerformanceMeasure

Summary

The elPerformanceMeasure function retrieves performance-related measures like the expected returns or the Sharpe ratio.

Examples

=elPerformanceMeasure("expected-return", "market-assumptions", "positions",C11, 1, "USD"", "relative")

Retrieves the expected returns of an instrument whose identifier is located in C11 .

=elPerformanceMeasure("sharpe-ratio", "market-assumptions", "positions",C11:C50, D11:D50, "USD"", "relative")

Retrieves the Sharpe ratio for each instrument in the range C11:C50.

=elPerformanceMeasure("sharpe-ratio", "market-assumptions", "portfolio",C11:C50, D11:D50, "USD"", "relative")

Retrieves the Sharpe ratio for the portfolio defined in C11:C50 in D11:D50.

Syntax

elPerformanceMeasure(Measure, MethodType, CalculationsLevel,AssetIDs[], Quantities[], Currency, MeasureType)
Argument nameDefaultDescription
MeasureThe name of the measure to be returned.
MethodTypemarket-assumptions: The capital market assumptions.
CalculationsLevelThe granularity at which the results should be calculated (individual asset, portfolio).
AssetIDsSingle or multiple asset identifiers (ISIN, FIGI, currency ISO, Edgelab ID).
Quantities (Optional)1Asset quantities in the same orders as the specified asset ids.
Currency (Optional)localThe ISO code of the reference currency for deriving the calculation results. Specify "local" to use the instruments native currency where appropriate. It is mandatory to specify a currency when the granularity is "portfolio".
MeasureType(Optional)relativeWhether the result should be normalized. The input should be "relative" or "absolute". "True" or "False" are still supported for the moment.