Skip to content

Beancount importer for Thrift Savings Plan (TSP) statements

License

Notifications You must be signed in to change notification settings

jmoles/beancount-tsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beancount-tsp

Tools I have for managing the US Thrift Savings Plan (TSP) with beancount. The tools are:

Usage

  1. Clone this repository into your beancount importers folder. For example,
git clone git@github.com:jmoles/beancount-tsp.git tsp
  1. In your import configuration file, add a the python import directive that references this repo. This assumes you placed the repo in a folder called "importers" relative to your beancount import configuration file.
from importers import tsp
  1. In the import configuration file, add a beancount import directive:
    tsp.Importer(
        cash_account="Assets:US:TSP:Cash",
        tsp_root="Assets:US:TSP"
        ),

About

Beancount importer for Thrift Savings Plan (TSP) statements

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages