# atom_api.AnnuityDepositSchedule

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**depositAmount** | **Number** | Amount deposited each period | [optional] 
**depositFrequencyInterval** | **String** | Time interval between each period | [optional] [default to &#39;year&#39;]
**adjustDepositForInflation** | **Boolean** | If true, adjust deposit for inflation | [optional] [default to true]


<a name="DepositFrequencyIntervalEnum"></a>
## Enum: DepositFrequencyIntervalEnum


* `year` (value: `"year"`)

* `quarter` (value: `"quarter"`)

* `month` (value: `"month"`)

* `week` (value: `"week"`)




