Package com.longbridge.fundamental
Class InstitutionRatingLatest
- java.lang.Object
-
- com.longbridge.fundamental.InstitutionRatingLatest
-
public class InstitutionRatingLatest extends Object
Latest analyst-rating snapshot for a security.
-
-
Field Summary
Fields Modifier and Type Field Description RatingEvaluateevaluateRating distribution counts and date range.longindustryIdIndustry classification ID.intindustryMeanMean analyst count in the industry.intindustryMedianMedian analyst count in the industry.StringindustryNameIndustry name.intindustryRankRank of this security within the industry (1 = highest).intindustryTotalTotal number of securities in the industry.RatingTargettargetTarget price range.
-
Constructor Summary
Constructors Constructor Description InstitutionRatingLatest()
-
-
-
Field Detail
-
evaluate
public RatingEvaluate evaluate
Rating distribution counts and date range.
-
target
public RatingTarget target
Target price range.
-
industryId
public long industryId
Industry classification ID.
-
industryName
public String industryName
Industry name.
-
industryRank
public int industryRank
Rank of this security within the industry (1 = highest).
-
industryTotal
public int industryTotal
Total number of securities in the industry.
-
industryMean
public int industryMean
Mean analyst count in the industry.
-
industryMedian
public int industryMedian
Median analyst count in the industry.
-
-