Skip to content

Commit

Permalink
wip: fix fidelity_cma_csv
Browse files Browse the repository at this point in the history
TODO:
- this needs a pytest so tests don't go stale
- needs much more fixing, or removal
  • Loading branch information
redstreet committed Sep 24, 2024
1 parent de199f0 commit 6ab5488
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def custom_init(self):
"Symbol": "security",
"Price ($)": "unit_price",
}
self.skip_transaction_types = []
# fmt: on

def deep_identify(self, file):
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fidelity_cma_csv doesn't currently work, and needs to be fixed. Patches welcome.

See [this link](https://groups.google.com/g/beancount/c/XqdlCfnZdQU/m/TksJQqjPAQAJ) for
details.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from os import path

sys.path.insert(0, path.join(path.dirname(__file__)))

from beancount_reds_importers import fidelity_cma_csv
from beancount_reds_importers.importers.fidelity import fidelity_cma_csv

fund_data = [
('FZFXX', 'helllo', 'Fideilty Zero', ),
Expand Down

0 comments on commit 6ab5488

Please sign in to comment.