RAMAsset.getRatings() permet de lire les notations d'un actif. rateAsset(int, String, boolean) permet d'ajouter des notations à un actif.
RAMAssetRatings ramRatings = ((RAMAssetRatings)asset.getRatings());
ramRatings.rateAsset(4, "Ma première notation", false);
session.put(newAsset, new NullProgressMonitor());