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 class
CapitalIndexedBondPaymentPeriod
A coupon or nominal payment of capital indexed bonds.class
FixedCouponBondPaymentPeriod
A period over which a fixed coupon is paid.class
KnownAmountBondPaymentPeriod
A 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 BondPaymentPeriod
BondPaymentPeriod. adjustPaymentDate(TemporalAdjuster adjuster)
Adjusts the payment date using the rules of the specified adjuster.BondPaymentPeriod
ResolvedCapitalIndexedBondSettlement. 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 ResolvedCapitalIndexedBondSettlement
ResolvedCapitalIndexedBondSettlement. of(LocalDate settlementDate, double price, BondPaymentPeriod amount)
Obtains an instance from the settlement date, price and amount.
-