IRIS Enumerated Data Types

Under Development

Special Data Types

Form Type

1099-A, 1099-B1, 1099-B2, 1099-B3, 1099-DIV, etc.

TIN Type

  • EIN
  • SSN
  • ATIN
  • ITIN
  • QI-EIN
  • UND (Not determinable)

Name Type

"B" for Business name, "I" for individual name.

Combined Federal/State Filing

State code (e.g. CA)

State - Special Data Entries

Types Peculiar to IRIS

IrisBooleanType:
  title: Boolean Types
  description: IRIS Boolean Representations
  type: string
  enum:
    - Y
    - N


IrisBusinessIndividualType:
  title: Business Individual Types
  description: Type of Entity
  type: string
  enum:
    - B
    - I


IrisFormType:
  title: Form Types
  description: Type of Form 1099
  type: string
  enum:
    - 1099-A
    - 1099-B1
    - 1099-B2
    - 1099-B3
    - 1099-CAP
    - 1099-C
    - 1099-DIV
    - 1099-G
    - 1099-H
    - 1099-INT
    - 1099-K
    - 1099-LS
    - 1099-LTC
    - 1099-MISC
    - 1099-NEC
    - 1099-OID
    - 1099-PATR
    - 1099-QA
    - 1099-Q
    - 1099-R
    - 1099-SA
    - 1099-SB
    - 1099-S


IrisIssuerTinType:
  title: Issuer Identification Number Types
  description: Type of TIN
  type: string
  enum:
    - SSN
    - EIN


IrisPhoneType:
  title: Phone Types
  description: Type of Phone
  type: string
  enum:
    - D
    - I


IrisRecipientTinType:
  title: Recipient Identification Number Types
  description: Type of TIN
  type: string
  enum:
    - SSN
    - EIN
    - ATIN
    - ITIN
    - QI-EIN
    - UND



© Copyright 2023. All Rights Reserved.