2011-11-10 * test
    A:B:C                                   12.50 GBP
    A:C

test bal --flat -d "depth>=2"
           12.50 GBP  A:B:C
          -12.50 GBP  A:C
--------------------
                   0
end test

test bal --flat -d "depth>1"
           12.50 GBP  A:B:C
          -12.50 GBP  A:C
--------------------
                   0
end test

test bal --flat -d "depth>2"
           12.50 GBP  A:B:C
end test

test bal --flat -d "depth==2"
          -12.50 GBP  A:C
end test