Class: YahooFinance::FinancialStatement::AnnualBalanceSheetPage

Inherits:
FinancialStatementPage show all
Defined in:
lib/yahoo_finance/financial_statement.rb

Instance Attribute Summary

Attributes inherited from FinancialStatementPage

#symbol

Instance Method Summary collapse

Methods inherited from FinancialStatementPage

#available_fields, #fetch, #statement_periods, #term=, #value_for

Constructor Details

#initialize(symbol = nil) ⇒ AnnualBalanceSheetPage

Returns a new instance of AnnualBalanceSheetPage.



294
295
296
297
298
299
300
# File 'lib/yahoo_finance/financial_statement.rb', line 294

def initialize symbol = nil
  super symbol
  @term = :annual
  @data_columns = 3
  @type="bs"
  @field_defs = YahooFinance::FinancialStatement::BALANCE_SHEET_FIELDS
end