Uses of Class
org.quantlib.CashFlow
-
-
Uses of CashFlow in org.quantlib
Subclasses of CashFlow in org.quantlib Modifier and Type Class Description classAmortizingPaymentclassCappedFlooredCmsCouponclassCappedFlooredCmsSpreadCouponclassCappedFlooredCouponclassCappedFlooredIborCouponclassCappedFlooredYoYInflationCouponclassCmsCouponclassCmsSpreadCouponclassCouponclassCPICashFlowclassCPICouponclassDividendclassEquityCashFlowclassFixedDividendclassFixedRateCouponclassFloatingRateCouponclassFractionalDividendclassIborCouponclassIndexedCashFlowclassInflationCouponclassOvernightIndexedCouponclassRedemptionclassSimpleCashFlowclassSubPeriodsCouponclassYoYInflationCouponclassZeroInflationCashFlowMethods in org.quantlib that return CashFlow Modifier and Type Method Description CashFlowCreditDefaultSwap. accrualRebate()CashFlowLeg. get(int index)static CashFlowCashFlows. nextCashFlow(Leg leg, boolean includeSettlementDateFlows)static CashFlowCashFlows. nextCashFlow(Leg leg, boolean includeSettlementDateFlows, Date settlementDate)static CashFlowCashFlows. previousCashFlow(Leg leg, boolean includeSettlementDateFlows)static CashFlowCashFlows. previousCashFlow(Leg leg, boolean includeSettlementDateFlows, Date settlementDate)CashFlowBond. redemption()CashFlowLeg. remove(int index)CashFlowLeg. set(int index, CashFlow e)CashFlowCreditDefaultSwap. upfrontPayment()Constructors in org.quantlib with parameters of type CashFlow Constructor Description Leg(int count, CashFlow value)Leg(CashFlow[] initialElements)Constructor parameters in org.quantlib with type arguments of type CashFlow Constructor Description Leg(Iterable<CashFlow> initialElements)
-