Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 915 Bytes

NEWS.md

File metadata and controls

17 lines (12 loc) · 915 Bytes

R4GoodPersonalFinances 0.1.1

Bugfixes

  • Fixed apps errors while executing locally.

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() and plot_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() and plot_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 and purchasing-power.