summaryrefslogtreecommitdiff
path: root/test/baseline/opt-equity.test
diff options
context:
space:
mode:
authortripun <tripun@gmail.com>2014-08-10 13:10:23 +0530
committertripun <tripun@gmail.com>2014-08-10 13:32:53 +0530
commit4aedd413679cb0949ba5f4d5dd1a588e0610c1cf (patch)
tree8aefb7964bc3c968301430c76079357658781636 /test/baseline/opt-equity.test
parent29bd78ca4b4aed966e7d2e698390daea1b756ba2 (diff)
downloadfork-ledger-4aedd413679cb0949ba5f4d5dd1a588e0610c1cf.tar.gz
fork-ledger-4aedd413679cb0949ba5f4d5dd1a588e0610c1cf.tar.bz2
fork-ledger-4aedd413679cb0949ba5f4d5dd1a588e0610c1cf.zip
add test for --equity
Diffstat (limited to 'test/baseline/opt-equity.test')
-rw-r--r--test/baseline/opt-equity.test62
1 files changed, 62 insertions, 0 deletions
diff --git a/test/baseline/opt-equity.test b/test/baseline/opt-equity.test
new file mode 100644
index 00000000..d6696347
--- /dev/null
+++ b/test/baseline/opt-equity.test
@@ -0,0 +1,62 @@
+D 1000.00 GBP
+
+2011-03-04 Buy shares
+ Assets:Broker 2 AAA @ 0.90 GBP
+ Assets:Bank
+
+2011-03-05 Buy shares
+ Assets:Broker 2 AAA @ 1.00 GBP
+ Assets:Bank
+
+test reg --equity
+11-Mar-05 Opening Balances Assets:Bank -3.80 GBP -3.80 GBP
+ Assets:Broker 4 AAA 4 AAA
+ -3.80 GBP
+ Equit:Opening Balances -4 AAA -3.80 GBP
+ Equit:Opening Balances 3.80 GBP 0
+end test
+
+test reg assets --equity
+11-Mar-05 Opening Balances Assets:Bank -3.80 GBP -3.80 GBP
+ Assets:Broker 4 AAA 4 AAA
+ -3.80 GBP
+ Equit:Opening Balances -4 AAA -3.80 GBP
+ Equit:Opening Balances 3.80 GBP 0
+end test
+
+test reg assets:bank --equity
+11-Mar-05 Opening Balances Assets:Bank -3.80 GBP -3.80 GBP
+ Equit:Opening Balances 3.80 GBP 0
+end test
+
+test reg assets:broker --equity
+11-Mar-05 Opening Balances Assets:Broker 4 AAA 4 AAA
+ Equit:Opening Balances -4 AAA 0
+end test
+
+test reg --lot-prices --equity
+11-Mar-05 Opening Balances Assets:Bank -3.80 GBP -3.80 GBP
+ Assets:Broker 2 AAA {0.90 GBP} 2 AAA {0.90 GBP}
+ -3.80 GBP
+ Assets:Broker 2 AAA {1.00 GBP} 2 AAA {0.90 GBP}
+ 2 AAA {1.00 GBP}
+ -3.80 GBP
+ Equit:Opening Balances -2 AAA {0.90 GBP} 2 AAA {1.00 GBP}
+ -3.80 GBP
+ Equit:Opening Balances -2 AAA {1.00 GBP} -3.80 GBP
+ Equit:Opening Balances 3.80 GBP 0
+end test
+
+test reg --lots --date-format %Y/%m/%d --equity
+2011/03/05 Opening Balances Assets:Bank -3.80 GBP -3.80 GBP
+ Assets:Broker 2 AAA {0.90 GBP} [2011/03/04] 2 AAA {0.90 GBP} [2011/03/04]
+ -3.80 GBP
+ Assets:Broker 2 AAA {1.00 GBP} [2011/03/05] 2 AAA {0.90 GBP} [2011/03/04]
+ 2 AAA {1.00 GBP} [2011/03/05]
+ -3.80 GBP
+ Equit:Opening Balances -2 AAA {0.90 GBP} [2011/03/04] 2 AAA {1.00 GBP} [2011/03/05]
+ -3.80 GBP
+ Equit:Opening Balances -2 AAA {1.00 GBP} [2011/03/05] -3.80 GBP
+ Equit:Opening Balances 3.80 GBP 0
+end test
+