The library relies on meta data in your Beancount file to find your accounts. For Credit Cards, please add importer-type: "tangerine-card" and last-four: "XXXX" with the last four digits of your number to your Credit Card Liability account. For other account types (like Checking, Savings, and LOC), please add importer-type: "tangerine-account" and number: "XXXX" with the account number as meta data to the account in your Beancount file.
Note: as per semantic versioning all versions changes < 1.0.0 can be breaking, so please use .exact for now
Copyright
While my code is licensed under the MIT License, the source repository may include names or other trademarks of Tangerine, Scotiabank or other entities; potential usage restrictions for these elements still apply and are not touched by the software license. Same applies for the API design. I am in no way affilliated with Tangerine other than beeing customer.
SwiftBeanCountTangerineMapper
This project is part for SwiftBeanCount, please check out the main documentation here.
What
This is a small library to convert downloaded data from Tangerine (via TangerineDownloader) to the Beancount format (via SwiftBeanCountModel).
Beancount meta data
The library relies on meta data in your Beancount file to find your accounts. For Credit Cards, please add
importer-type: "tangerine-card"
andlast-four: "XXXX"
with the last four digits of your number to your Credit Card Liability account. For other account types (like Checking, Savings, and LOC), please addimporter-type: "tangerine-account"
andnumber: "XXXX"
with the account number as meta data to the account in your Beancount file.How
SwiftBeanCountTangerineMapper
using the ledgercreateBalances
andcreateTransactions
on the mapper to convert the downloaded dataPlease also check out the complete documentation here.
Usage
The library supports the Swift Package Manger, so simply add a dependency in your
Package.swift
:Note: as per semantic versioning all versions changes < 1.0.0 can be breaking, so please use
.exact
for nowCopyright
While my code is licensed under the MIT License, the source repository may include names or other trademarks of Tangerine, Scotiabank or other entities; potential usage restrictions for these elements still apply and are not touched by the software license. Same applies for the API design. I am in no way affilliated with Tangerine other than beeing customer.