Skip to content

Commit

Permalink
feat: DEFAULT_INITIAL_INVESTMENT is now a constant in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
chilango74 committed Sep 17, 2024
1 parent 0f6816e commit 0b55875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions okama/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
default_macro_indicator = "USA_CAPE10.RATIO"

DEFAULT_DISCOUNT_RATE = 0.05
DEFAULT_INITIAL_INVESTMENT = 1000.

_MONTHS_PER_YEAR = 12
PeriodLength = namedtuple("PeriodLength", "years months")
Expand Down

0 comments on commit 0b55875

Please sign in to comment.