# atom_api.BudgetCalculatorResponseBudgetTrack

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**periodStart** | **Date** | Start date of the budget period | [optional] 
**periodEnd** | **Date** | End date of the budget period | [optional] 
**totalFundsBudgeted** | **Number** | Total amount of funds originally budgeted | [optional] 
**totalFundsSpent** | **Number** | Total amount of funds spent | [optional] 
**totalFundsRemaining** | **Number** | Total amount of funds remaining; delta of total_funds_budgeted - total_funds_spent | [optional] 
**budgetComponents** | [**[BudgetCalculatorResponseBudgetComponents]**](BudgetCalculatorResponseBudgetComponents.md) | Details about each item defined in the budget | [optional] 


