Functions on advisors
Advisor.address→Address
Result: The Address function returns the address of the advisor.
Advisor.AdvisorAssignedPortfolios[date]→List(Portfolio)
Date (Date[Today]).
Result: The AdvisorAssignedPortfolios function returns the list of all portfolios managed by the advisor on the optionally specified reference date. If no reference date is specified, the current date is used as the reference date.
AdvisorList→List(Advisor)
Result: The AdvisorList function provides the list of all available advisors.
AdvisorNumber→String
Result: The AdvisorNumber function returns the advisor number of the advisor.
Advisor.AreaName→String
Result: The AreaName function returns the name of the support area.
Advisor.AreaNumber→String
Result: The AreaNumber function returns the abbreviation of the support area.
Advisor.Equal[Supervisor]→Boolean
Result: The Equal function returns "True" if advisor objects are equal.
Advisor.ID→Number
Result: The ID function returns the internal ID of the advisor.
Advisor.Notes→String
Result: The Notes function returns the content of an advisor's comment field as a string. Please note that comments on advisors can be multi-line and the function appends several lines together using spaces.