Functions on indices
Index.Composition[Date]→List(Collection(Security;Weight:Number))
Date (date).
Result: The Composition function returns the list of the index composition for the date<date>. The index elements are delivered in the form of a collection object that represents the security and its weight in the index. The list of securities without weight would be obtained using the formula Composition.Value .
Index.PerformanceIndex→Boolean
Result: The PerformanceIndex function returns "True" if the index is marked as a performance index in the master data.
Index.WPComposition→List(Securities)
Result: The WPComposition function returns the securities list that generates the input. For index securities, this is the list of index components.