I'm trying to scheudle a function to run on the last trading day of every month.  I see that there is a DateRule for MonthStart, but not one for MonthEnd.  I see that there is the NthLastBusinessDay method, but I'm having trouble getting that to run correctly.  Any tips?

Thank you!

Author