Пример #1
0
 public CashFlow(int id)
     : base(id)
 {
     _curveCollection = IRZeroCurveCollection.GetCollection(this.Currency);
 }
Пример #2
0
 public CashFlow(Instrument instrument)
     : base(instrument)
 {
     _curveCollection = IRZeroCurveCollection.GetCollection(this.Currency);
 }