# atom_api.EducationCalculatorDepositScheduleNoDepAmt

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**depositFrequencyInterval** | **String** | The period interval to be used in relation to the deposit_amount. | [optional] [default to &#39;year&#39;]
**adjustDepositForInflation** | **Boolean** | If true, the deposits should be increased over time with the rate of inflation. If excluded, defaults to true. | [optional] [default to true]


<a name="DepositFrequencyIntervalEnum"></a>
## Enum: DepositFrequencyIntervalEnum


* `year` (value: `"year"`)

* `quarter` (value: `"quarter"`)

* `month` (value: `"month"`)

* `week` (value: `"week"`)




