Class SecurityStaticInfo


  • public class SecurityStaticInfo
    extends Object
    Basic (static) information of a security.
    • Constructor Detail

      • SecurityStaticInfo

        public SecurityStaticInfo()
    • Method Detail

      • getSymbol

        public String getSymbol()
        Returns the security code.
        Returns:
        the security code
      • getNameCn

        public String getNameCn()
        Returns the security name in simplified Chinese.
        Returns:
        the security name in simplified Chinese
      • getNameEn

        public String getNameEn()
        Returns the security name in English.
        Returns:
        the security name in English
      • getNameHk

        public String getNameHk()
        Returns the security name in traditional Chinese.
        Returns:
        the security name in traditional Chinese
      • getExchange

        public String getExchange()
        Returns the exchange the security is listed on.
        Returns:
        the exchange
      • getCurrency

        public String getCurrency()
        Returns the trading currency.
        Returns:
        the trading currency
      • getLotSize

        public int getLotSize()
        Returns the lot size.
        Returns:
        the lot size
      • getTotalShares

        public long getTotalShares()
        Returns the total number of issued shares.
        Returns:
        the total number of issued shares
      • getCirculatingShares

        public long getCirculatingShares()
        Returns the number of circulating shares.
        Returns:
        the number of circulating shares
      • getHkShares

        public long getHkShares()
        Returns the number of HK shares (only for HK stocks).
        Returns:
        the number of HK shares
      • getEps

        public BigDecimal getEps()
        Returns the earnings per share.
        Returns:
        the earnings per share
      • getEpsTtm

        public BigDecimal getEpsTtm()
        Returns the earnings per share (TTM).
        Returns:
        the earnings per share (TTM)
      • getBps

        public BigDecimal getBps()
        Returns the net assets per share.
        Returns:
        the net assets per share
      • getDividendYield

        public BigDecimal getDividendYield()
        Returns the dividend yield.
        Returns:
        the dividend yield
      • getStockDerivatives

        public DerivativeType[] getStockDerivatives()
        Returns the supported derivative types for this security.
        Returns:
        the supported derivative types
      • getBoard

        public SecurityBoard getBoard()
        Returns the security board.
        Returns:
        the security board