Uses of Class
com.opengamma.strata.data.scenario.CurrencyScenarioArray
- 
Packages that use CurrencyScenarioArray Package Description com.opengamma.strata.calc.runner The calculation runner.com.opengamma.strata.data.scenario Basic types to model market data across scenarios.com.opengamma.strata.measure.bond Base package for calculation functions.com.opengamma.strata.measure.deposit Calculation functions for deposit products.com.opengamma.strata.measure.dsf Calculation functions for DSF products.com.opengamma.strata.measure.fra Calculation functions for FRA products.com.opengamma.strata.measure.fx Calculation functions for FX products.com.opengamma.strata.measure.fxopt Calculation functions for FX option products.com.opengamma.strata.measure.index Calculation functions for index products.com.opengamma.strata.measure.payment Calculation functions for payment products.com.opengamma.strata.measure.swaption Calculation functions for swaption products.
- 
- 
Uses of CurrencyScenarioArray in com.opengamma.strata.calc.runnerMethods in com.opengamma.strata.calc.runner that return types with arguments of type CurrencyScenarioArray Modifier and Type Method Description static Collector<CurrencyAmount,List<CurrencyAmount>,CurrencyScenarioArray>FunctionUtils. toCurrencyValuesArray()Returns a collector that builds a single-currency scenerio result.
- 
Uses of CurrencyScenarioArray in com.opengamma.strata.data.scenarioMethods in com.opengamma.strata.data.scenario that return CurrencyScenarioArray Modifier and Type Method Description CurrencyScenarioArrayCurrencyScenarioArray. convertedTo(Currency reportingCurrency, ScenarioFxRateProvider fxRateProvider)CurrencyScenarioArrayMultiCurrencyScenarioArray. convertedTo(Currency reportingCurrency, ScenarioFxRateProvider fxRateProvider)CurrencyScenarioArrayCurrencyScenarioArray. minus(CurrencyAmount amount)Returns a new array containing the values from this array with the specified amount subtracted.CurrencyScenarioArrayCurrencyScenarioArray. minus(CurrencyScenarioArray other)Returns a new array containing the values from this array with the values from the other array subtracted.static CurrencyScenarioArrayCurrencyScenarioArray. of(int size, IntFunction<CurrencyAmount> amountFunction)Obtains an instance using a function to create the entries.static CurrencyScenarioArrayCurrencyScenarioArray. of(CurrencyAmountArray amounts)Obtains an instance from the specified currency and array of values.static CurrencyScenarioArrayCurrencyScenarioArray. of(Currency currency, DoubleArray values)Obtains an instance from the specified currency and array of values.static CurrencyScenarioArrayCurrencyScenarioArray. of(List<CurrencyAmount> amounts)Obtains an instance from the specified list of amounts.CurrencyScenarioArrayCurrencyScenarioArray. plus(CurrencyAmount amount)Returns a new array containing the values from this array with the specified amount added.CurrencyScenarioArrayCurrencyScenarioArray. plus(CurrencyScenarioArray other)Returns a new array containing the values from this array added to the values in the other array.Methods in com.opengamma.strata.data.scenario that return types with arguments of type CurrencyScenarioArray Modifier and Type Method Description Class<? extends CurrencyScenarioArray>CurrencyScenarioArray.Meta. beanType()org.joda.beans.BeanBuilder<? extends CurrencyScenarioArray>CurrencyScenarioArray.Meta. builder()static Collector<CurrencyScenarioArray,?,MultiCurrencyScenarioArray>MultiCurrencyScenarioArray. toMultiCurrencyScenarioArray()Returns a collector which creates a multi currency scenario array by combining a stream of currency scenario arrays.Methods in com.opengamma.strata.data.scenario with parameters of type CurrencyScenarioArray Modifier and Type Method Description CurrencyScenarioArrayCurrencyScenarioArray. minus(CurrencyScenarioArray other)Returns a new array containing the values from this array with the values from the other array subtracted.CurrencyScenarioArrayCurrencyScenarioArray. plus(CurrencyScenarioArray other)Returns a new array containing the values from this array added to the values in the other array.Method parameters in com.opengamma.strata.data.scenario with type arguments of type CurrencyScenarioArray Modifier and Type Method Description static MultiCurrencyScenarioArrayMultiCurrencyScenarioArray. total(Iterable<CurrencyScenarioArray> arrays)Returns a multi currency scenario array representing the total of the input arrays.
- 
Uses of CurrencyScenarioArray in com.opengamma.strata.measure.bondMethods in com.opengamma.strata.measure.bond that return CurrencyScenarioArray Modifier and Type Method Description CurrencyScenarioArrayBillTradeCalculations. currentCash(ResolvedBillTrade trade, LegalEntityDiscountingMarketDataLookup lookup, ScenarioMarketData marketData)Calculates current cash across one or more scenarios.CurrencyScenarioArrayCapitalIndexedBondTradeCalculations. currentCash(ResolvedCapitalIndexedBondTrade trade, RatesMarketDataLookup ratesLookup, LegalEntityDiscountingMarketDataLookup legalEntityLookup, ScenarioMarketData marketData)Calculates current cash across one or more scenarios.CurrencyScenarioArrayFixedCouponBondTradeCalculations. currentCash(ResolvedFixedCouponBondTrade trade, LegalEntityDiscountingMarketDataLookup lookup, ScenarioMarketData marketData)Calculates current cash across one or more scenarios.CurrencyScenarioArrayBillTradeCalculations. presentValue(ResolvedBillTrade trade, LegalEntityDiscountingMarketDataLookup lookup, ScenarioMarketData marketData)Calculates present value across one or more scenarios.CurrencyScenarioArrayBondFutureOptionTradeCalculations. presentValue(ResolvedBondFutureOptionTrade trade, LegalEntityDiscountingMarketDataLookup legalEntityLookup, BondFutureOptionMarketDataLookup volsLookup, ScenarioMarketData marketData)Calculates present value across one or more scenarios.CurrencyScenarioArrayBondFutureTradeCalculations. presentValue(ResolvedBondFutureTrade trade, LegalEntityDiscountingMarketDataLookup lookup, ScenarioMarketData marketData)Calculates present value across one or more scenarios.CurrencyScenarioArrayCapitalIndexedBondTradeCalculations. presentValue(ResolvedCapitalIndexedBondTrade trade, RatesMarketDataLookup ratesLookup, LegalEntityDiscountingMarketDataLookup legalEntityLookup, ScenarioMarketData marketData)Calculates present value across one or more scenarios.CurrencyScenarioArrayFixedCouponBondTradeCalculations. presentValue(ResolvedFixedCouponBondTrade trade, LegalEntityDiscountingMarketDataLookup lookup, ScenarioMarketData marketData)Calculates present value across one or more scenarios.
- 
Uses of CurrencyScenarioArray in com.opengamma.strata.measure.depositMethods in com.opengamma.strata.measure.deposit that return CurrencyScenarioArray Modifier and Type Method Description CurrencyScenarioArrayTermDepositTradeCalculations. currentCash(ResolvedTermDepositTrade trade, RatesMarketDataLookup lookup, ScenarioMarketData marketData)Calculates current cash across one or more scenarios.CurrencyScenarioArrayTermDepositTradeCalculations. presentValue(ResolvedTermDepositTrade trade, RatesMarketDataLookup lookup, ScenarioMarketData marketData)Calculates present value across one or more scenarios.
- 
Uses of CurrencyScenarioArray in com.opengamma.strata.measure.dsfMethods in com.opengamma.strata.measure.dsf that return CurrencyScenarioArray Modifier and Type Method Description CurrencyScenarioArrayDsfTradeCalculations. presentValue(ResolvedDsfTrade trade, RatesMarketDataLookup lookup, ScenarioMarketData marketData)Calculates present value across one or more scenarios.
- 
Uses of CurrencyScenarioArray in com.opengamma.strata.measure.fraMethods in com.opengamma.strata.measure.fra that return CurrencyScenarioArray Modifier and Type Method Description CurrencyScenarioArrayFraTradeCalculations. currentCash(ResolvedFraTrade trade, RatesMarketDataLookup lookup, ScenarioMarketData marketData)Calculates current cash across one or more scenarios.CurrencyScenarioArrayFraTradeCalculations. presentValue(ResolvedFraTrade trade, RatesMarketDataLookup lookup, ScenarioMarketData marketData)Calculates present value across one or more scenarios.
- 
Uses of CurrencyScenarioArray in com.opengamma.strata.measure.fxMethods in com.opengamma.strata.measure.fx that return CurrencyScenarioArray Modifier and Type Method Description CurrencyScenarioArrayFxNdfTradeCalculations. currentCash(ResolvedFxNdfTrade trade, RatesMarketDataLookup lookup, ScenarioMarketData marketData)Calculates current cash across one or more scenarios.CurrencyScenarioArrayFxNdfTradeCalculations. presentValue(ResolvedFxNdfTrade trade, RatesMarketDataLookup lookup, ScenarioMarketData marketData)Calculates present value across one or more scenarios.
- 
Uses of CurrencyScenarioArray in com.opengamma.strata.measure.fxoptMethods in com.opengamma.strata.measure.fxopt that return CurrencyScenarioArray Modifier and Type Method Description CurrencyScenarioArrayFxSingleBarrierOptionTradeCalculations. currentCash(ResolvedFxSingleBarrierOptionTrade trade, RatesMarketDataLookup ratesLookup, FxOptionMarketDataLookup fxLookup, ScenarioMarketData marketData, FxSingleBarrierOptionMethod method)Calculates current cash across one or more scenarios.CurrencyScenarioArrayFxVanillaOptionTradeCalculations. currentCash(ResolvedFxVanillaOptionTrade trade, RatesMarketDataLookup ratesLookup, FxOptionMarketDataLookup fxLookup, ScenarioMarketData marketData, FxVanillaOptionMethod method)Calculates current cash across one or more scenarios.
- 
Uses of CurrencyScenarioArray in com.opengamma.strata.measure.indexMethods in com.opengamma.strata.measure.index that return CurrencyScenarioArray Modifier and Type Method Description CurrencyScenarioArrayIborFutureOptionTradeCalculations. presentValue(ResolvedIborFutureOptionTrade trade, RatesMarketDataLookup ratesLookup, IborFutureOptionMarketDataLookup optionLookup, ScenarioMarketData marketData)Calculates present value across one or more scenarios.CurrencyScenarioArrayIborFutureTradeCalculations. presentValue(ResolvedIborFutureTrade trade, RatesMarketDataLookup lookup, ScenarioMarketData marketData)Calculates present value across one or more scenarios.CurrencyScenarioArrayOvernightFutureTradeCalculations. presentValue(ResolvedOvernightFutureTrade trade, RatesMarketDataLookup lookup, ScenarioMarketData marketData)Calculates present value across one or more scenarios.
- 
Uses of CurrencyScenarioArray in com.opengamma.strata.measure.paymentMethods in com.opengamma.strata.measure.payment that return CurrencyScenarioArray Modifier and Type Method Description CurrencyScenarioArrayBulletPaymentTradeCalculations. currentCash(ResolvedBulletPaymentTrade trade, RatesMarketDataLookup lookup, ScenarioMarketData marketData)Calculates current cash across one or more scenarios.CurrencyScenarioArrayBulletPaymentTradeCalculations. presentValue(ResolvedBulletPaymentTrade trade, RatesMarketDataLookup lookup, ScenarioMarketData marketData)Calculates present value across one or more scenarios.
- 
Uses of CurrencyScenarioArray in com.opengamma.strata.measure.swaptionMethods in com.opengamma.strata.measure.swaption that return CurrencyScenarioArray Modifier and Type Method Description CurrencyScenarioArraySwaptionTradeCalculations. currentCash(ResolvedSwaptionTrade trade, RatesMarketDataLookup ratesLookup, SwaptionMarketDataLookup swaptionLookup, ScenarioMarketData marketData)Calculates current cash across one or more scenarios.CurrencyScenarioArraySwaptionTradeCalculations. presentValue(ResolvedSwaptionTrade trade, RatesMarketDataLookup ratesLookup, SwaptionMarketDataLookup swaptionLookup, ScenarioMarketData marketData)Calculates present value across one or more scenarios.
 
-