{
"assets": {
"status": "COMPLETED",
"assets_verified": true,
"net_worth": 500000,
"down_payment": 100000,
"properties": [{
"address": "456 Oak St, Toronto, ON",
"value": 800000,
}],
"closing_costs_covered": true,
"account_balances": [
{
"id": "acc_12345",
"type": "CHECKING",
"balance": 5432.10,
"institution": {
"id": "ins_td",
"name": "TD Bank"
}
},
{
"id": "acc_67890",
"type": "SAVINGS",
"balance": 15000.00,
"institution": {
"id": "ins_td",
"name": "TD Bank"
}
}
],
"monthly_data": [
{
"month": "2025-01",
"average_balance": 19245.75,
"income": 4615.38,
"spending": 3200.50
},
{
"month": "2024-12",
"average_balance": 18830.87,
"income": 4615.38,
"spending": 3500.25
}
],
"verification": {
"provider": "Plaid",
"verified_at": "2025-02-03T20:25:05-05:00"
}
}
}