Uses of Interface
com.opengamma.strata.basics.date.DayCount
-
Packages that use DayCount 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.basics.schedule Basic financial tools for working with date-based schedules.com.opengamma.strata.loader Tools for loading data from 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.market.explain Support for explaining results.com.opengamma.strata.market.surface Definitions of surfaces.com.opengamma.strata.measure.fxopt Calculation functions for FX option products.com.opengamma.strata.pricer.capfloor Calculators for Ibor cap-floor.com.opengamma.strata.pricer.credit Calculators for credit instruments, such as Credit Default Swap (CDS).com.opengamma.strata.pricer.fxopt Calculators for FX options.com.opengamma.strata.pricer.model Common code for model pricing.com.opengamma.strata.pricer.swaption Calculators for swaptions.com.opengamma.strata.product.bond Entity objects describing bonds.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.swap Entity objects describing a swap.com.opengamma.strata.product.swap.type Conventions and templates to aid the construction of rate swaps. -
-
Uses of DayCount in com.opengamma.strata.basics.date
Fields in com.opengamma.strata.basics.date declared as DayCount Modifier and Type Field Description static DayCountDayCounts. ACT_360The 'Act/360' day count, which divides the actual number of days by 360.static DayCountDayCounts. ACT_364The 'Act/364' day count, which divides the actual number of days by 364.static DayCountDayCounts. ACT_365_25The 'Act/365.25' day count, which divides the actual number of days by 365.25.static DayCountDayCounts. ACT_365_ACTUALThe 'Act/365 Actual' day count, which divides the actual number of days by 366 if a leap day is contained, or by 365 if not.static DayCountDayCounts. ACT_365FThe 'Act/365F' day count, which divides the actual number of days by 365 (fixed).static DayCountDayCounts. ACT_365LThe 'Act/365L' day count, which divides the actual number of days by 365 or 366.static DayCountDayCounts. ACT_ACT_AFBThe 'Act/Act AFB' day count, which divides the actual number of days by 366 if a leap day is contained, or by 365 if not, with additional rules for periods over one year.static DayCountDayCounts. ACT_ACT_ICMAThe 'Act/Act ICMA' day count, which divides the actual number of days by the actual number of days in the coupon period multiplied by the frequency.static DayCountDayCounts. ACT_ACT_ISDAThe 'Act/Act ISDA' day count, which divides the actual number of days in a leap year by 366 and the actual number of days in a standard year by 365.static DayCountDayCounts. ACT_ACT_YEARThe 'Act/Act Year' day count, which divides the actual number of days by the number of days in the year from the start date.static DayCountDayCounts. NL_360The 'NL/360' day count, which divides the actual number of days omitting leap days by 360.static DayCountDayCounts. NL_365The 'NL/365' day count, which divides the actual number of days omitting leap days by 365.static DayCountDayCounts. ONE_ONEThe '1/1' day count, which always returns a day count of 1.static DayCountDayCounts. THIRTY_360_ISDAThe '30/360 ISDA' day count, which treats input day-of-month 31 specially.static DayCountDayCounts. THIRTY_360_PSAThe '30/360 PSA' day count, which treats input day-of-month 31 and end of February specially.static DayCountDayCounts. THIRTY_E_360The '30E/360' day count, which treats input day-of-month 31 specially.static DayCountDayCounts. THIRTY_E_360_ISDAThe '30E/360 ISDA' day count, which treats input day-of-month 31 and end of February specially.static DayCountDayCounts. THIRTY_E_365The '30E/365' day count, which treats input day-of-month 31 and end of February specially.static DayCountDayCounts. THIRTY_EPLUS_360The '30E+/360' day count, which treats input day-of-month 31 specially.static DayCountDayCounts. THIRTY_U_360The '30U/360' day count, which treats input day-of-month 31 and end of February specially.static DayCountDayCounts. THIRTY_U_360_EOMThe '30U/360 EOM' day count, which treats input day-of-month 31 and end of February specially.Methods in com.opengamma.strata.basics.date that return DayCount Modifier and Type Method Description static DayCountDayCount. of(String uniqueName)Obtains an instance from the specified unique name.static DayCountDayCount. ofBus252(HolidayCalendarId calendar)Obtains an instance of the 'Bus/252' day count based on a specific calendar.Methods in com.opengamma.strata.basics.date that return types with arguments of type DayCount Modifier and Type Method Description static ExtendedEnum<DayCount>DayCount. extendedEnum()Gets the extended enum helper. -
Uses of DayCount in com.opengamma.strata.basics.index
Methods in com.opengamma.strata.basics.index that return DayCount Modifier and Type Method Description DayCountFloatingRateIndex. getDayCount()Gets the day count convention of the index.DayCountImmutableIborIndex. getDayCount()Gets the day count convention.DayCountImmutableOvernightIndex. getDayCount()Gets the day count convention.default DayCountPriceIndex. getDayCount()Gets the day count convention of the index, which is '1/1'.default DayCountFloatingRateIndex. getDefaultFixedLegDayCount()Gets the default day count convention for the associated fixed leg.DayCountImmutableIborIndex. getDefaultFixedLegDayCount()Gets the default day count convention for the associated fixed leg.DayCountImmutableOvernightIndex. getDefaultFixedLegDayCount()Gets the default day count convention for the associated fixed leg.Methods in com.opengamma.strata.basics.index that return types with arguments of type DayCount Modifier and Type Method Description org.joda.beans.MetaProperty<DayCount>ImmutableIborIndex.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>ImmutableOvernightIndex.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>ImmutableIborIndex.Meta. defaultFixedLegDayCount()The meta-property for thedefaultFixedLegDayCountproperty.org.joda.beans.MetaProperty<DayCount>ImmutableOvernightIndex.Meta. defaultFixedLegDayCount()The meta-property for thedefaultFixedLegDayCountproperty.Methods in com.opengamma.strata.basics.index with parameters of type DayCount Modifier and Type Method Description ImmutableIborIndex.BuilderImmutableIborIndex.Builder. dayCount(DayCount dayCount)Sets the day count convention.ImmutableOvernightIndex.BuilderImmutableOvernightIndex.Builder. dayCount(DayCount dayCount)Sets the day count convention.ImmutableIborIndex.BuilderImmutableIborIndex.Builder. defaultFixedLegDayCount(DayCount defaultFixedLegDayCount)Sets the default day count convention for the associated fixed leg.ImmutableOvernightIndex.BuilderImmutableOvernightIndex.Builder. defaultFixedLegDayCount(DayCount defaultFixedLegDayCount)Sets the default day count convention for the associated fixed leg. -
Uses of DayCount in com.opengamma.strata.basics.schedule
Methods in com.opengamma.strata.basics.schedule with parameters of type DayCount Modifier and Type Method Description doubleSchedulePeriod. yearFraction(DayCount dayCount, Schedule schedule)Calculates the year fraction using the specified day count. -
Uses of DayCount in com.opengamma.strata.loader
Methods in com.opengamma.strata.loader that return DayCount Modifier and Type Method Description static DayCountLoaderUtils. parseDayCount(String str)Parses day count from the input string. -
Uses of DayCount in com.opengamma.strata.loader.fpml
Methods in com.opengamma.strata.loader.fpml that return DayCount Modifier and Type Method Description DayCountFpmlDocument. convertDayCount(String fpmlDayCountName)Converts an FpML day count string to aDayCount.DayCountFpmlDocument. parseDayCountFraction(XmlElement baseEl)Converts an FpML 'DayCountFraction' to aDayCount. -
Uses of DayCount in com.opengamma.strata.market.curve
Fields in com.opengamma.strata.market.curve with type parameters of type DayCount Modifier and Type Field Description static CurveInfoType<DayCount>CurveInfoType. DAY_COUNTKey used to access information about theDayCount.Methods in com.opengamma.strata.market.curve that return DayCount Modifier and Type Method Description DayCountDepositIsdaCreditCurveNode. getDayCount()Gets the day count convention.DayCountIsdaCreditCurveDefinition. getDayCount()Gets the day count.DayCountSwapIsdaCreditCurveNode. getDayCount()Gets the day count convention applicable.Methods in com.opengamma.strata.market.curve that return types with arguments of type DayCount Modifier and Type Method Description org.joda.beans.MetaProperty<DayCount>DepositIsdaCreditCurveNode.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>InterpolatedNodalCurveDefinition.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>IsdaCreditCurveDefinition.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>ParameterizedFunctionalCurveDefinition.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>SwapIsdaCreditCurveNode.Meta. dayCount()The meta-property for thedayCountproperty.Optional<DayCount>InterpolatedNodalCurveDefinition. getDayCount()Gets the day count, optional.Optional<DayCount>ParameterizedFunctionalCurveDefinition. getDayCount()Gets the day count, optional.Methods in com.opengamma.strata.market.curve with parameters of type DayCount Modifier and Type Method Description static CurveMetadataCurves. blackVolatilityByExpiry(CurveName name, DayCount dayCount)Creates curve metadata for a curve providing Black volatility by expiry.static CurveMetadataCurves. blackVolatilityByExpiry(CurveName name, DayCount dayCount, List<? extends ParameterMetadata> parameterMetadata)Creates curve metadata for a curve providing Black volatility by expiry.static CurveMetadataCurves. blackVolatilityByExpiry(String name, DayCount dayCount)Creates curve metadata for a curve providing Black volatility by expiry.static CurveMetadataCurves. correlationByExpiry(CurveName name, DayCount dayCount)Creates curve metadata for a curve providing correlation by expiry.static CurveMetadataCurves. correlationByExpiry(CurveName name, DayCount dayCount, List<? extends ParameterMetadata> parameterMetadata)Creates curve metadata for a curve providing correlation by expiry.static CurveMetadataCurves. correlationByExpiry(String name, DayCount dayCount)Creates curve metadata for a curve providing correlation by expiry.DefaultCurveMetadataBuilderDefaultCurveMetadataBuilder. dayCount(DayCount dayCount)Sets the day count.DepositIsdaCreditCurveNode.BuilderDepositIsdaCreditCurveNode.Builder. dayCount(DayCount dayCount)Sets the day count convention.InterpolatedNodalCurveDefinition.BuilderInterpolatedNodalCurveDefinition.Builder. dayCount(DayCount dayCount)Sets the day count, optional.ParameterizedFunctionalCurveDefinition.BuilderParameterizedFunctionalCurveDefinition.Builder. dayCount(DayCount dayCount)Sets the day count, optional.SwapIsdaCreditCurveNode.BuilderSwapIsdaCreditCurveNode.Builder. dayCount(DayCount dayCount)Sets the day count convention applicable.static CurveMetadataCurves. discountFactors(CurveName name, DayCount dayCount)Creates curve metadata for a curve providing discount factors.static CurveMetadataCurves. discountFactors(CurveName name, DayCount dayCount, List<? extends ParameterMetadata> parameterMetadata)Creates curve metadata for a curve providing discount factors.static CurveMetadataCurves. discountFactors(String name, DayCount dayCount)Creates curve metadata for a curve providing discount factors.static CurveMetadataCurves. forwardRates(CurveName name, DayCount dayCount)Creates curve metadata for a curve providing forward rates.static CurveMetadataCurves. forwardRates(CurveName name, DayCount dayCount, List<? extends ParameterMetadata> parameterMetadata)Creates curve metadata for a curve providing forward rates.static CurveMetadataCurves. forwardRates(String name, DayCount dayCount)Creates curve metadata for a curve providing forward rates.static CurveMetadataCurves. normalVolatilityByExpiry(CurveName name, DayCount dayCount)Creates curve metadata for a curve providing normal volatility by expiry.static CurveMetadataCurves. normalVolatilityByExpiry(CurveName name, DayCount dayCount, List<? extends ParameterMetadata> parameterMetadata)Creates curve metadata for a curve providing normal volatility by expiry.static CurveMetadataCurves. normalVolatilityByExpiry(String name, DayCount dayCount)Creates curve metadata for a curve providing normal volatility by expiry.static DepositIsdaCreditCurveNodeDepositIsdaCreditCurveNode. of(ObservableId observableId, DaysAdjustment spotDateOffset, BusinessDayAdjustment businessDayAdjustment, Tenor tenor, DayCount dayCount)Returns a curve node for a term deposit.static IsdaCreditCurveDefinitionIsdaCreditCurveDefinition. of(CurveName name, Currency currency, LocalDate curveValuationDate, DayCount dayCount, List<? extends IsdaCreditCurveNode> curveNodes, boolean computeJacobian, boolean storeNodeTrade)Obtains an instance.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.static CurveMetadataCurves. recoveryRates(CurveName name, DayCount dayCount)Creates curve metadata for a curve providing recovery rates.static CurveMetadataCurves. recoveryRates(CurveName name, DayCount dayCount, List<? extends ParameterMetadata> parameterMetadata)Creates curve metadata for a curve providing recovery rates.static CurveMetadataCurves. recoveryRates(String name, DayCount dayCount)Creates curve metadata for a curve providing recovery rates.static CurveMetadataCurves. sabrParameterByExpiry(CurveName name, DayCount dayCount, ValueType yType)Creates metadata for a curve providing a SABR parameter.static CurveMetadataCurves. sabrParameterByExpiry(CurveName name, DayCount dayCount, ValueType yType, List<? extends ParameterMetadata> parameterMetadata)Creates metadata for a curve providing a SABR parameter.static CurveMetadataCurves. sabrParameterByExpiry(String name, DayCount dayCount, ValueType yType)Creates metadata for a curve providing a SABR parameter.static CurveMetadataCurves. zeroRates(CurveName name, DayCount dayCount)Creates curve metadata for a curve providing zero rates.static CurveMetadataCurves. zeroRates(CurveName name, DayCount dayCount, List<? extends ParameterMetadata> parameterMetadata)Creates curve metadata for a curve providing zero rates.static CurveMetadataCurves. zeroRates(String name, DayCount dayCount)Creates curve metadata for a curve providing zero rates. -
Uses of DayCount in com.opengamma.strata.market.explain
Fields in com.opengamma.strata.market.explain with type parameters of type DayCount Modifier and Type Field Description static ExplainKey<DayCount>ExplainKey. ACCRUAL_DAY_COUNTThe day count used to calculate the year fraction. -
Uses of DayCount in com.opengamma.strata.market.surface
Fields in com.opengamma.strata.market.surface with type parameters of type DayCount Modifier and Type Field Description static SurfaceInfoType<DayCount>SurfaceInfoType. DAY_COUNTKey used to access information about theDayCount.Methods in com.opengamma.strata.market.surface with parameters of type DayCount Modifier and Type Method Description static SurfaceMetadataSurfaces. blackVolatilityByExpiryLogMoneyness(SurfaceName name, DayCount dayCount)Creates metadata for a surface providing Black expiry-log moneyness volatility.static SurfaceMetadataSurfaces. blackVolatilityByExpiryLogMoneyness(String name, DayCount dayCount)Creates metadata for a surface providing Black expiry-log moneyness volatility.static SurfaceMetadataSurfaces. blackVolatilityByExpiryStrike(SurfaceName name, DayCount dayCount)Creates metadata for a surface providing Black expiry-strike volatility.static SurfaceMetadataSurfaces. blackVolatilityByExpiryStrike(String name, DayCount dayCount)Creates metadata for a surface providing Black expiry-strike volatility.static SurfaceMetadataSurfaces. blackVolatilityByExpiryTenor(SurfaceName name, DayCount dayCount)Creates metadata for a surface providing Black expiry-tenor volatility.static SurfaceMetadataSurfaces. blackVolatilityByExpiryTenor(String name, DayCount dayCount)Creates metadata for a surface providing Black expiry-tenor volatility.DefaultSurfaceMetadataBuilderDefaultSurfaceMetadataBuilder. dayCount(DayCount dayCount)Sets the day count.static SurfaceMetadataSurfaces. normalVolatilityByExpirySimpleMoneyness(SurfaceName name, DayCount dayCount, MoneynessType moneynessType)Creates metadata for a surface providing Normal expiry-simple moneyness volatility.static SurfaceMetadataSurfaces. normalVolatilityByExpirySimpleMoneyness(String name, DayCount dayCount, MoneynessType moneynessType)Creates metadata for a surface providing Normal expiry-simple moneyness volatility.static SurfaceMetadataSurfaces. normalVolatilityByExpiryStrike(SurfaceName name, DayCount dayCount)Creates metadata for a surface providing Normal expiry-strike volatility.static SurfaceMetadataSurfaces. normalVolatilityByExpiryStrike(String name, DayCount dayCount)Creates metadata for a surface providing Normal expiry-strike volatility.static SurfaceMetadataSurfaces. normalVolatilityByExpiryTenor(SurfaceName name, DayCount dayCount)Creates metadata for a surface providing Normal expiry-tenor volatility.static SurfaceMetadataSurfaces. normalVolatilityByExpiryTenor(String name, DayCount dayCount)Creates metadata for a surface providing Normal expiry-tenor volatility.static SurfaceMetadataSurfaces. sabrParameterByExpiryTenor(SurfaceName name, DayCount dayCount, ValueType zType)Creates metadata for a surface providing a SABR expiry-tenor parameter.static SurfaceMetadataSurfaces. sabrParameterByExpiryTenor(String name, DayCount dayCount, ValueType zType)Creates metadata for a surface providing a SABR expiry-tenor parameter. -
Uses of DayCount in com.opengamma.strata.measure.fxopt
Methods in com.opengamma.strata.measure.fxopt that return DayCount Modifier and Type Method Description DayCountBlackFxOptionInterpolatedNodalSurfaceVolatilitiesSpecification. getDayCount()Gets the dayCount.DayCountBlackFxOptionSmileVolatilitiesSpecification. getDayCount()Gets the day count convention used for the expiry.Methods in com.opengamma.strata.measure.fxopt that return types with arguments of type DayCount Modifier and Type Method Description org.joda.beans.MetaProperty<DayCount>BlackFxOptionInterpolatedNodalSurfaceVolatilitiesSpecification.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>BlackFxOptionSmileVolatilitiesSpecification.Meta. dayCount()The meta-property for thedayCountproperty.Methods in com.opengamma.strata.measure.fxopt with parameters of type DayCount Modifier and Type Method Description BlackFxOptionInterpolatedNodalSurfaceVolatilitiesSpecification.BuilderBlackFxOptionInterpolatedNodalSurfaceVolatilitiesSpecification.Builder. dayCount(DayCount dayCount)Sets the dayCount.BlackFxOptionSmileVolatilitiesSpecification.BuilderBlackFxOptionSmileVolatilitiesSpecification.Builder. dayCount(DayCount dayCount)Sets the day count convention used for the expiry.FxVolatilitySurfaceYearFractionParameterMetadataFxOptionVolatilitiesNode. metadata(ZonedDateTime valuationDateTime, DayCount dayCount, ReferenceData refData)Returns metadata for the node.doubleFxOptionVolatilitiesNode. timeToExpiry(ZonedDateTime valuationDateTime, DayCount dayCount, ReferenceData refData)Calculates the time to expiry for the valuation date time. -
Uses of DayCount in com.opengamma.strata.pricer.capfloor
Methods in com.opengamma.strata.pricer.capfloor that return DayCount Modifier and Type Method Description DayCountDirectIborCapletFloorletFlatVolatilityDefinition. getDayCount()Gets the day count to measure the time.DayCountDirectIborCapletFloorletVolatilityDefinition. getDayCount()Gets the day count to measure the time in the expiry dimension.DayCountIborCapletFloorletVolatilityDefinition. getDayCount()Gets the day count to use.DayCountNormalSabrParametersIborCapletFloorletVolatilities. getDayCount()Gets the day count used to calculate the expiry year fraction.DayCountSabrIborCapletFloorletVolatilityBootstrapDefinition. getDayCount()Gets the day count to measure the time in the expiry dimension.DayCountSabrIborCapletFloorletVolatilityCalibrationDefinition. getDayCount()Gets the day count to measure the time in the expiry dimension.DayCountSabrParametersIborCapletFloorletVolatilities. getDayCount()Gets the day count used to calculate the expiry year fraction.DayCountSurfaceIborCapletFloorletVolatilityBootstrapDefinition. getDayCount()Gets the day count to measure the time in the expiry dimension.Methods in com.opengamma.strata.pricer.capfloor that return types with arguments of type DayCount Modifier and Type Method Description org.joda.beans.MetaProperty<DayCount>DirectIborCapletFloorletFlatVolatilityDefinition.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>DirectIborCapletFloorletVolatilityDefinition.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>SabrIborCapletFloorletVolatilityBootstrapDefinition.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>SabrIborCapletFloorletVolatilityCalibrationDefinition.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>SurfaceIborCapletFloorletVolatilityBootstrapDefinition.Meta. dayCount()The meta-property for thedayCountproperty.Methods in com.opengamma.strata.pricer.capfloor with parameters of type DayCount Modifier and Type Method Description DirectIborCapletFloorletFlatVolatilityDefinition.BuilderDirectIborCapletFloorletFlatVolatilityDefinition.Builder. dayCount(DayCount dayCount)Sets the day count to measure the time.DirectIborCapletFloorletVolatilityDefinition.BuilderDirectIborCapletFloorletVolatilityDefinition.Builder. dayCount(DayCount dayCount)Sets the day count to measure the time in the expiry dimension.SabrIborCapletFloorletVolatilityBootstrapDefinition.BuilderSabrIborCapletFloorletVolatilityBootstrapDefinition.Builder. dayCount(DayCount dayCount)Sets the day count to measure the time in the expiry dimension.SabrIborCapletFloorletVolatilityCalibrationDefinition.BuilderSabrIborCapletFloorletVolatilityCalibrationDefinition.Builder. dayCount(DayCount dayCount)Sets the day count to measure the time in the expiry dimension.static DirectIborCapletFloorletFlatVolatilityDefinitionDirectIborCapletFloorletFlatVolatilityDefinition. of(IborCapletFloorletVolatilitiesName name, IborIndex index, DayCount dayCount, double lambda, CurveInterpolator interpolator)Obtains an instance with flat extrapolators.static DirectIborCapletFloorletFlatVolatilityDefinitionDirectIborCapletFloorletFlatVolatilityDefinition. of(IborCapletFloorletVolatilitiesName name, IborIndex index, DayCount dayCount, double lambda, CurveInterpolator interpolator, CurveExtrapolator extrapolatorLeft, CurveExtrapolator extrapolatorRight)Obtains an instance.static DirectIborCapletFloorletVolatilityDefinitionDirectIborCapletFloorletVolatilityDefinition. of(IborCapletFloorletVolatilitiesName name, IborIndex index, DayCount dayCount, double lambdaExpiry, double lambdaStrike, GridSurfaceInterpolator interpolator)Obtains an instance with zero shift.static DirectIborCapletFloorletVolatilityDefinitionDirectIborCapletFloorletVolatilityDefinition. of(IborCapletFloorletVolatilitiesName name, IborIndex index, DayCount dayCount, double lambdaExpiry, double lambdaStrike, GridSurfaceInterpolator interpolator, Curve shiftCurve)Obtains an instance with shift curve.static SurfaceIborCapletFloorletVolatilityBootstrapDefinitionSurfaceIborCapletFloorletVolatilityBootstrapDefinition. of(IborCapletFloorletVolatilitiesName name, IborIndex index, DayCount dayCount, CurveInterpolator timeInterpolator, CurveInterpolator strikeInterpolator)Obtains an instance with time interpolator and strike interpolator.static SurfaceIborCapletFloorletVolatilityBootstrapDefinitionSurfaceIborCapletFloorletVolatilityBootstrapDefinition. of(IborCapletFloorletVolatilitiesName name, IborIndex index, DayCount dayCount, CurveInterpolator timeInterpolator, CurveInterpolator strikeInterpolator, Curve shiftCurve)Obtains an instance with time interpolator, strike interpolator and shift curve.static SurfaceIborCapletFloorletVolatilityBootstrapDefinitionSurfaceIborCapletFloorletVolatilityBootstrapDefinition. of(IborCapletFloorletVolatilitiesName name, IborIndex index, DayCount dayCount, GridSurfaceInterpolator interpolator)Obtains an instance with gird surface interpolator.static SurfaceIborCapletFloorletVolatilityBootstrapDefinitionSurfaceIborCapletFloorletVolatilityBootstrapDefinition. of(IborCapletFloorletVolatilitiesName name, IborIndex index, DayCount dayCount, GridSurfaceInterpolator interpolator, Curve shiftCurve)Obtains an instance with gird surface interpolator and shift curve.static SabrIborCapletFloorletVolatilityBootstrapDefinitionSabrIborCapletFloorletVolatilityBootstrapDefinition. ofFixedBeta(IborCapletFloorletVolatilitiesName name, IborIndex index, DayCount dayCount, double beta, double shift, CurveInterpolator interpolator, CurveExtrapolator extrapolatorLeft, CurveExtrapolator extrapolatorRight, SabrVolatilityFormula sabrVolatilityFormula)Obtains an instance with constant beta and shift.static SabrIborCapletFloorletVolatilityBootstrapDefinitionSabrIborCapletFloorletVolatilityBootstrapDefinition. ofFixedBeta(IborCapletFloorletVolatilitiesName name, IborIndex index, DayCount dayCount, double beta, CurveInterpolator interpolator, CurveExtrapolator extrapolatorLeft, CurveExtrapolator extrapolatorRight, SabrVolatilityFormula sabrVolatilityFormula)Obtains an instance with zero shift and constant beta.static SabrIborCapletFloorletVolatilityCalibrationDefinitionSabrIborCapletFloorletVolatilityCalibrationDefinition. ofFixedBeta(IborCapletFloorletVolatilitiesName name, IborIndex index, DayCount dayCount, double beta, double shift, DoubleArray alphaCurveNodes, DoubleArray rhoCurveNodes, DoubleArray nuCurveNodes, CurveInterpolator interpolator, CurveExtrapolator extrapolatorLeft, CurveExtrapolator extrapolatorRight, SabrVolatilityFormula sabrVolatilityFormula)Obtains an instance with fixed beta and nonzero shift.static SabrIborCapletFloorletVolatilityCalibrationDefinitionSabrIborCapletFloorletVolatilityCalibrationDefinition. ofFixedBeta(IborCapletFloorletVolatilitiesName name, IborIndex index, DayCount dayCount, double shift, DoubleArray alphaCurveNodes, DoubleArray rhoCurveNodes, DoubleArray nuCurveNodes, DoubleArray initialParameters, CurveInterpolator interpolator, CurveExtrapolator extrapolatorLeft, CurveExtrapolator extrapolatorRight, SabrVolatilityFormula sabrVolatilityFormula)Obtains an instance with fixed beta, nonzero shift and initial values.static SabrIborCapletFloorletVolatilityCalibrationDefinitionSabrIborCapletFloorletVolatilityCalibrationDefinition. ofFixedBeta(IborCapletFloorletVolatilitiesName name, IborIndex index, DayCount dayCount, double beta, DoubleArray alphaCurveNodes, DoubleArray rhoCurveNodes, DoubleArray nuCurveNodes, CurveInterpolator interpolator, CurveExtrapolator extrapolatorLeft, CurveExtrapolator extrapolatorRight, SabrVolatilityFormula sabrVolatilityFormula)Obtains an instance with fixed beta and zero shift.static SabrIborCapletFloorletVolatilityCalibrationDefinitionSabrIborCapletFloorletVolatilityCalibrationDefinition. ofFixedBeta(IborCapletFloorletVolatilitiesName name, IborIndex index, DayCount dayCount, DoubleArray alphaCurveNodes, DoubleArray rhoCurveNodes, DoubleArray nuCurveNodes, DoubleArray initialParameters, CurveInterpolator interpolator, CurveExtrapolator extrapolatorLeft, CurveExtrapolator extrapolatorRight, SabrVolatilityFormula sabrVolatilityFormula)Obtains an instance with fixed beta, zero shift and initial values.static SabrIborCapletFloorletVolatilityBootstrapDefinitionSabrIborCapletFloorletVolatilityBootstrapDefinition. ofFixedRho(IborCapletFloorletVolatilitiesName name, IborIndex index, DayCount dayCount, double rho, double shift, CurveInterpolator interpolator, CurveExtrapolator extrapolatorLeft, CurveExtrapolator extrapolatorRight, SabrVolatilityFormula sabrVolatilityFormula)Obtains an instance with constant beta and shift.static SabrIborCapletFloorletVolatilityBootstrapDefinitionSabrIborCapletFloorletVolatilityBootstrapDefinition. ofFixedRho(IborCapletFloorletVolatilitiesName name, IborIndex index, DayCount dayCount, double rho, CurveInterpolator interpolator, CurveExtrapolator extrapolatorLeft, CurveExtrapolator extrapolatorRight, SabrVolatilityFormula sabrVolatilityFormula)Obtains an instance with zero shift and constant beta.static SabrIborCapletFloorletVolatilityCalibrationDefinitionSabrIborCapletFloorletVolatilityCalibrationDefinition. ofFixedRho(IborCapletFloorletVolatilitiesName name, IborIndex index, DayCount dayCount, double rho, double shift, DoubleArray alphaCurveNodes, DoubleArray betaCurveNodes, DoubleArray nuCurveNodes, CurveInterpolator interpolator, CurveExtrapolator extrapolatorLeft, CurveExtrapolator extrapolatorRight, SabrVolatilityFormula sabrVolatilityFormula)Obtains an instance with fixed rho and nonzero shift.static SabrIborCapletFloorletVolatilityCalibrationDefinitionSabrIborCapletFloorletVolatilityCalibrationDefinition. ofFixedRho(IborCapletFloorletVolatilitiesName name, IborIndex index, DayCount dayCount, double shift, DoubleArray alphaCurveNodes, DoubleArray betaCurveNodes, DoubleArray nuCurveNodes, DoubleArray initialParameters, CurveInterpolator interpolator, CurveExtrapolator extrapolatorLeft, CurveExtrapolator extrapolatorRight, SabrVolatilityFormula sabrVolatilityFormula)Obtains an instance with fixed rho, nonzero shift and initial values.static SabrIborCapletFloorletVolatilityCalibrationDefinitionSabrIborCapletFloorletVolatilityCalibrationDefinition. ofFixedRho(IborCapletFloorletVolatilitiesName name, IborIndex index, DayCount dayCount, double rho, DoubleArray alphaCurveNodes, DoubleArray betaCurveNodes, DoubleArray nuCurveNodes, CurveInterpolator interpolator, CurveExtrapolator extrapolatorLeft, CurveExtrapolator extrapolatorRight, SabrVolatilityFormula sabrVolatilityFormula)Obtains an instance with fixed rho and zero shift.static SabrIborCapletFloorletVolatilityCalibrationDefinitionSabrIborCapletFloorletVolatilityCalibrationDefinition. ofFixedRho(IborCapletFloorletVolatilitiesName name, IborIndex index, DayCount dayCount, DoubleArray alphaCurveNodes, DoubleArray betaCurveNodes, DoubleArray nuCurveNodes, DoubleArray initialParameters, CurveInterpolator interpolator, CurveExtrapolator extrapolatorLeft, CurveExtrapolator extrapolatorRight, SabrVolatilityFormula sabrVolatilityFormula)Obtains an instance with fixed rho, zero shift and initial values. -
Uses of DayCount in com.opengamma.strata.pricer.credit
Methods in com.opengamma.strata.pricer.credit that return DayCount Modifier and Type Method Description DayCountCreditDiscountFactors. getDayCount()Obtains day count convention.DayCountIsdaCreditDiscountFactors. getDayCount()Methods in com.opengamma.strata.pricer.credit with parameters of type DayCount Modifier and Type Method Description static IsdaCreditDiscountFactorsIsdaCreditDiscountFactors. of(Currency currency, LocalDate valuationDate, CurveName curveName, DoubleArray yearFractions, DoubleArray zeroRates, DayCount dayCount)Creates an instance from year fraction and zero rate values. -
Uses of DayCount in com.opengamma.strata.pricer.fxopt
Methods in com.opengamma.strata.pricer.fxopt that return DayCount Modifier and Type Method Description DayCountInterpolatedStrikeSmileDeltaTermStructure. getDayCount()Gets the day count convention used for the expiry.DayCountSmileDeltaTermStructure. getDayCount()Gets the day count convention used for the expiry.Methods in com.opengamma.strata.pricer.fxopt that return types with arguments of type DayCount Modifier and Type Method Description org.joda.beans.MetaProperty<DayCount>InterpolatedStrikeSmileDeltaTermStructure.Meta. dayCount()The meta-property for thedayCountproperty.Methods in com.opengamma.strata.pricer.fxopt with parameters of type DayCount Modifier and Type Method Description static InterpolatedStrikeSmileDeltaTermStructureInterpolatedStrikeSmileDeltaTermStructure. of(DoubleArray expiries, DoubleArray delta, DoubleArray atm, DoubleMatrix riskReversal, DoubleMatrix strangle, DayCount dayCount)Obtains volatility term structure from expiry times, delta values, ATM volatilities, risk reversal figures and strangle figures.static InterpolatedStrikeSmileDeltaTermStructureInterpolatedStrikeSmileDeltaTermStructure. of(DoubleArray expiries, DoubleArray delta, DoubleArray atm, DoubleMatrix riskReversal, DoubleMatrix strangle, DayCount dayCount, CurveInterpolator strikeInterpolator, CurveExtrapolator strikeExtrapolatorLeft, CurveExtrapolator strikeExtrapolatorRight)Obtains volatility term structure from expiry times, delta values, ATM volatilities, risk reversal figures and strangle figures with strike interpolator and extrapolators specified.static InterpolatedStrikeSmileDeltaTermStructureInterpolatedStrikeSmileDeltaTermStructure. of(DoubleArray expiries, DoubleArray delta, DoubleArray atm, DoubleMatrix riskReversal, DoubleMatrix strangle, DayCount dayCount, CurveInterpolator timeInterpolator, CurveExtrapolator timeExtrapolatorLeft, CurveExtrapolator timeExtrapolatorRight, CurveInterpolator strikeInterpolator, CurveExtrapolator strikeExtrapolatorLeft, CurveExtrapolator strikeExtrapolatorRight)Obtains volatility term structure from expiry times, delta values, ATM volatilities, risk reversal figures and strangle figures with interpolator and extrapolators fully specified.static InterpolatedStrikeSmileDeltaTermStructureInterpolatedStrikeSmileDeltaTermStructure. of(DoubleArray expiries, DoubleArray delta, DoubleMatrix volatility, DayCount dayCount)Obtains volatility term structure from expiry times, delta values and volatilities.static InterpolatedStrikeSmileDeltaTermStructureInterpolatedStrikeSmileDeltaTermStructure. of(DoubleArray expiries, DoubleArray delta, DoubleMatrix volatility, DayCount dayCount, CurveInterpolator strikeInterpolator, CurveExtrapolator strikeExtrapolatorLeft, CurveExtrapolator strikeExtrapolatorRight)Obtains volatility term structure from expiry times, delta values and volatilities with strike interpolator and extrapolators specified.static InterpolatedStrikeSmileDeltaTermStructureInterpolatedStrikeSmileDeltaTermStructure. of(DoubleArray expiries, DoubleArray delta, DoubleMatrix volatility, DayCount dayCount, CurveInterpolator timeInterpolator, CurveExtrapolator timeExtrapolatorLeft, CurveExtrapolator timeExtrapolatorRight, CurveInterpolator strikeInterpolator, CurveExtrapolator strikeExtrapolatorLeft, CurveExtrapolator strikeExtrapolatorRight)Obtains volatility term structure from expiry times, delta values and volatilities with interpolator and extrapolators fully specified.static InterpolatedStrikeSmileDeltaTermStructureInterpolatedStrikeSmileDeltaTermStructure. of(List<SmileDeltaParameters> volatilityTerm, DayCount dayCount)Obtains volatility term structure from a set of smile descriptions.static InterpolatedStrikeSmileDeltaTermStructureInterpolatedStrikeSmileDeltaTermStructure. of(List<SmileDeltaParameters> volatilityTerm, DayCount dayCount, CurveExtrapolator timeExtrapolatorLeft, CurveInterpolator timeInterpolator, CurveExtrapolator timeExtrapolatorRight, CurveExtrapolator strikeExtrapolatorLeft, CurveInterpolator strikeInterpolator, CurveExtrapolator strikeExtrapolatorRight)Deprecated.Use variant with correct interpolator/extrapolator orderstatic InterpolatedStrikeSmileDeltaTermStructureInterpolatedStrikeSmileDeltaTermStructure. of(List<SmileDeltaParameters> volatilityTerm, DayCount dayCount, CurveInterpolator strikeInterpolator, CurveExtrapolator strikeExtrapolatorLeft, CurveExtrapolator strikeExtrapolatorRight)Obtains volatility term structure from a set of smile descriptions with strike interpolator and extrapolators specified.static InterpolatedStrikeSmileDeltaTermStructureInterpolatedStrikeSmileDeltaTermStructure. of(List<SmileDeltaParameters> volatilityTerm, DayCount dayCount, CurveInterpolator timeInterpolator, CurveExtrapolator timeExtrapolatorLeft, CurveExtrapolator timeExtrapolatorRight, CurveInterpolator strikeInterpolator, CurveExtrapolator strikeExtrapolatorLeft, CurveExtrapolator strikeExtrapolatorRight)Obtains volatility term structure from a set of smile descriptions with interpolator and extrapolators fully specified. -
Uses of DayCount in com.opengamma.strata.pricer.model
Methods in com.opengamma.strata.pricer.model that return DayCount Modifier and Type Method Description DayCountHullWhiteOneFactorPiecewiseConstantParametersProvider. getDayCount()Gets the day count applicable to the model.DayCountSabrInterestRateParameters. getDayCount()Gets the day count used to calculate the expiry year fraction.DayCountSabrParameters. getDayCount()Gets the day count used to calculate the expiry year fraction.Methods in com.opengamma.strata.pricer.model that return types with arguments of type DayCount Modifier and Type Method Description org.joda.beans.MetaProperty<DayCount>HullWhiteOneFactorPiecewiseConstantParametersProvider.Meta. dayCount()The meta-property for thedayCountproperty.Methods in com.opengamma.strata.pricer.model with parameters of type DayCount Modifier and Type Method Description static HullWhiteOneFactorPiecewiseConstantParametersProviderHullWhiteOneFactorPiecewiseConstantParametersProvider. of(HullWhiteOneFactorPiecewiseConstantParameters parameters, DayCount dayCount, LocalDate valuationDate, LocalTime valuationTime, ZoneId valuationZone)Obtains an instance from Hull-White model parameters and the date, time and zone for which it is valid.static HullWhiteOneFactorPiecewiseConstantParametersProviderHullWhiteOneFactorPiecewiseConstantParametersProvider. of(HullWhiteOneFactorPiecewiseConstantParameters parameters, DayCount dayCount, ZonedDateTime valuationDateTime)Obtains an instance from Hull-White model parameters and the date-time for which it is valid. -
Uses of DayCount in com.opengamma.strata.pricer.swaption
Methods in com.opengamma.strata.pricer.swaption that return DayCount Modifier and Type Method Description DayCountSabrParametersSwaptionVolatilities. getDayCount()Gets the day count used to calculate the expiry year fraction.DayCountSabrSwaptionDefinition. getDayCount()Gets the day count to use.Methods in com.opengamma.strata.pricer.swaption that return types with arguments of type DayCount Modifier and Type Method Description org.joda.beans.MetaProperty<DayCount>SabrSwaptionDefinition.Meta. dayCount()The meta-property for thedayCountproperty.Methods in com.opengamma.strata.pricer.swaption with parameters of type DayCount Modifier and Type Method Description Pair<Double,Double>SabrSwaptionCalibrator. calibrateAtmShiftedFromBlackVolatilities(BusinessDayAdjustment bda, ZonedDateTime calibrationDateTime, DayCount dayCount, Period periodToExpiry, double forward, double blackVolatility, double shiftInput, DoubleArray startParameters, double shiftOutput)Calibrate the SABR alpha parameter to an ATM Black volatility and compute the derivative of the result with respect to the input volatility.Pair<Double,Double>SabrSwaptionCalibrator. calibrateAtmShiftedFromNormalVolatilities(BusinessDayAdjustment bda, ZonedDateTime calibrationDateTime, DayCount dayCount, Period periodToExpiry, double forward, double normalVolatility, DoubleArray startParameters, double shiftOutput)Calibrate the SABR alpha parameter to an ATM normal volatility and compute the derivative of the result with respect to the input volatility.Pair<LeastSquareResultsWithTransform,DoubleArray>SabrSwaptionCalibrator. calibrateLsShiftedFromBlackVolatilities(BusinessDayAdjustment bda, ZonedDateTime calibrationDateTime, DayCount dayCount, Period periodToExpiry, double forward, DoubleArray strikesLike, ValueType strikeType, DoubleArray blackVolatilitiesInput, double shiftInput, DoubleArray startParameters, BitSet fixedParameters, double shiftOutput)Calibrate the SABR parameters to a set of Black volatilities at given moneyness by least square.Pair<LeastSquareResultsWithTransform,DoubleArray>SabrSwaptionCalibrator. calibrateLsShiftedFromNormalVolatilities(BusinessDayAdjustment bda, ZonedDateTime calibrationDateTime, DayCount dayCount, Period periodToExpiry, double forward, DoubleArray strikesLike, ValueType strikeType, DoubleArray normalVolatilities, DoubleArray startParameters, BitSet fixedParameters, double shiftOutput)Calibrate the SABR parameters to a set of normal volatilities at given moneyness.Pair<LeastSquareResultsWithTransform,DoubleArray>SabrSwaptionCalibrator. calibrateLsShiftedFromPrices(BusinessDayAdjustment bda, ZonedDateTime calibrationDateTime, DayCount dayCount, Period periodToExpiry, double forward, DoubleArray strikesLike, ValueType strikeType, DoubleArray prices, DoubleArray startParameters, BitSet fixedParameters, double shiftOutput)Calibrate the SABR parameters to a set of option prices at given moneyness.doubleNormalSwaptionCashParYieldProductPricer. impliedVolatilityFromPresentValue(ResolvedSwaption swaption, RatesProvider ratesProvider, DayCount dayCount, double presentValue)Computes the implied normal volatility from the present value of a swaption.doubleNormalSwaptionPhysicalProductPricer. impliedVolatilityFromPresentValue(ResolvedSwaption swaption, RatesProvider ratesProvider, DayCount dayCount, double presentValue)Computes the implied normal volatility from the present value of a swaption.static SabrSwaptionDefinitionSabrSwaptionDefinition. of(SwaptionVolatilitiesName name, FixedFloatSwapConvention convention, DayCount dayCount, SurfaceInterpolator interpolator)Obtains an instance from the name, convention, day count and tenors. -
Uses of DayCount in com.opengamma.strata.product.bond
Methods in com.opengamma.strata.product.bond that return DayCount Modifier and Type Method Description DayCountBill. getDayCount()Gets the day count convention applicable.DayCountBillSecurity. getDayCount()Gets the day count convention applicable.DayCountCapitalIndexedBond. getDayCount()Gets the day count convention applicable.DayCountCapitalIndexedBondSecurity. getDayCount()Gets the day count convention applicable.DayCountFixedCouponBond. getDayCount()Gets the day count convention applicable.DayCountFixedCouponBondSecurity. getDayCount()Gets the day count convention applicable.DayCountResolvedBill. getDayCount()Gets the day count convention applicable.DayCountResolvedCapitalIndexedBond. getDayCount()Gets the day count convention applicable.DayCountResolvedFixedCouponBond. getDayCount()Gets the day count convention applicable.Methods in com.opengamma.strata.product.bond that return types with arguments of type DayCount Modifier and Type Method Description org.joda.beans.MetaProperty<DayCount>Bill.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>BillSecurity.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>CapitalIndexedBond.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>CapitalIndexedBondSecurity.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>FixedCouponBond.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>FixedCouponBondSecurity.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>ResolvedBill.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>ResolvedCapitalIndexedBond.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>ResolvedFixedCouponBond.Meta. dayCount()The meta-property for thedayCountproperty.Methods in com.opengamma.strata.product.bond with parameters of type DayCount Modifier and Type Method Description Bill.BuilderBill.Builder. dayCount(DayCount dayCount)Sets the day count convention applicable.BillSecurity.BuilderBillSecurity.Builder. dayCount(DayCount dayCount)Sets the day count convention applicable.CapitalIndexedBond.BuilderCapitalIndexedBond.Builder. dayCount(DayCount dayCount)Sets the day count convention applicable.CapitalIndexedBondSecurity.BuilderCapitalIndexedBondSecurity.Builder. dayCount(DayCount dayCount)Sets the day count convention applicable.FixedCouponBond.BuilderFixedCouponBond.Builder. dayCount(DayCount dayCount)Sets the day count convention applicable.FixedCouponBondSecurity.BuilderFixedCouponBondSecurity.Builder. dayCount(DayCount dayCount)Sets the day count convention applicable.ResolvedBill.BuilderResolvedBill.Builder. dayCount(DayCount dayCount)Sets the day count convention applicable.ResolvedCapitalIndexedBond.BuilderResolvedCapitalIndexedBond.Builder. dayCount(DayCount dayCount)Sets the day count convention applicable.ResolvedFixedCouponBond.BuilderResolvedFixedCouponBond.Builder. dayCount(DayCount dayCount)Sets the day count convention applicable.doubleResolvedCapitalIndexedBond. yearFraction(LocalDate startDate, LocalDate endDate, DayCount dayCount)Calculates the year fraction within the specified period and day count. -
Uses of DayCount in com.opengamma.strata.product.cms
Methods in com.opengamma.strata.product.cms that return DayCount Modifier and Type Method Description DayCountCmsLeg. getDayCount()Gets the day count convention.DayCountCmsPeriod. getDayCount()Gets the day count of the period.Methods in com.opengamma.strata.product.cms that return types with arguments of type DayCount Modifier and Type Method Description org.joda.beans.MetaProperty<DayCount>CmsLeg.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>CmsPeriod.Meta. dayCount()The meta-property for thedayCountproperty.Methods in com.opengamma.strata.product.cms with parameters of type DayCount Modifier and Type Method Description CmsLeg.BuilderCmsLeg.Builder. dayCount(DayCount dayCount)Sets the day count convention.CmsPeriod.BuilderCmsPeriod.Builder. dayCount(DayCount dayCount)Sets the day count of the period. -
Uses of DayCount in com.opengamma.strata.product.credit
Methods in com.opengamma.strata.product.credit that return DayCount Modifier and Type Method Description DayCountCds. getDayCount()Gets the day count convention.DayCountCdsIndex. getDayCount()Gets the day count convention.DayCountResolvedCds. getDayCount()Gets the day count convention.DayCountResolvedCdsIndex. getDayCount()Gets the day count convention.Methods in com.opengamma.strata.product.credit that return types with arguments of type DayCount Modifier and Type Method Description org.joda.beans.MetaProperty<DayCount>Cds.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>CdsIndex.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>ResolvedCds.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>ResolvedCdsIndex.Meta. dayCount()The meta-property for thedayCountproperty.Methods in com.opengamma.strata.product.credit with parameters of type DayCount Modifier and Type Method Description Cds.BuilderCds.Builder. dayCount(DayCount dayCount)Sets the day count convention.CdsIndex.BuilderCdsIndex.Builder. dayCount(DayCount dayCount)Sets the day count convention.ResolvedCds.BuilderResolvedCds.Builder. dayCount(DayCount dayCount)Sets the day count convention.ResolvedCdsIndex.BuilderResolvedCdsIndex.Builder. dayCount(DayCount dayCount)Sets the day count convention. -
Uses of DayCount in com.opengamma.strata.product.credit.type
Methods in com.opengamma.strata.product.credit.type that return DayCount Modifier and Type Method Description DayCountImmutableCdsConvention. getDayCount()Gets the day count convention applicable.Methods in com.opengamma.strata.product.credit.type that return types with arguments of type DayCount Modifier and Type Method Description org.joda.beans.MetaProperty<DayCount>ImmutableCdsConvention.Meta. dayCount()The meta-property for thedayCountproperty.Methods in com.opengamma.strata.product.credit.type with parameters of type DayCount Modifier and Type Method Description ImmutableCdsConvention.BuilderImmutableCdsConvention.Builder. dayCount(DayCount dayCount)Sets the day count convention applicable.static ImmutableCdsConventionImmutableCdsConvention. of(String name, Currency currency, DayCount dayCount, Frequency paymentFrequency, BusinessDayAdjustment businessDayAdjustment, DaysAdjustment settlementDateOffset)Obtains a convention based on the specified parameters. -
Uses of DayCount in com.opengamma.strata.product.deposit
Methods in com.opengamma.strata.product.deposit that return DayCount Modifier and Type Method Description DayCountIborFixingDeposit. getDayCount()Gets the day count convention applicable, defaulted to the day count of the index.DayCountTermDeposit. getDayCount()Gets the day count convention.Methods in com.opengamma.strata.product.deposit that return types with arguments of type DayCount Modifier and Type Method Description org.joda.beans.MetaProperty<DayCount>IborFixingDeposit.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>TermDeposit.Meta. dayCount()The meta-property for thedayCountproperty.Methods in com.opengamma.strata.product.deposit with parameters of type DayCount Modifier and Type Method Description IborFixingDeposit.BuilderIborFixingDeposit.Builder. dayCount(DayCount dayCount)Sets the day count convention applicable, defaulted to the day count of the index.TermDeposit.BuilderTermDeposit.Builder. dayCount(DayCount dayCount)Sets the day count convention. -
Uses of DayCount in com.opengamma.strata.product.deposit.type
Methods in com.opengamma.strata.product.deposit.type that return DayCount Modifier and Type Method Description DayCountImmutableIborFixingDepositConvention. getDayCount()Gets the day count convention applicable, providing a default result if no override specified.DayCountImmutableTermDepositConvention. getDayCount()Gets the day count convention.Methods in com.opengamma.strata.product.deposit.type that return types with arguments of type DayCount Modifier and Type Method Description org.joda.beans.MetaProperty<DayCount>ImmutableIborFixingDepositConvention.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>ImmutableTermDepositConvention.Meta. dayCount()The meta-property for thedayCountproperty.Methods in com.opengamma.strata.product.deposit.type with parameters of type DayCount Modifier and Type Method Description ImmutableIborFixingDepositConvention.BuilderImmutableIborFixingDepositConvention.Builder. dayCount(DayCount dayCount)Sets the day count convention applicable, optional with defaulting getter.ImmutableTermDepositConvention.BuilderImmutableTermDepositConvention.Builder. dayCount(DayCount dayCount)Sets the day count convention.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. -
Uses of DayCount in com.opengamma.strata.product.fra
Methods in com.opengamma.strata.product.fra that return DayCount Modifier and Type Method Description DayCountFra. getDayCount()Gets the day count convention applicable, defaulted to the day count of the index.Methods in com.opengamma.strata.product.fra that return types with arguments of type DayCount Modifier and Type Method Description org.joda.beans.MetaProperty<DayCount>Fra.Meta. dayCount()The meta-property for thedayCountproperty.Methods in com.opengamma.strata.product.fra with parameters of type DayCount Modifier and Type Method Description Fra.BuilderFra.Builder. dayCount(DayCount dayCount)Sets the day count convention applicable, defaulted to the day count of the index. -
Uses of DayCount in com.opengamma.strata.product.fra.type
Methods in com.opengamma.strata.product.fra.type that return DayCount Modifier and Type Method Description DayCountImmutableFraConvention. getDayCount()Gets the day count convention applicable, providing a default result if no override specified.Methods in com.opengamma.strata.product.fra.type that return types with arguments of type DayCount Modifier and Type Method Description org.joda.beans.MetaProperty<DayCount>ImmutableFraConvention.Meta. dayCount()The meta-property for thedayCountproperty.Methods in com.opengamma.strata.product.fra.type with parameters of type DayCount Modifier and Type Method Description ImmutableFraConvention.BuilderImmutableFraConvention.Builder. dayCount(DayCount dayCount)Sets the day count convention applicable, optional with defaulting getter. -
Uses of DayCount in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return DayCount Modifier and Type Method Description DayCountFixedRateCalculation. getDayCount()Gets the day count convention.DayCountIborRateCalculation. getDayCount()Gets the day count convention.DayCountInflationRateCalculation. getDayCount()DayCountOvernightRateCalculation. getDayCount()Gets the day count convention.DayCountRateCalculation. getDayCount()Gets the day count convention.DayCountRatePaymentPeriod. getDayCount()Gets the day count convention.Methods in com.opengamma.strata.product.swap that return types with arguments of type DayCount Modifier and Type Method Description org.joda.beans.MetaProperty<DayCount>FixedRateCalculation.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>IborRateCalculation.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>OvernightRateCalculation.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>RatePaymentPeriod.Meta. dayCount()The meta-property for thedayCountproperty.Methods in com.opengamma.strata.product.swap with parameters of type DayCount Modifier and Type Method Description FixedRateCalculation.BuilderFixedRateCalculation.Builder. dayCount(DayCount dayCount)Sets the day count convention.IborRateCalculation.BuilderIborRateCalculation.Builder. dayCount(DayCount dayCount)Sets the day count convention.OvernightRateCalculation.BuilderOvernightRateCalculation.Builder. dayCount(DayCount dayCount)Sets the day count convention.RatePaymentPeriod.BuilderRatePaymentPeriod.Builder. dayCount(DayCount dayCount)Sets the day count convention.static FixedRateCalculationFixedRateCalculation. of(double rate, DayCount dayCount)Obtains a rate calculation for the specified day count and rate. -
Uses of DayCount in com.opengamma.strata.product.swap.type
Methods in com.opengamma.strata.product.swap.type that return DayCount Modifier and Type Method Description DayCountFixedRateSwapLegConvention. getDayCount()Gets the day count convention applicable.DayCountFloatRateSwapLegConvention. getDayCount()Gets the day count of the convention.DayCountIborRateSwapLegConvention. getDayCount()Gets the day count convention applicable, providing a default result if no override specified.DayCountOvernightRateSwapLegConvention. getDayCount()Gets the day count convention applicable, providing a default result if no override specified.Methods in com.opengamma.strata.product.swap.type that return types with arguments of type DayCount Modifier and Type Method Description org.joda.beans.MetaProperty<DayCount>FixedRateSwapLegConvention.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>IborRateSwapLegConvention.Meta. dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DayCount>OvernightRateSwapLegConvention.Meta. dayCount()The meta-property for thedayCountproperty.Methods in com.opengamma.strata.product.swap.type with parameters of type DayCount Modifier and Type Method Description FixedRateSwapLegConvention.BuilderFixedRateSwapLegConvention.Builder. dayCount(DayCount dayCount)Sets the day count convention applicable.IborRateSwapLegConvention.BuilderIborRateSwapLegConvention.Builder. dayCount(DayCount dayCount)Sets the day count convention applicable, optional with defaulting getter.OvernightRateSwapLegConvention.BuilderOvernightRateSwapLegConvention.Builder. dayCount(DayCount dayCount)Sets the day count convention applicable, optional with defaulting getter.static FixedRateSwapLegConventionFixedRateSwapLegConvention. of(Currency currency, DayCount dayCount, Frequency accrualFrequency, BusinessDayAdjustment accrualBusinessDayAdjustment)Obtains a convention based on the specified parameters.
-