Specification for PAC_EARMARK_MEMO
FIELD DESCRIPTION |
TYPE |
REQUIRED |
SAMPLE DATA |
VALUE REFERENCE |
RULE REFERENCE |
FIELD FORM ASSOCIATION |
VALIDATION RULES |
REPORT TYPE |
A/N-100 |
|
|
|
|
|
- type: string
- max length: 5
|
FORM TYPE |
A/N-8 |
X (error) |
SA11C |
SA11C Only |
|
|
- REQUIRED
- must equal: SA11C
|
FILER COMMITTEE ID NUMBER |
A/N-9 |
X (error) |
C00123456 |
|
this is the ID of the Committee Account the report/transaction is associated with |
|
- REQUIRED
- type: string
- min length: 9
- max length: 9
- regex: ^(?:[PC][0-9]{8}|[HS][0-9]{1}[A-Z]{2}[0-9]{5})$
|
TRANSACTION TYPE IDENTIFIER |
A/N-12 |
X (error) |
|
|
PAC_EARMARK_MEMO |
|
- REQUIRED
- must equal: PAC_EARMARK_MEMO
|
TRANSACTION ID |
A/N-20 |
X (error) |
A56123456789-1234 |
|
must be unique and UPPER CASE for the life of the report (original + all amendments) |
|
- REQUIRED
- type: string
- min length: 1
- max length: 20
- regex: ^[ -~]{0,20}$
|
BACK REFERENCE TRAN ID NUMBER |
A/N-20 |
X (error) |
A123456789-1234 |
|
Reference to the Tran ID of a Related Record |
|
- REQUIRED
- type: string
- min length: 1
- max length: 20
- regex: ^[ -~]{0,20}$
|
BACK REFERENCE SCHED NAME |
A/N-8 |
X (error) |
SA11AI |
SA[line# ref] |
Ref to the Schedule that has the Related Record. SA3L must be used with the F3L |
|
- REQUIRED
- type: string
- min length: 1
- max length: 8
- regex: ^[ -~]{0,8}$
|
ENTITY TYPE |
A/N-3 |
X (error) |
IND |
IND, COM |
[IND|COM] |
|
- REQUIRED
- must be one of: ['IND', 'COM']
|
CONTRIBUTOR ORGANIZATION |
A/N-200 |
X (conditional error) |
John Smith & Co. |
|
Required if NOT [IND] |
|
- REQUIRED if ENTITY_TYPE equals COM
- type: ['string', 'null']
- min length: 0
- max length: 200
- regex: ^[ -~]{0,200}$
|
CONTRIBUTOR LAST NAME |
A/N-30 |
X (conditional error) |
Smith |
|
Required if [IND] |
|
- REQUIRED if ENTITY_TYPE equals IND
- type: ['string', 'null']
- min length: 0
- max length: 30
- regex: ^[ -~]{0,30}$
|
CONTRIBUTOR FIRST NAME |
A/N-20 |
X (conditional error) |
John |
|
Required if [IND] |
|
- REQUIRED if ENTITY_TYPE equals IND
- type: ['string', 'null']
- min length: 0
- max length: 20
- regex: ^[ -~]{0,20}$
|
CONTRIBUTOR MIDDLE NAME |
A/N-20 |
|
W |
|
Optional if [IND] |
|
- type: ['string', 'null']
- min length: 0
- max length: 20
- regex: ^[ -~]{0,20}$
|
CONTRIBUTOR PREFIX |
A/N-10 |
|
Dr |
|
Optional if [IND] |
|
- type: ['string', 'null']
- min length: 0
- max length: 10
- regex: ^[ -~]{0,10}$
|
CONTRIBUTOR SUFFIX |
A/N-10 |
|
Jr |
|
Optional if [IND] |
|
- type: ['string', 'null']
- min length: 0
- max length: 10
- regex: ^[ -~]{0,10}$
|
CONTRIBUTOR STREET 1 |
A/N-34 |
X (error) |
123 Main Street |
|
|
|
- REQUIRED
- type: string
- min length: 1
- max length: 34
- regex: ^[ -~]{0,34}$
|
CONTRIBUTOR STREET 2 |
A/N-34 |
|
|
|
|
|
- type: ['string', 'null']
- min length: 0
- max length: 34
- regex: ^[ -~]{0,34}$
|
CONTRIBUTOR CITY |
A/N-30 |
X (error) |
Anytown |
|
|
|
- REQUIRED
- type: string
- min length: 1
- max length: 30
- regex: ^[ -~]{0,30}$
|
CONTRIBUTOR STATE |
A/N-2 |
X (error) |
WA |
AK,AL,...,ZZ |
|
|
- REQUIRED
- type: string
- min length: 1
- max length: 2
- regex: ^[ -~]{0,2}$
|
CONTRIBUTOR ZIP |
A/N-9 |
X (error) |
981110123 |
|
|
|
- REQUIRED
- type: string
- min length: 1
- max length: 9
- regex: ^[ -~]{0,9}$
|
CONTRIBUTION DATE |
NUM-8 |
X (error) |
20120615 |
YYYYMMDD |
|
|
- REQUIRED
- type: string
- min length: 10
- regex: ^[0-9]{4}-[0-9]{2}-[0-9]{2}$
|
CONTRIBUTION AMOUNT |
AMT-12 |
X (error) |
250 |
|
Auto populate the same amount as the PAC Earmark Receipt |
|
- REQUIRED
- type: number
- minimum: -99999999.99
- maximum: 999999999.99
|
CONTRIBUTION AGGREGATE |
AMT-12 |
X (error) |
1000 |
|
YTD |
|
- REQUIRED
- type: number
- minimum: -99999999.99
- maximum: 999999999.99
|
AGGREGATION GROUP |
|
X (error) |
|
GENERAL |
GENERAL |
|
- REQUIRED
- must equal: GENERAL
|
CONTRIBUTION PURPOSE DESCRIPTION |
A/N-100 |
X (error) |
|
|
Total earmarked through conduit. |
|
- REQUIRED
- must equal: Total earmarked through conduit.
|
DONOR COMMITTEE FEC ID |
A/N-9 |
X (conditional error) |
|
|
Required if NOT [IND] |
|
- REQUIRED if ENTITY_TYPE equals COM
- type: ['string', 'null']
- min length: 0
- max length: 9
- regex: ^(?:[PC][0-9]{8}|[HS][0-9]{1}[A-Z]{2}[0-9]{5})$
|
DONOR COMMITTEE NAME |
A/N-200 |
X (conditional error) |
Action PAC |
|
Required if NOT [IND] |
|
- REQUIRED if ENTITY_TYPE equals COM
- type: ['string', 'null']
- min length: 0
- max length: 200
- regex: ^[ -~]{0,200}$
|
CONTRIBUTOR EMPLOYER |
A/N-38 |
X (conditional error) |
XYZ Company |
|
Required if [IND], regardless of aggregate amount |
|
- REQUIRED if ENTITY_TYPE equals IND
- type: ['string', 'null']
- min length: 0
- max length: 38
- regex: ^[ -~]{0,38}$
|
CONTRIBUTOR OCCUPATION |
A/N-38 |
X (conditional error) |
QC Inspector |
|
Required if [IND], regardless of aggregate amount |
|
- REQUIRED if ENTITY_TYPE equals IND
- type: ['string', 'null']
- min length: 0
- max length: 38
- regex: ^[ -~]{0,38}$
|
MEMO CODE |
A/N-1 |
X (error) |
|
X |
X = True |
|
- REQUIRED
- type: boolean
- must equal: True
|
MEMO TEXT/DESCRIPTION |
A/N-100 |
|
|
|
|
|
- type: ['string', 'null']
- min length: 0
- max length: 100
- regex: ^[ -~]{0,100}$
|
REATTRIBUTION REDESIGNATION TAG |
A/N-20 |
|
REATTRIBUTED |
|
|
|
- must be one of: ['REATTRIBUTED', 'REDESIGNATED', 'REATTRIBUTION_FROM', 'REATTRIBUTION_TO', 'REDESIGNATION_FROM', 'REDESIGNATION_TO', None]
|