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
The number of long term growth estimates
The high long term growth estimate
The low long term growth estimate
The mean long term growth estimate
The mean long term growth estimate 30 days ago
The mean long term growth estimate 60 days ago
The mean long term growth estimate 7 days ago
The mean long term growth estimate 90 days ago
The median long term growth estimate
The number of long term growth estimate revisions downward
The number of long term growth estimate revisions downward in the last 120 days
The number of long term growth estimate revisions downward in the last 150 days
The number of long term growth estimate revisions downward in the last 30 days
The number of long term growth estimate revisions downward in the last 60 days
The number of long term growth estimate revisions downward in the last 7 days
The number of long term growth estimate revisions downward in the last 90 days
The number of long term growth estimate revisions upward
The number of long term growth estimate revisions upward in the last 120 days
The number of long term growth estimate revisions upward in the last 150 days
The number of long term growth estimate revisions upward in the last 30 days
The number of long term growth estimate revisions upward in the last 60 days
The number of long term growth estimate revisions upward in the last 7 days
The number of long term growth estimate revisions upward in the last 90 days
The Security
of the Zacks long term growth estimate
The standard deviation long term growth estimate
Public Class Methods
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
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
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
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
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
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
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
@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
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
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
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
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
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