EstrattoConto ecCalcDaAggiungere = new EstrattoConto();
ecCalcDaAggiungere.setDataRiferimento(dataRiferimento);
ecCalcDaAggiungere.setDescrizione(CALC);
ecCalcDaAggiungere.setFlagSort(SORTDATA);
listaEc.add(ecCalcDaAggiungere);
Collections.sort(listaEc, new EstrattoContoComparator());
Double tasso = 0d;
int cont=0;
for(EstrattoConto elem : listaEc){
elem.setProgressivo(cont);
String descr = elem.getDescrizione();