June 15, 2023
Improvements
- The
company_calendarsignal now supports theextendparameter combined withalignment='rd', which means that it can produce future report dates. (Previouslyextendcould only be used with the alignmentsfpandafp.) - The
publication_date()signal and thereport_date()signals get two new parametersfreqandextend, which have the same semantics as for thecompany_calendarsignal.freqcan have the valuesFQ/FS(default),FQ,FSandFY.extendcan be a Boolean or an integer and can be used to limit the number of future dates returned. In order not to change existing signals, the default value isTrue(whereas it isFalseforcompany_calendar).
Deprecation
- The
periodargument inpublication_date()andreport_date().
Updated 6 days ago