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

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

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

Same methods

YoYInflationCoupon::YoYInflationCoupon ( QLNet.Date paymentDate, double nominal, QLNet.Date startDate, QLNet.Date endDate, int fixingDays, QLNet.YoYInflationIndex yoyIndex, Period observationLag, DayCounter dayCounter, double gearing, double spread, QLNet.Date refPeriodStart, QLNet.Date refPeriodEnd ) : QLNet.Time