Skip to content

Commit

Permalink
efficient markets by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty committed Aug 10, 2023
1 parent 8317756 commit aaf4422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl SimInput {
SimInput {
vola: Vola::Mi,
expected_yearly_return: "7.0".to_string(),
is_eyr_independent: false,
is_eyr_independent: true,
n_months: "360".to_string(),
start_month_slider: MonthSlider::new(
Date::new(1950, 1).unwrap(),
Expand Down

0 comments on commit aaf4422

Please sign in to comment.