workday sync

Hello Team,

My current work day sync project has below condition to use in terminated flag attribute mapping

(Right.Active='True' and Right.vrtEndDate='' or Right.vrtTerminated='True')

I want to check for end date condition with >= today's date as well.

what is the best approach to write the code here?