public CashFlow(CashFlowAttribute cfa, Dictionary <DateTime, decimal?> dict)
 {
     _attribute = cfa;
     _values    = new SortedDictionary <DateTime, decimal?>(dict);
 }
 public CashFlow(CashFlowAttribute cfa = CashFlowAttribute.Default)
 {
     _attribute = cfa;
 }