saldoMovcontPerMutuo = contabilitaFacade.getSaldoMovcontPerMutuo(mutuo.getNumeroMutuo(),
codiceTipoRata, dataChiusura, importoFinanziato);
if (!saldoMovcontPerMutuo.hasRegistrazioniSuccessive(dataRegistrazione))
{
RowChiusuraRapporti row = new RowChiusuraRapporti();
row.setMutuo(mutuo);
row.setSaldoMovcont(saldoMovcontPerMutuo);
if (saldoMovcontPerMutuo.getSaldo() == 0 && saldoMovcontPerMutuo.getSaldoRimborsi() == 0)
{
listaMutuiSaldoZero.add(row);
} else
{