public boolean isFutureAuthorization() {
   return startDate != null && TimeProvider.getLocalDate().isBefore(startDate);
 }