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 interfaceCdsTemplateA template for creating credit default swap trades.Classes in com.opengamma.strata.product.credit.type that implement TradeTemplate Modifier and Type Class Description classDatesCdsTemplateA template for creating credit default swap trades.classTenorCdsTemplateA 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 classIborFixingDepositTemplateA template for creating an Ibor fixing deposit trade.classTermDepositTemplateA 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 classFraTemplateA 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 classFxSwapTemplateA 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 classIborFutureTemplateA template for creating an Ibor Future trade.classOvernightFutureTemplateA 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 interfaceFixedFloatSwapTemplateA template for creating Fixed-Float swap trades.Classes in com.opengamma.strata.product.swap.type that implement TradeTemplate Modifier and Type Class Description classFixedIborSwapTemplateA template for creating Fixed-Ibor swap trades.classFixedInflationSwapTemplateAn template for creating inflation swap trades.classFixedOvernightSwapTemplateA template for creating Fixed-Overnight swap trades.classIborIborSwapTemplateA template for creating Ibor-Ibor swap trades.classOvernightIborSwapTemplateA template for creating Overnight-Ibor swap trades.classThreeLegBasisSwapTemplateA template for creating Fixed-Ibor-Ibor swap trades.classXCcyIborIborSwapTemplateA template for creating cross-currency Ibor-Ibor swap trades.
-