1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 23:15:24 +02:00
Maybe/app/jobs
Josh Pigford 68d7cb5de6
Enhance security information retrieval and handling (#1826)
* Enhance security information retrieval and handling

- Add support for operating MIC codes in security info fetching
- Update security uniqueness validation to handle unknown securities
- Improve security creation and update logic in Plaid investment sync
- Update combobox and view components to handle operating MIC codes
- Add unknown flag for securities with incomplete information

* Update schema.rb

* Refactor the need for mic codes

* Don't fetch prices unless a security has the necessary mic code

* Deduplication

* Lint

* Update Securities and Plaid Investment Sync

- Modify PlaidInvestmentSync to return plaid_security for USD cash
- Add non-null constraint to Securities ticker column
- Update Securities fixture to use exchange_operating_mic instead of exchange_mic

---------

Signed-off-by: Josh Pigford <josh@joshpigford.com>
2025-02-11 10:40:30 -06:00
..
application_job.rb Initial commit 2024-02-02 09:05:04 -06:00
auto_upgrade_job.rb Adjust queues to prioritize account syncs (#1682) 2025-01-24 13:39:08 -05:00
destroy_job.rb Adjust queues to prioritize account syncs (#1682) 2025-01-24 13:39:08 -05:00
enrich_transaction_batch_job.rb Refactor transaction enrichment to support batch processing (#1803) 2025-02-05 10:34:28 -06:00
fetch_security_info_job.rb Enhance security information retrieval and handling (#1826) 2025-02-11 10:40:30 -06:00
import_job.rb Adjust queues to prioritize account syncs (#1682) 2025-01-24 13:39:08 -05:00
revert_import_job.rb Feature: Add the ability to "revert" a CSV import (#1814) 2025-02-07 15:36:05 -05:00
sync_job.rb Adjust queues to prioritize account syncs (#1682) 2025-01-24 13:39:08 -05:00
user_purge_job.rb Adjust queues to prioritize account syncs (#1682) 2025-01-24 13:39:08 -05:00