Package com.longbridge.fundamental
Class CorpActionItem
- java.lang.Object
-
- com.longbridge.fundamental.CorpActionItem
-
public class CorpActionItem extends Object
One corporate action event.
-
-
Field Summary
Fields Modifier and Type Field Description StringactDescHuman-readable event description.StringactionMachine-readable action code, e.g.StringactTypeEvent category, e.g.StringdateDate inYYYYMMDDformat, e.g.StringdateStrShort display date, e.g.StringdateTypeDate type label, e.g.StringdateZoneTime zone description, e.g.StringdelayContentDelay announcement content (ifisDelayistrue).StringidInternal event ID.booleanisDelayWhether publication was delayed.CorpActionLiveliveAssociated live stream (if any).booleanrecentWhether this is a recent event.StringsecurityAssociated security info (rarely populated; raw JSON string).
-
Constructor Summary
Constructors Constructor Description CorpActionItem()
-
-
-
Field Detail
-
id
public String id
Internal event ID.
-
date
public String date
Date inYYYYMMDDformat, 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 (ifisDelayistrue).
-
live
public CorpActionLive live
Associated live stream (if any).
-
security
public String security
Associated security info (rarely populated; raw JSON string).
-
-