public AnnotationDateStocksYearlyGroupingModel getAnnotationsDateYearlyGroupingModel() {
List<Annotation> annotations = getStocksAnnotationsUntilYear(bookSelection,
yearlyReportYear);
return new AnnotationDateStocksYearlyGroupingModel(
StocksUtils.getStockIncomeDescriptionList(annotations),
new AnnotationDateStocksYearlyComparator(), true);
}