64 const char *accountName;
73 const char *accountCode;
79 const char *description;
94 gnc_commodity * commodity;
96 gboolean non_standard_scu;
102 std::vector<Account*> children;
105 gnc_numeric starting_balance;
106 gnc_numeric starting_noclosing_balance;
107 gnc_numeric starting_cleared_balance;
108 gnc_numeric starting_reconciled_balance;
112 gnc_numeric noclosing_balance;
113 gnc_numeric cleared_balance;
114 gnc_numeric reconciled_balance;
116 gboolean balance_dirty;
117 gboolean has_stock_split;
119 std::vector<Split*> splits;
120 GHashTable* splits_hash;
138 gboolean defer_bal_computation;