Uses of Interface
com.opengamma.strata.product.bond.BondPaymentPeriod
-
Packages that use BondPaymentPeriod Package Description com.opengamma.strata.product.bond Entity objects describing bonds. -
-
Uses of BondPaymentPeriod in com.opengamma.strata.product.bond
Classes in com.opengamma.strata.product.bond that implement BondPaymentPeriod Modifier and Type Class Description classCapitalIndexedBondPaymentPeriodA coupon or nominal payment of capital indexed bonds.classFixedCouponBondPaymentPeriodA period over which a fixed coupon is paid.classKnownAmountBondPaymentPeriodA period within a swap that results in a known amount.Methods in com.opengamma.strata.product.bond that return BondPaymentPeriod Modifier and Type Method Description BondPaymentPeriodBondPaymentPeriod. adjustPaymentDate(TemporalAdjuster adjuster)Adjusts the payment date using the rules of the specified adjuster.BondPaymentPeriodResolvedCapitalIndexedBondSettlement. getPayment()Gets the payment of the settlement.Methods in com.opengamma.strata.product.bond with parameters of type BondPaymentPeriod Modifier and Type Method Description static ResolvedCapitalIndexedBondSettlementResolvedCapitalIndexedBondSettlement. of(LocalDate settlementDate, double price, BondPaymentPeriod amount)Obtains an instance from the settlement date, price and amount.
-