Functions on alerts
Portfolio Service Alerting" module
Alerts are identifiers of data objects, such as holders, accounts, securities, etc., which express that a certain property was determined on an evaluation date. The alert conditions are monitored by jobs in the job server.
Alert.AlertCategory→Date
Result: The AlertCategory function returns the category of the alert from the "Category" field of the alert definition.
Portfolio Service Alerting" module
Alert.AlertEvalDate→Date
Result: The AlertEvalDate function returns the evaluation date of the alert.
Portfolio Service Alerting" module
Alert.AlertItem→Object
Result: The AlertItem function returns the object for the alert.
Portfolio Service Alerting" module
Alert.AlertMessage→String
Result: The AlertMessage function delivers the message (notification) of the alert.
Portfolio Service Alerting" module
Alert.AlertProcessDateTime→Date
Result: The AlertProcessDateTime function returns the time at which the alert was calculated.
Portfolio Service Alerting" module
Object.FindAlerts→List(Alert)
Result: The FindAlerts function returns the list of alerts for this object (holder, security, etc.) or for a list of objects.
Portfolio Service Alerting" module
Alert.name→String
Result: The Name function returns the name of the alert from the "Name" field of the alert definition.
Portfolio Service Alerting" module