# atom_api.RetirementCalculatorPctcoveredResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**achievableExpenses** | **Number** | The annual retirement expenses that can be covered, expressed in today&#39;s dollars. | 
**targetExpenses** | **Number** | The retirement_expenses input representing the target annual goal amount. | 
**percentOfExpensesCovered** | **Number** | The percentage of expenses covered, given the other user inputs. | 
**projectedSavingsAtRetirement** | **Number** | The total amount of savings projected to be available at retirement, expressed in today’s dollars. | 
**totalEarnings** | **Number** | The total earnings generated over the horizon. | 
**totalContributions** | **Number** | The total contributions added over the horizon. | 
**totalWithdrawals** | **Number** | The total amount of withdrawals taken over decumulation_horizon. | 
**totalTaxes** | **Number** | The total taxes paid on withdrawals over decumulation_horizon. | 
**returnDetails** | [**{String: RetirementReturnDetail}**](RetirementReturnDetail.md) |  | 


