Uses of Class
com.opengamma.strata.product.deposit.IborFixingDepositTrade
-
Packages that use IborFixingDepositTrade Package Description com.opengamma.strata.market.curve.node Curve nodes.com.opengamma.strata.product.deposit Entity objects describing financial instruments representing a simple deposit with interest.com.opengamma.strata.product.deposit.type Conventions and templates to aid the construction of deposits. -
-
Uses of IborFixingDepositTrade in com.opengamma.strata.market.curve.node
Methods in com.opengamma.strata.market.curve.node that return IborFixingDepositTrade Modifier and Type Method Description IborFixingDepositTradeIborFixingDepositCurveNode. trade(double quantity, MarketData marketData, ReferenceData refData) -
Uses of IborFixingDepositTrade in com.opengamma.strata.product.deposit
Methods in com.opengamma.strata.product.deposit that return IborFixingDepositTrade Modifier and Type Method Description IborFixingDepositTradeIborFixingDepositTrade.Builder. build()static IborFixingDepositTradeIborFixingDepositTrade. of(TradeInfo info, IborFixingDeposit product)Obtains an instance of an Ibor Fixing Deposit trade.IborFixingDepositTradeIborFixingDepositTrade. withInfo(PortfolioItemInfo info)Methods in com.opengamma.strata.product.deposit that return types with arguments of type IborFixingDepositTrade Modifier and Type Method Description Class<? extends IborFixingDepositTrade>IborFixingDepositTrade.Meta. beanType() -
Uses of IborFixingDepositTrade in com.opengamma.strata.product.deposit.type
Methods in com.opengamma.strata.product.deposit.type that return IborFixingDepositTrade Modifier and Type Method Description IborFixingDepositTradeIborFixingDepositConvention. createTrade(LocalDate tradeDate, Period depositPeriod, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a trade based on this convention.IborFixingDepositTradeIborFixingDepositTemplate. createTrade(LocalDate tradeDate, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a trade based on this template.IborFixingDepositTradeImmutableIborFixingDepositConvention. createTrade(LocalDate tradeDate, Period depositPeriod, BuySell buySell, double notional, double fixedRate, ReferenceData refData)IborFixingDepositTradeIborFixingDepositConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double fixedRate)Creates a trade based on this convention.default IborFixingDepositTradeIborFixingDepositConvention. toTrade(LocalDate tradeDate, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double fixedRate)Creates a trade based on this convention.IborFixingDepositTradeImmutableIborFixingDepositConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double fixedRate)
-