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
get_networth_livetime_frame enum now matches the canonical TimeFrame the Networth endpoint actually accepts (ONE_DAY / ONE_WEEK / ONE_MONTH / THREE_MONTHS / YTD / ONE_YEAR / ALL). The previously-advertised bare MONTH / YEAR were not valid TimeFrame members and returned a 400; the enum now reuses the shared ALL_TIME_FRAMES constant, so the documented values all work, and a class-level test gates every live tool's time_frame enum against drift (#495). Fixes #494.