-
Notifications
You must be signed in to change notification settings - Fork 35
Handling unitemized totals and other summary amounts #99
Description
Something @palewire and I were just discussing. This is something we touched on in the previous conversation, but I don't think we fully resolved.
In CA, filers don't have to itemize contributions under $100. Instead, they can report a total for all unitemized contributions. It isn't clear where this would be recorded in our current schema, and it's pretty essential in order to figuring out the total amount raised.
We think we need a place to store this and other total or summary amounts. What we have in mind is an optional, repeating .totals or .summaries field on Filing that would have the following properties:
- note: Description of the total (e.g., "Unitemized contributions" or "Total expenditures")
- amount: Decimal amount of the total.
- currency: Currency denomination of amount.
Would be interested to hear from others if this would adequately cover other kinds of filings in other jurisdiction. Maybe in some cases we might also need to link the totals to specific elections?