contributions {fec16}R Documentation

Committee contributions metadata

Description

Provides data pertaining to each candidate and their contributions from committees during the 2016 general election.

Usage

contributions

Format

A data frame with 1000 rows and 15 columns with information about candidate committee contributions.

cmte_id

A 9-character alpha-numeric code assigned to a committee by the Federal Election Commission

amndt_ind

Amendment indicator: Indicates if the report being filed is new (N), an amendment (A) to a previous report or a termination (T) report

rpt_tp

Indicates the type of report filed, listed here: https://www.fec.gov/campaign-finance-data/report-type-code-descriptions/

transaction_pgi

This code indicates the election for which the contribution was made. EYYYY (election Primary, General, Other plus election year)

transaction_tp

Transaction types, listed here: https://www.fec.gov/campaign-finance-data/transaction-type-code-descriptions/

entity_tp

Entity Type:

CAN = Candidate

CCM = Candidate Committee

COM = Committee

IND = Individual (a person)

ORG = Organization (not a committee and not a person)

PAC = Political Action Committee

PTY = Party Organization

name

Contributor/lender/transfer Name

city

City

state

State

zip_code

ZIP Code

transaction_dt

Transaction date (YYYY-MM-DD)

transaction_amt

Transaction Amount

other_id

For contributions from individuals this column is null. For contributions from candidates or other committees this column will contain that contributor's FEC ID

cand_id

A 9-character alpha-numeric code assigned to a candidate by the FEC, which remains the same across election cycles if running for the same office

tran_id

Only for Electronic Filings. A unique identifier associated with each itemization or transaction appearing in an FEC electronic file. A transaction ID is unique for a specific committee for a specific report.

Source

https://www.fec.gov/campaign-finance-data/contributions-committees-candidates-file-description/, Updated 2020-03-02


[Package fec16 version 0.1.4 Index]