major_donor_ie_statements
Data source: F461P5_Expenditures
4 rows where business_name = 13715 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: payee_city, zipcode, support_or_oppose, report_date (date), report_start_date (date), report_end_date (date), expenditure_date (date)
Link | rowid | filer_id | filer_name | committee_type | report_date ▲ | report_start_date | report_end_date | election_date | transaction_id | entity_type | payee_last_name | payee_first_name | payee_prefix | payee_suffix | payee_city | payee_state | zipcode | expenditure_date | expenditure_amt | year_to_date | expenditure_type | expenditure_description | committee_id | candidate_last_name | candidate_first_name | candidate_prefix | candidate_suffix | office_sought | office_jurisdiction | district_number | incumbent | ballot_measure_name | ballot_measure_number | ballot_measure_jurisdiction | support_or_oppose | memo_reference_number | business_info_included | business_name | business_address_1 | business_address_2 | business_city | business_state | business_zipcode | business_interest | business_activity | association_interest |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
550 | 550 | 1392148 247 | Mick Hellman 315 | MDI | 2023-01-22 | 2022-01-01 | 2022-12-31 | EXP72 | COM | Yes on A, Committee for Safer Streets and Reliable, Accessible Transportation | San Francisco | CA | 94118 | 2022-04-15 00:00:00 | 5000 | 5000 | MON | 1.44496e+06 1041 | MUNI Reliability and Street Safety $400,000,000 | A | City and County of San Francisco | S | X | HMI Capital Management, L.P. 13715 | 555 California Street, Suite 4900 | San Francisco | CA | 94104.0 | Private Investments | |||||||||||||||||
551 | 551 | 1392148 247 | Mick Hellman 315 | MDI | 2023-01-22 | 2022-01-01 | 2022-12-31 | EXP71 | COM | No on 30 | Sacramento | CA | 95814 | 2022-10-19 00:00:00 | 50000 | 50000 | MON | 1.45034e+06 1042 | Provides Funding for Programs to Reduce Greenhouse Gas Emissions by Increasing Tax on Personal Income Over $2 Million | 30 | Statewide | O | X | HMI Capital Management, L.P. 13715 | 555 California Street, Suite 4900 | San Francisco | CA | 94104.0 | Private Investments | |||||||||||||||||
552 | 552 | 1392148 247 | Mick Hellman 315 | MDI | 2023-01-22 | 2022-01-01 | 2022-12-31 | EXP73 | COM | Robinson for Richmond City Council 2022 | Doria | Richmond | CA | 94804 | 2022-10-20 00:00:00 | 150 | 150 | MON | 1.45182e+06 1043 | Doria Robinson | CCM | City of Richmond | 3.0 | S | X | HMI Capital Management, L.P. 13715 | 555 California Street, Suite 4900 | San Francisco | CA | 94104.0 | Private Investments | |||||||||||||||
553 | 553 | 1392148 247 | Mick Hellman 315 | MDI | 2023-01-22 | 2022-01-01 | 2022-12-31 | EXP74 | COM | Save John F. Kennedy Promenade, Yes on J, No on I | San Francisco | CA | 94118 | 2022-10-24 00:00:00 | 15000 | 15000 | MON | 1.44959e+06 1044 | Measure J - Recreational Use of JFK Drive in Golden Gate Park; Measure I - Vehicles on JFK Drive in Golden Gate Park and the Great Highway | City & County of San Francisco | S | X | HMI Capital Management, L.P. 13715 | 555 California Street, Suite 4900 | San Francisco | CA | 94104.0 | Private Investments |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "major_donor_ie_statements" ( "filer_id" INTEGER, "filer_name" INTEGER, "committee_type" TEXT, "report_date" TEXT, "report_start_date" TEXT, "report_end_date" TEXT, "election_date" TEXT, "transaction_id" TEXT, "entity_type" TEXT, "payee_last_name" TEXT, "payee_first_name" TEXT, "payee_prefix" TEXT, "payee_suffix" TEXT, "payee_city" TEXT, "payee_state" TEXT, "zipcode" TEXT, "expenditure_date" TEXT, "expenditure_amt" NUMERIC, "year_to_date" NUMERIC, "expenditure_type" TEXT, "expenditure_description" TEXT, "committee_id" INTEGER, "candidate_last_name" TEXT, "candidate_first_name" TEXT, "candidate_prefix" TEXT, "candidate_suffix" TEXT, "office_sought" TEXT, "office_jurisdiction" TEXT, "district_number" TEXT, "incumbent" TEXT, "ballot_measure_name" TEXT, "ballot_measure_number" TEXT, "ballot_measure_jurisdiction" TEXT, "support_or_oppose" TEXT, "memo_reference_number" TEXT, "business_info_included" TEXT, "business_name" INTEGER, "business_address_1" TEXT, "business_address_2" TEXT, "business_city" TEXT, "business_state" TEXT, "business_zipcode" TEXT, "business_interest" TEXT, "business_activity" TEXT, "association_interest" 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 ("business_name") REFERENCES [businesses](id)); CREATE INDEX ["major_donor_ie_statements_filer_id"] ON [major_donor_ie_statements]("filer_id"); CREATE INDEX ["major_donor_ie_statements_filer_name"] ON [major_donor_ie_statements]("filer_name"); CREATE INDEX ["major_donor_ie_statements_committee_id"] ON [major_donor_ie_statements]("committee_id"); CREATE INDEX ["major_donor_ie_statements_business_name"] ON [major_donor_ie_statements]("business_name");