Uses of Interface
com.opengamma.strata.basics.currency.FxConvertible
-
Packages that use FxConvertible Package Description com.opengamma.strata.basics.currency Representations of currency and money.com.opengamma.strata.market.amount Defines representations of amounts typically used as result types.com.opengamma.strata.market.explain Support for explaining results.com.opengamma.strata.market.param Market data based on parameters.com.opengamma.strata.market.sensitivity Entity objects for sensitivities.com.opengamma.strata.pricer Calculators for financial instruments.com.opengamma.strata.pricer.bond Calculators for bonds.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.fx Calculators for FX instruments, such as FX forward and FX swap.com.opengamma.strata.pricer.fxopt Calculators for FX options.com.opengamma.strata.pricer.index Calculators for products based on rate indices, such as Short Term Interest Rate futures (STIRs).com.opengamma.strata.pricer.rate Calculators for rates instruments, such as Forward Rate Agreement (FRA) and interest rate swap.com.opengamma.strata.pricer.swaption Calculators for swaptions. -
-
Uses of FxConvertible in com.opengamma.strata.basics.currency
Classes in com.opengamma.strata.basics.currency that implement FxConvertible Modifier and Type Class Description classBigMoneyA monetary amount, held to a maximum of 12 decimal places.classCurrencyAmountAn amount of a currency.classCurrencyAmountArrayAn array of currency amounts with the same currency.classMoneyAn amount of a currency, rounded to match the currency specifications.classMultiCurrencyAmountA map of currency amounts keyed by currency.classMultiCurrencyAmountArrayAn array of multi-currency amounts.classPaymentA single payment of a known amount on a specific date. -
Uses of FxConvertible in com.opengamma.strata.market.amount
Subinterfaces of FxConvertible in com.opengamma.strata.market.amount Modifier and Type Interface Description interfaceLegAmountRepresents an amount of a currency associated with one leg of an instrument.Classes in com.opengamma.strata.market.amount that implement FxConvertible Modifier and Type Class Description classCashFlowA single cash flow of a currency amount on a specific date.classCashFlowsA collection of cash flows.classLegAmountsA collection of leg amounts.classSwapLegAmountRepresents an amount associated with one leg of a swap. -
Uses of FxConvertible in com.opengamma.strata.market.explain
Classes in com.opengamma.strata.market.explain that implement FxConvertible Modifier and Type Class Description classExplainMapA map of explanatory values. -
Uses of FxConvertible in com.opengamma.strata.market.param
Classes in com.opengamma.strata.market.param that implement FxConvertible Modifier and Type Class Description classCrossGammaParameterSensitivitiesThe second order parameter sensitivity for parameterized market data.classCrossGammaParameterSensitivityThe second order parameter sensitivity for parameterized market data.classCurrencyParameterSensitivitiesCurrency-based parameter sensitivity for parameterized market data, such as curves.classCurrencyParameterSensitivityCurrency-based parameter sensitivity for parameterized market data, such as a curve. -
Uses of FxConvertible in com.opengamma.strata.market.sensitivity
Subinterfaces of FxConvertible in com.opengamma.strata.market.sensitivity Modifier and Type Interface Description interfacePointSensitivityPoint sensitivity.Classes in com.opengamma.strata.market.sensitivity that implement FxConvertible Modifier and Type Class Description classCurveSensitivitiesSensitivity to a set of curves, used to pass risk into calculations.classPointSensitivitiesA collection of point sensitivities. -
Uses of FxConvertible in com.opengamma.strata.pricer
Classes in com.opengamma.strata.pricer that implement FxConvertible Modifier and Type Class Description classZeroRateSensitivityPoint sensitivity to the zero rate curve. -
Uses of FxConvertible in com.opengamma.strata.pricer.bond
Classes in com.opengamma.strata.pricer.bond that implement FxConvertible Modifier and Type Class Description classBondFutureOptionSensitivityPoint sensitivity to an implied volatility for a bond future option model.classBondYieldSensitivityPoint sensitivity to a bond yield implied parameter point.classIssuerCurveZeroRateSensitivityPoint sensitivity to the issuer curve.classRepoCurveZeroRateSensitivityPoint sensitivity to the repo curve. -
Uses of FxConvertible in com.opengamma.strata.pricer.capfloor
Classes in com.opengamma.strata.pricer.capfloor that implement FxConvertible Modifier and Type Class Description classIborCapletFloorletSabrSensitivitySensitivity of a caplet/floorlet to SABR model parameters.classIborCapletFloorletSensitivityPoint sensitivity to Ibor caplet/floorlet implied parameter point. -
Uses of FxConvertible in com.opengamma.strata.pricer.credit
Classes in com.opengamma.strata.pricer.credit that implement FxConvertible Modifier and Type Class Description classCreditCurveZeroRateSensitivityPoint sensitivity to the zero hazard rate curve.classJumpToDefaultThe result of calculating Jump-To-Default. -
Uses of FxConvertible in com.opengamma.strata.pricer.fx
Classes in com.opengamma.strata.pricer.fx that implement FxConvertible Modifier and Type Class Description classFxForwardSensitivityPoint sensitivity to a forward rate of an FX rate for a currency pair.classFxIndexSensitivityPoint sensitivity to a forward rate of an FX rate for an FX index. -
Uses of FxConvertible in com.opengamma.strata.pricer.fxopt
Classes in com.opengamma.strata.pricer.fxopt that implement FxConvertible Modifier and Type Class Description classFxOptionSensitivityPoint sensitivity to an implied volatility for a FX option model. -
Uses of FxConvertible in com.opengamma.strata.pricer.index
Classes in com.opengamma.strata.pricer.index that implement FxConvertible Modifier and Type Class Description classIborFutureOptionSensitivityPoint sensitivity to an implied volatility for a Ibor future option model. -
Uses of FxConvertible in com.opengamma.strata.pricer.rate
Classes in com.opengamma.strata.pricer.rate that implement FxConvertible Modifier and Type Class Description classIborRateSensitivityPoint sensitivity to a rate from an Ibor index curve.classInflationRateSensitivityPoint sensitivity to a rate from a price index curve.classOvernightRateSensitivityPoint sensitivity to a rate from an Overnight index curve. -
Uses of FxConvertible in com.opengamma.strata.pricer.swaption
Classes in com.opengamma.strata.pricer.swaption that implement FxConvertible Modifier and Type Class Description classSwaptionSabrSensitivitySensitivity of a swaption to SABR model parameters.classSwaptionSensitivityPoint sensitivity to a swaption implied parameter point.
-