summaryrefslogtreecommitdiff
path: root/test/baseline/opt-immediate.test
blob: fce6d2205999db0d3bbe7f766765747012fffd99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
D 1000.00 EUR

2012-01-01 * Test
   Assets:Investments       1 AAA @@ 10.00 EUR
   Assets:Investments       1 BBB @@ 20.00 EUR
   Equity:Opening balance

P 2012-07-01 AAA 10.123 EUR
P 2012-07-01 BBB 20.123 EUR

test bal -V --unrealized
           30.25 EUR  Assets:Investments
          -30.25 EUR  Equity
          -30.00 EUR    Opening balance
           -0.25 EUR    Unrealized Gains
--------------------
                   0
end test

test bal -V --immediate
           30.00 EUR  Assets:Investments
          -30.00 EUR  Equity:Opening balance
--------------------
                   0
end test

test reg -V --immediate
12-Jan-01 Test                  Assets:Investments        10.00 EUR    10.00 EUR
                                Assets:Investments        20.00 EUR    30.00 EUR
                                Equity:Opening balance   -30.00 EUR            0
end test