* @param name the classifier name of the object you want to retrieve
* @return the interface requested, or null if not present
*/
public SecuritySource getSecuritySource(final String name) {
URI uri = getComponentServer().getComponentInfo(SecuritySource.class, name).getUri();
return new RemoteFinancialSecuritySource(uri);
}