# atom_api.AnnuityCalculatorInitialBalance

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**portfolioReturn** | **Number** | The annualized portfolio return | 
**accumulationHorizon** | **Number** | The number of years in the accumulation period | 
**decumulationHorizon** | **Number** | The number of years in the accumulation period | 
**annuityAmount** | **Number** | The amount of the annuity payments | 
**annuityFrequencyInterval** | **String** | The frequency interval of the annuity | [optional] [default to &#39;year&#39;]
**inflationRate** | **Number** | The annualized inflation rate | [optional] 
**taxRate** | **Number** | The tax rate on withdrawals | [optional] 
**depositSchedule** | [**AnnuityDepositSchedule**](AnnuityDepositSchedule.md) |  | [optional] 


<a name="AnnuityFrequencyIntervalEnum"></a>
## Enum: AnnuityFrequencyIntervalEnum


* `year` (value: `"year"`)

* `quarter` (value: `"quarter"`)

* `month` (value: `"month"`)

* `week` (value: `"week"`)




