Examples of AverageBMALeg


Examples of org.jquantlib.cashflow.AverageBMALeg

                      .withGearings(liborFraction)
                      .withSpreads(liborSpread)
                      .Leg();
        this.legs.add(iborLeg);

        final Leg bmaLeg = new AverageBMALeg(bmaSchedule, bmaIndex)
                      .withNotionals(nominal)
                      .withPaymentDayCounter(bmaDayCount)
                      .withPaymentAdjustment(bmaSchedule.businessDayConvention())
                      .Leg();
       
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.