/// <summary>Enumerate funds</summary> public IEnumerator <IBalance> GetEnumerator() { return(Funds.GetEnumerator()); }