monetary_contributions
Data source: A_Contributions
11 rows where filer_name = 22 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: report_date, report_start_date, report_end_date, entity_type, city, zipcode, employer, occupation, transaction_date, transaction_amt, year_to_date, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1227 | 1227 | 1346638 22 | Committee to Elect Don Link to City Council 22 | 2012-10-25 | 2012-10-01 | 2012-10-20 | 2012-11-06 | 12536230 | IND | Kraut | Beverly | Oakland | CA | 94618 | Self Employed 90 | Sales | n | 2012-10-11 | 100 | 100 | |||||
1541 | 1541 | 1346638 22 | Committee to Elect Don Link to City Council 22 | 2012-10-05 | 2012-07-01 | 2012-09-30 | 2012-11-06 | 12266770 | COM | Electrical Workers Local 595 | Dublin | CA | 94568 | n | 2012-08-10 | 1300 | 1300 | 63.0 | |||||||
1542 | 1542 | 1346638 22 | Committee to Elect Don Link to City Council 22 | 2012-10-05 | 2012-07-01 | 2012-09-30 | 2012-11-06 | 12264792 | IND | Hurd | Linda | Concord | CA | 94518 | Alamo Lighting 402 | Owner | n | 2012-08-15 | 150 | 150 | |||||
1543 | 1543 | 1346638 22 | Committee to Elect Don Link to City Council 22 | 2012-10-05 | 2012-07-01 | 2012-09-30 | 2012-11-06 | 12264925 | IND | Azadeh | Soudabeh | Oakland | CA | 94609 | Alta Bates Summit Med Center 403 | Registered Nurse | n | 2012-08-17 | 100 | 100 | |||||
1544 | 1544 | 1346638 22 | Committee to Elect Don Link to City Council 22 | 2012-10-05 | 2012-07-01 | 2012-09-30 | 2012-11-06 | 12264886 | IND | Leporati | Adele | Oakland | CA | 94609 | Alta Bates Summit Med Center 403 | Registered Nurse | n | 2012-08-17 | 100 | 100 | |||||
1545 | 1545 | 1346638 22 | Committee to Elect Don Link to City Council 22 | 2012-10-05 | 2012-07-01 | 2012-09-30 | 2012-11-06 | 12264717 | IND | Christensen Heller | Jan | Oakland | CA | 94618 | Christensen Heller Gallery 404 | Owner | n | 2012-08-19 | 100 | 100 | |||||
1546 | 1546 | 1346638 22 | Committee to Elect Don Link to City Council 22 | 2012-10-05 | 2012-07-01 | 2012-09-30 | 2012-11-06 | 12264663 | IND | Golden | Kathryn | Berkeley | CA | 94705 | Self Employed 90 | Video Producer | n | 2012-08-19 | 100 | 100 | |||||
1547 | 1547 | 1346638 22 | Committee to Elect Don Link to City Council 22 | 2012-10-05 | 2012-07-01 | 2012-09-30 | 2012-11-06 | 12264961 | IND | Secan Smith | Mary | San Diego | CA | 92107 | Homemaker | n | 2012-08-19 | 100 | 100 | ||||||
1548 | 1548 | 1346638 22 | Committee to Elect Don Link to City Council 22 | 2012-10-05 | 2012-07-01 | 2012-09-30 | 2012-11-06 | 12264858 | IND | Wong | Douglas | Oakland | CA | 94619 | Retired 124 | Retired | n | 2012-08-19 | 200 | 200 | |||||
1549 | 1549 | 1346638 22 | Committee to Elect Don Link to City Council 22 | 2012-10-05 | 2012-07-01 | 2012-09-30 | 2012-11-06 | 12265147 | IND | Ratliff | Jim | Oakland | CA | 94610 | FTI Consulting 174 | Economist | n | 2012-09-08 | 500 | 500 | |||||
1550 | 1550 | 1346638 22 | Committee to Elect Don Link to City Council 22 | 2012-10-05 | 2012-07-01 | 2012-09-30 | 2012-11-06 | 12265204 | IND | Spragg | Jeff | Oakland | CA | 94609 | Self Employed 90 | Engineer | n | 2012-09-28 | 100 | 100 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "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" INTEGER, "city" TEXT, "state" TEXT, "zipcode" TEXT, "employer" INTEGER, "occupation" TEXT, "self_employed" TEXT, "transaction_type" INTEGER, "transaction_date" TEXT, "transaction_amt" INTEGER, "year_to_date" INTEGER, "transaction_description" INTEGER, "committee_id" TEXT, "memo_reference_number" INTEGER , 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 ["monetary_contributions_filer_id"] ON [monetary_contributions]("filer_id"); CREATE INDEX ["monetary_contributions_filer_name"] ON [monetary_contributions]("filer_name"); CREATE INDEX ["monetary_contributions_committee_id"] ON [monetary_contributions]("committee_id"); CREATE INDEX ["monetary_contributions_employer"] ON [monetary_contributions]("employer");