I am trying to port some Excel over to Python and I need to the Python equivalent of these function:
@DfLastWD
@DfAddWD
AdFutDates
AdFutCodes
@AdStyleAttribute
FxCalcPeriod
@RtToday
I am trying to port some Excel over to Python and I need to the Python equivalent of these function:
@DfLastWD
@DfAddWD
AdFutDates
AdFutCodes
@AdStyleAttribute
FxCalcPeriod
@RtToday
I don't think that we have the equivalent of those excel functions in Python. For the FxCalcPeriod function, please refer to this thread.