Uses of Class
com.opengamma.strata.basics.schedule.PeriodicSchedule
-
Packages that use PeriodicSchedule Package Description com.opengamma.strata.basics.schedule Basic financial tools for working with date-based schedules.com.opengamma.strata.product.bond Entity objects describing bonds.com.opengamma.strata.product.capfloor Entity objects describing Ibor cap/floor.com.opengamma.strata.product.cms Entity objects describing Constant Maturity Swap (CMS) or CMS cap/floor.com.opengamma.strata.product.credit Entity objects describing Credit Default Swap (CDS) and CDS index.com.opengamma.strata.product.swap Entity objects describing a swap. -
-
Uses of PeriodicSchedule in com.opengamma.strata.basics.schedule
Methods in com.opengamma.strata.basics.schedule that return PeriodicSchedule Modifier and Type Method Description PeriodicSchedule
PeriodicSchedule.Builder. build()
static PeriodicSchedule
PeriodicSchedule. of(LocalDate unadjustedStartDate, LocalDate unadjustedEndDate, Frequency frequency, BusinessDayAdjustment businessDayAdjustment, StubConvention stubConvention, boolean preferEndOfMonth)
Obtains an instance based on a stub convention and end-of-month flag.static PeriodicSchedule
PeriodicSchedule. of(LocalDate unadjustedStartDate, LocalDate unadjustedEndDate, Frequency frequency, BusinessDayAdjustment businessDayAdjustment, StubConvention stubConvention, RollConvention rollConvention)
Obtains an instance based on roll and stub conventions.PeriodicSchedule
PeriodicSchedule. replaceStartDate(LocalDate adjustedStartDate)
Returns an instance based on this schedule with the start date replaced.PeriodicSchedule
SchedulePeriod. subSchedule(Frequency frequency, RollConvention rollConvention, StubConvention stubConvention, BusinessDayAdjustment adjustment)
Creates a sub-schedule within this period.Methods in com.opengamma.strata.basics.schedule that return types with arguments of type PeriodicSchedule Modifier and Type Method Description Class<? extends PeriodicSchedule>
PeriodicSchedule.Meta. beanType()
Optional<PeriodicSchedule>
ScheduleException. getDefinition()
Gets the invalid schedule definition.Constructors in com.opengamma.strata.basics.schedule with parameters of type PeriodicSchedule Constructor Description ScheduleException(PeriodicSchedule definition, String msgTemplate, Object... msgArguments)
Creates an instance, specifying the definition that caused the problem. -
Uses of PeriodicSchedule in com.opengamma.strata.product.bond
Methods in com.opengamma.strata.product.bond that return PeriodicSchedule Modifier and Type Method Description PeriodicSchedule
CapitalIndexedBond. getAccrualSchedule()
Gets the accrual schedule.PeriodicSchedule
CapitalIndexedBondSecurity. getAccrualSchedule()
Gets the accrual schedule.PeriodicSchedule
FixedCouponBond. getAccrualSchedule()
Gets the accrual schedule.PeriodicSchedule
FixedCouponBondSecurity. getAccrualSchedule()
Gets the accrual schedule.Methods in com.opengamma.strata.product.bond that return types with arguments of type PeriodicSchedule Modifier and Type Method Description org.joda.beans.MetaProperty<PeriodicSchedule>
CapitalIndexedBond.Meta. accrualSchedule()
The meta-property for theaccrualSchedule
property.org.joda.beans.MetaProperty<PeriodicSchedule>
CapitalIndexedBondSecurity.Meta. accrualSchedule()
The meta-property for theaccrualSchedule
property.org.joda.beans.MetaProperty<PeriodicSchedule>
FixedCouponBond.Meta. accrualSchedule()
The meta-property for theaccrualSchedule
property.org.joda.beans.MetaProperty<PeriodicSchedule>
FixedCouponBondSecurity.Meta. accrualSchedule()
The meta-property for theaccrualSchedule
property.Methods in com.opengamma.strata.product.bond with parameters of type PeriodicSchedule Modifier and Type Method Description CapitalIndexedBond.Builder
CapitalIndexedBond.Builder. accrualSchedule(PeriodicSchedule accrualSchedule)
Sets the accrual schedule.CapitalIndexedBondSecurity.Builder
CapitalIndexedBondSecurity.Builder. accrualSchedule(PeriodicSchedule accrualSchedule)
Sets the accrual schedule.FixedCouponBond.Builder
FixedCouponBond.Builder. accrualSchedule(PeriodicSchedule accrualSchedule)
Sets the accrual schedule.FixedCouponBondSecurity.Builder
FixedCouponBondSecurity.Builder. accrualSchedule(PeriodicSchedule accrualSchedule)
Sets the accrual schedule. -
Uses of PeriodicSchedule in com.opengamma.strata.product.capfloor
Methods in com.opengamma.strata.product.capfloor that return PeriodicSchedule Modifier and Type Method Description PeriodicSchedule
IborCapFloorLeg. getPaymentSchedule()
Gets the periodic payment schedule.Methods in com.opengamma.strata.product.capfloor that return types with arguments of type PeriodicSchedule Modifier and Type Method Description org.joda.beans.MetaProperty<PeriodicSchedule>
IborCapFloorLeg.Meta. paymentSchedule()
The meta-property for thepaymentSchedule
property.Methods in com.opengamma.strata.product.capfloor with parameters of type PeriodicSchedule Modifier and Type Method Description IborCapFloorLeg.Builder
IborCapFloorLeg.Builder. paymentSchedule(PeriodicSchedule paymentSchedule)
Sets the periodic payment schedule. -
Uses of PeriodicSchedule in com.opengamma.strata.product.cms
Methods in com.opengamma.strata.product.cms that return PeriodicSchedule Modifier and Type Method Description PeriodicSchedule
CmsLeg. getPaymentSchedule()
Gets the periodic payment schedule.Methods in com.opengamma.strata.product.cms that return types with arguments of type PeriodicSchedule Modifier and Type Method Description org.joda.beans.MetaProperty<PeriodicSchedule>
CmsLeg.Meta. paymentSchedule()
The meta-property for thepaymentSchedule
property.Methods in com.opengamma.strata.product.cms with parameters of type PeriodicSchedule Modifier and Type Method Description CmsLeg.Builder
CmsLeg.Builder. paymentSchedule(PeriodicSchedule paymentSchedule)
Sets the periodic payment schedule. -
Uses of PeriodicSchedule in com.opengamma.strata.product.credit
Methods in com.opengamma.strata.product.credit that return PeriodicSchedule Modifier and Type Method Description PeriodicSchedule
Cds. getPaymentSchedule()
Gets the payment schedule.PeriodicSchedule
CdsIndex. getPaymentSchedule()
Gets the payment schedule.Methods in com.opengamma.strata.product.credit that return types with arguments of type PeriodicSchedule Modifier and Type Method Description org.joda.beans.MetaProperty<PeriodicSchedule>
Cds.Meta. paymentSchedule()
The meta-property for thepaymentSchedule
property.org.joda.beans.MetaProperty<PeriodicSchedule>
CdsIndex.Meta. paymentSchedule()
The meta-property for thepaymentSchedule
property.Methods in com.opengamma.strata.product.credit with parameters of type PeriodicSchedule Modifier and Type Method Description Cds.Builder
Cds.Builder. paymentSchedule(PeriodicSchedule paymentSchedule)
Sets the payment schedule.CdsIndex.Builder
CdsIndex.Builder. paymentSchedule(PeriodicSchedule paymentSchedule)
Sets the payment schedule. -
Uses of PeriodicSchedule in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return PeriodicSchedule Modifier and Type Method Description PeriodicSchedule
KnownAmountSwapLeg. getAccrualSchedule()
Gets the accrual period schedule.PeriodicSchedule
RateCalculationSwapLeg. getAccrualSchedule()
Gets the accrual schedule.PeriodicSchedule
ScheduledSwapLeg. getAccrualSchedule()
Gets the accrual period schedule.Methods in com.opengamma.strata.product.swap that return types with arguments of type PeriodicSchedule Modifier and Type Method Description org.joda.beans.MetaProperty<PeriodicSchedule>
KnownAmountSwapLeg.Meta. accrualSchedule()
The meta-property for theaccrualSchedule
property.org.joda.beans.MetaProperty<PeriodicSchedule>
RateCalculationSwapLeg.Meta. accrualSchedule()
The meta-property for theaccrualSchedule
property.Methods in com.opengamma.strata.product.swap with parameters of type PeriodicSchedule Modifier and Type Method Description KnownAmountSwapLeg.Builder
KnownAmountSwapLeg.Builder. accrualSchedule(PeriodicSchedule accrualSchedule)
Sets the accrual period schedule.RateCalculationSwapLeg.Builder
RateCalculationSwapLeg.Builder. accrualSchedule(PeriodicSchedule accrualSchedule)
Sets the accrual schedule.
-