Class: Eodhd::Fundamentals::SplitsDividends
- Inherits:
-
Object
- Object
- Eodhd::Fundamentals::SplitsDividends
- Defined in:
- lib/Eodhd/Fundamentals/SplitsDividends.rb
Instance Attribute Summary collapse
-
#dividend_date ⇒ Object
readonly
Returns the value of attribute dividend_date.
-
#ex_dividend_date ⇒ Object
readonly
Returns the value of attribute ex_dividend_date.
-
#forward_annual_dividend_rate ⇒ Object
readonly
Returns the value of attribute forward_annual_dividend_rate.
-
#forward_annual_dividend_yield ⇒ Object
readonly
Returns the value of attribute forward_annual_dividend_yield.
-
#last_split_date ⇒ Object
readonly
Returns the value of attribute last_split_date.
-
#last_split_factor ⇒ Object
readonly
Returns the value of attribute last_split_factor.
-
#number_dividends_by_year ⇒ Object
readonly
Returns the value of attribute number_dividends_by_year.
-
#payout_ratio ⇒ Object
readonly
Returns the value of attribute payout_ratio.
Instance Attribute Details
#dividend_date ⇒ Object (readonly)
Returns the value of attribute dividend_date.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/SplitsDividends.rb', line 7 def dividend_date @dividend_date end |
#ex_dividend_date ⇒ Object (readonly)
Returns the value of attribute ex_dividend_date.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/SplitsDividends.rb', line 7 def ex_dividend_date @ex_dividend_date end |
#forward_annual_dividend_rate ⇒ Object (readonly)
Returns the value of attribute forward_annual_dividend_rate.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/SplitsDividends.rb', line 7 def forward_annual_dividend_rate @forward_annual_dividend_rate end |
#forward_annual_dividend_yield ⇒ Object (readonly)
Returns the value of attribute forward_annual_dividend_yield.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/SplitsDividends.rb', line 7 def forward_annual_dividend_yield @forward_annual_dividend_yield end |
#last_split_date ⇒ Object (readonly)
Returns the value of attribute last_split_date.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/SplitsDividends.rb', line 7 def last_split_date @last_split_date end |
#last_split_factor ⇒ Object (readonly)
Returns the value of attribute last_split_factor.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/SplitsDividends.rb', line 7 def last_split_factor @last_split_factor end |
#number_dividends_by_year ⇒ Object (readonly)
Returns the value of attribute number_dividends_by_year.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/SplitsDividends.rb', line 7 def number_dividends_by_year @number_dividends_by_year end |
#payout_ratio ⇒ Object (readonly)
Returns the value of attribute payout_ratio.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/SplitsDividends.rb', line 7 def payout_ratio @payout_ratio end |