/* We have to use an alternate symbol for options */
final String symbol = i.symbol();
if(symbol.contains("|")) {
newInterests.put(i.vendorSymbols().get(VendorID.BARCHART_SHORT), Type.INSTRUMENT);
} else {
newInterests.put(formatForJERQ(i.symbol()), Type.INSTRUMENT);
}
} else {
/* For all failed lookups, store symbol and attempt to match
* in the hasMatch method. */