You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that methods like to_maturity() do not adjust dates correctly. Calls from these methods to is_good() will return TRUE in all cases as it will use the default is_good() method
The text was updated successfully, but these errors were encountered:
Expected behaviour
Actual behaviour
This means that methods like
to_maturity()
do not adjust dates correctly. Calls from these methods tois_good()
will returnTRUE
in all cases as it will use the defaultis_good()
methodThe text was updated successfully, but these errors were encountered: