Skip to content

Commit

Permalink
Merge pull request #8 from MarkLodato/div-income-account-typo
Browse files Browse the repository at this point in the history
ofx.py: fix doc typos for div_income_account
  • Loading branch information
jbms committed Feb 5, 2019
2 parents e271551 + 7330f41 commit 178620d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions beancount_import/source/ofx.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
- `xxx_income_account`, where `xxx` is one of `div`, `interest`, `cgshort`,
`cglong`, or `misc`: Specifies the income account prefix used for
transactions with an `INCOMETYPE` of `DIV`, `INTEREST`, `CGSHORT`, `CGLONG`,
or `MISC`, respectively. If you specify a `div_account` of
or `MISC`, respectively. If you specify a `div_income_account` of
`"Income:MyBank:Dividends"`, and then receive a dividend from a security
`XYZ`, the income will be posted to `Income:MyBank:Dividends:XYZ`.
Expand All @@ -150,7 +150,7 @@
`"Expenses:Investment-Fees:MyBank:Commission-Fees"`.
Each of the above fields is required if, and only if, an imported transaction
requires it. For example, you need not specify a `dividends_account` if you
requires it. For example, you need not specify a `div_income_account` if you
have no dividend transactions.
For 401(k) accounts, several additional metadata fields may also be specified:
Expand Down Expand Up @@ -206,7 +206,7 @@
ofx_broker_id: "vanguard.com"
account_id: "XXXXXXX"
ofx_account_type: "securities_only"
dividend_account: "Income:Vanguard:Dividends"
div_income_account: "Income:Vanguard:Dividends"
fees_account: "Expenses:Financial:Investment-Fees:Vanguard"
match_contribution_account: "Income:Company:Match"
aftertax_account: "Assets:Retirement:Vanguard:Company401k:AfterTax"
Expand Down

0 comments on commit 178620d

Please sign in to comment.