Account Functions ================= * :func:`~fun.account_sortkey` - Get a string to sort accounts in order taking into account the types. * :func:`~fun.close_date` - Get the date of the close directive of the account. * :func:`~fun.has_account` - True if the transaction has at least one posting matching the regular expression argument. * :func:`~fun.leaf` - Get the name of the leaf subaccount. * :func:`~fun.open_date` - Get the date of the open directive of the account. * :func:`~fun.open_meta` - Get the metadata dict of the open directive of the account. * :func:`~fun.parent` - Get the parent name of the account. * :func:`~fun.root` - Get the root name(s) of the account.