Package com.longbridge.fundamental
Class OperatingItem
- java.lang.Object
-
- com.longbridge.fundamental.OperatingItem
-
public class OperatingItem extends Object
One operating summary report (annual or quarterly).
-
-
Field Summary
Fields Modifier and Type Field Description OperatingFinancialfinancialKey financial metrics extracted from the report.StringidInternal report ID.String[]keywordsKeyword tags (usually empty).booleanlatestWhether this is the most recent report.StringreportReport period code, e.g.StringtitleReport title, e.g.StringtxtManagement discussion text.StringwebUrlURL to the full community report page.
-
Constructor Summary
Constructors Constructor Description OperatingItem()
-
-
-
Field Detail
-
id
public String id
Internal report ID.
-
report
public String report
Report period code, e.g."af"(annual),"qf"(quarterly).
-
title
public String title
Report title, e.g."2025 财年年报".
-
txt
public String txt
Management discussion text.
-
latest
public boolean latest
Whether this is the most recent report.
-
webUrl
public String webUrl
URL to the full community report page.
-
financial
public OperatingFinancial financial
Key financial metrics extracted from the report.
-
keywords
public String[] keywords
Keyword tags (usually empty).
-
-