pub type Statistic = Arc<dyn PortfolioStatistic<Item = f64> + Send + Sync>;
pub struct Statistic { /* private fields */ }