# atom_api.CashFlowAnalysisResponseHistory

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_date** | **Date** | The date associated with the entry | [optional] 
**periodIncome** | **Number** | Income during the period | [optional] 
**periodSpending** | **Number** | Spending during the period | [optional] 
**periodNet** | **Number** | Income net of spending during the period | [optional] 
**cumulativeIncome** | **Number** | Income up to and including this period | [optional] 
**cumulativeSpending** | **Number** | Spending up to and including this period | [optional] 
**cumulativeNet** | **Number** | Income net of spending up to and including this period | [optional] 


