FEC F99

Type: object

FORM 99 - MISCELLANEOUS TEXT

If the conditions in the "If" tab are respected, then the conditions in the "Then" tab should be respected. Otherwise, the conditions in the "Else" tab should be respected.

Type: object

Type: string
Must match regular expression: ^MSM|MSR$
Type: object

Type: string

FORM TYPE

Type: const
Specific value: "F99"
Example:

"F99"

FILER COMMITTEE ID NUMBER

Type: string
Must match regular expression: ^(?:[PC][0-9]{8}|[HS][0-9]{1}[A-Z]{2}[0-9]{5})$

Must be at least 9 characters long

Must be at most 9 characters long


Example:

"C00123456"

COMMITTEE NAME

Type: string
Must match regular expression: ^[ -~]{0,200}$

Must be at least 1 characters long

Must be at most 200 characters long

STREET 1

Type: string
Must match regular expression: ^[ -~]{0,34}$

Must be at least 1 characters long

Must be at most 34 characters long

STREET 2

Type: string or null
Must match regular expression: ^[ -~]{0,34}$

CITY

Type: string
Must match regular expression: ^[ -~]{0,30}$

Must be at least 1 characters long

Must be at most 30 characters long

STATE

Type: string
Must match regular expression: ^[A-Z]{2}$

Must be at least 1 characters long

Must be at most 2 characters long

ZIP

Type: string
Must match regular expression: ^[ -~]{0,9}$

Must be at least 1 characters long

Must be at most 9 characters long

TREASURER LAST NAME

Type: string
Must match regular expression: ^[ -~]{0,30}$

Must be at least 1 characters long

Must be at most 30 characters long


Example:

"Smith"

TREASURER FIRST NAME

Type: string
Must match regular expression: ^[ -~]{0,20}$

Must be at least 1 characters long

Must be at most 20 characters long


Example:

"Patrick"

TREASURER MIDDLE NAME

Type: string or null
Must match regular expression: ^[ -~]{0,20}$
Example:

"Thomas"

TREASURER PREFIX

Type: string or null
Must match regular expression: ^[ -~]{0,10}$
Example:

"Mr."

TREASURER SUFFIX

Type: string or null
Must match regular expression: ^[ -~]{0,10}$
Example:

"Jr."

DATE SIGNED

Type: string
Must match regular expression: ^[0-9]{4}-[0-9]{2}-[0-9]{2}$

Must be at least 1 characters long


Example:

20120729

TEXT CODE

Type: enum (of string)

Must be one of:

  • "MSI"
  • "MSM"
  • "MST"
  • "MSR"
  • "MSW"

Example:

"MST"

FILING FREQUENCY

Type: enum (of string or null)

Must be one of:

  • "Q"
  • "M"
  • null

Example:

"Q"

PDF ATTACHMENT

Type: boolean

MESSAGE TEXT

Type: string
Must match regular expression: ^[ -~ ]{1,20000}$

Must be at least 1 characters long

Must be at most 20000 characters long