Class: Edgar::DataObjects::FormNport
- Defined in:
- lib/edgar/data_objects.rb
Overview
Wraps an NPORT-P portfolio holding filing.
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Base
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_name ⇒ Object
115 116 117 |
# File 'lib/edgar/data_objects.rb', line 115 def fund_name @filing.header.filer_company end |
#report_date ⇒ Object
111 112 113 |
# File 'lib/edgar/data_objects.rb', line 111 def report_date @filing.header.period_of_report end |