Specification for LOAN_MADE
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) |
SB27 |
SB27 |
SB27 Only |
|
|
FILER COMMITTEE ID NUMBER |
A/N-9 |
X (error) |
C00123456 |
|
|
|
- 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) |
|
|
LOAN_MADE |
|
- REQUIRED
- must equal: LOAN_MADE
|
TRANSACTION ID |
A/N-20 |
X (error) |
A56123456789-1234 |
|
Must be unique for the life of a report (original + amendments) within each committee account. Letters, if included, must be uppercase. |
|
- REQUIRED
- type: string
- min length: 1
- max length: 20
- regex: ^[ -~]{0,20}$
|
BACK REFERENCE TRAN ID NUMBER |
A/N-20 |
|
A123456789-1234 |
|
|
|
- type: ['string', 'null']
- min length: 0
- max length: 20
- regex: ^[ -~]{0,20}$
|
BACK REFERENCE SCHED NAME |
A/N-8 |
|
SB27 |
SA[line# ref] |
|
|
- type: ['string', 'null']
- min length: 0
- max length: 8
- regex: ^[ -~]{0,8}$
|
ENTITY TYPE |
A/N-3 |
X (error) |
COM |
COM |
[Auto-generated from SC Transaction] |
|
|
PAYEE ORGANIZATION NAME |
A/N-200 |
X (error) |
John Smith & Co. |
|
[Auto-generated from SC Transaction] |
|
- REQUIRED
- type: string
- min length: 1
- max length: 200
- regex: ^[ -~]{0,200}$
|
PAYEE STREET 1 |
A/N-34 |
X (error) |
123 Main Street |
|
[Auto-generated from SC Transaction] |
|
- REQUIRED
- type: string
- min length: 1
- max length: 34
- regex: ^[ -~]{0,34}$
|
PAYEE STREET 2 |
A/N-34 |
|
|
|
[Auto-generated from SC Transaction] |
|
- type: ['string', 'null']
- min length: 0
- max length: 34
- regex: ^[ -~]{0,34}$
|
PAYEE CITY |
A/N-30 |
X (error) |
Anytown |
|
[Auto-generated from SC Transaction] |
|
- REQUIRED
- type: string
- min length: 1
- max length: 30
- regex: ^[ -~]{0,30}$
|
PAYEE STATE |
A/N-2 |
X (error) |
WA |
AK,AL,...,ZZ |
[Auto-generated from SC Transaction] |
|
- REQUIRED
- type: string
- min length: 1
- max length: 2
- regex: ^[ -~]{0,2}$
|
PAYEE ZIP |
A/N-9 |
X (error) |
981110123 |
|
[Auto-generated from SC Transaction] |
|
- REQUIRED
- type: string
- min length: 1
- max length: 9
- regex: ^[ -~]{0,9}$
|
EXPENDITURE DATE |
NUM-8 |
X (error) |
20120615 |
YYYYMMDD |
[Auto-generated from SC Transaction] |
|
- REQUIRED
- type: string
- min length: 10
- regex: ^[0-9]{4}-[0-9]{2}-[0-9]{2}$
|
EXPENDITURE AMOUNT |
AMT-12 |
X (error) |
250 |
|
[Auto-generated from SC Transaction] |
|
- REQUIRED
- type: number
- minimum: -99999999.99
- maximum: 999999999.99
|
EXPENDITURE PURPOSE DESCRIPTION |
A/N-100 |
|
|
|
Required if Transaction Type is CONTRIBUTION_TO_CANDIDATE_VOID |
|
- type: ['string', 'null']
- min length: 0
- max length: 100
- regex: ^[ -~]{0,100}$
|
CATEGORY CODE |
A/N-3 |
|
1 |
001-012 |
Only codes 001-012 |
F3 | F3X | F3P |
- type: ['string', 'null']
- must be one of: ['001', '002', '003', '004', '005', '006', '007', '008', '009', '010', '011', '012', None]
|
BENEFICIARY COMMITTEE FEC ID |
A/N-9 |
X (error) |
|
|
[Auto-generated from SC Transaction] |
|
- REQUIRED
- type: string
- min length: 9
- max length: 9
- regex: ^(?:[PC][0-9]{8}|[HS][0-9]{1}[A-Z]{2}[0-9]{5})$
|
MEMO CODE |
A/N-1 |
|
|
X |
X = True |
|
- type: ['boolean', 'null']
|
MEMO TEXT/DESCRIPTION |
A/N-100 |
|
|
|
|
|
- type: ['string', 'null']
- min length: 0
- max length: 100
- regex: ^[ -~]{0,100}$
|