Class: Edgar::DataObjects::MoneyMarketFund

Inherits:
Base
  • Object
show all
Defined in:
lib/edgar/data_objects.rb

Overview

Wraps a Money Market Fund report (N-MFP2 / N-MFP3).

Instance Attribute Summary

Attributes inherited from Base

#filing

Instance Method Summary collapse

Methods inherited from Base

#accession_number, #company_name, #filing_date, #form_type, #initialize, #to_s

Constructor Details

This class inherits a constructor from Edgar::DataObjects::Base

Instance Method Details

#fund_nameObject



325
326
327
# File 'lib/edgar/data_objects.rb', line 325

def fund_name
  @filing.header.filer_company
end

#report_dateObject



321
322
323
# File 'lib/edgar/data_objects.rb', line 321

def report_date
  @filing.header.period_of_report
end