diff --git a/crates/brk_computer/src/vecs/stateful/cohort.rs b/crates/brk_computer/src/vecs/stateful/cohort.rs index 4fd462a97..3c8aa796e 100644 --- a/crates/brk_computer/src/vecs/stateful/cohort.rs +++ b/crates/brk_computer/src/vecs/stateful/cohort.rs @@ -933,7 +933,7 @@ impl Vecs { true, version + VERSION + Version::TWO, format, - StorableVecGeneatorOptions::default().add_sum(), + StorableVecGeneatorOptions::default().add_sum().add_cumulative(), )?, indexes_to_coindays_destroyed: ComputedVecsFromHeight::forced_import( path, @@ -941,7 +941,7 @@ impl Vecs { true, version + VERSION + Version::TWO, format, - StorableVecGeneatorOptions::default().add_sum(), + StorableVecGeneatorOptions::default().add_sum().add_cumulative(), )?, indexes_to_cumulative_net_realized_profit_and_loss_30d_change: compute_dollars.then(|| { ComputedVecsFromDateIndex::forced_import(