Hello, I'm asking this question again now that I've joined as a member.  

I am coding an options-collarared dividend-capture strategy.   I must be able to assess whether a timeslice is within 5 days of the ex-dividend date.

I have found this property, which seems to apply to the timeSlice data class.   

public IEnumerable<Symbol> EquityDividends {get;}

s there a way to look 5 days into the future from a time slice?

Author