pub fn cost_of_life<'a, I>(txs: I, on: &NaiveDate) -> BigDecimal where
    I: Iterator<Item = &'a TxRecord>, 
Expand description

Compute the cost of life for a set of transactions