Copy {
"additionalProperties": false,
"properties": {
"address_line_1": {
"type": "string"
},
"business_name_disregarded_entity_name": {
"type": "string"
},
"city_state_zip": {
"pattern": "^[^,\\n]*?, [A-Z]{2}, \\d{5}(-\\d{4})?$",
"type": "string"
},
"exemptions": {
"additionalProperties": false,
"properties": {
"exempt_payee_code": {
"type": "string"
},
"exemption_from_fatca_reporting_code": {
"type": "string"
}
},
"type": "object"
},
"federal_tax_classification": {
"additionalProperties": false,
"properties": {
"c_corporation": {
"type": "boolean"
},
"individual_sole_proprietor": {
"type": "boolean"
},
"llc_checkbox": {
"type": "boolean"
},
"llc_tax_classification_code": {
"pattern": "^[CSP]$",
"type": "string"
},
"other_classification_checkbox": {
"type": "boolean"
},
"other_classification_text": {
"type": "string"
},
"partnership": {
"type": "boolean"
},
"s_corporation": {
"type": "boolean"
},
"trust_estate": {
"type": "boolean"
}
},
"type": "object"
},
"foreign_partners_owners_beneficiaries_indicator": {
"type": "boolean"
},
"list_account_numbers": {
"description": "List account number(s) here (optional)",
"minLength": 0,
"type": "string"
},
"name_of_entity_individual": {
"type": "string"
},
"requester_name_address": {
"description": "Requester's name and address",
"pattern": "^[\\s\\S]{0,255}$",
"type": "string"
},
"taxpayer_identification_number": {
"additionalProperties": false,
"properties": {
"ein_part_1": {
"pattern": "^\\d{2}$",
"type": "string"
},
"ein_part_2": {
"pattern": "^\\d{7}$",
"type": "string"
},
"ssn_part_1": {
"pattern": "^\\d{3}$",
"type": "string"
},
"ssn_part_2": {
"pattern": "^\\d{2}$",
"type": "string"
},
"ssn_part_3": {
"pattern": "^\\d{4}$",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}