I'm currently re-starting using beancount for 2017, and I'm trying my damnedest to do it the 'beancount way' this time - write beancount.ingest importers, etc.To facilitate the scripting i might be doing soon, i've been seeding my accounts with some metadata. I'd love to see other examples of metadata, and perhapsbe a bit inspired :)currently I have:- account_id: the institution's account number- customer_id: my identification at the institution
- pbs_id: the auto-bill-pay ID
- provider: A friendly name for a service provider* an electricity company* a phone company* a bank
- interest: a decimal (between 0 and 1) representation ofan account's interest per year- min_payment (loans only): my minimum required payment
I am envisioning a plugin plugging the last two bits of datainto a loan amortization calculator, for example.
## Metadata for forecastingI've also been tentatively adding metadata for forecastingand budgeting purposes.- budget (for variable expenses): If an expense is variablein amount, I use this field to keep an eye on my projections- rate (for fixed expenses): If a bill is always the same size,no fuss, no muss.- schedule: monthly, quarterly, biannual, annual.A plugin could conceivably parse these and convert to fava budget syntax.
--
You received this message because you are subscribed to the Google Groups "Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+unsubscribe@googlegroups.com.
To post to this group, send email to bean...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/ddbe4583-c622-4739-92df-7f38912d148a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Martin,First question: Are you already doing the basic stuff with it?That is, are you setup to import and update your credit card, banking and investment accounts, and have you taken the habit of updating these transactions regularly?I would start there, that's the most important thing.I'd do that first, before adding lots of sophistication and custom things.
As for the meta-data, you don't need it to get started.Meta-data only exists for you to use in custom scripts you write; Beancount ignores your meta-data.But in any case, I'll comment below.
On Sat, Dec 31, 2016 at 9:32 PM, <martin.andr...@gmail.com> wrote:I'm currently re-starting using beancount for 2017, and I'm trying my damnedest to do it the 'beancount way' this time - write beancount.ingest importers, etc.To facilitate the scripting i might be doing soon, i've been seeding my accounts with some metadata. I'd love to see other examples of metadata, and perhapsbe a bit inspired :)currently I have:- account_id: the institution's account number- customer_id: my identification at the institutionThese I would attach to the corresponding account's Open directive.- pbs_id: the auto-bill-pay IDI would import those as a ^link on each imported transaction
- provider: A friendly name for a service provider* an electricity company* a phone company* a bankAlso attached to the Open directive.
- interest: a decimal (between 0 and 1) representation of
an account's interest per year- min_payment (loans only): my minimum required payment
Also attach to the Open directiveI am envisioning a plugin plugging the last two bits of datainto a loan amortization calculator, for example.That's a cool idea.
## Metadata for forecastingI've also been tentatively adding metadata for forecastingand budgeting purposes.- budget (for variable expenses): If an expense is variablein amount, I use this field to keep an eye on my projections- rate (for fixed expenses): If a bill is always the same size,no fuss, no muss.- schedule: monthly, quarterly, biannual, annual.A plugin could conceivably parse these and convert to fava budget syntax.
--
You received this message because you are subscribed to the Google Groups "Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+...@googlegroups.com.