Class: Fech::IndividualContribution

Inherits:
Table
  • Object
show all
Defined in:
lib/fech-ftp/individual_contribution.rb

Constant Summary collapse

HEADERS =
{
  file: 'indiv',
  headers: [
    :committee_id, :amendment_indicator, :report_type, :election_type,
    :image_number, :trans_type, :entity_type, :name, :city, :state, :zip,
    :employer, :occupation, :trans_date, :trans_amount, :other_id, :trans_id,
    :filing_id, :memo_cd, :memo_txt, :fec_record_number
  ]
}

Constants inherited from Table

Table::AWS_URL

Method Summary

Methods inherited from Table

#create_table, #enter_row, #fetch_file, #format_row, #initialize, #parse_date, #parser, #receiver, #retrieve_data, #table_exist?, #unzip

Constructor Details

This class inherits a constructor from Fech::Table