# atom_api.EducationCalculatorPctcoveredResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**achievableCost** | **Number** | The annual cost that can be covered, expressed in today&#39;s dollars. | 
**targetCost** | **Number** | The total_annual_cost input representing the target annual goal amount. | 
**percentOfCostsCovered** | **Number** | The percentage of total_annual_cost that can be paid for, given the other inputs provided by the user. | 
**projectedAccumulationSavings** | **Number** | The projected balance at the end of accumulation_horizon | 
**totalEarnings** | **Number** | The total earnings generated over the horizon | 
**totalContributions** | **Number** | The total contributions added over the horizon. | 
**totalCost** | **Number** | The total cost of education over the decumulation horizon, represented in future dollars. | 
**totalTaxes** | **Number** | The total taxes paid on withdrawals over decumulation_horizon. | 
**returnDetails** | [**{String: EducationCalculatorReturnDetail}**](EducationCalculatorReturnDetail.md) |  | 


