Git Product home page Git Product logo

yannickkae / monthly-savings-calculator Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 50 KB

This Shiny R app is a monthly savings calculator that allows users to calculate the monthly savings rate needed to reach a desired final amount, based on different possible return distributions and risk profiles.

Home Page: https://yannickkaelber.shinyapps.io/MonthlySavings/

License: Creative Commons Zero v1.0 Universal

R 100.00%
bisection-method finance financial-planning investment monte-carlo risk savings

monthly-savings-calculator's Introduction

Monthly Savings Calculator

Sample Scenario Distribution of a Given Set of Input Parameters

This R Shiny web application is designed to compute the minimum monthly savings required to reach a desired final amount of savings after a specified number of years. The app allows users to choose from different distributions for sampling monthly returns: Normal Distribution, Portfolio Distribution, and Empirical Distribution. Users can also upload their own empirical data for sampling returns.

Features

  • Input initial amount, desired final amount, number of years, and probability of success.
  • Choose the distribution for sampling monthly returns:
    • Normal Distribution
    • Portfolio Distribution
    • Empirical Distribution (with file upload)
  • Simulate monthly returns and calculate the required monthly savings.
  • Visualize the results with histograms and cumulative distribution functions (CDF).
  • Generate insightful textual output based on the calculations.

Optimization Problem

The underlying mathematical optimization problem aims to determine the minimum monthly savings $S$ that need to be invested to reach the final amount $A_{final}$ with a given probability of success $P_{success}$. It solved by the bisection algorithm.

$$ \min S \quad \text{such that} \quad \Pr\left( A_{\text{end}} \geq A_{\text{final}} \right) \geq P_{\text{success}} $$

  • Initial amount $A_{initial}$
  • Desired final amount $A_{final}$
  • Number of years $N$
  • Probability of success $P_{success}$
  • Monthly return distribution $R_{monthly}$

monthly-savings-calculator's People

Contributors

yannickkae avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.