class SecEdgar::NilOwnershipDocument

Public Instance Methods

derivative_transactions() click to toggle source
# File lib/sec_edgar/nil_ownership_document.rb, line 35
def derivative_transactions
  []
end
document_type() click to toggle source
# File lib/sec_edgar/nil_ownership_document.rb, line 3
def document_type
  '4'
end
is_director() click to toggle source
# File lib/sec_edgar/nil_ownership_document.rb, line 11
def is_director
  false
end
is_officer() click to toggle source
# File lib/sec_edgar/nil_ownership_document.rb, line 15
def is_officer
  false
end
is_owner() click to toggle source
# File lib/sec_edgar/nil_ownership_document.rb, line 19
def is_owner
  false
end
is_ten_percent_owner() click to toggle source
# File lib/sec_edgar/nil_ownership_document.rb, line 23
def is_ten_percent_owner
  false
end
issuer_trading_symbol() click to toggle source
# File lib/sec_edgar/nil_ownership_document.rb, line 7
def issuer_trading_symbol
  'NULL'
end
officer_title() click to toggle source
# File lib/sec_edgar/nil_ownership_document.rb, line 27
def officer_title
  ''
end
transactions() click to toggle source
# File lib/sec_edgar/nil_ownership_document.rb, line 31
def transactions
  []
end