Class: Edgar::DataObjects::FormD

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

Overview

Wraps a Form D offering 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

Constructor Details

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

Instance Method Details

#issuerObject



252
253
254
# File 'lib/edgar/data_objects.rb', line 252

def issuer
  @filing.header.filer_company
end

#offering_amountObject



248
249
250
# File 'lib/edgar/data_objects.rb', line 248

def offering_amount
  @filing.header.fields["TOTAL OFFERING AMOUNT"]&.first
end