Household Document

Household Document

A household document contains information about a household.

Sample household document. Shown in JSON format.

{
  "household": {
    "id": "5a5a5a5a00f3c1e266b1ed36185b4da43f0c98862e",
    "personIds": [
      "5a5a5a5a00d1259d57e2097710dba53c20a26e7db6",
      "..."
    ],
    "basicDemographics": {
      "adoptionPlans": "Very likely",
      "adultsAgeRange": [
        "Females 55-64",
        "Males 25-34",
        "Males 55-64"
      ],
      "babyOrAdoptionPlans": "Likely",
      "babyPlans": "Likely",
      "countryOfOrigin": "England",
      "generations": 2,
      "hispanicLanguagePreference": "Non-Hispanic",
      "lengthOfResidence": 15,
      "maritalStatus": "Married",
      "newCareerPlans": "Likely",
      "numberOfAdults": 4,
      "numberOfChildren": 0,
      "numberOfPeople": 4,
      "ownerRenter": "Owner",
      "recentCollegeGraduate": true,
      "workingWoman": true,
      "youngAdult": true
    }
  }
}

NOTE: Sample documents include sample ids and content, and may not include all possible data attributes. This is for illustration purposes only.