getInstallmentOrder().toString(), getStartDate().toString(DateFormatUtil.DEFAULT_DATE_FORMAT), getEndDate()
.toString(DateFormatUtil.DEFAULT_DATE_FORMAT), buildExecutionSemesterDescription(),
getPenaltyPercentage().multiply(BigDecimal.valueOf(100)).toString(),
getWhenStartToApplyPenalty().toString(DateFormatUtil.DEFAULT_DATE_FORMAT));
} else {
labelFormatter.appendLabel("application", "label.PartialRegimeInstallment.description.without.penalty",
getInstallmentOrder().toString(), getStartDate().toString(DateFormatUtil.DEFAULT_DATE_FORMAT), getEndDate()
.toString(DateFormatUtil.DEFAULT_DATE_FORMAT), buildExecutionSemesterDescription());
}
return labelFormatter;