buildContributionP3path | R Documentation |
Build the contribution path for a standard pension fund, called 3rd Pillar in Switzerland. Based on 'calcAnnuityAcumPath()'.
buildContributionP3path(birthday, P3purchase, CurrentP3, returnP3,
givenday = today("UTC"), RetirementAge)
birthday |
Date of birth ("YYYY-MM-DD"). |
P3purchase |
Annual voluntary contribution to the Private Fund (3rd Pillar). |
CurrentP3 |
Value of the current assets in the Private Fund (3rd Pillar). |
returnP3 |
Annual expected return on the Private Fund. |
givenday |
Date at which the age is computed ("YYYY-MM-DD"). |
RetirementAge |
Age of retirement. |
All contributions to the 3rd Pillar on an annual basis.
## Not run:
buildContributionP3path(
birthday = "1980-12-01",
P3purchase = 5000,
CurrentP3 = 100000,
returnP3 = 0.03,
givenday = as.Date("2015-11-30"),
RetirementAge = 62)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.