Skip to content

Commit

Permalink
Add mappings for versions 6 and 7 of schedule I
Browse files Browse the repository at this point in the history
  • Loading branch information
esonderegger committed Feb 27, 2023
1 parent 5986b06 commit 39c1cc3
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions fecfile/mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11315,6 +11315,38 @@
]
},
"^si": {
"^(6|7)": [
"form_type",
"filer_committee_id_number",
"transaction_id_number",
"record_id_number",
"account_name",
"bank_account_id",
"coverage_from_date",
"coverage_through_date",
"col_a_total_receipts",
"col_a_transfers_to_fed",
"col_a_transfers_to_state_local",
"col_a_direct_state_local_support",
"col_a_other_disbursements",
"col_a_total_disbursements",
"col_a_cash_on_hand_beginning_period",
"col_a_receipts_period",
"col_a_subtotal",
"col_a_disbursements_period",
"col_a_cash_on_hand_close_of_period",
"col_b_total_receipts",
"col_b_transfers_to_fed",
"col_b_transfers_to_state_local",
"col_b_direct_state_local_support",
"col_b_other_disbursements",
"col_b_total_disbursements",
"col_b_cash_on_hand_beginning_period",
"col_b_receipts_period",
"col_b_subtotal",
"col_b_disbursements_period",
"col_b_cash_on_hand_close_of_period"
],
"^(3|5)": [
"form_type",
"filer_committee_id_number",
Expand Down

0 comments on commit 39c1cc3

Please sign in to comment.