org.jquantlib.cashflow
Class IborLeg
- java.lang.Object
-
- org.jquantlib.cashflow.IborLeg
-
public class IborLeg extends java.lang.ObjectHelper class building a sequence of capped/floored ibor-rate coupons
-
-
Constructor Summary
Constructors Constructor and Description IborLeg(Schedule schedule, IborIndex index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description IborLeginArrears(boolean flag)LegLeg()IborLegwithCaps(Array caps)IborLegwithCaps(double cap)IborLegwithFixingDays(Array fixingDays)IborLegwithFixingDays(double fixingDays)IborLegwithFloors(Array floors)IborLegwithFloors(double floor)IborLegwithGearings(Array gearings)IborLegwithGearings(double gearing)IborLegwithNotionals(Array notionals)IborLegwithNotionals(double notional)IborLegwithPaymentAdjustment(BusinessDayConvention convention)IborLegwithPaymentDayCounter(DayCounter dayCounter)IborLegwithSpreads(Array spreads)IborLegwithSpreads(double spread)IborLegwithZeroPayments(boolean flag)
-
-
-
Method Detail
-
withNotionals
public final IborLeg withNotionals(double notional)
-
withPaymentDayCounter
public final IborLeg withPaymentDayCounter(DayCounter dayCounter)
-
withPaymentAdjustment
public final IborLeg withPaymentAdjustment(BusinessDayConvention convention)
-
withFixingDays
public final IborLeg withFixingDays(double fixingDays)
-
withGearings
public IborLeg withGearings(double gearing)
-
withSpreads
public IborLeg withSpreads(double spread)
-
withCaps
public IborLeg withCaps(double cap)
-
withFloors
public IborLeg withFloors(double floor)
-
inArrears
public IborLeg inArrears(boolean flag)
-
withZeroPayments
public IborLeg withZeroPayments(boolean flag)
-
Leg
public Leg Leg()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG