Package com.longbridge.fundamental
Class FinancialConsensus
- java.lang.Object
-
- com.longbridge.fundamental.FinancialConsensus
-
public class FinancialConsensus extends Object
Financial consensus estimates response for a security.
-
-
Field Summary
Fields Modifier and Type Field Description StringcurrencyReporting currency, e.g.intcurrentIndexIndex intolistof the most recently released period.StringcurrentPeriodCurrently returned period type.ConsensusReport[]listPer-period consensus reports.String[]optPeriodsAvailable period types, e.g.
-
Constructor Summary
Constructors Constructor Description FinancialConsensus()
-
-
-
Field Detail
-
list
public ConsensusReport[] list
Per-period consensus reports.
-
currentIndex
public int currentIndex
Index intolistof the most recently released period.
-
currency
public String currency
Reporting currency, e.g."HKD".
-
optPeriods
public String[] optPeriods
Available period types, e.g.["qf", "saf", "af"].
-
currentPeriod
public String currentPeriod
Currently returned period type.
-
-