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 FxMatrix
FxMatrixBuilder. build()
Build a newFxMatrix
from the data in the builder.static FxMatrix
FxMatrix. empty()
Obtains an empty FX matrix.FxMatrix
FxMatrix. merge(FxMatrix other)
Merges the entries from the other matrix into this one.static FxMatrix
FxMatrix. of(CurrencyPair currencyPair, double rate)
Obtains an instance containing a single FX rate.static FxMatrix
FxMatrix. 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 aCollector
that allows aMap.Entry
of currency pair to rate to be streamed and collected into a newFxMatrix
.static Collector<? super Pair<CurrencyPair,Double>,FxMatrixBuilder,FxMatrix>
FxMatrix. pairsToFxMatrix()
Creates aCollector
that 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 FxMatrix
FxMatrix. 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()
-