pmtInf.setNbOfTxs(String.valueOf(maxIndex != null ? maxIndex + 1 : 1));
pmtInf.setCtrlSum(SepaUtil.sumBtgValue(sepaParams, maxIndex));
pmtInf.setReqdColltnDt(SepaUtil.createCalendar(sepaParams.getProperty("targetdate")));
pmtInf.setCdtr(new PartyIdentificationSEPA5());
pmtInf.setCdtrAcct(new CashAccountSEPA1());
pmtInf.setCdtrAgt(new BranchAndFinancialInstitutionIdentificationSEPA3());
//Payment Information
pmtInf.getCdtr().setNm(sepaParams.getProperty("src.name"));