fix(assets): guard symbol-change merges against recycled tickers #89
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
gertjan/bodega!89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/rename-recycled-ticker-guard"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The FMP symbol-change feed can miss the reverse entry when a ticker is
later reassigned: SPCX was renamed to SPCK in April, then SPCX was given
to a different company (Space Exploration Technologies) in June with no
feed entry. Applying the April change would deactivate the new listing
and re-key its bars into the ETF.
daily bars more than 14 days past the change date — the old ticker is
still alive (recycled, or FMP feed inconsistency). Flagged as
needs_review in the returned actions instead of applied. Fresh changes
are mathematically unaffected, so the daily task behaves the same.
Verified read-only against production: a 260-day dry run now plans 185
clean actions and flags 59 for review (SPCX->SPCK among them).
Co-Authored-By: Claude Fable 5 noreply@anthropic.com