Class InvestSecurity


  • public class InvestSecurity
    extends Object
    A security in which the queried company has an investment stake.
    • Field Detail

      • companyId

        public String companyId
        Internal company ID (string form; may be "0").
      • companyName

        public String companyName
        Company name (locale-aware).
      • companyNameEn

        public String companyNameEn
        Company name in English.
      • companyNameZhcn

        public String companyNameZhcn
        Company name in Simplified Chinese.
      • symbol

        public String symbol
        Security symbol of the invested company.
      • currency

        public String currency
        Reporting currency.
      • percentOfShares

        public BigDecimal percentOfShares
        Percentage of shares held.
      • sharesRank

        public String sharesRank
        Shareholder rank, e.g. "1" = largest shareholder.
      • sharesValue

        public BigDecimal sharesValue
        Market value of the holding.
    • Constructor Detail

      • InvestSecurity

        public InvestSecurity()