Uses of Class
com.opengamma.strata.product.common.BuySell
-
Packages that use BuySell Package Description com.opengamma.strata.loader Tools for loading data from files.com.opengamma.strata.loader.fpml Loader that can convert files to financial instruments.com.opengamma.strata.product.common Entity objects shared between other packages.com.opengamma.strata.product.credit Entity objects describing Credit Default Swap (CDS) and CDS index.com.opengamma.strata.product.credit.type Conventions and templates to aid the construction of credit instruments.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.com.opengamma.strata.product.fra Entity objects describing a forward rate agreement (FRA).com.opengamma.strata.product.fra.type Conventions and templates to aid the construction of FRAs.com.opengamma.strata.product.fx.type Conventions and templates to aid the construction of foreign exchange products.com.opengamma.strata.product.swap.type Conventions and templates to aid the construction of rate swaps. -
-
Uses of BuySell in com.opengamma.strata.loader
Methods in com.opengamma.strata.loader that return BuySell Modifier and Type Method Description static BuySellLoaderUtils. parseBuySell(String str)Parses buy/sell from the input string. -
Uses of BuySell in com.opengamma.strata.loader.fpml
Methods in com.opengamma.strata.loader.fpml that return BuySell Modifier and Type Method Description BuySellFpmlDocument. parseBuyerSeller(XmlElement baseEl, TradeInfoBuilder tradeInfoBuilder)Converts an FpML 'BuyerSeller.model' to aBuySell. -
Uses of BuySell in com.opengamma.strata.product.common
Methods in com.opengamma.strata.product.common that return BuySell Modifier and Type Method Description static BuySellBuySell. of(String name)Obtains an instance from the specified name.static BuySellBuySell. ofBuy(boolean isBuy)Converts a boolean "is buy" flag to the enum value.BuySellBuySell. opposite()Supplies the opposite of this value.static BuySellBuySell. valueOf(String name)Returns the enum constant of this type with the specified name.static BuySell[]BuySell. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BuySell in com.opengamma.strata.product.credit
Methods in com.opengamma.strata.product.credit that return BuySell Modifier and Type Method Description BuySellCds. getBuySell()Gets whether the CDS is buy or sell.BuySellCdsIndex. getBuySell()Gets whether the CDS index is buy or sell.BuySellResolvedCds. getBuySell()Gets whether the CDS is buy or sell.BuySellResolvedCdsIndex. getBuySell()Gets whether the CDS index is buy or sell.Methods in com.opengamma.strata.product.credit that return types with arguments of type BuySell Modifier and Type Method Description org.joda.beans.MetaProperty<BuySell>Cds.Meta. buySell()The meta-property for thebuySellproperty.org.joda.beans.MetaProperty<BuySell>CdsIndex.Meta. buySell()The meta-property for thebuySellproperty.org.joda.beans.MetaProperty<BuySell>ResolvedCds.Meta. buySell()The meta-property for thebuySellproperty.org.joda.beans.MetaProperty<BuySell>ResolvedCdsIndex.Meta. buySell()The meta-property for thebuySellproperty.Methods in com.opengamma.strata.product.credit with parameters of type BuySell Modifier and Type Method Description Cds.BuilderCds.Builder. buySell(BuySell buySell)Sets whether the CDS is buy or sell.CdsIndex.BuilderCdsIndex.Builder. buySell(BuySell buySell)Sets whether the CDS index is buy or sell.ResolvedCds.BuilderResolvedCds.Builder. buySell(BuySell buySell)Sets whether the CDS is buy or sell.ResolvedCdsIndex.BuilderResolvedCdsIndex.Builder. buySell(BuySell buySell)Sets whether the CDS index is buy or sell.static CdsCds. of(BuySell buySell, StandardId legalEntityId, Currency currency, double notional, LocalDate startDate, LocalDate endDate, Frequency paymentFrequency, HolidayCalendarId calendar, double fixedRate)Creates an instance of a standardized CDS.static CdsIndexCdsIndex. of(BuySell buySell, StandardId cdsIndexId, List<StandardId> legalEntityIds, Currency currency, double notional, LocalDate startDate, LocalDate endDate, Frequency paymentFrequency, HolidayCalendarId calendar, double fixedRate)Creates an instance of a standardized CDS index. -
Uses of BuySell in com.opengamma.strata.product.credit.type
Methods in com.opengamma.strata.product.credit.type with parameters of type BuySell Modifier and Type Method Description default CdsTradeCdsConvention. createTrade(StandardId legalEntityId, LocalDate tradeDate, Tenor tenor, BuySell buySell, double notional, double fixedRate, AdjustablePayment upFrontFee, ReferenceData refData)Creates a CDS trade with upfront fee based on the trade date and the IMM date logic.default CdsTradeCdsConvention. createTrade(StandardId legalEntityId, LocalDate tradeDate, Tenor tenor, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a CDS trade based on the trade date and the IMM date logic.default CdsTradeCdsConvention. createTrade(StandardId legalEntityId, LocalDate tradeDate, LocalDate startDate, Tenor tenor, BuySell buySell, double notional, double fixedRate, AdjustablePayment upFrontFee, ReferenceData refData)Creates a CDS trade with upfront fee based on the trade date, start date and the IMM date logic.default CdsTradeCdsConvention. createTrade(StandardId legalEntityId, LocalDate tradeDate, LocalDate startDate, Tenor tenor, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a CDS trade based on the trade date, start date and the IMM date logic.default CdsTradeCdsConvention. createTrade(StandardId legalEntityId, LocalDate tradeDate, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double fixedRate, AdjustablePayment upFrontFee, ReferenceData refData)Creates a CDS trade with upfront fee from trade date, start date and end date.default CdsTradeCdsConvention. createTrade(StandardId legalEntityId, LocalDate tradeDate, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a CDS trade from trade date, start date and end date.CdsTradeCdsTemplate. createTrade(StandardId legalEntityId, LocalDate tradeDate, BuySell buySell, double notional, double fixedRate, AdjustablePayment upFrontFee, ReferenceData refData)Creates a trade based on this template.CdsTradeCdsTemplate. createTrade(StandardId legalEntityId, LocalDate tradeDate, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a trade based on this template.CdsTradeDatesCdsTemplate. createTrade(StandardId legalEntityId, LocalDate tradeDate, BuySell buySell, double notional, double fixedRate, AdjustablePayment upFrontFee, ReferenceData refData)CdsTradeDatesCdsTemplate. createTrade(StandardId legalEntityId, LocalDate tradeDate, BuySell buySell, double notional, double fixedRate, ReferenceData refData)CdsTradeTenorCdsTemplate. createTrade(StandardId legalEntityId, LocalDate tradeDate, BuySell buySell, double notional, double fixedRate, AdjustablePayment upFrontFee, ReferenceData refData)CdsTradeTenorCdsTemplate. createTrade(StandardId legalEntityId, LocalDate tradeDate, BuySell buySell, double notional, double fixedRate, ReferenceData refData)CdsTradeCdsConvention. toTrade(StandardId legalEntityId, TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double fixedRate)Creates a CDS trade withTradeInfo.CdsTradeCdsConvention. toTrade(StandardId legalEntityId, TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double fixedRate, AdjustablePayment upFrontFee)Creates a CDS trade with upfront fee andTradeInfo.CdsTradeImmutableCdsConvention. toTrade(StandardId legalEntityId, TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double fixedRate)CdsTradeImmutableCdsConvention. toTrade(StandardId legalEntityId, TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double fixedRate, AdjustablePayment upfrontFee) -
Uses of BuySell in com.opengamma.strata.product.deposit
Methods in com.opengamma.strata.product.deposit that return BuySell Modifier and Type Method Description BuySellIborFixingDeposit. getBuySell()Gets whether the Ibor fixing deposit is 'Buy' or 'Sell'.BuySellTermDeposit. getBuySell()Gets whether the term deposit is 'Buy' or 'Sell'.Methods in com.opengamma.strata.product.deposit that return types with arguments of type BuySell Modifier and Type Method Description org.joda.beans.MetaProperty<BuySell>IborFixingDeposit.Meta. buySell()The meta-property for thebuySellproperty.org.joda.beans.MetaProperty<BuySell>TermDeposit.Meta. buySell()The meta-property for thebuySellproperty.Methods in com.opengamma.strata.product.deposit with parameters of type BuySell Modifier and Type Method Description IborFixingDeposit.BuilderIborFixingDeposit.Builder. buySell(BuySell buySell)Sets whether the Ibor fixing deposit is 'Buy' or 'Sell'.TermDeposit.BuilderTermDeposit.Builder. buySell(BuySell buySell)Sets whether the term deposit is 'Buy' or 'Sell'. -
Uses of BuySell in com.opengamma.strata.product.deposit.type
Methods in com.opengamma.strata.product.deposit.type with parameters of type BuySell 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)default TermDepositTradeTermDepositConvention. createTrade(LocalDate tradeDate, MarketTenor marketTenor, BuySell buySell, double notional, double rate, ReferenceData refData)Creates a trade based on this convention using a market tenor, such as ON, TN, SN, SW or 1M.default TermDepositTradeTermDepositConvention. createTrade(LocalDate tradeDate, Period depositPeriod, BuySell buySell, double notional, double rate, ReferenceData refData)Creates a trade based on this convention.TermDepositTradeTermDepositTemplate. createTrade(LocalDate tradeDate, BuySell buySell, double notional, double rate, ReferenceData refData)Creates a trade based on this template.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)TermDepositTradeImmutableTermDepositConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double rate)TermDepositTradeTermDepositConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double rate)Creates a trade based on this convention.default TermDepositTradeTermDepositConvention. toTrade(LocalDate tradeDate, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double rate)Creates a trade based on this convention. -
Uses of BuySell in com.opengamma.strata.product.fra
Methods in com.opengamma.strata.product.fra that return BuySell Modifier and Type Method Description BuySellFra. getBuySell()Gets whether the FRA is buy or sell.Methods in com.opengamma.strata.product.fra that return types with arguments of type BuySell Modifier and Type Method Description org.joda.beans.MetaProperty<BuySell>Fra.Meta. buySell()The meta-property for thebuySellproperty.Methods in com.opengamma.strata.product.fra with parameters of type BuySell Modifier and Type Method Description Fra.BuilderFra.Builder. buySell(BuySell buySell)Sets whether the FRA is buy or sell. -
Uses of BuySell in com.opengamma.strata.product.fra.type
Methods in com.opengamma.strata.product.fra.type with parameters of type BuySell Modifier and Type Method Description default FraTradeFraConvention. createTrade(LocalDate tradeDate, Period periodToStart, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a trade based on this convention, using the index tenor to define the end of the FRA.FraTradeFraConvention. createTrade(LocalDate tradeDate, Period periodToStart, Period periodToEnd, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a trade based on this convention, specifying the end of the FRA.FraTradeFraTemplate. createTrade(LocalDate tradeDate, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a trade based on this template.FraTradeImmutableFraConvention. createTrade(LocalDate tradeDate, Period periodToStart, Period periodToEnd, BuySell buySell, double notional, double fixedRate, ReferenceData refData)FraTradeFraConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, LocalDate paymentDate, BuySell buySell, double notional, double fixedRate)Creates a trade based on this convention.default FraTradeFraConvention. toTrade(LocalDate tradeDate, LocalDate startDate, LocalDate endDate, LocalDate paymentDate, BuySell buySell, double notional, double fixedRate)Creates a trade based on this convention.FraTradeImmutableFraConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, LocalDate paymentDate, BuySell buySell, double notional, double fixedRate) -
Uses of BuySell in com.opengamma.strata.product.fx.type
Methods in com.opengamma.strata.product.fx.type with parameters of type BuySell Modifier and Type Method Description default FxSwapTradeFxSwapConvention. createTrade(LocalDate tradeDate, MarketTenor marketTenor, BuySell buySell, double notional, double nearFxRate, double farLegForwardPoints, ReferenceData refData)Creates a trade based on this convention using a market tenor, such as ON, TN, SN, SW or 1M.default FxSwapTradeFxSwapConvention. createTrade(LocalDate tradeDate, Period periodToNear, Period periodToFar, BuySell buySell, double notional, double nearFxRate, double farLegForwardPoints, ReferenceData refData)Creates a trade based on this convention.FxSwapTradeFxSwapTemplate. createTrade(LocalDate tradeDate, BuySell buySell, double notional, double nearFxRate, double forwardPoints, ReferenceData refData)Creates a trade based on this template.FxSwapTradeFxSwapConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double nearFxRate, double farLegForwardPoints)Creates a trade based on this convention.default FxSwapTradeFxSwapConvention. toTrade(LocalDate tradeDate, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double nearFxRate, double farLegForwardPoints)Creates a trade based on this convention.FxSwapTradeImmutableFxSwapConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double nearFxRate, double farLegForwardPoints) -
Uses of BuySell in com.opengamma.strata.product.swap.type
Methods in com.opengamma.strata.product.swap.type with parameters of type BuySell Modifier and Type Method Description SwapTradeFixedFloatSwapTemplate. createTrade(LocalDate tradeDate, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a trade based on this template.default SwapTradeFixedIborSwapConvention. createTrade(LocalDate tradeDate, Tenor tenor, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a spot-starting trade based on this convention.default SwapTradeFixedIborSwapConvention. createTrade(LocalDate tradeDate, Period periodToStart, Tenor tenor, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a forward-starting trade based on this convention.SwapTradeFixedIborSwapTemplate. createTrade(LocalDate tradeDate, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a trade based on this template.default SwapTradeFixedInflationSwapConvention. createTrade(LocalDate tradeDate, Tenor tenor, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a forward-starting trade based on this convention.default SwapTradeFixedInflationSwapConvention. createTrade(LocalDate tradeDate, Period periodToStart, Tenor tenor, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a forward-starting trade based on this convention.SwapTradeFixedInflationSwapTemplate. createTrade(LocalDate tradeDate, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a trade based on this template.default SwapTradeFixedOvernightSwapConvention. createTrade(LocalDate tradeDate, Tenor tenor, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a spot-starting trade based on this convention.default SwapTradeFixedOvernightSwapConvention. createTrade(LocalDate tradeDate, Period periodToStart, Tenor tenor, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a forward-starting trade based on this convention.SwapTradeFixedOvernightSwapTemplate. createTrade(LocalDate tradeDate, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a trade based on this template.default SwapTradeIborIborSwapConvention. createTrade(LocalDate tradeDate, Tenor tenor, BuySell buySell, double notional, double spread, ReferenceData refData)Creates a spot-starting trade based on this convention.default SwapTradeIborIborSwapConvention. createTrade(LocalDate tradeDate, Period periodToStart, Tenor tenor, BuySell buySell, double notional, double spread, ReferenceData refData)Creates a forward-starting trade based on this convention.SwapTradeIborIborSwapTemplate. createTrade(LocalDate tradeDate, BuySell buySell, double notional, double spread, ReferenceData refData)Creates a trade based on this template.default SwapTradeOvernightIborSwapConvention. createTrade(LocalDate tradeDate, Tenor tenor, BuySell buySell, double notional, double spread, ReferenceData refData)Creates a spot-starting trade based on this convention.default SwapTradeOvernightIborSwapConvention. createTrade(LocalDate tradeDate, Period periodToStart, Tenor tenor, BuySell buySell, double notional, double spread, ReferenceData refData)Creates a forward-starting trade based on this convention.SwapTradeOvernightIborSwapTemplate. createTrade(LocalDate tradeDate, BuySell buySell, double notional, double spread, ReferenceData refData)Creates a trade based on this template.default SwapTradeSingleCurrencySwapConvention. createTrade(LocalDate tradeDate, Tenor tenor, BuySell buySell, double notional, double fixedRateOrSpread, ReferenceData refData)Creates a spot-starting trade based on this convention.default SwapTradeSingleCurrencySwapConvention. createTrade(LocalDate tradeDate, Period periodToStart, Tenor tenor, BuySell buySell, double notional, double fixedRateOrSpread, ReferenceData refData)Creates a forward-starting trade based on this convention.default SwapTradeThreeLegBasisSwapConvention. createTrade(LocalDate tradeDate, Tenor tenor, BuySell buySell, double notional, double spread, ReferenceData refData)Creates a spot-starting trade based on this convention.default SwapTradeThreeLegBasisSwapConvention. createTrade(LocalDate tradeDate, Period periodToStart, Tenor tenor, BuySell buySell, double notional, double spread, ReferenceData refData)Creates a forward-starting trade based on this convention.SwapTradeThreeLegBasisSwapTemplate. createTrade(LocalDate tradeDate, BuySell buySell, double notional, double spread, ReferenceData refData)Creates a trade based on this template.default SwapTradeXCcyIborIborSwapConvention. createTrade(LocalDate tradeDate, Tenor tenor, BuySell buySell, double notionalSpreadLeg, double notionalFlatLeg, double spread, ReferenceData refData)Creates a spot-starting trade based on this convention.default SwapTradeXCcyIborIborSwapConvention. createTrade(LocalDate tradeDate, Period periodToStart, Tenor tenor, BuySell buySell, double notionalSpreadLeg, double notionalFlatLeg, double spread, ReferenceData refData)Creates a forward-starting trade based on this convention.SwapTradeXCcyIborIborSwapTemplate. createTrade(LocalDate tradeDate, BuySell buySell, double notionalSpreadLeg, double notionalFlatLeg, double spread, ReferenceData refData)Creates a trade based on this template.SwapTradeFixedIborSwapConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double fixedRate)Creates a trade based on this convention.default SwapTradeFixedIborSwapConvention. toTrade(LocalDate tradeDate, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double fixedRate)Creates a trade based on this convention.SwapTradeFixedInflationSwapConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double fixedRate)Creates a trade based on this convention.default SwapTradeFixedInflationSwapConvention. toTrade(LocalDate tradeDate, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double fixedRate)Creates a trade based on this convention.SwapTradeFixedOvernightSwapConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double fixedRate)Creates a trade based on this convention.default SwapTradeFixedOvernightSwapConvention. toTrade(LocalDate tradeDate, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double fixedRate)Creates a trade based on this convention.SwapTradeIborIborSwapConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double spread)Creates a trade based on this convention.default SwapTradeIborIborSwapConvention. toTrade(LocalDate tradeDate, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double spread)Creates a trade based on this convention.SwapTradeImmutableFixedIborSwapConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double fixedRate)SwapTradeImmutableFixedInflationSwapConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double fixedRate)SwapTradeImmutableFixedOvernightSwapConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double fixedRate)SwapTradeImmutableIborIborSwapConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double spread)SwapTradeImmutableOvernightIborSwapConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double spread)SwapTradeImmutableThreeLegBasisSwapConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double spread)SwapTradeImmutableXCcyIborIborSwapConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notionalSpreadLeg, double notionalFlatLeg, double spread)SwapTradeOvernightIborSwapConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double spread)Creates a trade based on this convention.default SwapTradeOvernightIborSwapConvention. toTrade(LocalDate tradeDate, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double spread)Creates a trade based on this convention.SwapTradeSingleCurrencySwapConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double fixedRateOrSpread)Creates a trade based on this convention.default SwapTradeSingleCurrencySwapConvention. toTrade(LocalDate tradeDate, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double fixedRateOrSpread)Creates a trade based on this convention.SwapTradeThreeLegBasisSwapConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double spread)Creates a trade based on this convention.default SwapTradeThreeLegBasisSwapConvention. toTrade(LocalDate tradeDate, LocalDate startDate, LocalDate endDate, BuySell buySell, double notional, double spread)Creates a trade based on this convention.SwapTradeXCcyIborIborSwapConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, BuySell buySell, double notionalSpreadLeg, double notionalFlatLeg, double spread)Creates a trade based on this convention.default SwapTradeXCcyIborIborSwapConvention. toTrade(LocalDate tradeDate, LocalDate startDate, LocalDate endDate, BuySell buySell, double notionalSpreadLeg, double notionalFlatLeg, double spread)Creates a trade based on this convention.
-