{ "search": { "templates": { "CUSIPS": { "description": "Search RICs from CUSIPS", "parameters": { "cusips": { "description": "CUSIPS String", "default": "" } }, "request_body": { "Filter": "(AssetState ne 'DC' and SearchAllCategoryv2 eq 'Equities' and (CUSIP in (#{cusips})))", "Select": "DTSubjectName,ExchangeName,RIC,IssueISIN,Gics,AssetState,BusinessEntity,PI,SearchAllCategoryv3,SearchAllCategoryv2,SearchAllCategory,RCSTRBC2012Leaf,RCSAssetCategoryLeaf,RCSCurrencyLeaf,ExDividendDate,CUSIP,CinCUSIP,SEDOL", "Top": 10000, "View": "EquityQuotes" } } } } }