-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handling unitemized totals and other summary amounts #99
Comments
That seems great for now. I'll add it to my list of updates. |
@aepton's endorsement is enough for me to go ahead making this change in @jsfenfen's example suggests we might want to call this repeating field something other than |
@jsfenfen Could the Oregon problem be solved by the future addition of a "subtransaction" model that handles sub expenditures and things like this cash balance adjustment? |
Now that I think more about it...this new repeating |
Yeah, that makes a lot of sense. I was initially hostile to putting summary amounts on the Filing, but you're right that the totals will often change and FilingAction seems like a good place to put them. |
Fixed in #104 |
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 onFiling
that would have the following properties: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?
The text was updated successfully, but these errors were encountered: