| Package | Description |
|---|---|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| Modifier and Type | Method and Description |
|---|---|
static ResolvedFixedCouponBond.Builder |
ResolvedFixedCouponBond.builder()
Returns a builder used to create an instance of the bean.
|
ResolvedFixedCouponBond.Builder |
ResolvedFixedCouponBond.Meta.builder() |
ResolvedFixedCouponBond.Builder |
ResolvedFixedCouponBond.Builder.dayCount(DayCount dayCount)
Sets the day count convention applicable.
|
ResolvedFixedCouponBond.Builder |
ResolvedFixedCouponBond.Builder.fixedRate(double fixedRate)
Sets the fixed coupon rate.
|
ResolvedFixedCouponBond.Builder |
ResolvedFixedCouponBond.Builder.frequency(Frequency frequency)
Sets the frequency of the bond payments.
|
ResolvedFixedCouponBond.Builder |
ResolvedFixedCouponBond.Builder.legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.
|
ResolvedFixedCouponBond.Builder |
ResolvedFixedCouponBond.Builder.nominalPayment(Payment nominalPayment)
Sets the nominal payment of the product.
|
ResolvedFixedCouponBond.Builder |
ResolvedFixedCouponBond.Builder.periodicPayments(FixedCouponBondPaymentPeriod... periodicPayments)
Sets the
periodicPayments property in the builder
from an array of objects. |
ResolvedFixedCouponBond.Builder |
ResolvedFixedCouponBond.Builder.periodicPayments(List<FixedCouponBondPaymentPeriod> periodicPayments)
Sets the periodic payments of the product.
|
ResolvedFixedCouponBond.Builder |
ResolvedFixedCouponBond.Builder.rollConvention(RollConvention rollConvention)
Sets the roll convention of the bond payments.
|
ResolvedFixedCouponBond.Builder |
ResolvedFixedCouponBond.Builder.securityId(SecurityId securityId)
Sets the security identifier.
|
ResolvedFixedCouponBond.Builder |
ResolvedFixedCouponBond.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
ResolvedFixedCouponBond.Builder |
ResolvedFixedCouponBond.Builder.set(String propertyName,
Object newValue) |
ResolvedFixedCouponBond.Builder |
ResolvedFixedCouponBond.Builder.settlementDateOffset(DaysAdjustment settlementDateOffset)
Sets the number of days between valuation date and settlement date.
|
ResolvedFixedCouponBond.Builder |
ResolvedFixedCouponBond.toBuilder()
Returns a builder that allows this bean to be mutated.
|
ResolvedFixedCouponBond.Builder |
ResolvedFixedCouponBond.Builder.yieldConvention(FixedCouponBondYieldConvention yieldConvention)
Sets yield convention.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.