Type Definition lumi::BalanceSheet

source ·
pub type BalanceSheet = HashMap<Account, HashMap<Currency, HashMap<Option<UnitCost>, Decimal>>>;
Expand description

Represents the final balances of all accounts.