QLNet.CappedFlooredYoYInflationCoupon.CappedFlooredYoYInflationCoupon C# (CSharp) Метод

CappedFlooredYoYInflationCoupon() публичный Метод

public CappedFlooredYoYInflationCoupon ( Date paymentDate, double nominal, Date startDate, Date endDate, int fixingDays, QLNet.YoYInflationIndex index, Period observationLag, DayCounter dayCounter ) : System
paymentDate Date
nominal double
startDate Date
endDate Date
fixingDays int
index QLNet.YoYInflationIndex
observationLag Period
dayCounter DayCounter
Результат System
        public CappedFlooredYoYInflationCoupon(Date paymentDate, double nominal, Date startDate, Date endDate, int fixingDays, YoYInflationIndex index, Period observationLag, DayCounter dayCounter)
            : this(paymentDate, nominal, startDate, endDate, fixingDays, index, observationLag, dayCounter, 1.0, 0.0, null, null, null, null)
        {
        }

Same methods

CappedFlooredYoYInflationCoupon::CappedFlooredYoYInflationCoupon ( Date paymentDate, double nominal, Date startDate, Date endDate, int fixingDays, QLNet.YoYInflationIndex index, Period observationLag, DayCounter dayCounter, double gearing, double spread, double cap, double floor, Date refPeriodStart, Date refPeriodEnd ) : System
CappedFlooredYoYInflationCoupon::CappedFlooredYoYInflationCoupon ( YoYInflationCoupon underlying ) : System
CappedFlooredYoYInflationCoupon::CappedFlooredYoYInflationCoupon ( YoYInflationCoupon underlying, double cap, double floor ) : System