Last active
December 27, 2019 15:26
-
-
Save ShaneLee/54a21a469e6b12be3cd500c198c53355 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
START_DATE = '2007-1-1' # Date from which we want to get the financial year. | |
YEARS = 40 # Years until retirement | |
DAYS_IN_YEAR = 253 # Average number of trading days in the year | |
PORTFOLIO_VALUE = 1000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment