Skip to content

Commit

Permalink
Merge pull request #308 from fecgov/release/sprint-41
Browse files Browse the repository at this point in the history
Release/sprint 41
  • Loading branch information
toddlees authored May 9, 2024
2 parents b08089e + 2b8765a commit 4f12136
Show file tree
Hide file tree
Showing 182 changed files with 2,877 additions and 2,589 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ testem.log
*.bower-registry
*.bower-tmp


# Spec Verification XLSX Sheets
spec_verification/spec-sheets/*.xlsx
spec_verification_report.txt

# System Files
.DS_Store
Expand Down
38 changes: 19 additions & 19 deletions docs/BUSINESS_LABOR_NON_CONTRIBUTION_ACCOUNT.html

Large diffs are not rendered by default.

68 changes: 34 additions & 34 deletions docs/C1_LOAN_AGREEMENT.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/C1_LOAN_AGREEMENT_spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<td></td>
<td></td>
<td></td>
<td><ul><li>REQUIRED</li><li>type: string</li><li>min length: 1</li><li>max length: 9</li><li>regex: ^[ -~]{0,9}$</li></td>
<td><ul><li>REQUIRED</li><li>type: string</li><li>min length: 1</li><li>max length: 9</li><li>regex: ^(?:[PC][0-9]{8}|[HS][0-9]{1}[A-Z]{2}[0-9]{5})$</li></td>
</tr>
<tr>
<td>TRANSACTION TYPE IDENTIFIER</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/C2_LOAN_GUARANTOR.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/C2_LOAN_GUARANTOR_spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<td></td>
<td></td>
<td></td>
<td><ul><li>REQUIRED</li><li>type: string</li><li>min length: 1</li><li>max length: 9</li><li>regex: ^[ -~]{0,9}$</li></td>
<td><ul><li>REQUIRED</li><li>type: string</li><li>min length: 1</li><li>max length: 9</li><li>regex: ^(?:[PC][0-9]{8}|[HS][0-9]{1}[A-Z]{2}[0-9]{5})$</li></td>
</tr>
<tr>
<td>TRANSACTION TYPE IDENTIFIER</td>
Expand Down Expand Up @@ -161,7 +161,7 @@
<tr>
<td>GUARANTOR EMPLOYER</td>
<td>A/N-38</td>
<td>X(conditional error)</td>
<td>X (conditional error)</td>
<td>XYZ Company</td>
<td></td>
<td>Req if Guaranteed amount > 200</td>
Expand All @@ -171,7 +171,7 @@
<tr>
<td>GUARANTOR OCCUPATION</td>
<td>A/N-38</td>
<td>X(conditional error)</td>
<td>X (conditional error)</td>
<td>QC Inspector</td>
<td></td>
<td>Req if Guaranteed amount > 200</td>
Expand All @@ -181,7 +181,7 @@
<tr>
<td>GUARANTEED AMOUNT</td>
<td>AMT-12</td>
<td>X(error)</td>
<td>X (error)</td>
<td>250</td>
<td></td>
<td></td>
Expand Down
46 changes: 23 additions & 23 deletions docs/CANDIDATE_CONTRIBUTIONS.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/CANDIDATE_CONTRIBUTIONS_spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
<td></td>
<td></td>
<td></td>
<td><ul><li>REQUIRED</li><li>type: string</li><li>min length: 1</li><li>max length: 9</li><li>regex: ^[ -~]{0,9}$</li></td>
<td><ul><li>REQUIRED</li><li>type: string</li><li>min length: 1</li><li>max length: 9</li><li>regex: ^(?:[PC][0-9]{8}|[HS][0-9]{1}[A-Z]{2}[0-9]{5})$</li></td>
</tr>
<tr>
<td>BENEFICIARY CANDIDATE LAST NAME</td>
Expand Down
42 changes: 21 additions & 21 deletions docs/COM_IN_KIND_OUTS.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/COM_IN_KIND_RECEIPTS.html

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions docs/CONDUIT_EARMARKS.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/CONDUIT_EARMARKS_spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<td></td>
<td>Earmarked for XX (Committee)</td>
<td></td>
<td><ul><li>REQUIRED</li><li>type: string</li><li>min length: 1</li><li>max length: 100</li><li>regex: ^Earmarked for [ -~]{0,76} \(Committee\)$</li></td>
<td><ul><li>REQUIRED</li><li>type: string</li><li>min length: 1</li><li>max length: 100</li><li>regex: ^Earmarked for [ -~]{0,74} \(Committee\)$</li></td>
</tr>
<tr>
<td>CONTRIBUTOR EMPLOYER</td>
Expand Down Expand Up @@ -237,7 +237,7 @@
<td>X</td>
<td>X = True</td>
<td></td>
<td><ul><li>MEMO_CODE = 'False' if TRANSACTION_TYPE_IDENTIFIER equals CONDUIT_EARMARK_RECEIPT_DEPOSITED</li><li>MEMO_CODE = 'True' if TRANSACTION_TYPE_IDENTIFIER equals CONDUIT_EARMARK_RECEIPT_UNDEPOSITED</li><li>REQUIRED</li><li>type: boolean</li></td>
<td><ul><li>MEMO_CODE = 'False' if TRANSACTION_TYPE_IDENTIFIER equals CONDUIT_EARMARK_RECEIPT_DEPOSITED</li><li>REQUIRED if TRANSACTION_TYPE_IDENTIFIER equals CONDUIT_EARMARK_RECEIPT_UNDEPOSITED</li><li>MEMO_CODE = 'True' if TRANSACTION_TYPE_IDENTIFIER equals CONDUIT_EARMARK_RECEIPT_UNDEPOSITED</li><li>type: boolean</li></td>
</tr>
<tr>
<td>MEMO TEXT/DESCRIPTION</td>
Expand Down
48 changes: 24 additions & 24 deletions docs/CONDUIT_EARMARK_OUTS.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/CONDUIT_EARMARK_OUTS_spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
<td></td>
<td></td>
<td></td>
<td><ul><li>REQUIRED</li><li>type: string</li><li>min length: 1</li><li>max length: 9</li><li>regex: ^[ -~]{0,9}$</li></td>
<td><ul><li>REQUIRED</li><li>type: string</li><li>min length: 1</li><li>max length: 9</li><li>regex: ^(?:[PC][0-9]{8}|[HS][0-9]{1}[A-Z]{2}[0-9]{5})$</li></td>
</tr>
<tr>
<td>BENEFICIARY CANDIDATE LAST NAME</td>
Expand Down Expand Up @@ -317,7 +317,7 @@
<td>X</td>
<td>Auto-Pull from parent transaction If Transaction Type is (CONDUIT_EARMARK_RECEIPT_DEPOSITED or PAC_CONDUIT_EARMARK_RECEIPT_DEPOSITED), this is required to be unchecked. If Transaction Type is (CONDUIT_EARMARK_RECEIPT_UNDEPOSITED or PAC_CONDUIT_EARMARK_RECEIPT_UNDEPOSITED), this is required to be checked.</td>
<td></td>
<td><ul><li>REQUIRED if TRANSACTION_TYPE_IDENTIFIER one of ['CONDUIT_EARMARK_OUT_DEPOSITED', 'PAC_CONDUIT_EARMARK_OUT_DEPOSITED']</li><li>MEMO_CODE = 'False' if TRANSACTION_TYPE_IDENTIFIER one of ['CONDUIT_EARMARK_OUT_DEPOSITED', 'PAC_CONDUIT_EARMARK_OUT_DEPOSITED']</li><li>REQUIRED if TRANSACTION_TYPE_IDENTIFIER one of ['CONDUIT_EARMARK_OUT_UNDEPOSITED', 'PAC_CONDUIT_EARMARK_OUT_UNDEPOSITED']</li><li>MEMO_CODE = 'True' if TRANSACTION_TYPE_IDENTIFIER one of ['CONDUIT_EARMARK_OUT_UNDEPOSITED', 'PAC_CONDUIT_EARMARK_OUT_UNDEPOSITED']</li><li>REQUIRED</li><li>type: boolean</li></td>
<td><ul><li>REQUIRED if TRANSACTION_TYPE_IDENTIFIER one of ['CONDUIT_EARMARK_OUT_DEPOSITED', 'PAC_CONDUIT_EARMARK_OUT_DEPOSITED']</li><li>MEMO_CODE = 'False' if TRANSACTION_TYPE_IDENTIFIER one of ['CONDUIT_EARMARK_OUT_DEPOSITED', 'PAC_CONDUIT_EARMARK_OUT_DEPOSITED']</li><li>REQUIRED if TRANSACTION_TYPE_IDENTIFIER one of ['CONDUIT_EARMARK_OUT_UNDEPOSITED', 'PAC_CONDUIT_EARMARK_OUT_UNDEPOSITED']</li><li>MEMO_CODE = 'True' if TRANSACTION_TYPE_IDENTIFIER one of ['CONDUIT_EARMARK_OUT_UNDEPOSITED', 'PAC_CONDUIT_EARMARK_OUT_UNDEPOSITED']</li><li>type: boolean</li></td>
</tr>
<tr>
<td>MEMO TEXT/DESCRIPTION</td>
Expand Down
36 changes: 18 additions & 18 deletions docs/Contact_Candidate.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/Contact_Committee.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/Contact_Individual.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/Contact_Organization.html

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions docs/DEBTS.html

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions docs/DISBURSEMENTS.html

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions docs/DISBURSEMENTS_FEA.html

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions docs/DISBURSEMENT_MEMOS.html

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions docs/DISBURSEMENT_MEMOS_FEA.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/DISBURSEMENT_MEMOS_FEA_spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<td>G,P,O[YYYY]</td>
<td>Values: [G|P|R|S|C|E|O]+Year{YYYY}</td>
<td></td>
<td><ul><li>REQUIRED</li><li>type: string</li><li>min length: 1</li><li>max length: 5</li><li>regex: ^[ -~]{0,5}$</li></td>
<td><ul><li>REQUIRED</li><li>type: string</li><li>min length: 1</li><li>max length: 5</li><li>regex: ^[GPRSCEO]\d{4}$</li></td>
</tr>
<tr>
<td>ELECTION OTHER DESCRIPTION</td>
Expand Down Expand Up @@ -230,7 +230,7 @@
</tr>
<tr>
<td>AGGREGATE AMOUNT</td>
<td></td>
<td>AMT-12</td>
<td>X (error)</td>
<td>1000</td>
<td></td>
Expand Down Expand Up @@ -281,7 +281,7 @@
<tr>
<td>BENEFICIARY CANDIDATE LAST NAME</td>
<td>A/N-30</td>
<td></td>
<td>X (conditional error)</td>
<td></td>
<td></td>
<td></td>
Expand All @@ -291,7 +291,7 @@
<tr>
<td>BENEFICIARY CANDIDATE FIRST NAME</td>
<td>A/N-20</td>
<td></td>
<td>X (conditional error)</td>
<td></td>
<td></td>
<td></td>
Expand Down
42 changes: 21 additions & 21 deletions docs/DISBURSEMENT_PARENTS.html

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions docs/DISBURSEMENT_PARENTS_FEA.html

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions docs/DISBURSEMENT_PARENTS_STAFF.html

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions docs/EARMARK_MEMO.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/EARMARK_RECEIPT.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/EARMARK_RECEIPT_spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<td>A/N-8</td>
<td>X (error)</td>
<td>SA11AI</td>
<td>SA11AI</td>
<td>[SA11AI | SA11AII]</td>
<td></td>
<td></td>
<td><ul><li>REQUIRED</li><li>type: string</li><li>must equal: SA11AI</li></td>
<td><ul><li>REQUIRED</li><li>type: string</li><li>must be one of: ['SA11AI', 'SA11AII']</li></td>
</tr>
<tr>
<td>FILER COMMITTEE ID NUMBER</td>
Expand Down
Loading

0 comments on commit 4f12136

Please sign in to comment.