Class: Edgar::DataObjects::S1
- Inherits:
-
Base
- Object
- Base
- Edgar::DataObjects::S1
show all
- Defined in:
- lib/edgar/data_objects.rb
Overview
Wraps an S-1 IPO registration filing.
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
Instance Method Details
#business ⇒ Object
193
194
195
|
# File 'lib/edgar/data_objects.rb', line 193
def business
items["1"]
end
|
#financial_statements ⇒ Object
201
202
203
|
# File 'lib/edgar/data_objects.rb', line 201
def financial_statements
items["8"]
end
|
#items ⇒ Object
189
190
191
|
# File 'lib/edgar/data_objects.rb', line 189
def items
@filing.sections
end
|
#risk_factors ⇒ Object
197
198
199
|
# File 'lib/edgar/data_objects.rb', line 197
def risk_factors
items["1A"]
end
|