{
"screening": {
"id": "scr_123",
"checkType": "CHECK_TYPE_DEEP_CHECK",
"coveScore": 85.5,
"creditScore": 725,
"rent": 2000,
"monthlyIncome": 10000.00,
"monthlyDebt": 1500.00,
"totalDebt": 15000.00,
"debtLimit": 50000.00,
"monthlyData": [
{
"month": "2024-01",
"averageBalance": 5000.00,
"income": 10000.00,
"spending": 4000.00
}
],
"landlordReviews": [
{
"email": "[email protected]",
"phone": "+1987654321",
"wouldRentToThemAgain": 5,
"paysRentOnTime": 5,
"cleanliness": 4,
"didNotDamageProperty": 5,
"additionalDetails": "Excellent tenant"
}
],
"greenFlags": [
"INCOME_VERIFIED",
"EMPLOYMENT_VERIFIED",
"IDENTITY_VERIFIED"
]
},
"user": {
"id": "usr_123",
"identity": {
"source": "Persona",
"name": {
"first": "John",
"last": "Doe"
},
"phone": "+1234567890",
"email": "[email protected]",
"address": {
"line1": "123 Main St",
"line2": "Apt 4B",
"city": "San Francisco",
"state": "CA",
"postalCode": "94105",
"country": "US"
},
"verifications": {
"liveness": true,
"faceMatch": true,
"nameMatch": true
},
"at": "2025-02-03T21:37:00-05:00"
},
"employment": {
"employeeType": "FULL_TIME",
"employmentStatus": "ACTIVE",
"jobTitle": "Software Engineer",
"startDate": "2020-01-01T00:00:00Z",
"weeklyHours": 40,
"employer": {
"name": "Acme Corp",
"address": {
"line1": "456 Market St",
"city": "San Francisco",
"state": "CA",
"postalCode": "94105",
"country": "US"
}
}
},
"rentals": [
{
"id": "rnt_123",
"address": {
"street": "789 Pine St",
"city": "San Francisco",
"provinceState": "CA",
"postalCode": "94105",
"country": "US"
},
"start": "2020-01-01",
"rentAmount": 2000,
"landlordName": "Jane Smith",
"landlordEmail": "[email protected]",
"landlordPhone": "+1987654321"
}
]
}
}