General cost service functions
CostScheme→List(CostSchemePosition)
Result: The CostScheme function provides a list of all available CostScheme items from the cost service.
Cost service" module
List(String).GetInstrumentCosts[FromDate;ToDate]→InstrumentCosts|List(InstrumentCosts)
FromDate (date).
ToDate (date).
Result: The GetInstrumentCosts function returns the costs from the cost service for the specified time interval for the input strings. These usually consist of ISINs of securities for which the costs are determined from the service.
Cost service" module