Releases: R4GoodAcademy/R4GoodPersonalFinances
Releases · R4GoodAcademy/R4GoodPersonalFinances
R4GoodPersonalFinances 0.1.1
R4GoodPersonalFinances 0.1.0
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
.