Class CorpActionItem


  • public class CorpActionItem
    extends Object
    One corporate action event.
    • Field Detail

      • id

        public String id
        Internal event ID.
      • date

        public String date
        Date in YYYYMMDD format, e.g. "20260601".
      • dateStr

        public String dateStr
        Short display date, e.g. "06.01".
      • dateType

        public String dateType
        Date type label, e.g. "派息日", "除权日".
      • dateZone

        public String dateZone
        Time zone description, e.g. "北京时间".
      • actType

        public String actType
        Event category, e.g. "分配方案".
      • actDesc

        public String actDesc
        Human-readable event description.
      • action

        public String action
        Machine-readable action code, e.g. "DividendExDate".
      • recent

        public boolean recent
        Whether this is a recent event.
      • isDelay

        public boolean isDelay
        Whether publication was delayed.
      • delayContent

        public String delayContent
        Delay announcement content (if isDelay is true).
      • security

        public String security
        Associated security info (rarely populated; raw JSON string).
    • Constructor Detail

      • CorpActionItem

        public CorpActionItem()