drctDbtTxInf.getDbtrAcct().setId(new AccountIdentification2());
drctDbtTxInf.getDbtrAcct().getId().setIBAN(sepaParams.getProperty(SepaUtil.insertIndex("dst.iban", index)));
//Payment Information - Credit Transfer Transaction Information - Creditor Agent
drctDbtTxInf.setDbtrAgt(new FinancialInstitution2());
drctDbtTxInf.getDbtrAgt().setFinInstnId(new FinancialInstitutionIdentification4());
drctDbtTxInf.getDbtrAgt().getFinInstnId().setBIC(sepaParams.getProperty(SepaUtil.insertIndex("dst.bic", index)));
//Payment Information - Credit Transfer Transaction Information - Amount
drctDbtTxInf.setInstdAmt(new EuroMax9Amount());