-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBalance.TotalCost.txtpb
44 lines (44 loc) · 1.08 KB
/
Balance.TotalCost.txtpb
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
33
34
35
36
37
38
39
40
41
42
43
44
directives {
date { year: 2013 month: 5 day: 18 }
transaction {
flag: "*"
# ANOMALY: Lima distinguishes empty string from no string
narration: ""
postings {
account: "Assets:Investments:MSFT"
spec {
units { number { exact: "10" } currency: "MSFT" }
cost { total { number { exact: "2000" } } currency: "USD" }
}
}
postings {
account: "Assets:Investments:Cash"
spec {
units { number { exact: "-20000" } currency: "USD" }
}
}
}
}
directives {
date { year: 2013 month: 5 day: 18 }
transaction {
flag: "*"
# ANOMALY: Lima distinguishes empty string from no string
narration: ""
postings {
account: "Assets:Investments:MSFT"
spec {
units { number { exact: "10" } currency: "MSFT" }
cost {
total { number { exact: "2000" } }
currency: "USD"
date { year: 2014 month: 2 day: 25 }
}
}
}
postings {
account: "Assets:Investments:Cash"
spec { units { number { exact: "-20000" } currency: "USD" } }
}
}
}