# atom_api.AnnuityDepositamountResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**depositAmount** | **Number** | The amount to be deposited per period. | 
**depositFrequencyInterval** | **String** | The period interval to be used in relation to the deposit_amount. Defaults to year. | 
**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) |  | 


