Example #1
0
 public CouponPathFlow Copy()
 {
     return(new CouponPathFlow(PayoffPathValues.Copy(), CouponLabel, PaymentCoordinate));
 }
Example #2
0
        public double FlowValue(double[][] simulatedFixings, double[][] rebasements)
        {
            double flowRebasement = rebasements[PaymentCoordinate.Item1][PaymentCoordinate.Item2];

            return(PayoffPathValues.Value(simulatedFixings) * flowRebasement);
        }