public void addAsset(Asset instrument) {
   assets.add(instrument);
   index.put(instrument.getName(), instrument);
 }