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
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.
Add
buydebt
as a valid transaction type for investments. It seems to correspond with a CD purchase at Fidelity. There is likely aselldebt
but since the CDs have some time before they sell (and I moved them over to Vanguard lol) I didn't want to add theselldebt
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.