diff --git a/container/src/hledger-flow/accounts/capital-one/capital-one-bank-shared.rules b/container/src/hledger-flow/accounts/capital-one/capital-one-bank-shared.rules index 68f233a..d3d5982 100644 --- a/container/src/hledger-flow/accounts/capital-one/capital-one-bank-shared.rules +++ b/container/src/hledger-flow/accounts/capital-one/capital-one-bank-shared.rules @@ -30,4 +30,8 @@ if %direction ^IN$ if %direction ^OUT$ account2 equity:capital-one:%subaccount:deposit +if %direction ^IN$ +& %description ^Monthly Interest Paid$ + account2 income:capital-one:%subaccount:interest + # vim: sw=2 sts=2 si ai et