diff options
author | Aristid Breitkreuz <aristid.breitkreuz@gmx.de> | 2009-11-25 04:43:29 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-25 04:50:36 -0500 |
commit | a3338a2a67a793ddbbc1b0f93901d9a978dc1a8c (patch) | |
tree | 77ccfc5c88c9569b9ad02790c754d8d498b7240b /test/baseline/opt-unrealized.test | |
parent | 72aa0e0e442442b2d08af4e42c281beeeb5ea3af (diff) | |
download | fork-ledger-a3338a2a67a793ddbbc1b0f93901d9a978dc1a8c.tar.gz fork-ledger-a3338a2a67a793ddbbc1b0f93901d9a978dc1a8c.tar.bz2 fork-ledger-a3338a2a67a793ddbbc1b0f93901d9a978dc1a8c.zip |
Added baseline tests for unrealized options
This includes another baseline test for --unrealized, and also new ones
for --unrealized-gains and --unrealized-losses.
Diffstat (limited to 'test/baseline/opt-unrealized.test')
-rw-r--r-- | test/baseline/opt-unrealized.test | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/test/baseline/opt-unrealized.test b/test/baseline/opt-unrealized.test index 7d5d20fb..c472d9ef 100644 --- a/test/baseline/opt-unrealized.test +++ b/test/baseline/opt-unrealized.test @@ -18,3 +18,31 @@ P 2008/10/20 12:00:00 AAPL $30.00 0 >>>2 === 0 +bal -V --unrealized --now=2009/11/25 +<<< +2008/10/01 Sample + Assets:Brokerage 10 AAPL + Assets:Checking $-200.00 + +2008/10/01 Sample + Assets:Brokerage -10 QQQQ + Assets:Checking $1000 + +P 2008/10/20 12:00:00 AAPL $30.00 +P 2008/10/20 12:00:00 QQQQ $110 + +; 2008/10/20 <Generated Transaction> +; Assets:Brokerage $100 +; Equity:Unrealized Gains + +; 2008/10/20 <Generated Transaction> +; Assets:Brokerage $-100 +; Equity:Unrealized Losses +>>>1 + 0 Assets + $-800.00 Brokerage + $800.00 Checking +-------------------- + 0 +>>>2 +=== 0 |