# atom_api.AnnuityInitialbalanceResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**initialBalance** | **Number** | The starting balance in the annuity plan, prior to any periodic contributions. | 
**totalEarnings** | **Number** | The total earnings generated over the horizon. | 
**totalContributions** | **Number** | The total contributinos added over the horizon. | 
**cumulativeAnnuityAmount** | **Number** | The total amount received from the annuity over the course of the plan. | 
**totalTaxes** | **Number** | The total taxes paid on annuity payments over decumulation_horizon. | 
**returnDetails** | [**{String: AnnuityReturnDetail}**](AnnuityReturnDetail.md) |  | 


