# atom_api.BudgetCalculatorResponseBudgetComponents

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**category** | **String** | Name of the category | [optional] 
**subcategory** | **String** | Name of the subcategory | [optional] 
**fundsBudgeted** | **Number** | Amount of funds originally budgeted in the category | [optional] 
**fundsSpent** | **Number** | Amount of funds spent in the category | [optional] 
**fundsRemaining** | **Number** | Amount of funds remaining in the category; delta of funds_budgeted - funds_spent | [optional] 


