Package org.jquantlib.cashflow

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

Related Classes of org.jquantlib.cashflow.CmsLeg

Copyright © 2018 www.massapicom. 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.