How can I search a Security with previously added attribute group having value “group1”?
SecuritySearchRequest request = new SecuritySearchRequest();
request.setSecurityType(“EQUITY”);
SecuritySearchResult result = secMaster.search(request);
Is there any way to set the attribute value to the search request?
Not currently. It’s obviously something that would be useful though so I’ll add a JIRA issue for it (PLAT-2756). I can’t give you an estimate though as I don’t have an engineer spare to work on it at the moment.
Like in the case EquitySecurity, I could not find an addAttribute function to the HistoricalTimeSeriesInfoDocument. Is there a way to store additional information regarding timeseries with it?