Specification for Text
FIELD DESCRIPTION TYPE REQUIRED SAMPLE DATA VALUE REFERENCE RULE REFERENCE FIELD FORM ASSOCIATION VALIDATION RULES
REC TYPE A/N-4 X (error) TEXT
  • REQUIRED
  • type: string
  • min length: 1
  • max length: 4
  • regex: ^[ -~]{0,4}$
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: 1
  • max length: 9
  • regex: ^[ -~]{0,9}$
TRANSACTION ID NUMBER A/N-20 X (error) T123456789-3456 must be unique and UPPER CASE for the life of the report (original + all amendments). If a Report level memo, will be "REPORT_MEMO_TEXT1", where 1 increases as you add report level memos (potential future functionality)
  • REQUIRED
  • type: string
  • min length: 1
  • max length: 20
  • regex: ^[ -~]{0,20}$
BACK REFERENCE TRAN ID NUMBER A/N-20 X (error if supplied incorrectly or supplied with Form Name in Field# 5) A123456789-6543 If Back-Reference TranID is supplied, it must exist within file along with corresponding Schedule Name (Field# 5). If Sched/Form Name (Field# 5) references the Form (F3XN,F3N..etc), this field must be blank
  • type: ['string', 'null']
  • min length: 0
  • max length: 20
  • regex: ^[ -~]{0,20}$
BACK REFERENCE SCHED / FORM NAME A/N-8 X (error) SA11AI F3XN,SB21B, SC/10, … If a transaction-level memo: Should be a valid, coded value equal to the REC TYPE of the schedule to which this text record is related. If report-level memo: Should be a valid, coded value equal to the REC TYPE of the form to which this text record is related.
  • REQUIRED
  • type: string
  • min length: 1
  • max length: 8
  • regex: ^[ -~]{0,8}$
TEXT4000 A/N-4000 Unformatted Text {text may not contain formatting characters such as tabs and line-feeds}
  • type: ['string', 'null']
  • min length: 0
  • max length: 4000
  • regex: ^[ -~]{0,4000}$