Welcome to the documentation of CH3a!¶
Introduction¶
CH3a
is a python package enabling you to run simulations to evaluate tax implications of investments in the Swiss third pillar (3. Säule).
Motivation¶
Limitations¶
Installation¶
CH3a¶
investor module¶
- class investor.Investor(start_date, end_date)¶
Bases:
object
This is a conceptual class representation of an investor in Switzerland
- Parameters
start_date (str) – Current date in %Y-%m-%d format.
end_date (str) – Expected date of retirement or fund withdrawal in %Y-%m-%d format.
- Raises
ValueError – if end_date before start_date
- invest()¶
- open_account()¶
- withdraw()¶