Skip to content

Instantly share code, notes, and snippets.

@pmallory
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmallory/cbb7a2d89aa00f0072f4 to your computer and use it in GitHub Desktop.
Save pmallory/cbb7a2d89aa00f0072f4 to your computer and use it in GitHub Desktop.
{
"retirementStartYear": 2014,
"retirementEndYear": 2043,
"portfolio": {
"initial": 8000,
"percentEquities": 75,
"percentBonds": 25,
"percentGold": 0,
"percentCash": 0,
"percentFees": 0,
"growthOfCash": 0.25,
"rebalanceAnnually": true,
"constantAllocation": true
},
"spending": {
"method": "inflationAdjusted",
"floor": "none",
"ceiling": "none",
"percentageOfPortfolioType": "constant",
"percentageOfPortfolioFloorType": "percentageOfPortfolio",
"percentageOfPortfolioCeilingType": "percentageOfPreviousYear",
"percentageOfPortfolioFloorPercentage": 7,
"retireAgainAmountType": "valueAtRetirement"
},
"extraIncome": {
"socialSecurity": {
"val": 0,
"startYear": 2032,
"endYear": 2100
},
"socialSecuritySpouse": {
"val": 0,
"startYear": 2032,
"endYear": 2100
},
"pensions": [
{
"label": "One",
"val": 0,
"startYear": 2030,
"endYear": null,
"recurring": true,
"inflationAdjusted": true,
"inflationType": "constant",
"inflationRate": 5,
"$$hashKey": "object:3"
},
{
"label": "Two",
"val": 0,
"startYear": 2030,
"endYear": null,
"recurring": true,
"inflationAdjusted": true,
"inflationType": "RPI",
"inflationRate": "",
"$$hashKey": "object:4"
}
],
"extraSavings": [
{
"label": "One",
"val": 0,
"startYear": 2030,
"endYear": null,
"recurring": true,
"inflationAdjusted": true,
"inflationType": "constant",
"inflationRate": 5,
"$$hashKey": "object:7"
},
{
"label": "Two",
"val": 0,
"startYear": 2030,
"endYear": null,
"recurring": true,
"inflationAdjusted": true,
"inflationType": "RPI",
"inflationRate": "",
"$$hashKey": "object:8"
}
]
},
"extraSpending": [
{
"label": "One",
"val": 0,
"startYear": 2030,
"endYear": null,
"recurring": true,
"inflationAdjusted": true,
"inflationType": "constant",
"inflationRate": 5,
"$$hashKey": "object:11"
},
{
"label": "Two",
"val": 0,
"startYear": 2030,
"endYear": null,
"recurring": true,
"inflationAdjusted": true,
"inflationType": "RPI",
"inflationRate": "",
"$$hashKey": "object:12"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment