Assumptions¶
collegeplan.assumptions
¶
Utility functions for normalizing return and inflation assumptions.
resolve_nominal_return(assumptions)
¶
Return the nominal expected return, deriving from real if needed.
Source code in src/collegeplan/assumptions.py
resolve_real_return(assumptions)
¶
Return the real expected return, deriving from nominal if needed.
Source code in src/collegeplan/assumptions.py
normalize_assumptions(assumptions)
¶
Return a copy with both nominal and real returns populated.
Source code in src/collegeplan/assumptions.py
deflate(nominal_value, years, inflation)
¶
Convert a future nominal dollar amount to today's real dollars.