int source_acc_idx = Integer.parseInt(params.getProperty("source_account_idx"));
job.setParam("src",passport.getAccounts()[source_acc_idx]);
job.setParam("dst",acc);
String value = params.getProperty("value");
if(value == null) value = "100";
job.setParam("btg",new Value(Integer.parseInt(value),"EUR"));
job.setParam("usage","SEPA Dauerauftrag");
job.setParam("firstdate", params.getProperty("firstdate"));
job.setParam("timeunit", "M");
job.setParam("turnus", "1");
job.setParam("execday", "1");