Class: Fech::CommitteeContribution

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

Constant Summary collapse

HEADERS =
{
  detail: {
    file: "oth",
    headers: [
      :committee_id, :amendment, :report_type, :primary_general, :microfilm,
      :transaction_type, :entity_type, :name, :city, :state, :zipcode,
      :employer, :occupation, :transaction_date, :amount, :other_committee_id,
      :transaction_id, :filing_id, :memo_code, :memo_text, :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