You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flagSet.StringSliceVar(&f.ExcludeCategories, excludeCategoryFlagName, nil, "Exclude asset category from all computations and output (repeatable, e.g., EQUITY)")
162
166
flagSet.StringSliceVar(&f.ExcludeTypes, excludeTypeFlagName, nil, "Exclude asset type from all computations and output (repeatable, e.g., BOND)")
163
167
flagSet.StringSliceVar(&f.ExcludeGeos, excludeGeoFlagName, nil, "Exclude geographic classification from all computations and output (repeatable, e.g., US)")
168
+
flagSet.StringVar(&f.Type, typeFlagName, "", "Filter transactions by type (e.g., BUY, SELL, DIVIDEND, INTEREST, WHT)")
0 commit comments