redstreet / beancount_reds_importers

Simple ingesting tools for Beancount (plain text, double entry accounting software). More importantly, a framework to allow you to easily write your own importers.
GNU General Public License v3.0
115 stars 39 forks source link

Add buydebt which corresponds to CD for Fidelity #77

Closed mariolopjr closed 1 year ago

mariolopjr commented 1 year ago

Add buydebt as a valid transaction type for investments. It seems to correspond with a CD purchase at Fidelity. There is likely a selldebt but since the CDs have some time before they sell (and I moved them over to Vanguard lol) I didn't want to add the selldebt transaction type on a hunch.

I noticed other importers have tests but not Fidelity, so I did not add tests. Let me know if you'd like me to copy/paste the Vanguard tests to Fidelity and then add this to the test harness.

redstreet commented 1 year ago

Thank you for this, and yes indeed, it would be awesome if you could add tests for Fidelity :).