Uses of Class
com.opengamma.strata.collect.named.ExtendedEnum
-
Packages that use ExtendedEnum 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.calc Calculates risk measures on trades, applies scenarios and manages market data.com.opengamma.strata.collect.named Named data structures.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.interpolator Interpolators for interpolating in one and two dimensions.com.opengamma.strata.product.credit.type Conventions and templates to aid the construction of credit instruments.com.opengamma.strata.product.deposit.type Conventions and templates to aid the construction of deposits.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. -
-
Uses of ExtendedEnum in com.opengamma.strata.basics.date
Methods in com.opengamma.strata.basics.date that return ExtendedEnum Modifier and Type Method Description static ExtendedEnum<BusinessDayConvention>
BusinessDayConvention. extendedEnum()
Gets the extended enum helper.static ExtendedEnum<DateSequence>
DateSequence. extendedEnum()
Gets the extended enum helper.static ExtendedEnum<DayCount>
DayCount. extendedEnum()
Gets the extended enum helper.static ExtendedEnum<HolidayCalendar>
HolidayCalendars. extendedEnum()
Gets the extended enum helper.static ExtendedEnum<PeriodAdditionConvention>
PeriodAdditionConvention. extendedEnum()
Gets the extended enum helper. -
Uses of ExtendedEnum in com.opengamma.strata.basics.index
Methods in com.opengamma.strata.basics.index that return ExtendedEnum Modifier and Type Method Description static ExtendedEnum<FloatingRateName>
FloatingRateName. extendedEnum()
Gets the extended enum helper.static ExtendedEnum<FxIndex>
FxIndex. extendedEnum()
Gets the extended enum helper.static ExtendedEnum<IborIndex>
IborIndex. extendedEnum()
Gets the extended enum helper.static ExtendedEnum<OvernightIndex>
OvernightIndex. extendedEnum()
Gets the extended enum helper.static ExtendedEnum<PriceIndex>
PriceIndex. extendedEnum()
Gets the extended enum helper. -
Uses of ExtendedEnum in com.opengamma.strata.basics.schedule
Methods in com.opengamma.strata.basics.schedule that return ExtendedEnum Modifier and Type Method Description static ExtendedEnum<RollConvention>
RollConvention. extendedEnum()
Gets the extended enum helper. -
Uses of ExtendedEnum in com.opengamma.strata.calc
Methods in com.opengamma.strata.calc that return ExtendedEnum Modifier and Type Method Description static ExtendedEnum<Measure>
Measure. extendedEnum()
Gets the extended enum helper. -
Uses of ExtendedEnum in com.opengamma.strata.collect.named
Methods in com.opengamma.strata.collect.named that return ExtendedEnum Modifier and Type Method Description static <R extends Named>
ExtendedEnum<R>ExtendedEnum. of(Class<R> type)
Obtains an extended enum instance. -
Uses of ExtendedEnum in com.opengamma.strata.loader.csv
Methods in com.opengamma.strata.loader.csv that return ExtendedEnum Modifier and Type Method Description static ExtendedEnum<PositionCsvParserPlugin>
PositionCsvParserPlugin. extendedEnum()
Gets the extended enum helper.static ExtendedEnum<TradeCsvParserPlugin>
TradeCsvParserPlugin. extendedEnum()
Gets the extended enum helper.static ExtendedEnum<TradeCsvWriterPlugin<?>>
TradeCsvWriterPlugin. extendedEnum()
Gets the extended enum helper. -
Uses of ExtendedEnum in com.opengamma.strata.loader.fpml
Methods in com.opengamma.strata.loader.fpml that return ExtendedEnum Modifier and Type Method Description static ExtendedEnum<FpmlParserPlugin>
FpmlParserPlugin. extendedEnum()
Gets the extended enum helper. -
Uses of ExtendedEnum in com.opengamma.strata.market.curve.interpolator
Methods in com.opengamma.strata.market.curve.interpolator that return ExtendedEnum Modifier and Type Method Description static ExtendedEnum<CurveExtrapolator>
CurveExtrapolator. extendedEnum()
Gets the extended enum helper.static ExtendedEnum<CurveInterpolator>
CurveInterpolator. extendedEnum()
Gets the extended enum helper. -
Uses of ExtendedEnum in com.opengamma.strata.product.credit.type
Methods in com.opengamma.strata.product.credit.type that return ExtendedEnum Modifier and Type Method Description static ExtendedEnum<CdsConvention>
CdsConvention. extendedEnum()
Gets the extended enum helper. -
Uses of ExtendedEnum in com.opengamma.strata.product.deposit.type
Methods in com.opengamma.strata.product.deposit.type that return ExtendedEnum Modifier and Type Method Description static ExtendedEnum<IborFixingDepositConvention>
IborFixingDepositConvention. extendedEnum()
Gets the extended enum helper.static ExtendedEnum<TermDepositConvention>
TermDepositConvention. extendedEnum()
Gets the extended enum helper. -
Uses of ExtendedEnum in com.opengamma.strata.product.fra.type
Methods in com.opengamma.strata.product.fra.type that return ExtendedEnum Modifier and Type Method Description static ExtendedEnum<FraConvention>
FraConvention. extendedEnum()
Gets the extended enum helper. -
Uses of ExtendedEnum in com.opengamma.strata.product.fx.type
Methods in com.opengamma.strata.product.fx.type that return ExtendedEnum Modifier and Type Method Description static ExtendedEnum<FxSwapConvention>
FxSwapConvention. extendedEnum()
Gets the extended enum helper. -
Uses of ExtendedEnum in com.opengamma.strata.product.index.type
Methods in com.opengamma.strata.product.index.type that return ExtendedEnum Modifier and Type Method Description static ExtendedEnum<IborFutureContractSpec>
IborFutureContractSpec. extendedEnum()
Gets the extended enum helper.static ExtendedEnum<IborFutureConvention>
IborFutureConvention. extendedEnum()
Deprecated.Gets the extended enum helper.static ExtendedEnum<OvernightFutureContractSpec>
OvernightFutureContractSpec. extendedEnum()
Gets the extended enum helper. -
Uses of ExtendedEnum in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return ExtendedEnum Modifier and Type Method Description static ExtendedEnum<SwapIndex>
SwapIndex. extendedEnum()
Gets the extended enum helper. -
Uses of ExtendedEnum in com.opengamma.strata.product.swap.type
Methods in com.opengamma.strata.product.swap.type that return ExtendedEnum Modifier and Type Method Description static ExtendedEnum<FixedIborSwapConvention>
FixedIborSwapConvention. extendedEnum()
Gets the extended enum helper.static ExtendedEnum<FixedInflationSwapConvention>
FixedInflationSwapConvention. extendedEnum()
Gets the extended enum helper.static ExtendedEnum<FixedOvernightSwapConvention>
FixedOvernightSwapConvention. extendedEnum()
Gets the extended enum helper.static ExtendedEnum<IborIborSwapConvention>
IborIborSwapConvention. extendedEnum()
Gets the extended enum helper.static ExtendedEnum<OvernightIborSwapConvention>
OvernightIborSwapConvention. extendedEnum()
Gets the extended enum helper.static ExtendedEnum<ThreeLegBasisSwapConvention>
ThreeLegBasisSwapConvention. extendedEnum()
Gets the extended enum helper.static ExtendedEnum<XCcyIborIborSwapConvention>
XCcyIborIborSwapConvention. extendedEnum()
Gets the extended enum helper.
-