Changelog
Source:NEWS.md
R4GoodPersonalFinances 0.0.0.9016
Initial release of the package includes functions designed to support the optimal allocation of your investment portfolio with the use of the ‘Merton Share’ formula.
- Added
calc_purchasing_power()
andplot_purchasing_power()
to calculate and visualize the effect of real interest rates—whether positive (compounding) or negative (inflation)—on the purchasing power of savings. - Added
calc_optimal_risky_asset_allocation()
for calculating optimal allocation using the ‘Merton Share’ formula. - Added
calc_risk_adjusted_return()
andplot_risk_adjusted_returns()
to calculate and visualize the effect of allocation to risky assets on the risk-adjusted return. - Added
run_app()
function that runs package interactive apps:risk-adjusted-returns
andpurchasing-power
.