Uses of Interface
com.opengamma.strata.product.TradeTemplate
-
Packages that use TradeTemplate Package Description com.opengamma.strata.product.credit.type Conventions and templates to aid the construction of credit instruments.com.opengamma.strata.product.deposit.type Conventions and templates to aid the construction of deposits.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.index.type Conventions and templates to aid the construction of rate index products.com.opengamma.strata.product.swap.type Conventions and templates to aid the construction of rate swaps. -
-
Uses of TradeTemplate in com.opengamma.strata.product.credit.type
Subinterfaces of TradeTemplate in com.opengamma.strata.product.credit.type Modifier and Type Interface Description interface
CdsTemplate
A template for creating credit default swap trades.Classes in com.opengamma.strata.product.credit.type that implement TradeTemplate Modifier and Type Class Description class
DatesCdsTemplate
A template for creating credit default swap trades.class
TenorCdsTemplate
A template for creating credit default swap trades. -
Uses of TradeTemplate in com.opengamma.strata.product.deposit.type
Classes in com.opengamma.strata.product.deposit.type that implement TradeTemplate Modifier and Type Class Description class
IborFixingDepositTemplate
A template for creating an Ibor fixing deposit trade.class
TermDepositTemplate
A template for creating a term deposit trade. -
Uses of TradeTemplate in com.opengamma.strata.product.fra.type
Classes in com.opengamma.strata.product.fra.type that implement TradeTemplate Modifier and Type Class Description class
FraTemplate
A template for creating a forward rate agreement (FRA) trade. -
Uses of TradeTemplate in com.opengamma.strata.product.fx.type
Classes in com.opengamma.strata.product.fx.type that implement TradeTemplate Modifier and Type Class Description class
FxSwapTemplate
A template for creating an FX swap trade. -
Uses of TradeTemplate in com.opengamma.strata.product.index.type
Classes in com.opengamma.strata.product.index.type that implement TradeTemplate Modifier and Type Class Description class
IborFutureTemplate
A template for creating an Ibor Future trade.class
OvernightFutureTemplate
A template for creating an Overnight Future trade. -
Uses of TradeTemplate in com.opengamma.strata.product.swap.type
Subinterfaces of TradeTemplate in com.opengamma.strata.product.swap.type Modifier and Type Interface Description interface
FixedFloatSwapTemplate
A template for creating Fixed-Float swap trades.Classes in com.opengamma.strata.product.swap.type that implement TradeTemplate Modifier and Type Class Description class
FixedIborSwapTemplate
A template for creating Fixed-Ibor swap trades.class
FixedInflationSwapTemplate
An template for creating inflation swap trades.class
FixedOvernightSwapTemplate
A template for creating Fixed-Overnight swap trades.class
IborIborSwapTemplate
A template for creating Ibor-Ibor swap trades.class
OvernightIborSwapTemplate
A template for creating Overnight-Ibor swap trades.class
ThreeLegBasisSwapTemplate
A template for creating Fixed-Ibor-Ibor swap trades.class
XCcyIborIborSwapTemplate
A template for creating cross-currency Ibor-Ibor swap trades.
-