Skip to content

Releases: R4GoodAcademy/R4GoodPersonalFinances

R4GoodPersonalFinances 0.1.1

30 Dec 10:24
802ffb4
Compare
Choose a tag to compare

Bugfixes

  • Fixed apps errors while executing locally.

R4GoodPersonalFinances 0.1.0

29 Dec 17:34
Compare
Choose a tag to compare

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.