Type Definition lumi::BalanceSheet[][src]

type BalanceSheet = HashMap<Account, HashMap<Currency, HashMap<Option<UnitCost>, Decimal>>>;

Represents the final balances of all accounts.