# atom_api.DepositSchedule

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**depositAmount** | **Number** | The periodic deposit amount | [optional] 
**depositFrequencyInterval** | **String** | The deposit frequency interval | [optional] 
**depositDuration** | **Number** | The duration of the deposits | [optional] 
**adjustDepositForInflation** | **Boolean** | T/F adjust deposit for inflation rate | [optional] 


<a name="DepositFrequencyIntervalEnum"></a>
## Enum: DepositFrequencyIntervalEnum


* `year` (value: `"year"`)

* `month` (value: `"month"`)

* `quarter` (value: `"quarter"`)

* `week` (value: `"week"`)




