Skip to content

pb-/beancount-comdirect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beancount-comdirect

A beancount importer for comdirect. Work in progress.

Usage

from beancount_comdirect.multi_importer import MultiImporter
from beancount_comdirect.accounts import (
    CHECKING, SAVINGS, BROKERAGE, CREDIT
)

CONFIG = [
    # Note that you have to configure the importer once per each account type
    # that want to enable (CSVs always contain all accounts).

    MultiImporter(CHECKING, 'Assets:Checking'),
    # MultiImporter(SAVINGS, 'Assets:Savings'),
    # MultiImporter(BROKERAGE, 'Assets:Stocks'),
    # MultiImporter(CREDIT, 'Liabilities:Credit'),
]

About

A beancount importer for comdirect

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors