AdvisorValidationService

constructor();
loggerService: any
_advisorMap: any
addAdvisor: (advisorName: string, advisorSchema: IAdvisorSchema<string>) => void

Adds an advisor schema to the validation service

validate: (advisorName: string, source: string) => void

Validates the existence of an advisor