Note that some schedule aggregate info can be accessed through the committee endpoint, but not itemized. Need to keep naming/alias/interoperability strategies in the back of my mind. Something like 'get_committee_schedule_a' should return itemized contributions by calling 'get_schedule_a', or maybe that's unnecessary.
Maybe 'get_itemized_contributions' should be equivalent to 'get_schedule_a', etc.
Itemized contributions: get_schedule_a Itemized disbursements: get_schedule_b Loans: get_schedule_c Debts: get_schedule_d Independent expenditures: get_schedule_e Party expenditures: get_schedule_f
Note that some schedule aggregate info can be accessed through the committee endpoint, but not itemized. Need to keep naming/alias/interoperability strategies in the back of my mind. Something like 'get_committee_schedule_a' should return itemized contributions by calling 'get_schedule_a', or maybe that's unnecessary.
Maybe 'get_itemized_contributions' should be equivalent to 'get_schedule_a', etc.