non_monetary_contributions
Data source: C_Contributions
9 rows where filer_name = 56 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: report_date, report_start_date, report_end_date, transaction_id, entity_type, last_name, city, zipcode, transaction_date, transaction_amt, year_to_date, transaction_description, report_date (date), report_start_date (date), report_end_date (date), election_date (date), transaction_date (date)
Link | rowid | filer_id | filer_name | report_date ▲ | report_start_date | report_end_date | election_date | transaction_id | entity_type | last_name | first_name | prefix | city | state | zipcode | employer | occupation | self_employed | transaction_type | transaction_date | transaction_amt | year_to_date | transaction_description | committee_id | memo_reference_number |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
410 | 410 | 1345259 62 | OAKLAND EDUCATION ASSOCIATION POLITICAL ACTION COMMITTEE 56 | 2017-03-01 | 2016-07-01 | 2016-12-31 | BKfpm8r7h5Ee | OTH | OAKLAND EDUCATION ASSOCIATION | OAKLAND | CA | 94606 | n | 2016-07-01 | 958.33 | 21152.11 | Contribution to OEA PAC | ||||||||
411 | 411 | 1345259 62 | OAKLAND EDUCATION ASSOCIATION POLITICAL ACTION COMMITTEE 56 | 2017-03-01 | 2016-07-01 | 2016-12-31 | ZHXXI1X8jyok | OTH | OAKLAND EDUCATION ASSOCIATION | OAKLAND | CA | 94606 | n | 2016-08-01 | 958.33 | 21152.11 | Contribution to OEA PAC | ||||||||
412 | 412 | 1345259 62 | OAKLAND EDUCATION ASSOCIATION POLITICAL ACTION COMMITTEE 56 | 2017-03-01 | 2016-07-01 | 2016-12-31 | 1VvYB88V6SnN | OTH | OAKLAND EDUCATION ASSOCIATION | OAKLAND | CA | 94606 | n | 2016-09-01 | 958 | 21152.11 | Contribution to OEA PAC | ||||||||
413 | 413 | 1345259 62 | OAKLAND EDUCATION ASSOCIATION POLITICAL ACTION COMMITTEE 56 | 2017-03-01 | 2016-07-01 | 2016-12-31 | FiLOI8ZtgdIA | COM | CTA/ABC PAC | Burlingame | CA | 94011-0921 | n | 2016-09-25 | 13000 | 50000 | Independent expenditure | 233.0 | |||||||
414 | 414 | 1345259 62 | OAKLAND EDUCATION ASSOCIATION POLITICAL ACTION COMMITTEE 56 | 2017-03-01 | 2016-07-01 | 2016-12-31 | HXq7HHxPCGBA | COM | CTA/ABC PAC | Burlingame | CA | 94011-0921 | n | 2016-09-25 | 12000 | 50000 | independent expenditure | 233.0 | |||||||
415 | 415 | 1345259 62 | OAKLAND EDUCATION ASSOCIATION POLITICAL ACTION COMMITTEE 56 | 2017-03-01 | 2016-07-01 | 2016-12-31 | U3EL3XC9QgEz | OTH | OAKLAND EDUCATION ASSOCIATION | OAKLAND | CA | 94606 | n | 2016-10-03 | 1576.25 | 21152.11 | Contribution to OEA PAC | ||||||||
475 | 475 | 1345259 62 | OAKLAND EDUCATION ASSOCIATION POLITICAL ACTION COMMITTEE 56 | 2016-10-26 | 2016-09-25 | 2016-10-22 | 2016-11-08 | FiLOI8ZtgdIA | COM | CTA/ABC PAC | Burlingame | CA | 94011-0921 | n | 2016-09-25 | 13000 | 50000 | Independent expenditure | 233.0 | ||||||
476 | 476 | 1345259 62 | OAKLAND EDUCATION ASSOCIATION POLITICAL ACTION COMMITTEE 56 | 2016-10-26 | 2016-09-25 | 2016-10-22 | 2016-11-08 | HXq7HHxPCGBA | COM | CTA/ABC PAC | Burlingame | CA | 94011-0921 | n | 2016-09-25 | 12000 | 50000 | independent expenditure | 233.0 | ||||||
477 | 477 | 1345259 62 | OAKLAND EDUCATION ASSOCIATION POLITICAL ACTION COMMITTEE 56 | 2016-10-26 | 2016-09-25 | 2016-10-22 | 2016-11-08 | U3EL3XC9QgEz | OTH | OAKLAND EDUCATION ASSOCIATION | OAKLAND | CA | 94606 | n | 2016-10-03 | 1576.25 | 20402.11 | Contribution to OEA PAC |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "non_monetary_contributions" ( "filer_id" INTEGER, "filer_name" INTEGER, "report_date" TEXT, "report_start_date" TEXT, "report_end_date" TEXT, "election_date" TEXT, "transaction_id" TEXT, "entity_type" TEXT, "last_name" TEXT, "first_name" TEXT, "prefix" TEXT, "city" TEXT, "state" TEXT, "zipcode" TEXT, "employer" INTEGER, "occupation" TEXT, "self_employed" TEXT, "transaction_type" TEXT, "transaction_date" TEXT, "transaction_amt" NUMERIC, "year_to_date" NUMERIC, "transaction_description" TEXT, "committee_id" TEXT, "memo_reference_number" TEXT , FOREIGN KEY ("filer_id") REFERENCES [filer_ids](id), FOREIGN KEY ("filer_name") REFERENCES [filer_names](id), FOREIGN KEY ("committee_id") REFERENCES [committee_ids](id), FOREIGN KEY ("employer") REFERENCES [businesses](id)); CREATE INDEX ["non_monetary_contributions_filer_id"] ON [non_monetary_contributions]("filer_id"); CREATE INDEX ["non_monetary_contributions_filer_name"] ON [non_monetary_contributions]("filer_name"); CREATE INDEX ["non_monetary_contributions_committee_id"] ON [non_monetary_contributions]("committee_id"); CREATE INDEX ["non_monetary_contributions_employer"] ON [non_monetary_contributions]("employer");