Uses of Class
com.opengamma.strata.market.amount.LegAmounts
-
Packages that use LegAmounts Package Description com.opengamma.strata.market.amount Defines representations of amounts typically used as result types.com.opengamma.strata.measure.swap Calculation functions for swap products. -
-
Uses of LegAmounts in com.opengamma.strata.market.amount
Methods in com.opengamma.strata.market.amount that return LegAmounts Modifier and Type Method Description LegAmountsLegAmounts. convertedTo(Currency resultCurrency, FxRateProvider rateProvider)static LegAmountsLegAmounts. of(LegAmount... amounts)Returns an instance containing the specified leg amounts.static LegAmountsLegAmounts. of(List<LegAmount> amounts)Returns an instance containing the specified leg amounts.Methods in com.opengamma.strata.market.amount that return types with arguments of type LegAmounts Modifier and Type Method Description Class<? extends LegAmounts>LegAmounts.Meta. beanType()org.joda.beans.BeanBuilder<? extends LegAmounts>LegAmounts.Meta. builder() -
Uses of LegAmounts in com.opengamma.strata.measure.swap
Methods in com.opengamma.strata.measure.swap that return LegAmounts Modifier and Type Method Description LegAmountsSwapTradeCalculations. legInitialNotional(ResolvedSwapTrade trade)Calculates the initial notional of each leg.LegAmountsSwapTradeCalculations. legPresentValue(ResolvedSwapTrade trade, RatesProvider ratesProvider)Calculates the present value of each leg for a single set of market data.Methods in com.opengamma.strata.measure.swap that return types with arguments of type LegAmounts Modifier and Type Method Description ScenarioArray<LegAmounts>SwapTradeCalculations. legPresentValue(ResolvedSwapTrade trade, RatesMarketDataLookup lookup, ScenarioMarketData marketData)Calculates the present value of each leg across one or more scenarios.
-