Uses of Class
com.opengamma.strata.basics.date.DaysAdjustment
-
Packages that use DaysAdjustment Package Description com.opengamma.strata.basics.date Tools for working with dates.com.opengamma.strata.basics.index Entity objects describing common market indices, such as LIBOR and FED FUND.com.opengamma.strata.loader.csv Loader that reads market data from CSV files.com.opengamma.strata.loader.fpml Loader that can convert files to financial instruments.com.opengamma.strata.market.curve Definitions of curves.com.opengamma.strata.measure.fxopt Calculation functions for FX option products.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.credit.type Conventions and templates to aid the construction of credit instruments.com.opengamma.strata.product.deposit Entity objects describing financial instruments representing a simple deposit with interest.com.opengamma.strata.product.deposit.type Conventions and templates to aid the construction of deposits.com.opengamma.strata.product.fra Entity objects describing a forward rate agreement (FRA).com.opengamma.strata.product.fra.type Conventions and templates to aid the construction of FRAs.com.opengamma.strata.product.fx.type Conventions and templates to aid the construction of foreign exchange products.com.opengamma.strata.product.index.type Conventions and templates to aid the construction of rate index products.com.opengamma.strata.product.swap Entity objects describing a swap.com.opengamma.strata.product.swap.type Conventions and templates to aid the construction of rate swaps.com.opengamma.strata.product.swaption Entity objects describing options on swaps, known as swaptions. -
-
Uses of DaysAdjustment in com.opengamma.strata.basics.date
Fields in com.opengamma.strata.basics.date declared as DaysAdjustment Modifier and Type Field Description static DaysAdjustmentDaysAdjustment. NONEAn instance that performs no adjustment.Methods in com.opengamma.strata.basics.date that return DaysAdjustment Modifier and Type Method Description DaysAdjustmentMarketTenor. adjustSpotLag(DaysAdjustment marketConventionalSpotLag)Adjusts the market conventional spot lag to match the market tenor.DaysAdjustmentDaysAdjustment.Builder. build()DaysAdjustmentDaysAdjustment. normalized()Normalizes the adjustment.static DaysAdjustmentDaysAdjustment. ofBusinessDays(int numberOfDays, HolidayCalendarId holidayCalendar)Obtains an instance that can adjust a date by a specific number of business days.static DaysAdjustmentDaysAdjustment. ofBusinessDays(int numberOfDays, HolidayCalendarId holidayCalendar, BusinessDayAdjustment adjustment)Obtains an instance that can adjust a date by a specific number of business days.static DaysAdjustmentDaysAdjustment. ofCalendarDays(int numberOfDays)Obtains an instance that can adjust a date by a specific number of calendar days.static DaysAdjustmentDaysAdjustment. ofCalendarDays(int numberOfDays, BusinessDayAdjustment adjustment)Obtains an instance that can adjust a date by a specific number of calendar days.Methods in com.opengamma.strata.basics.date that return types with arguments of type DaysAdjustment Modifier and Type Method Description Class<? extends DaysAdjustment>DaysAdjustment.Meta. beanType()Methods in com.opengamma.strata.basics.date with parameters of type DaysAdjustment Modifier and Type Method Description DaysAdjustmentMarketTenor. adjustSpotLag(DaysAdjustment marketConventionalSpotLag)Adjusts the market conventional spot lag to match the market tenor. -
Uses of DaysAdjustment in com.opengamma.strata.basics.index
Methods in com.opengamma.strata.basics.index that return DaysAdjustment Modifier and Type Method Description DaysAdjustmentIborIndex. getEffectiveDateOffset()Gets the adjustment applied to the fixing date to obtain the effective date.DaysAdjustmentImmutableIborIndex. getEffectiveDateOffset()Gets the adjustment applied to the fixing date to obtain the effective date.DaysAdjustmentFxIndex. getFixingDateOffset()Gets the adjustment applied to the maturity date to obtain the fixing date.DaysAdjustmentIborIndex. getFixingDateOffset()Gets the adjustment applied to the effective date to obtain the fixing date.DaysAdjustmentImmutableFxIndex. getFixingDateOffset()Gets the adjustment applied to the maturity date to obtain the fixing date.DaysAdjustmentImmutableIborIndex. getFixingDateOffset()Gets the adjustment applied to the effective date to obtain the fixing date.DaysAdjustmentFxIndex. getMaturityDateOffset()Gets the adjustment applied to the fixing date to obtain the maturity date.DaysAdjustmentImmutableFxIndex. getMaturityDateOffset()Gets the adjustment applied to the fixing date to obtain the maturity date.default DaysAdjustmentFloatingRateName. toIborIndexFixingOffset()Checks and returns the fixing offset associated with the Ibor index.DaysAdjustmentImmutableFloatingRateName. toIborIndexFixingOffset()Methods in com.opengamma.strata.basics.index that return types with arguments of type DaysAdjustment Modifier and Type Method Description org.joda.beans.MetaProperty<DaysAdjustment>ImmutableIborIndex.Meta. effectiveDateOffset()The meta-property for theeffectiveDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ImmutableFxIndex.Meta. fixingDateOffset()The meta-property for thefixingDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ImmutableIborIndex.Meta. fixingDateOffset()The meta-property for thefixingDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ImmutableFxIndex.Meta. maturityDateOffset()The meta-property for thematurityDateOffsetproperty.Methods in com.opengamma.strata.basics.index with parameters of type DaysAdjustment Modifier and Type Method Description ImmutableIborIndex.BuilderImmutableIborIndex.Builder. effectiveDateOffset(DaysAdjustment effectiveDateOffset)Sets the adjustment applied to the fixing date to obtain the effective date.ImmutableFxIndex.BuilderImmutableFxIndex.Builder. fixingDateOffset(DaysAdjustment fixingDateOffset)Sets the adjustment applied to the maturity date to obtain the fixing date.ImmutableIborIndex.BuilderImmutableIborIndex.Builder. fixingDateOffset(DaysAdjustment fixingDateOffset)Sets the adjustment applied to the effective date to obtain the fixing date.ImmutableFxIndex.BuilderImmutableFxIndex.Builder. maturityDateOffset(DaysAdjustment maturityDateOffset)Sets the adjustment applied to the fixing date to obtain the maturity date. -
Uses of DaysAdjustment in com.opengamma.strata.loader.csv
Methods in com.opengamma.strata.loader.csv that return DaysAdjustment Modifier and Type Method Description static DaysAdjustmentCsvLoaderUtils. parseDaysAdjustment(CsvRow row, String daysField, String daysCalField, String cnvField, String calField)Parses days adjustment from CSV. -
Uses of DaysAdjustment in com.opengamma.strata.loader.fpml
Methods in com.opengamma.strata.loader.fpml that return DaysAdjustment Modifier and Type Method Description DaysAdjustmentFpmlDocument. parseRelativeDateOffsetDays(XmlElement baseEl)Converts an FpML 'RelativeDateOffset' to aDaysAdjustment. -
Uses of DaysAdjustment in com.opengamma.strata.market.curve
Methods in com.opengamma.strata.market.curve that return DaysAdjustment Modifier and Type Method Description DaysAdjustmentDepositIsdaCreditCurveNode. getSpotDateOffset()Gets the offset of the start date from the trade date.DaysAdjustmentSwapIsdaCreditCurveNode. getSpotDateOffset()Gets the offset of the start date from the trade date.Methods in com.opengamma.strata.market.curve that return types with arguments of type DaysAdjustment Modifier and Type Method Description org.joda.beans.MetaProperty<DaysAdjustment>DepositIsdaCreditCurveNode.Meta. spotDateOffset()The meta-property for thespotDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>SwapIsdaCreditCurveNode.Meta. spotDateOffset()The meta-property for thespotDateOffsetproperty.Methods in com.opengamma.strata.market.curve with parameters of type DaysAdjustment Modifier and Type Method Description static DepositIsdaCreditCurveNodeDepositIsdaCreditCurveNode. of(ObservableId observableId, DaysAdjustment spotDateOffset, BusinessDayAdjustment businessDayAdjustment, Tenor tenor, DayCount dayCount)Returns a curve node for a term deposit.static SwapIsdaCreditCurveNodeSwapIsdaCreditCurveNode. of(ObservableId observableId, DaysAdjustment spotDateOffset, BusinessDayAdjustment businessDayAdjustment, Tenor tenor, DayCount dayCount, Frequency paymentFrequency)Returns a curve node for a standard fixed-Ibor swap.DepositIsdaCreditCurveNode.BuilderDepositIsdaCreditCurveNode.Builder. spotDateOffset(DaysAdjustment spotDateOffset)Sets the offset of the start date from the trade date.SwapIsdaCreditCurveNode.BuilderSwapIsdaCreditCurveNode.Builder. spotDateOffset(DaysAdjustment spotDateOffset)Sets the offset of the start date from the trade date. -
Uses of DaysAdjustment in com.opengamma.strata.measure.fxopt
Methods in com.opengamma.strata.measure.fxopt that return DaysAdjustment Modifier and Type Method Description DaysAdjustmentFxOptionVolatilitiesNode. getExpiryDateOffset()Gets the offset of the expiry date from the delivery date.DaysAdjustmentFxOptionVolatilitiesNode. getSpotDateOffset()Gets the offset of the spot value date from the valuation date.Methods in com.opengamma.strata.measure.fxopt that return types with arguments of type DaysAdjustment Modifier and Type Method Description org.joda.beans.MetaProperty<DaysAdjustment>FxOptionVolatilitiesNode.Meta. expiryDateOffset()The meta-property for theexpiryDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>FxOptionVolatilitiesNode.Meta. spotDateOffset()The meta-property for thespotDateOffsetproperty.Methods in com.opengamma.strata.measure.fxopt with parameters of type DaysAdjustment Modifier and Type Method Description FxOptionVolatilitiesNode.BuilderFxOptionVolatilitiesNode.Builder. expiryDateOffset(DaysAdjustment expiryDateOffset)Sets the offset of the expiry date from the delivery date.static FxOptionVolatilitiesNodeFxOptionVolatilitiesNode. of(CurrencyPair currencyPair, DaysAdjustment spotDateOffset, BusinessDayAdjustment businessDayAdjustment, ValueType quoteValueType, QuoteId quoteId, Tenor tenor, Strike strike)Creates an instance.FxOptionVolatilitiesNode.BuilderFxOptionVolatilitiesNode.Builder. spotDateOffset(DaysAdjustment spotDateOffset)Sets the offset of the spot value date from the valuation date. -
Uses of DaysAdjustment in com.opengamma.strata.product.bond
Methods in com.opengamma.strata.product.bond that return DaysAdjustment Modifier and Type Method Description DaysAdjustmentCapitalIndexedBond. getExCouponPeriod()Gets ex-coupon period.DaysAdjustmentCapitalIndexedBondSecurity. getExCouponPeriod()Gets ex-coupon period.DaysAdjustmentFixedCouponBond. getExCouponPeriod()Gets ex-coupon period.DaysAdjustmentFixedCouponBondSecurity. getExCouponPeriod()Gets ex-coupon period.DaysAdjustmentBill. getSettlementDateOffset()Gets the number of days between valuation date and settlement date.DaysAdjustmentBillSecurity. getSettlementDateOffset()Gets the number of days between valuation date and settlement date.DaysAdjustmentCapitalIndexedBond. getSettlementDateOffset()Gets the number of days between valuation date and settlement date.DaysAdjustmentCapitalIndexedBondSecurity. getSettlementDateOffset()Gets the number of days between valuation date and settlement date.DaysAdjustmentFixedCouponBond. getSettlementDateOffset()Gets the number of days between valuation date and settlement date.DaysAdjustmentFixedCouponBondSecurity. getSettlementDateOffset()Gets the number of days between valuation date and settlement date.DaysAdjustmentResolvedBill. getSettlementDateOffset()Gets the number of days between valuation date and settlement date.DaysAdjustmentResolvedCapitalIndexedBond. getSettlementDateOffset()Gets the number of days between valuation date and settlement date.DaysAdjustmentResolvedFixedCouponBond. getSettlementDateOffset()Gets the number of days between valuation date and settlement date.Methods in com.opengamma.strata.product.bond that return types with arguments of type DaysAdjustment Modifier and Type Method Description org.joda.beans.MetaProperty<DaysAdjustment>CapitalIndexedBond.Meta. exCouponPeriod()The meta-property for theexCouponPeriodproperty.org.joda.beans.MetaProperty<DaysAdjustment>CapitalIndexedBondSecurity.Meta. exCouponPeriod()The meta-property for theexCouponPeriodproperty.org.joda.beans.MetaProperty<DaysAdjustment>FixedCouponBond.Meta. exCouponPeriod()The meta-property for theexCouponPeriodproperty.org.joda.beans.MetaProperty<DaysAdjustment>FixedCouponBondSecurity.Meta. exCouponPeriod()The meta-property for theexCouponPeriodproperty.org.joda.beans.MetaProperty<DaysAdjustment>Bill.Meta. settlementDateOffset()The meta-property for thesettlementDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>BillSecurity.Meta. settlementDateOffset()The meta-property for thesettlementDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>CapitalIndexedBond.Meta. settlementDateOffset()The meta-property for thesettlementDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>CapitalIndexedBondSecurity.Meta. settlementDateOffset()The meta-property for thesettlementDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>FixedCouponBond.Meta. settlementDateOffset()The meta-property for thesettlementDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>FixedCouponBondSecurity.Meta. settlementDateOffset()The meta-property for thesettlementDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ResolvedBill.Meta. settlementDateOffset()The meta-property for thesettlementDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ResolvedCapitalIndexedBond.Meta. settlementDateOffset()The meta-property for thesettlementDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ResolvedFixedCouponBond.Meta. settlementDateOffset()The meta-property for thesettlementDateOffsetproperty.Methods in com.opengamma.strata.product.bond with parameters of type DaysAdjustment Modifier and Type Method Description CapitalIndexedBond.BuilderCapitalIndexedBond.Builder. exCouponPeriod(DaysAdjustment exCouponPeriod)Sets ex-coupon period.CapitalIndexedBondSecurity.BuilderCapitalIndexedBondSecurity.Builder. exCouponPeriod(DaysAdjustment exCouponPeriod)Sets ex-coupon period.FixedCouponBond.BuilderFixedCouponBond.Builder. exCouponPeriod(DaysAdjustment exCouponPeriod)Sets ex-coupon period.FixedCouponBondSecurity.BuilderFixedCouponBondSecurity.Builder. exCouponPeriod(DaysAdjustment exCouponPeriod)Sets ex-coupon period.Bill.BuilderBill.Builder. settlementDateOffset(DaysAdjustment settlementDateOffset)Sets the number of days between valuation date and settlement date.BillSecurity.BuilderBillSecurity.Builder. settlementDateOffset(DaysAdjustment settlementDateOffset)Sets the number of days between valuation date and settlement date.CapitalIndexedBond.BuilderCapitalIndexedBond.Builder. settlementDateOffset(DaysAdjustment settlementDateOffset)Sets the number of days between valuation date and settlement date.CapitalIndexedBondSecurity.BuilderCapitalIndexedBondSecurity.Builder. settlementDateOffset(DaysAdjustment settlementDateOffset)Sets the number of days between valuation date and settlement date.FixedCouponBond.BuilderFixedCouponBond.Builder. settlementDateOffset(DaysAdjustment settlementDateOffset)Sets the number of days between valuation date and settlement date.FixedCouponBondSecurity.BuilderFixedCouponBondSecurity.Builder. settlementDateOffset(DaysAdjustment settlementDateOffset)Sets the number of days between valuation date and settlement date.ResolvedBill.BuilderResolvedBill.Builder. settlementDateOffset(DaysAdjustment settlementDateOffset)Sets the number of days between valuation date and settlement date.ResolvedCapitalIndexedBond.BuilderResolvedCapitalIndexedBond.Builder. settlementDateOffset(DaysAdjustment settlementDateOffset)Sets the number of days between valuation date and settlement date.ResolvedFixedCouponBond.BuilderResolvedFixedCouponBond.Builder. settlementDateOffset(DaysAdjustment settlementDateOffset)Sets the number of days between valuation date and settlement date. -
Uses of DaysAdjustment in com.opengamma.strata.product.capfloor
Methods in com.opengamma.strata.product.capfloor that return DaysAdjustment Modifier and Type Method Description DaysAdjustmentIborCapFloorLeg. getPaymentDateOffset()Gets the offset of payment from the base calculation period date, defaulted to 'None'.Methods in com.opengamma.strata.product.capfloor that return types with arguments of type DaysAdjustment Modifier and Type Method Description org.joda.beans.MetaProperty<DaysAdjustment>IborCapFloorLeg.Meta. paymentDateOffset()The meta-property for thepaymentDateOffsetproperty.Methods in com.opengamma.strata.product.capfloor with parameters of type DaysAdjustment Modifier and Type Method Description IborCapFloorLeg.BuilderIborCapFloorLeg.Builder. paymentDateOffset(DaysAdjustment paymentDateOffset)Sets the offset of payment from the base calculation period date, defaulted to 'None'. -
Uses of DaysAdjustment in com.opengamma.strata.product.cms
Methods in com.opengamma.strata.product.cms that return DaysAdjustment Modifier and Type Method Description DaysAdjustmentCmsLeg. getFixingDateOffset()Gets the offset of the fixing date from each adjusted reset date.DaysAdjustmentCmsLeg. getPaymentDateOffset()Gets the offset of payment from the base calculation period date.Methods in com.opengamma.strata.product.cms that return types with arguments of type DaysAdjustment Modifier and Type Method Description org.joda.beans.MetaProperty<DaysAdjustment>CmsLeg.Meta. fixingDateOffset()The meta-property for thefixingDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>CmsLeg.Meta. paymentDateOffset()The meta-property for thepaymentDateOffsetproperty.Methods in com.opengamma.strata.product.cms with parameters of type DaysAdjustment Modifier and Type Method Description CmsLeg.BuilderCmsLeg.Builder. fixingDateOffset(DaysAdjustment fixingDateOffset)Sets the offset of the fixing date from each adjusted reset date.CmsLeg.BuilderCmsLeg.Builder. paymentDateOffset(DaysAdjustment paymentDateOffset)Sets the offset of payment from the base calculation period date. -
Uses of DaysAdjustment in com.opengamma.strata.product.credit
Methods in com.opengamma.strata.product.credit that return DaysAdjustment Modifier and Type Method Description DaysAdjustmentCds. getSettlementDateOffset()Gets the number of days between valuation date and settlement date.DaysAdjustmentCdsIndex. getSettlementDateOffset()Gets the number of days between valuation date and settlement date.DaysAdjustmentResolvedCds. getSettlementDateOffset()Gets the number of days between valuation date and settlement date.DaysAdjustmentResolvedCdsIndex. getSettlementDateOffset()Gets the number of days between valuation date and settlement date.DaysAdjustmentCds. getStepinDateOffset()Gets the number of days between valuation date and step-in date.DaysAdjustmentCdsIndex. getStepinDateOffset()Gets the number of days between valuation date and step-in date.DaysAdjustmentResolvedCds. getStepinDateOffset()Gets the number of days between valuation date and step-in date.DaysAdjustmentResolvedCdsIndex. getStepinDateOffset()Gets the number of days between valuation date and step-in date.Methods in com.opengamma.strata.product.credit that return types with arguments of type DaysAdjustment Modifier and Type Method Description org.joda.beans.MetaProperty<DaysAdjustment>Cds.Meta. settlementDateOffset()The meta-property for thesettlementDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>CdsIndex.Meta. settlementDateOffset()The meta-property for thesettlementDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ResolvedCds.Meta. settlementDateOffset()The meta-property for thesettlementDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ResolvedCdsIndex.Meta. settlementDateOffset()The meta-property for thesettlementDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>Cds.Meta. stepinDateOffset()The meta-property for thestepinDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>CdsIndex.Meta. stepinDateOffset()The meta-property for thestepinDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ResolvedCds.Meta. stepinDateOffset()The meta-property for thestepinDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ResolvedCdsIndex.Meta. stepinDateOffset()The meta-property for thestepinDateOffsetproperty.Methods in com.opengamma.strata.product.credit with parameters of type DaysAdjustment Modifier and Type Method Description Cds.BuilderCds.Builder. settlementDateOffset(DaysAdjustment settlementDateOffset)Sets the number of days between valuation date and settlement date.CdsIndex.BuilderCdsIndex.Builder. settlementDateOffset(DaysAdjustment settlementDateOffset)Sets the number of days between valuation date and settlement date.ResolvedCds.BuilderResolvedCds.Builder. settlementDateOffset(DaysAdjustment settlementDateOffset)Sets the number of days between valuation date and settlement date.ResolvedCdsIndex.BuilderResolvedCdsIndex.Builder. settlementDateOffset(DaysAdjustment settlementDateOffset)Sets the number of days between valuation date and settlement date.Cds.BuilderCds.Builder. stepinDateOffset(DaysAdjustment stepinDateOffset)Sets the number of days between valuation date and step-in date.CdsIndex.BuilderCdsIndex.Builder. stepinDateOffset(DaysAdjustment stepinDateOffset)Sets the number of days between valuation date and step-in date.ResolvedCds.BuilderResolvedCds.Builder. stepinDateOffset(DaysAdjustment stepinDateOffset)Sets the number of days between valuation date and step-in date.ResolvedCdsIndex.BuilderResolvedCdsIndex.Builder. stepinDateOffset(DaysAdjustment stepinDateOffset)Sets the number of days between valuation date and step-in date. -
Uses of DaysAdjustment in com.opengamma.strata.product.credit.type
Methods in com.opengamma.strata.product.credit.type that return DaysAdjustment Modifier and Type Method Description DaysAdjustmentCdsConvention. getSettlementDateOffset()Get the number of days between valuation date and settlement date.DaysAdjustmentImmutableCdsConvention. getSettlementDateOffset()Gets the number of days between valuation date and settlement date.DaysAdjustmentImmutableCdsConvention. getStepinDateOffset()Gets the number of days between valuation date and step-in date.Methods in com.opengamma.strata.product.credit.type that return types with arguments of type DaysAdjustment Modifier and Type Method Description org.joda.beans.MetaProperty<DaysAdjustment>ImmutableCdsConvention.Meta. settlementDateOffset()The meta-property for thesettlementDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ImmutableCdsConvention.Meta. stepinDateOffset()The meta-property for thestepinDateOffsetproperty.Methods in com.opengamma.strata.product.credit.type with parameters of type DaysAdjustment Modifier and Type Method Description static ImmutableCdsConventionImmutableCdsConvention. of(String name, Currency currency, DayCount dayCount, Frequency paymentFrequency, BusinessDayAdjustment businessDayAdjustment, DaysAdjustment settlementDateOffset)Obtains a convention based on the specified parameters.ImmutableCdsConvention.BuilderImmutableCdsConvention.Builder. settlementDateOffset(DaysAdjustment settlementDateOffset)Sets the number of days between valuation date and settlement date.ImmutableCdsConvention.BuilderImmutableCdsConvention.Builder. stepinDateOffset(DaysAdjustment stepinDateOffset)Sets the number of days between valuation date and step-in date. -
Uses of DaysAdjustment in com.opengamma.strata.product.deposit
Methods in com.opengamma.strata.product.deposit that return DaysAdjustment Modifier and Type Method Description DaysAdjustmentIborFixingDeposit. getFixingDateOffset()Gets the offset of the fixing date from the start date.Methods in com.opengamma.strata.product.deposit that return types with arguments of type DaysAdjustment Modifier and Type Method Description org.joda.beans.MetaProperty<DaysAdjustment>IborFixingDeposit.Meta. fixingDateOffset()The meta-property for thefixingDateOffsetproperty.Methods in com.opengamma.strata.product.deposit with parameters of type DaysAdjustment Modifier and Type Method Description IborFixingDeposit.BuilderIborFixingDeposit.Builder. fixingDateOffset(DaysAdjustment fixingDateOffset)Sets the offset of the fixing date from the start date. -
Uses of DaysAdjustment in com.opengamma.strata.product.deposit.type
Methods in com.opengamma.strata.product.deposit.type that return DaysAdjustment Modifier and Type Method Description DaysAdjustmentImmutableIborFixingDepositConvention. getFixingDateOffset()Gets the offset of the fixing date from the start date, providing a default result if no override specified.DaysAdjustmentIborFixingDepositConvention. getSpotDateOffset()Gets the offset of the spot value date from the trade date.DaysAdjustmentImmutableIborFixingDepositConvention. getSpotDateOffset()Gets the offset of the spot value date from the trade date, providing a default result if no override specified.DaysAdjustmentImmutableTermDepositConvention. getSpotDateOffset()Gets the offset of the spot value date from the trade date.DaysAdjustmentTermDepositConvention. getSpotDateOffset()Gets the offset of the spot value date from the trade date.Methods in com.opengamma.strata.product.deposit.type that return types with arguments of type DaysAdjustment Modifier and Type Method Description org.joda.beans.MetaProperty<DaysAdjustment>ImmutableIborFixingDepositConvention.Meta. fixingDateOffset()The meta-property for thefixingDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ImmutableIborFixingDepositConvention.Meta. spotDateOffset()The meta-property for thespotDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ImmutableTermDepositConvention.Meta. spotDateOffset()The meta-property for thespotDateOffsetproperty.Methods in com.opengamma.strata.product.deposit.type with parameters of type DaysAdjustment Modifier and Type Method Description ImmutableIborFixingDepositConvention.BuilderImmutableIborFixingDepositConvention.Builder. fixingDateOffset(DaysAdjustment fixingDateOffset)Sets the offset of the fixing date from the start date, optional with defaulting getter.static ImmutableTermDepositConventionImmutableTermDepositConvention. of(String name, Currency currency, BusinessDayAdjustment businessDayAdjustment, DayCount dayCount, DaysAdjustment spotDateOffset)Obtains a convention based on the specified currency, business day adjustment, day count convention and spot date offset.ImmutableIborFixingDepositConvention.BuilderImmutableIborFixingDepositConvention.Builder. spotDateOffset(DaysAdjustment spotDateOffset)Sets the offset of the spot value date from the trade date, optional with defaulting getter.ImmutableTermDepositConvention.BuilderImmutableTermDepositConvention.Builder. spotDateOffset(DaysAdjustment spotDateOffset)Sets the offset of the spot value date from the trade date. -
Uses of DaysAdjustment in com.opengamma.strata.product.fra
Methods in com.opengamma.strata.product.fra that return DaysAdjustment Modifier and Type Method Description DaysAdjustmentFra. getFixingDateOffset()Gets the offset of the fixing date from the start date.Methods in com.opengamma.strata.product.fra that return types with arguments of type DaysAdjustment Modifier and Type Method Description org.joda.beans.MetaProperty<DaysAdjustment>Fra.Meta. fixingDateOffset()The meta-property for thefixingDateOffsetproperty.Methods in com.opengamma.strata.product.fra with parameters of type DaysAdjustment Modifier and Type Method Description Fra.BuilderFra.Builder. fixingDateOffset(DaysAdjustment fixingDateOffset)Sets the offset of the fixing date from the start date. -
Uses of DaysAdjustment in com.opengamma.strata.product.fra.type
Methods in com.opengamma.strata.product.fra.type that return DaysAdjustment Modifier and Type Method Description DaysAdjustmentImmutableFraConvention. getFixingDateOffset()Gets the offset of the fixing date from the start date, providing a default result if no override specified.DaysAdjustmentImmutableFraConvention. getPaymentDateOffset()Gets the offset of the payment date from the start date, providing a default result if no override specified.DaysAdjustmentFraConvention. getSpotDateOffset()Gets the offset of the spot value date from the trade date.DaysAdjustmentImmutableFraConvention. getSpotDateOffset()Gets the offset of the spot value date from the trade date, providing a default result if no override specified.Methods in com.opengamma.strata.product.fra.type that return types with arguments of type DaysAdjustment Modifier and Type Method Description org.joda.beans.MetaProperty<DaysAdjustment>ImmutableFraConvention.Meta. fixingDateOffset()The meta-property for thefixingDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ImmutableFraConvention.Meta. paymentDateOffset()The meta-property for thepaymentDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ImmutableFraConvention.Meta. spotDateOffset()The meta-property for thespotDateOffsetproperty.Methods in com.opengamma.strata.product.fra.type with parameters of type DaysAdjustment Modifier and Type Method Description ImmutableFraConvention.BuilderImmutableFraConvention.Builder. fixingDateOffset(DaysAdjustment fixingDateOffset)Sets the offset of the fixing date from the start date, optional with defaulting getter.ImmutableFraConvention.BuilderImmutableFraConvention.Builder. paymentDateOffset(DaysAdjustment paymentDateOffset)Sets the offset of the payment date from the start date, optional with defaulting getter.ImmutableFraConvention.BuilderImmutableFraConvention.Builder. spotDateOffset(DaysAdjustment spotDateOffset)Sets the offset of the spot value date from the trade date, optional with defaulting getter. -
Uses of DaysAdjustment in com.opengamma.strata.product.fx.type
Methods in com.opengamma.strata.product.fx.type that return DaysAdjustment Modifier and Type Method Description DaysAdjustmentFxSwapConvention. getSpotDateOffset()Gets the offset of the spot value date from the trade date.DaysAdjustmentImmutableFxSwapConvention. getSpotDateOffset()Gets the offset of the spot value date from the trade date.Methods in com.opengamma.strata.product.fx.type that return types with arguments of type DaysAdjustment Modifier and Type Method Description org.joda.beans.MetaProperty<DaysAdjustment>ImmutableFxSwapConvention.Meta. spotDateOffset()The meta-property for thespotDateOffsetproperty.Methods in com.opengamma.strata.product.fx.type with parameters of type DaysAdjustment Modifier and Type Method Description static ImmutableFxSwapConventionImmutableFxSwapConvention. of(CurrencyPair currencyPair, DaysAdjustment spotDateOffset)Obtains a convention based on the specified currency pair and spot date offset.static ImmutableFxSwapConventionImmutableFxSwapConvention. of(CurrencyPair currencyPair, DaysAdjustment spotDateOffset, BusinessDayAdjustment businessDayAdjustment)Obtains a convention based on the specified currency pair, spot date offset and adjustment.ImmutableFxSwapConvention.BuilderImmutableFxSwapConvention.Builder. spotDateOffset(DaysAdjustment spotDateOffset)Sets the offset of the spot value date from the trade date. -
Uses of DaysAdjustment in com.opengamma.strata.product.index.type
Methods in com.opengamma.strata.product.index.type that return DaysAdjustment Modifier and Type Method Description DaysAdjustmentImmutableOvernightFutureContractSpec. getEndDateAdjustment()Gets the days adjustment to apply to get the end date.DaysAdjustmentImmutableOvernightFutureContractSpec. getLastTradeDateAdjustment()Gets the days adjustment to apply to get the last trade date.Methods in com.opengamma.strata.product.index.type with parameters of type DaysAdjustment Modifier and Type Method Description ImmutableOvernightFutureContractSpec.BuilderImmutableOvernightFutureContractSpec.Builder. endDateAdjustment(DaysAdjustment endDateAdjustment)Sets the days adjustment to apply to get the end date.ImmutableOvernightFutureContractSpec.BuilderImmutableOvernightFutureContractSpec.Builder. lastTradeDateAdjustment(DaysAdjustment lastTradeDateAdjustment)Sets the days adjustment to apply to get the last trade date. -
Uses of DaysAdjustment in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return DaysAdjustment Modifier and Type Method Description DaysAdjustmentFxResetCalculation. getFixingDateOffset()Gets the offset of the FX reset fixing date from each adjusted accrual date.DaysAdjustmentIborRateCalculation. getFixingDateOffset()Gets the offset of the fixing date from each adjusted reset date.DaysAdjustmentPaymentSchedule. getPaymentDateOffset()Gets the offset of payment from the base calculation period date.Methods in com.opengamma.strata.product.swap that return types with arguments of type DaysAdjustment Modifier and Type Method Description org.joda.beans.MetaProperty<DaysAdjustment>IborRateCalculation.Meta. firstFixingDateOffset()The meta-property for thefirstFixingDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>FxResetCalculation.Meta. fixingDateOffset()The meta-property for thefixingDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>IborRateCalculation.Meta. fixingDateOffset()The meta-property for thefixingDateOffsetproperty.Optional<DaysAdjustment>IborRateCalculation. getFirstFixingDateOffset()Gets the offset of the first fixing date from the first adjusted reset date, optional.org.joda.beans.MetaProperty<DaysAdjustment>PaymentSchedule.Meta. paymentDateOffset()The meta-property for thepaymentDateOffsetproperty.Methods in com.opengamma.strata.product.swap with parameters of type DaysAdjustment Modifier and Type Method Description IborRateCalculation.BuilderIborRateCalculation.Builder. firstFixingDateOffset(DaysAdjustment firstFixingDateOffset)Sets the offset of the first fixing date from the first adjusted reset date, optional.FxResetCalculation.BuilderFxResetCalculation.Builder. fixingDateOffset(DaysAdjustment fixingDateOffset)Sets the offset of the FX reset fixing date from each adjusted accrual date.IborRateCalculation.BuilderIborRateCalculation.Builder. fixingDateOffset(DaysAdjustment fixingDateOffset)Sets the offset of the fixing date from each adjusted reset date.PaymentSchedule.BuilderPaymentSchedule.Builder. paymentDateOffset(DaysAdjustment paymentDateOffset)Sets the offset of payment from the base calculation period date. -
Uses of DaysAdjustment in com.opengamma.strata.product.swap.type
Methods in com.opengamma.strata.product.swap.type that return DaysAdjustment Modifier and Type Method Description DaysAdjustmentIborRateSwapLegConvention. getFixingDateOffset()The offset of the fixing date from each adjusted reset date, providing a default result if no override specified.DaysAdjustmentFixedRateSwapLegConvention. getPaymentDateOffset()Gets the offset of payment from the base date, providing a default result if no override specified.DaysAdjustmentFloatRateSwapLegConvention. getPaymentDateOffset()Gets the offset of the payment date from the base date.DaysAdjustmentIborRateSwapLegConvention. getPaymentDateOffset()Gets the offset of payment from the base date, providing a default result if no override specified.DaysAdjustmentOvernightRateSwapLegConvention. getPaymentDateOffset()Gets the offset of payment from the base date, providing a default result if no override specified.DaysAdjustmentImmutableFixedIborSwapConvention. getSpotDateOffset()Gets the offset of the spot value date from the trade date.DaysAdjustmentImmutableFixedInflationSwapConvention. getSpotDateOffset()Gets the offset of the spot value date from the trade date.DaysAdjustmentImmutableFixedOvernightSwapConvention. getSpotDateOffset()Gets the offset of the spot value date from the trade date.DaysAdjustmentImmutableIborIborSwapConvention. getSpotDateOffset()Gets the offset of the spot value date from the trade date.DaysAdjustmentImmutableOvernightIborSwapConvention. getSpotDateOffset()Gets the offset of the spot value date from the trade date.DaysAdjustmentImmutableThreeLegBasisSwapConvention. getSpotDateOffset()Gets the offset of the spot value date from the trade date.DaysAdjustmentImmutableXCcyIborIborSwapConvention. getSpotDateOffset()Gets the offset of the spot value date from the trade date.DaysAdjustmentSingleCurrencySwapConvention. getSpotDateOffset()Gets the offset of the spot value date from the trade date.DaysAdjustmentXCcyIborIborSwapConvention. getSpotDateOffset()Gets the offset of the spot value date from the trade date.Methods in com.opengamma.strata.product.swap.type that return types with arguments of type DaysAdjustment Modifier and Type Method Description org.joda.beans.MetaProperty<DaysAdjustment>IborRateSwapLegConvention.Meta. fixingDateOffset()The meta-property for thefixingDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>FixedRateSwapLegConvention.Meta. paymentDateOffset()The meta-property for thepaymentDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>IborRateSwapLegConvention.Meta. paymentDateOffset()The meta-property for thepaymentDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>InflationRateSwapLegConvention.Meta. paymentDateOffset()The meta-property for thepaymentDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>OvernightRateSwapLegConvention.Meta. paymentDateOffset()The meta-property for thepaymentDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ImmutableFixedIborSwapConvention.Meta. spotDateOffset()The meta-property for thespotDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ImmutableFixedInflationSwapConvention.Meta. spotDateOffset()The meta-property for thespotDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ImmutableFixedOvernightSwapConvention.Meta. spotDateOffset()The meta-property for thespotDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ImmutableIborIborSwapConvention.Meta. spotDateOffset()The meta-property for thespotDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ImmutableOvernightIborSwapConvention.Meta. spotDateOffset()The meta-property for thespotDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ImmutableThreeLegBasisSwapConvention.Meta. spotDateOffset()The meta-property for thespotDateOffsetproperty.org.joda.beans.MetaProperty<DaysAdjustment>ImmutableXCcyIborIborSwapConvention.Meta. spotDateOffset()The meta-property for thespotDateOffsetproperty.Methods in com.opengamma.strata.product.swap.type with parameters of type DaysAdjustment Modifier and Type Method Description IborRateSwapLegConvention.BuilderIborRateSwapLegConvention.Builder. fixingDateOffset(DaysAdjustment fixingDateOffset)Sets the offset of the fixing date from each adjusted reset date.static ImmutableFixedIborSwapConventionImmutableFixedIborSwapConvention. of(String name, FixedRateSwapLegConvention fixedLeg, IborRateSwapLegConvention floatingLeg, DaysAdjustment spotDateOffset)Obtains a convention based on the specified name and leg conventions.static ImmutableFixedInflationSwapConventionImmutableFixedInflationSwapConvention. of(String name, FixedRateSwapLegConvention fixedLeg, InflationRateSwapLegConvention floatingLeg, DaysAdjustment spotDateOffset)Obtains a convention based on the specified name and leg conventions.static ImmutableFixedOvernightSwapConventionImmutableFixedOvernightSwapConvention. of(String name, FixedRateSwapLegConvention fixedLeg, OvernightRateSwapLegConvention floatingLeg, DaysAdjustment spotDateOffset)Obtains a convention based on the specified name and leg conventions.static ImmutableIborIborSwapConventionImmutableIborIborSwapConvention. of(String name, IborRateSwapLegConvention spreadLeg, IborRateSwapLegConvention flatLeg, DaysAdjustment spotDateOffset)Obtains a convention based on the specified name and leg conventions.static ImmutableOvernightIborSwapConventionImmutableOvernightIborSwapConvention. of(String name, OvernightRateSwapLegConvention overnightLeg, IborRateSwapLegConvention iborLeg, DaysAdjustment spotDateOffset)Obtains a convention based on the specified name and leg conventions.static ImmutableThreeLegBasisSwapConventionImmutableThreeLegBasisSwapConvention. of(String name, FixedRateSwapLegConvention spreadLeg, IborRateSwapLegConvention spreadFloatingLeg, IborRateSwapLegConvention flatFloatingLeg, DaysAdjustment spotDateOffset)Obtains a convention based on the specified name and leg conventions.static ImmutableXCcyIborIborSwapConventionImmutableXCcyIborIborSwapConvention. of(String name, IborRateSwapLegConvention spreadLeg, IborRateSwapLegConvention flatLeg, DaysAdjustment spotDateOffset)Obtains a convention based on the specified name and leg conventions.FixedRateSwapLegConvention.BuilderFixedRateSwapLegConvention.Builder. paymentDateOffset(DaysAdjustment paymentDateOffset)Sets the offset of payment from the base date, optional with defaulting getter.IborRateSwapLegConvention.BuilderIborRateSwapLegConvention.Builder. paymentDateOffset(DaysAdjustment paymentDateOffset)Sets the offset of payment from the base date, optional with defaulting getter.InflationRateSwapLegConvention.BuilderInflationRateSwapLegConvention.Builder. paymentDateOffset(DaysAdjustment paymentDateOffset)Sets the offset of payment from the base date, optional with defaulting getter.OvernightRateSwapLegConvention.BuilderOvernightRateSwapLegConvention.Builder. paymentDateOffset(DaysAdjustment paymentDateOffset)Sets the offset of payment from the base date, optional with defaulting getter.ImmutableFixedIborSwapConvention.BuilderImmutableFixedIborSwapConvention.Builder. spotDateOffset(DaysAdjustment spotDateOffset)Sets the offset of the spot value date from the trade date.ImmutableFixedInflationSwapConvention.BuilderImmutableFixedInflationSwapConvention.Builder. spotDateOffset(DaysAdjustment spotDateOffset)Sets the offset of the spot value date from the trade date.ImmutableFixedOvernightSwapConvention.BuilderImmutableFixedOvernightSwapConvention.Builder. spotDateOffset(DaysAdjustment spotDateOffset)Sets the offset of the spot value date from the trade date.ImmutableIborIborSwapConvention.BuilderImmutableIborIborSwapConvention.Builder. spotDateOffset(DaysAdjustment spotDateOffset)Sets the offset of the spot value date from the trade date.ImmutableOvernightIborSwapConvention.BuilderImmutableOvernightIborSwapConvention.Builder. spotDateOffset(DaysAdjustment spotDateOffset)Sets the offset of the spot value date from the trade date.ImmutableThreeLegBasisSwapConvention.BuilderImmutableThreeLegBasisSwapConvention.Builder. spotDateOffset(DaysAdjustment spotDateOffset)Sets the offset of the spot value date from the trade date.ImmutableXCcyIborIborSwapConvention.BuilderImmutableXCcyIborIborSwapConvention.Builder. spotDateOffset(DaysAdjustment spotDateOffset)Sets the offset of the spot value date from the trade date. -
Uses of DaysAdjustment in com.opengamma.strata.product.swaption
Methods in com.opengamma.strata.product.swaption that return DaysAdjustment Modifier and Type Method Description DaysAdjustmentSwaptionExercise. getSwapStartDateOffset()Gets the offset to the swap start date.Methods in com.opengamma.strata.product.swaption that return types with arguments of type DaysAdjustment Modifier and Type Method Description org.joda.beans.MetaProperty<DaysAdjustment>SwaptionExercise.Meta. swapStartDateOffset()The meta-property for theswapStartDateOffsetproperty.Methods in com.opengamma.strata.product.swaption with parameters of type DaysAdjustment Modifier and Type Method Description static SwaptionExerciseSwaptionExercise. ofAmerican(LocalDate earliestExerciseDate, LocalDate latestExerciseDate, BusinessDayAdjustment dateAdjustment, DaysAdjustment swapStartDateOffset)Obtains an instance for an American swaption.static SwaptionExerciseSwaptionExercise. ofBermudan(AdjustableDates exerciseDates, DaysAdjustment swapStartDateOffset)Obtains an instance for a Bermudan swaption.static SwaptionExerciseSwaptionExercise. ofBermudan(LocalDate earliestExerciseDate, LocalDate latestExerciseDate, BusinessDayAdjustment dateAdjustment, Frequency frequency, DaysAdjustment swapStartDateOffset)Obtains an instance for a Bermudan swaption where the dates are calculated.static SwaptionExerciseSwaptionExercise. ofEuropean(AdjustableDate exerciseDate, DaysAdjustment swapStartDateOffset)Obtains an instance for a European swaption.
-