Uses of Class
com.opengamma.strata.basics.currency.FxMatrix
-
Packages that use FxMatrix Package Description com.opengamma.strata.basics.currency Representations of currency and money.com.opengamma.strata.data Basic types to model market data. -
-
Uses of FxMatrix in com.opengamma.strata.basics.currency
Methods in com.opengamma.strata.basics.currency that return FxMatrix Modifier and Type Method Description FxMatrixFxMatrixBuilder. build()Build a newFxMatrixfrom the data in the builder.static FxMatrixFxMatrix. empty()Obtains an empty FX matrix.FxMatrixFxMatrix. merge(FxMatrix other)Merges the entries from the other matrix into this one.static FxMatrixFxMatrix. of(CurrencyPair currencyPair, double rate)Obtains an instance containing a single FX rate.static FxMatrixFxMatrix. of(Currency ccy1, Currency ccy2, double rate)Obtains an instance containing a single FX rate.Methods in com.opengamma.strata.basics.currency that return types with arguments of type FxMatrix Modifier and Type Method Description Class<? extends FxMatrix>FxMatrix.Meta. beanType()org.joda.beans.BeanBuilder<? extends FxMatrix>FxMatrix.Meta. builder()static Collector<? super Map.Entry<CurrencyPair,Double>,FxMatrixBuilder,FxMatrix>FxMatrix. entriesToFxMatrix()Creates aCollectorthat allows aMap.Entryof currency pair to rate to be streamed and collected into a newFxMatrix.static Collector<? super Pair<CurrencyPair,Double>,FxMatrixBuilder,FxMatrix>FxMatrix. pairsToFxMatrix()Creates aCollectorthat allows a collection of pairs each containing a currency pair and a rate to be streamed and collected into a newFxMatrix.Methods in com.opengamma.strata.basics.currency with parameters of type FxMatrix Modifier and Type Method Description FxMatrixFxMatrix. merge(FxMatrix other)Merges the entries from the other matrix into this one. -
Uses of FxMatrix in com.opengamma.strata.data
Methods in com.opengamma.strata.data that return types with arguments of type FxMatrix Modifier and Type Method Description Class<FxMatrix>FxMatrixId. getMarketDataType()
-