Get Future Expenditures

Return a list of expenditure amount for all categories in future dollars

Request Data

NameData TypeMandatoryDescriptionSample ValueRemarks
countrystringYcountryUSalpha-2 code
regionstringYregion of the location in particular countryMidwestSome countries may have no region. Thus the value will be null
currentYearnumberYcurrent year2020
agenumberYcurrent age32
retirementAgenumberYthe age at which user wants to stop working65
inflationRatenumberYthe rate at which prices increase over time0.017
expendituresstringYexpenditure categoryFood
bandnumberYa grouping classification of the expenditure amount7

Response Data

NameData TypeDescriptionSample ValueRemarksRemarks
yearsToRetirementnumberthe number of years user will retire from his current age until the retirement year33alpha-2 code
retirementYearnumberyear when user will retire2053Some countries may have no region. Thus the value will be null
futureExpendituresarraycontain list of expenditure amount of all categories of all bands[ { "expenditures": "Alcoholic Beverages", "band": 1, "amount": 26.16, "currency": "USD", "ageRange": "65 and above", "region": "Northeast" }, { "expenditures": "Alcoholic Beverages", "band": 2, "amount": 15.69, "currency": "USD", "ageRange": "65 and above", "region": "Northeast" }, ... { "expenditures": "Transportation", "band": 9, "amount": 1562.78, "currency": "USD", "ageRange": "65 and above", "region": "Northeast" }, { "expenditures": "Transportation", "band": 10, "amount": 1937.78, "currency": "USD", "ageRange": "65 and above", "region": "Northeast" } ]
expendituresstringcategory of expenditureAlcoholic Beverages
bandnumbera grouping classification of the expenditure amount1
amountnumberexpenditure amount for particular category26.16
currencystringcurrency code of particular countryUSD
ageRangestringage range65 and above
regionstringregion of the location in particular countryNortheastSome countries may have no region. Thus the value will be null
Language
Authentication
Bearer
Click Try It! to start a request and see the response here!