package data;

/**
  * Tag interface marking {@link CountingStock CountingStocks} that work together with
  * {@link Currency Currencies}.
  *
  * @author Steffen Zschaler
  * @version 2.0 18/08/1999
  * @since v2.0
  */
public interface MoneyBag extends CountingStock {
}