SwapTrade |
FixedFloatSwapTemplate.createTrade(LocalDate tradeDate,
BuySell buySell,
double notional,
double fixedRate,
ReferenceData refData) |
Creates a trade based on this template.
|
default SwapTrade |
FixedIborSwapConvention.createTrade(LocalDate tradeDate,
Tenor tenor,
BuySell buySell,
double notional,
double fixedRate,
ReferenceData refData) |
Creates a spot-starting trade based on this convention.
|
default SwapTrade |
FixedIborSwapConvention.createTrade(LocalDate tradeDate,
Period periodToStart,
Tenor tenor,
BuySell buySell,
double notional,
double fixedRate,
ReferenceData refData) |
Creates a forward-starting trade based on this convention.
|
SwapTrade |
FixedIborSwapTemplate.createTrade(LocalDate tradeDate,
BuySell buySell,
double notional,
double fixedRate,
ReferenceData refData) |
Creates a trade based on this template.
|
default SwapTrade |
FixedInflationSwapConvention.createTrade(LocalDate tradeDate,
Tenor tenor,
BuySell buySell,
double notional,
double fixedRate,
ReferenceData refData) |
Creates a forward-starting trade based on this convention.
|
default SwapTrade |
FixedInflationSwapConvention.createTrade(LocalDate tradeDate,
Period periodToStart,
Tenor tenor,
BuySell buySell,
double notional,
double fixedRate,
ReferenceData refData) |
Creates a forward-starting trade based on this convention.
|
SwapTrade |
FixedInflationSwapTemplate.createTrade(LocalDate tradeDate,
BuySell buySell,
double notional,
double fixedRate,
ReferenceData refData) |
Creates a trade based on this template.
|
default SwapTrade |
FixedOvernightSwapConvention.createTrade(LocalDate tradeDate,
Tenor tenor,
BuySell buySell,
double notional,
double fixedRate,
ReferenceData refData) |
Creates a spot-starting trade based on this convention.
|
default SwapTrade |
FixedOvernightSwapConvention.createTrade(LocalDate tradeDate,
Period periodToStart,
Tenor tenor,
BuySell buySell,
double notional,
double fixedRate,
ReferenceData refData) |
Creates a forward-starting trade based on this convention.
|
SwapTrade |
FixedOvernightSwapTemplate.createTrade(LocalDate tradeDate,
BuySell buySell,
double notional,
double fixedRate,
ReferenceData refData) |
Creates a trade based on this template.
|
default SwapTrade |
IborIborSwapConvention.createTrade(LocalDate tradeDate,
Tenor tenor,
BuySell buySell,
double notional,
double spread,
ReferenceData refData) |
Creates a spot-starting trade based on this convention.
|
default SwapTrade |
IborIborSwapConvention.createTrade(LocalDate tradeDate,
Period periodToStart,
Tenor tenor,
BuySell buySell,
double notional,
double spread,
ReferenceData refData) |
Creates a forward-starting trade based on this convention.
|
SwapTrade |
IborIborSwapTemplate.createTrade(LocalDate tradeDate,
BuySell buySell,
double notional,
double spread,
ReferenceData refData) |
Creates a trade based on this template.
|
default SwapTrade |
OvernightIborSwapConvention.createTrade(LocalDate tradeDate,
Tenor tenor,
BuySell buySell,
double notional,
double spread,
ReferenceData refData) |
Creates a spot-starting trade based on this convention.
|
default SwapTrade |
OvernightIborSwapConvention.createTrade(LocalDate tradeDate,
Period periodToStart,
Tenor tenor,
BuySell buySell,
double notional,
double spread,
ReferenceData refData) |
Creates a forward-starting trade based on this convention.
|
SwapTrade |
OvernightIborSwapTemplate.createTrade(LocalDate tradeDate,
BuySell buySell,
double notional,
double spread,
ReferenceData refData) |
Creates a trade based on this template.
|
default SwapTrade |
SingleCurrencySwapConvention.createTrade(LocalDate tradeDate,
Tenor tenor,
BuySell buySell,
double notional,
double fixedRateOrSpread,
ReferenceData refData) |
Creates a spot-starting trade based on this convention.
|
default SwapTrade |
SingleCurrencySwapConvention.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 SwapTrade |
ThreeLegBasisSwapConvention.createTrade(LocalDate tradeDate,
Tenor tenor,
BuySell buySell,
double notional,
double spread,
ReferenceData refData) |
Creates a spot-starting trade based on this convention.
|
default SwapTrade |
ThreeLegBasisSwapConvention.createTrade(LocalDate tradeDate,
Period periodToStart,
Tenor tenor,
BuySell buySell,
double notional,
double spread,
ReferenceData refData) |
Creates a forward-starting trade based on this convention.
|
SwapTrade |
ThreeLegBasisSwapTemplate.createTrade(LocalDate tradeDate,
BuySell buySell,
double notional,
double spread,
ReferenceData refData) |
Creates a trade based on this template.
|
default SwapTrade |
XCcyIborIborSwapConvention.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 SwapTrade |
XCcyIborIborSwapConvention.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.
|
SwapTrade |
XCcyIborIborSwapTemplate.createTrade(LocalDate tradeDate,
BuySell buySell,
double notionalSpreadLeg,
double notionalFlatLeg,
double spread,
ReferenceData refData) |
Creates a trade based on this template.
|
SwapTrade |
FixedIborSwapConvention.toTrade(TradeInfo tradeInfo,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double fixedRate) |
Creates a trade based on this convention.
|
default SwapTrade |
FixedIborSwapConvention.toTrade(LocalDate tradeDate,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double fixedRate) |
Creates a trade based on this convention.
|
SwapTrade |
FixedInflationSwapConvention.toTrade(TradeInfo tradeInfo,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double fixedRate) |
Creates a trade based on this convention.
|
default SwapTrade |
FixedInflationSwapConvention.toTrade(LocalDate tradeDate,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double fixedRate) |
Creates a trade based on this convention.
|
SwapTrade |
FixedOvernightSwapConvention.toTrade(TradeInfo tradeInfo,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double fixedRate) |
Creates a trade based on this convention.
|
default SwapTrade |
FixedOvernightSwapConvention.toTrade(LocalDate tradeDate,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double fixedRate) |
Creates a trade based on this convention.
|
SwapTrade |
IborIborSwapConvention.toTrade(TradeInfo tradeInfo,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double spread) |
Creates a trade based on this convention.
|
default SwapTrade |
IborIborSwapConvention.toTrade(LocalDate tradeDate,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double spread) |
Creates a trade based on this convention.
|
SwapTrade |
ImmutableFixedIborSwapConvention.toTrade(TradeInfo tradeInfo,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double fixedRate) |
|
SwapTrade |
ImmutableFixedInflationSwapConvention.toTrade(TradeInfo tradeInfo,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double fixedRate) |
|
SwapTrade |
ImmutableFixedOvernightSwapConvention.toTrade(TradeInfo tradeInfo,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double fixedRate) |
|
SwapTrade |
ImmutableIborIborSwapConvention.toTrade(TradeInfo tradeInfo,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double spread) |
|
SwapTrade |
ImmutableOvernightIborSwapConvention.toTrade(TradeInfo tradeInfo,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double spread) |
|
SwapTrade |
ImmutableThreeLegBasisSwapConvention.toTrade(TradeInfo tradeInfo,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double spread) |
|
SwapTrade |
ImmutableXCcyIborIborSwapConvention.toTrade(TradeInfo tradeInfo,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notionalSpreadLeg,
double notionalFlatLeg,
double spread) |
|
SwapTrade |
OvernightIborSwapConvention.toTrade(TradeInfo tradeInfo,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double spread) |
Creates a trade based on this convention.
|
default SwapTrade |
OvernightIborSwapConvention.toTrade(LocalDate tradeDate,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double spread) |
Creates a trade based on this convention.
|
SwapTrade |
SingleCurrencySwapConvention.toTrade(TradeInfo tradeInfo,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double fixedRateOrSpread) |
Creates a trade based on this convention.
|
default SwapTrade |
SingleCurrencySwapConvention.toTrade(LocalDate tradeDate,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double fixedRateOrSpread) |
Creates a trade based on this convention.
|
SwapTrade |
ThreeLegBasisSwapConvention.toTrade(TradeInfo tradeInfo,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double spread) |
Creates a trade based on this convention.
|
default SwapTrade |
ThreeLegBasisSwapConvention.toTrade(LocalDate tradeDate,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double spread) |
Creates a trade based on this convention.
|
SwapTrade |
XCcyIborIborSwapConvention.toTrade(TradeInfo tradeInfo,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notionalSpreadLeg,
double notionalFlatLeg,
double spread) |
Creates a trade based on this convention.
|
default SwapTrade |
XCcyIborIborSwapConvention.toTrade(LocalDate tradeDate,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notionalSpreadLeg,
double notionalFlatLeg,
double spread) |
Creates a trade based on this convention.
|