Uses of Class
org.quantlib.Bond
-
-
Uses of Bond in org.quantlib
Subclasses of Bond in org.quantlib Modifier and Type Class Description classAmortizingCmsRateBondclassAmortizingFixedRateBondclassAmortizingFloatingRateBondclassCallableBondclassCallableFixedRateBondclassCallableZeroCouponBondclassCmsRateBondclassConvertibleFixedCouponBondclassConvertibleFloatingRateBondclassConvertibleZeroCouponBondclassCPIBondclassFixedRateBondclassFloatingRateBondclassZeroCouponBondMethods in org.quantlib that return Bond Modifier and Type Method Description BondBondHelper. bond()Methods in org.quantlib with parameters of type Bond Modifier and Type Method Description static intBondFunctions. accrualDays(Bond bond)static intBondFunctions. accrualDays(Bond bond, Date settlementDate)static DateBondFunctions. accrualEndDate(Bond bond)static DateBondFunctions. accrualEndDate(Bond bond, Date settlementDate)static doubleBondFunctions. accrualPeriod(Bond bond)static doubleBondFunctions. accrualPeriod(Bond bond, Date settlementDate)static DateBondFunctions. accrualStartDate(Bond bond)static DateBondFunctions. accrualStartDate(Bond bond, Date settlementDate)static doubleBondFunctions. accruedAmount(Bond bond)static doubleBondFunctions. accruedAmount(Bond bond, Date settlementDate)static intBondFunctions. accruedDays(Bond bond)static intBondFunctions. accruedDays(Bond bond, Date settlementDate)static doubleBondFunctions. accruedPeriod(Bond bond)static doubleBondFunctions. accruedPeriod(Bond bond, Date settlementDate)static doubleBondFunctions. atmRate(Bond bond, YieldTermStructure discountCurve)static doubleBondFunctions. atmRate(Bond bond, YieldTermStructure discountCurve, Date settlementDate)static doubleBondFunctions. atmRate(Bond bond, YieldTermStructure discountCurve, Date settlementDate, double cleanPrice)static doubleBondFunctions. basisPointValue(Bond bond, double yield, DayCounter dayCounter, Compounding compounding, Frequency frequency)static doubleBondFunctions. basisPointValue(Bond bond, double yield, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate)static doubleBondFunctions. basisPointValue(Bond bond, InterestRate yield)static doubleBondFunctions. basisPointValue(Bond bond, InterestRate yield, Date settlementDate)static doubleBondFunctions. bps(Bond bond, double yield, DayCounter dayCounter, Compounding compounding, Frequency frequency)static doubleBondFunctions. bps(Bond bond, double yield, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate)static doubleBondFunctions. bps(Bond bond, InterestRate yield)static doubleBondFunctions. bps(Bond bond, InterestRate yield, Date settlementDate)static doubleBondFunctions. bps(Bond bond, YieldTermStructure discountCurve)static doubleBondFunctions. bps(Bond bond, YieldTermStructure discountCurve, Date settlementDate)static doubleBondFunctions. cleanPrice(Bond bond, double yield, DayCounter dayCounter, Compounding compounding, Frequency frequency)static doubleBondFunctions. cleanPrice(Bond bond, double yield, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate)static doubleBondFunctions. cleanPrice(Bond bond, InterestRate yield)static doubleBondFunctions. cleanPrice(Bond bond, InterestRate yield, Date settlementDate)static doubleBondFunctions. cleanPrice(Bond bond, YieldTermStructure discountCurve)static doubleBondFunctions. cleanPrice(Bond bond, YieldTermStructure discountCurve, Date settlementDate)static doubleQuantLib. cleanPriceFromZSpread(Bond bond, YieldTermStructure discountCurve, double zSpread, DayCounter dc, Compounding compounding, Frequency freq)static doubleQuantLib. cleanPriceFromZSpread(Bond bond, YieldTermStructure discountCurve, double zSpread, DayCounter dc, Compounding compounding, Frequency freq, Date settlementDate)static doubleBondFunctions. convexity(Bond bond, double yield, DayCounter dayCounter, Compounding compounding, Frequency frequency)static doubleBondFunctions. convexity(Bond bond, double yield, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate)static doubleBondFunctions. convexity(Bond bond, InterestRate yield)static doubleBondFunctions. convexity(Bond bond, InterestRate yield, Date settlementDate)static doubleBondFunctions. duration(Bond bond, double yield, DayCounter dayCounter, Compounding compounding, Frequency frequency)static doubleBondFunctions. duration(Bond bond, double yield, DayCounter dayCounter, Compounding compounding, Frequency frequency, Duration.Type type)static doubleBondFunctions. duration(Bond bond, double yield, DayCounter dayCounter, Compounding compounding, Frequency frequency, Duration.Type type, Date settlementDate)static doubleBondFunctions. duration(Bond bond, InterestRate yield)static doubleBondFunctions. duration(Bond bond, InterestRate yield, Duration.Type type)static doubleBondFunctions. duration(Bond bond, InterestRate yield, Duration.Type type, Date settlementDate)protected static longBond. getCPtr(Bond obj)static booleanBondFunctions. isTradable(Bond bond)static booleanBondFunctions. isTradable(Bond bond, Date settlementDate)static DateBondFunctions. maturityDate(Bond bond)static doubleBondFunctions. nextCashFlowAmount(Bond bond)static doubleBondFunctions. nextCashFlowAmount(Bond bond, Date refDate)static DateBondFunctions. nextCashFlowDate(Bond bond)static DateBondFunctions. nextCashFlowDate(Bond bond, Date refDate)static doubleBondFunctions. nextCouponRate(Bond bond)static doubleBondFunctions. nextCouponRate(Bond bond, Date settlementDate)static doubleBondFunctions. previousCashFlowAmount(Bond bond)static doubleBondFunctions. previousCashFlowAmount(Bond bond, Date refDate)static DateBondFunctions. previousCashFlowDate(Bond bond)static DateBondFunctions. previousCashFlowDate(Bond bond, Date refDate)static doubleBondFunctions. previousCouponRate(Bond bond)static doubleBondFunctions. previousCouponRate(Bond bond, Date settlementDate)static voidQuantLib. simplifyNotificationGraph(Bond bond)static voidQuantLib. simplifyNotificationGraph(Bond bond, boolean unregisterCoupons)static DateBondFunctions. startDate(Bond bond)static doubleBondFunctions. yield(Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency)static doubleBondFunctions. yield(Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate)static doubleBondFunctions. yield(Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate, double accuracy)static doubleBondFunctions. yield(Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate, double accuracy, long maxIterations)static doubleBondFunctions. yield(Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate, double accuracy, long maxIterations, double guess)static doubleBondFunctions. yieldBisection(Bisection solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency)static doubleBondFunctions. yieldBisection(Bisection solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate)static doubleBondFunctions. yieldBisection(Bisection solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate, double accuracy)static doubleBondFunctions. yieldBisection(Bisection solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate, double accuracy, double guess)static doubleBondFunctions. yieldBrent(Brent solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency)static doubleBondFunctions. yieldBrent(Brent solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate)static doubleBondFunctions. yieldBrent(Brent solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate, double accuracy)static doubleBondFunctions. yieldBrent(Brent solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate, double accuracy, double guess)static doubleBondFunctions. yieldFalsePosition(FalsePosition solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency)static doubleBondFunctions. yieldFalsePosition(FalsePosition solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate)static doubleBondFunctions. yieldFalsePosition(FalsePosition solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate, double accuracy)static doubleBondFunctions. yieldFalsePosition(FalsePosition solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate, double accuracy, double guess)static doubleBondFunctions. yieldRidder(Ridder solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency)static doubleBondFunctions. yieldRidder(Ridder solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate)static doubleBondFunctions. yieldRidder(Ridder solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate, double accuracy)static doubleBondFunctions. yieldRidder(Ridder solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate, double accuracy, double guess)static doubleBondFunctions. yieldSecant(Secant solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency)static doubleBondFunctions. yieldSecant(Secant solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate)static doubleBondFunctions. yieldSecant(Secant solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate, double accuracy)static doubleBondFunctions. yieldSecant(Secant solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate, double accuracy, double guess)static doubleBondFunctions. yieldValueBasisPoint(Bond bond, double yield, DayCounter dayCounter, Compounding compounding, Frequency frequency)static doubleBondFunctions. yieldValueBasisPoint(Bond bond, double yield, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate)static doubleBondFunctions. yieldValueBasisPoint(Bond bond, InterestRate yield)static doubleBondFunctions. yieldValueBasisPoint(Bond bond, InterestRate yield, Date settlementDate)static doubleBondFunctions. zSpread(Bond bond, double cleanPrice, YieldTermStructure discountCurve, DayCounter dayCounter, Compounding compounding, Frequency frequency)static doubleBondFunctions. zSpread(Bond bond, double cleanPrice, YieldTermStructure discountCurve, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate)static doubleBondFunctions. zSpread(Bond bond, double cleanPrice, YieldTermStructure discountCurve, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate, double accuracy)static doubleBondFunctions. zSpread(Bond bond, double cleanPrice, YieldTermStructure discountCurve, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate, double accuracy, long maxIterations)static doubleBondFunctions. zSpread(Bond bond, double cleanPrice, YieldTermStructure discountCurve, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate, double accuracy, long maxIterations, double guess)Constructors in org.quantlib with parameters of type Bond Constructor Description BondForward(Date valueDate, Date maturityDate, Position.Type type, double strike, long settlementDays, DayCounter dayCounter, Calendar calendar, BusinessDayConvention businessDayConvention, Bond bond)BondForward(Date valueDate, Date maturityDate, Position.Type type, double strike, long settlementDays, DayCounter dayCounter, Calendar calendar, BusinessDayConvention businessDayConvention, Bond bond, YieldTermStructureHandle discountCurve)BondForward(Date valueDate, Date maturityDate, Position.Type type, double strike, long settlementDays, DayCounter dayCounter, Calendar calendar, BusinessDayConvention businessDayConvention, Bond bond, YieldTermStructureHandle discountCurve, YieldTermStructureHandle incomeDiscountCurve)BondHelper(QuoteHandle cleanPrice, Bond bond)BondHelper(QuoteHandle cleanPrice, Bond bond, BondPrice.Type priceType)FaceValueAccrualClaim(Bond bond)
-