This data structure is the primary data-transfer-object for spending information in and out of SPENDiD services. By convention, services expect and return budgets in annual amounts.
Each property is a discrete spending facet supported by data. Review our Data Glossary for more details on each facet.
This object may be used as it is, or modified with a Transformer.
{
"food_home": 3556,
"food_out": 2560,
"alcoholic_beverages": 495,
"mortgage_and_rent": 6000,
"home_maintenance_and_repairs": 1024,
"other_lodging": 510,
"natural_gas": 343,
"electricity": 1294,
"heating_fuels_other": 90,
"residential_phone_service": 178,
"cellular_phone_service": 1041,
"water_and_public_services": 494,
"household_operations": 887,
"housekeeping_supplies": 495,
"furniture_and_appliances": 1603,
"clothing_items_and_services": 1317,
"vehicle_purchase_and_lease": 3000,
"gasoline": 1808,
"vehicle_maintenance_and_repairs": 734,
"vehicle_insurance": 983,
"public_and_other_transportation": 523,
"health_insurance": 2756,
"medical_services": 740,
"prescription_drugs": 435,
"medical_supplies": 157,
"fees_and_admissions": 386,
"media_hardware_and_services": 903,
"pets": 522,
"toys_and_hobbies": 162,
"personal_care": 594,
"reading": 83,
"education": 673,
"tobacco_and_smoking": 326,
"miscellaneous": 876,
"cash_contributions": 1204,
"life_and_personal_insurance": 252,
"savings": 2000,
"other_debt_payments": 0
}
Some services require certain facets
Check endpoint definitions for information on which facets may be required.