HUD Form Submission Demo

Form Data Preview

{
  "household": [
    {
      "firstName": "John",
      "lastName": "Doe",
      "dateOfBirth": "1985-06-15",
      "ssn": "1234",
      "relationship": "self",
      "gender": "male",
      "citizenship": "citizen",
      "disabled": false,
      "race": "white",
      "ethnicity": "non-hispanic"
    }
  ],
  "income": [
    {
      "type": "wages",
      "amount": 3500,
      "frequency": "monthly"
    }
  ],
  "assets": [
    {
      "type": "checking",
      "value": 2500,
      "income": 0
    }
  ],
  "housingAuthority": {
    "name": "Chicago Housing Authority",
    "code": "IL002"
  }
}

This is a preview of the data that would be submitted. In a real application, this data would come from user input.

About HUD Form Submission

This demo showcases how our application communicates with HUD offices across all 50 states. In a real implementation:

Our system handles the complex communication with various HUD systems, including TRACS (Tenant Rental Assistance Certification System), iMAX (Integrated Multifamily Access eXchange), and PHA (Public Housing Authority) systems across different states.