class Intrinio::ZacksLongTermGrowthRate

Zacks long term growth rates from analysts for thousands of stocks. Zacks storied research team aggregates and validates the estimates. Each Growth Rate includes metadata about the corresponding Security.

Attributes

count[RW]

The number of long term growth estimates

high[RW]

The high long term growth estimate

low[RW]

The low long term growth estimate

mean[RW]

The mean long term growth estimate

mean_30_days_ago[RW]

The mean long term growth estimate 30 days ago

mean_60_days_ago[RW]

The mean long term growth estimate 60 days ago

mean_7_days_ago[RW]

The mean long term growth estimate 7 days ago

mean_90_days_ago[RW]

The mean long term growth estimate 90 days ago

median[RW]

The median long term growth estimate

revisions_downward[RW]

The number of long term growth estimate revisions downward

revisions_downward_last_120_days[RW]

The number of long term growth estimate revisions downward in the last 120 days

revisions_downward_last_150_days[RW]

The number of long term growth estimate revisions downward in the last 150 days

revisions_downward_last_30_days[RW]

The number of long term growth estimate revisions downward in the last 30 days

revisions_downward_last_60_days[RW]

The number of long term growth estimate revisions downward in the last 60 days

revisions_downward_last_7_days[RW]

The number of long term growth estimate revisions downward in the last 7 days

revisions_downward_last_90_days[RW]

The number of long term growth estimate revisions downward in the last 90 days

revisions_upward[RW]

The number of long term growth estimate revisions upward

revisions_upward_last_120_days[RW]

The number of long term growth estimate revisions upward in the last 120 days

revisions_upward_last_150_days[RW]

The number of long term growth estimate revisions upward in the last 150 days

revisions_upward_last_30_days[RW]

The number of long term growth estimate revisions upward in the last 30 days

revisions_upward_last_60_days[RW]

The number of long term growth estimate revisions upward in the last 60 days

revisions_upward_last_7_days[RW]

The number of long term growth estimate revisions upward in the last 7 days

revisions_upward_last_90_days[RW]

The number of long term growth estimate revisions upward in the last 90 days

security[RW]

The Security of the Zacks long term growth estimate

std_dev[RW]

The standard deviation long term growth estimate

Public Class Methods

attribute_map() click to toggle source

Attribute mapping from ruby-style variable name to JSON key.

# File lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb, line 95
def self.attribute_map
  {
    :'mean' => :'mean',
    :'median' => :'median',
    :'count' => :'count',
    :'high' => :'high',
    :'low' => :'low',
    :'std_dev' => :'std_dev',
    :'revisions_upward' => :'revisions_upward',
    :'revisions_downward' => :'revisions_downward',
    :'mean_7_days_ago' => :'mean_7_days_ago',
    :'mean_30_days_ago' => :'mean_30_days_ago',
    :'mean_60_days_ago' => :'mean_60_days_ago',
    :'mean_90_days_ago' => :'mean_90_days_ago',
    :'revisions_upward_last_7_days' => :'revisions_upward_last_7_days',
    :'revisions_downward_last_7_days' => :'revisions_downward_last_7_days',
    :'revisions_upward_last_30_days' => :'revisions_upward_last_30_days',
    :'revisions_downward_last_30_days' => :'revisions_downward_last_30_days',
    :'revisions_upward_last_60_days' => :'revisions_upward_last_60_days',
    :'revisions_downward_last_60_days' => :'revisions_downward_last_60_days',
    :'revisions_upward_last_90_days' => :'revisions_upward_last_90_days',
    :'revisions_downward_last_90_days' => :'revisions_downward_last_90_days',
    :'revisions_upward_last_120_days' => :'revisions_upward_last_120_days',
    :'revisions_downward_last_120_days' => :'revisions_downward_last_120_days',
    :'revisions_upward_last_150_days' => :'revisions_upward_last_150_days',
    :'revisions_downward_last_150_days' => :'revisions_downward_last_150_days',
    :'security' => :'security'
  }
end
new(attributes = {}) click to toggle source

Initializes the object @param [Hash] attributes Model attributes in the form of hash

# File lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb, line 158
def initialize(attributes = {})
  return unless attributes.is_a?(Hash)

  # convert string to symbol for hash key
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}

  if attributes.has_key?(:'mean')
    self.mean = attributes[:'mean']
  end

  if attributes.has_key?(:'median')
    self.median = attributes[:'median']
  end

  if attributes.has_key?(:'count')
    self.count = attributes[:'count']
  end

  if attributes.has_key?(:'high')
    self.high = attributes[:'high']
  end

  if attributes.has_key?(:'low')
    self.low = attributes[:'low']
  end

  if attributes.has_key?(:'std_dev')
    self.std_dev = attributes[:'std_dev']
  end

  if attributes.has_key?(:'revisions_upward')
    self.revisions_upward = attributes[:'revisions_upward']
  end

  if attributes.has_key?(:'revisions_downward')
    self.revisions_downward = attributes[:'revisions_downward']
  end

  if attributes.has_key?(:'mean_7_days_ago')
    self.mean_7_days_ago = attributes[:'mean_7_days_ago']
  end

  if attributes.has_key?(:'mean_30_days_ago')
    self.mean_30_days_ago = attributes[:'mean_30_days_ago']
  end

  if attributes.has_key?(:'mean_60_days_ago')
    self.mean_60_days_ago = attributes[:'mean_60_days_ago']
  end

  if attributes.has_key?(:'mean_90_days_ago')
    self.mean_90_days_ago = attributes[:'mean_90_days_ago']
  end

  if attributes.has_key?(:'revisions_upward_last_7_days')
    self.revisions_upward_last_7_days = attributes[:'revisions_upward_last_7_days']
  end

  if attributes.has_key?(:'revisions_downward_last_7_days')
    self.revisions_downward_last_7_days = attributes[:'revisions_downward_last_7_days']
  end

  if attributes.has_key?(:'revisions_upward_last_30_days')
    self.revisions_upward_last_30_days = attributes[:'revisions_upward_last_30_days']
  end

  if attributes.has_key?(:'revisions_downward_last_30_days')
    self.revisions_downward_last_30_days = attributes[:'revisions_downward_last_30_days']
  end

  if attributes.has_key?(:'revisions_upward_last_60_days')
    self.revisions_upward_last_60_days = attributes[:'revisions_upward_last_60_days']
  end

  if attributes.has_key?(:'revisions_downward_last_60_days')
    self.revisions_downward_last_60_days = attributes[:'revisions_downward_last_60_days']
  end

  if attributes.has_key?(:'revisions_upward_last_90_days')
    self.revisions_upward_last_90_days = attributes[:'revisions_upward_last_90_days']
  end

  if attributes.has_key?(:'revisions_downward_last_90_days')
    self.revisions_downward_last_90_days = attributes[:'revisions_downward_last_90_days']
  end

  if attributes.has_key?(:'revisions_upward_last_120_days')
    self.revisions_upward_last_120_days = attributes[:'revisions_upward_last_120_days']
  end

  if attributes.has_key?(:'revisions_downward_last_120_days')
    self.revisions_downward_last_120_days = attributes[:'revisions_downward_last_120_days']
  end

  if attributes.has_key?(:'revisions_upward_last_150_days')
    self.revisions_upward_last_150_days = attributes[:'revisions_upward_last_150_days']
  end

  if attributes.has_key?(:'revisions_downward_last_150_days')
    self.revisions_downward_last_150_days = attributes[:'revisions_downward_last_150_days']
  end

  if attributes.has_key?(:'security')
    self.security = attributes[:'security']
  end

end
swagger_types() click to toggle source

Attribute type mapping.

# File lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb, line 126
def self.swagger_types
  {
    :'mean' => :'Float',
    :'median' => :'Float',
    :'count' => :'Integer',
    :'high' => :'Float',
    :'low' => :'Float',
    :'std_dev' => :'String',
    :'revisions_upward' => :'Integer',
    :'revisions_downward' => :'Integer',
    :'mean_7_days_ago' => :'String',
    :'mean_30_days_ago' => :'String',
    :'mean_60_days_ago' => :'String',
    :'mean_90_days_ago' => :'String',
    :'revisions_upward_last_7_days' => :'String',
    :'revisions_downward_last_7_days' => :'String',
    :'revisions_upward_last_30_days' => :'String',
    :'revisions_downward_last_30_days' => :'String',
    :'revisions_upward_last_60_days' => :'String',
    :'revisions_downward_last_60_days' => :'String',
    :'revisions_upward_last_90_days' => :'String',
    :'revisions_downward_last_90_days' => :'String',
    :'revisions_upward_last_120_days' => :'String',
    :'revisions_downward_last_120_days' => :'String',
    :'revisions_upward_last_150_days' => :'String',
    :'revisions_downward_last_150_days' => :'String',
    :'security' => :'SecuritySummary'
  }
end

Public Instance Methods

==(o) click to toggle source

Checks equality by comparing each attribute. @param [Object] Object to be compared

# File lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb, line 281
def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      mean == o.mean &&
      median == o.median &&
      count == o.count &&
      high == o.high &&
      low == o.low &&
      std_dev == o.std_dev &&
      revisions_upward == o.revisions_upward &&
      revisions_downward == o.revisions_downward &&
      mean_7_days_ago == o.mean_7_days_ago &&
      mean_30_days_ago == o.mean_30_days_ago &&
      mean_60_days_ago == o.mean_60_days_ago &&
      mean_90_days_ago == o.mean_90_days_ago &&
      revisions_upward_last_7_days == o.revisions_upward_last_7_days &&
      revisions_downward_last_7_days == o.revisions_downward_last_7_days &&
      revisions_upward_last_30_days == o.revisions_upward_last_30_days &&
      revisions_downward_last_30_days == o.revisions_downward_last_30_days &&
      revisions_upward_last_60_days == o.revisions_upward_last_60_days &&
      revisions_downward_last_60_days == o.revisions_downward_last_60_days &&
      revisions_upward_last_90_days == o.revisions_upward_last_90_days &&
      revisions_downward_last_90_days == o.revisions_downward_last_90_days &&
      revisions_upward_last_120_days == o.revisions_upward_last_120_days &&
      revisions_downward_last_120_days == o.revisions_downward_last_120_days &&
      revisions_upward_last_150_days == o.revisions_upward_last_150_days &&
      revisions_downward_last_150_days == o.revisions_downward_last_150_days &&
      security == o.security
end
_deserialize(type, value) click to toggle source

Deserializes the data based on type @param string type Data type @param string value Value to be deserialized @return [Object] Deserialized data

# File lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb, line 347
def _deserialize(type, value)
  case type.to_sym
  when :DateTime
    DateTime.parse(value)
  when :Date
    Date.parse(value)
  when :String
    value.to_s
  when :Integer
    value.to_i
  when :Float
    value.to_f
  when :BOOLEAN
    if value.to_s =~ /\A(true|t|yes|y|1)\z/i
      true
    else
      false
    end
  when :Object
    # generic object (usually a Hash), return directly
    value
  when /\AArray<(?<inner_type>.+)>\z/
    inner_type = Regexp.last_match[:inner_type]
    value.map { |v| _deserialize(inner_type, v) }
  when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
    k_type = Regexp.last_match[:k_type]
    v_type = Regexp.last_match[:v_type]
    {}.tap do |hash|
      value.each do |k, v|
        hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
      end
    end
  else # model
    temp_model = Intrinio.const_get(type).new
    temp_model.build_from_hash(value)
  end
end
_to_hash(value) click to toggle source

Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value @param [Object] value Any valid value @return [Hash] Returns the value in the form of hash

# File lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb, line 413
def _to_hash(value)
  if value.is_a?(Array)
    value.compact.map{ |v| _to_hash(v) }
  elsif value.is_a?(Hash)
    {}.tap do |hash|
      value.each { |k, v| hash[k] = _to_hash(v) }
    end
  elsif value.respond_to? :to_hash
    value.to_hash
  else
    value
  end
end
build_from_hash(attributes) click to toggle source

Builds the object from hash @param [Hash] attributes Model attributes in the form of hash @return [Object] Returns the model itself

# File lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb, line 326
def build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)
  self.class.swagger_types.each_pair do |key, type|
    if type =~ /\AArray<(.*)>/i
      # check to ensure the input is an array given that the the attribute
      # is documented as an array but the input is not
      if attributes[self.class.attribute_map[key]].is_a?(Array)
        self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
      end
    elsif !attributes[self.class.attribute_map[key]].nil?
      self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
    end # or else data not found in attributes(hash), not an issue as the data can be optional
  end

  self
end
eql?(o) click to toggle source

@see the `==` method @param [Object] Object to be compared

# File lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb, line 313
def eql?(o)
  self == o
end
hash() click to toggle source

Calculates hash code according to all attributes. @return [Fixnum] Hash code

# File lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb, line 319
def hash
  [mean, median, count, high, low, std_dev, revisions_upward, revisions_downward, mean_7_days_ago, mean_30_days_ago, mean_60_days_ago, mean_90_days_ago, revisions_upward_last_7_days, revisions_downward_last_7_days, revisions_upward_last_30_days, revisions_downward_last_30_days, revisions_upward_last_60_days, revisions_downward_last_60_days, revisions_upward_last_90_days, revisions_downward_last_90_days, revisions_upward_last_120_days, revisions_downward_last_120_days, revisions_upward_last_150_days, revisions_downward_last_150_days, security].hash
end
list_invalid_properties() click to toggle source

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons

# File lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb, line 268
def list_invalid_properties
  invalid_properties = Array.new
  return invalid_properties
end
to_body() click to toggle source

to_body is an alias to to_hash (backward compatibility) @return [Hash] Returns the object in the form of hash

# File lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb, line 393
def to_body
  to_hash
end
to_hash() click to toggle source

Returns the object in the form of hash @return [Hash] Returns the object in the form of hash

# File lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb, line 399
def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = self.send(attr)
    next if value.nil?
    hash[param] = _to_hash(value)
  end
  hash
end
to_s() click to toggle source

Returns the string representation of the object @return [String] String presentation of the object

# File lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb, line 387
def to_s
  to_hash.to_s
end
valid?() click to toggle source

Check to see if the all the properties in the model are valid @return true if the model is valid

# File lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb, line 275
def valid?
  return true
end