Examples of CmsLeg


Examples of org.jquantlib.cashflow.CmsLeg

            final /*Real*/ double  redemption,
            final Date issueDate) {
   
    super(settlementDays, schedule.calendar(), issueDate);
    maturityDate_ = schedule.endDate().clone();
    cashflows_ = new CmsLeg(schedule, index)
        .withNotionals(faceAmount)
        .withPaymentDayCounter(paymentDayCounter)
        .withPaymentAdjustment(paymentConvention)
        .withFixingDays(fixingDays)
        .withGearings(gearings)
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.