Skip to content

Instantly share code, notes, and snippets.

@htrajan
Created June 28, 2018 23:24
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 htrajan/3b9874635b8145953b547814fce9d3d1 to your computer and use it in GitHub Desktop.
Save htrajan/3b9874635b8145953b547814fce9d3d1 to your computer and use it in GitHub Desktop.
Account realisticRetirementAccount = RetirementAccount.builder()
.withInvestedBalance(34_332.67)
.withCashBalance(2_190.95)
.withType(Type.R_401_K)
.withExpectedAccountReturn(0.057)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment