directives {
date { year: 2013 month: 5 day: 18 }
transaction {
flag: "*"
narration: "Nice dinner at Mermaid Inn"
postings {
account: "Expenses:Restaurant"
spec { units { number { exact: "100" } currency: "USD" } }
}
postings {
account: "Assets:US:Cash"
spec { units { number { exact: "-100" } currency: "USD" } }
}
}
}