Class NetWorthCalculator


  • public class NetWorthCalculator
    extends java.lang.Object
    NetWorthCalculator objects will calculate the net worth of the specified data file. The calculation can observe or ignore account-specific flags for whether they should be included in net worth calculations. It can also be set to ignore (or not) the "inactive" flag that can be set on accounts.
    Since:
    Moneydance 2017.3 build 1614
    • Constructor Detail

      • NetWorthCalculator

        public NetWorthCalculator​(AccountBook book)
    • Method Detail

      • setCurrency

        public void setCurrency​(CurrencyType currency)
      • isIgnoreInactiveAccounts

        public boolean isIgnoreInactiveAccounts()
      • setIgnoreInactiveAccounts

        public void setIgnoreInactiveAccounts​(boolean ignoreInactiveAccounts)
      • isObserveAccountSpecificNetWorthFlags

        public boolean isObserveAccountSpecificNetWorthFlags()
      • setObserveAccountSpecificNetWorthFlags

        public void setObserveAccountSpecificNetWorthFlags​(boolean observeAccountSpecificNetWorthFlags)