Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
demmings committed Dec 9, 2024
1 parent b1cd08d commit 7367e00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
* A Google Sheets custom function used for doing retirement income projections and taking Canadian taxes into the equation.
* Take a column of **NET INCOMES** and calculate as accurately as possible the amount of **GROSS INCOMES** that would be required in **Canada** (and **ONTARIO**) to have the required net income.
* There is also the option of doing the opposite on finding net incomes from gross incomes.
* The factors taken into consideration for finding gross/net income:
* Regular taxable income (like RRSP, CPP, OAS,...)
* Age credits
* Capital gains
* Eligible Canadian Dividends
* OAS clawbacks
* Pension credit eligible income


## Installing
Expand Down Expand Up @@ -49,6 +56,7 @@
* **projectedGains** - amount of assets sold each year subject to capital gains tax
* **projectedDividends** - amount of dividends received each year
* **yearlyOAS** - Old Age Security amount. Used to determine clawback (which is counted as a tax)
* **incomeEligibleForPensionCredit** - Pension credit eligible income. This will add to the tax credits up to a specific amount.
* **returns** - GROSS Income from ALL taxable sources EXCLUDING capital gains and dividends, but including RRSP, CPP, OAS, ...(all taxable sources)
* Basically, we are trying to find how much to withdraw from RRSP so RRSP = gross - (CPP + OAS + other taxable sources)

Expand Down

0 comments on commit 7367e00

Please sign in to comment.