Class Shareholder


  • public class Shareholder
    extends Object
    One major shareholder of a security.
    • Field Detail

      • shareholderId

        public String shareholderId
        Internal shareholder ID (string form).
      • shareholderName

        public String shareholderName
        Shareholder name.
      • institutionType

        public String institutionType
        Institution type (may be empty).
      • percentOfShares

        public BigDecimal percentOfShares
        Percentage of shares held.
      • sharesChanged

        public BigDecimal sharesChanged
        Change in shares held (positive = bought, negative = sold).
      • reportDate

        public String reportDate
        Date of the most recent filing, e.g. "2026-05-04".
      • stocks

        public ShareholderStock[] stocks
        Other securities held by this shareholder (cross-holdings).
    • Constructor Detail

      • Shareholder

        public Shareholder()