buildContributionP2Path | R Documentation |
Gather all the required information to project the annual contributions to the occupational fund.
buildContributionP2Path(birthday, Salary, SalaryGrowthRate, CurrentP2,
P2purchase, TypePurchase, rate = BVGMindestzinssatz,
givenday = today("UTC"), RetirementAge)
birthday |
Date of birth ("YYYY-MM-DD"). |
Salary |
Stipend. |
SalaryGrowthRate |
Rate at which the salary increases/decreases. |
CurrentP2 |
Value of the current assets in the Occupational Fund. |
P2purchase |
Annual voluntary contribution to the Occupational Fund. |
TypePurchase |
AnnualP2 if the purchase on the second pillar gets repeated every year until retirement. |
rate |
Interests rate on annual basis. Constant interest rates are assumed. |
givenday |
Date at which the age is computed ("YYYY-MM-DD"). |
RetirementAge |
Age of retirement. |
All contributions to the 2nd Pillar on an annual basis.
## Not run:
buildContributionP2Path(
birthday = "1975-10-10",
Salary = 90000,
SalaryGrowthRate = 0.01,
CurrentP2 = 10000,
P2purchase = 2000,
TypePurchase = "AnnualP2",
rate = 0.025,
givenday = as.Date("2018-07-04"),
RetirementAge = 67)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.