Class InstitutionRatingDetailTargetItem


  • public class InstitutionRatingDetailTargetItem
    extends Object
    One weekly analyst target price snapshot.
    • Field Detail

      • avgTarget

        public BigDecimal avgTarget
        Average target price.
      • date

        public String date
        Date in "2021/05/16" format.
      • maxTarget

        public BigDecimal maxTarget
        Highest target price.
      • minTarget

        public BigDecimal minTarget
        Lowest target price.
      • meet

        public boolean meet
        Whether the stock price reached the target.
      • price

        public BigDecimal price
        Actual stock price at this date.
      • timestamp

        public String timestamp
        Unix timestamp string.
    • Constructor Detail

      • InstitutionRatingDetailTargetItem

        public InstitutionRatingDetailTargetItem()