Uses of Class
com.opengamma.strata.product.payment.BulletPaymentTrade
-
Packages that use BulletPaymentTrade Package Description com.opengamma.strata.loader.csv Loader that reads market data from CSV files.com.opengamma.strata.measure.payment Calculation functions for payment products.com.opengamma.strata.product.payment Entity objects describing simple payment financial instruments. -
-
Uses of BulletPaymentTrade in com.opengamma.strata.loader.csv
Methods in com.opengamma.strata.loader.csv that return BulletPaymentTrade Modifier and Type Method Description default BulletPaymentTrade
TradeCsvInfoResolver. completeTrade(CsvRow row, BulletPaymentTrade trade)
Completes the trade, potentially parsing additional columns.default BulletPaymentTrade
TradeCsvInfoResolver. parseBulletPaymentTrade(CsvRow row, TradeInfo info)
Parses a Bullet Payment trade from CSV.Methods in com.opengamma.strata.loader.csv with parameters of type BulletPaymentTrade Modifier and Type Method Description default BulletPaymentTrade
TradeCsvInfoResolver. completeTrade(CsvRow row, BulletPaymentTrade trade)
Completes the trade, potentially parsing additional columns. -
Uses of BulletPaymentTrade in com.opengamma.strata.measure.payment
Methods in com.opengamma.strata.measure.payment that return types with arguments of type BulletPaymentTrade Modifier and Type Method Description Class<BulletPaymentTrade>
BulletPaymentTradeCalculationFunction. targetType()
Methods in com.opengamma.strata.measure.payment with parameters of type BulletPaymentTrade Modifier and Type Method Description Map<Measure,Result<?>>
BulletPaymentTradeCalculationFunction. calculate(BulletPaymentTrade trade, Set<Measure> measures, CalculationParameters parameters, ScenarioMarketData scenarioMarketData, ReferenceData refData)
Optional<String>
BulletPaymentTradeCalculationFunction. identifier(BulletPaymentTrade target)
Currency
BulletPaymentTradeCalculationFunction. naturalCurrency(BulletPaymentTrade trade, ReferenceData refData)
FunctionRequirements
BulletPaymentTradeCalculationFunction. requirements(BulletPaymentTrade trade, Set<Measure> measures, CalculationParameters parameters, ReferenceData refData)
-
Uses of BulletPaymentTrade in com.opengamma.strata.product.payment
Methods in com.opengamma.strata.product.payment that return BulletPaymentTrade Modifier and Type Method Description BulletPaymentTrade
BulletPaymentTrade.Builder. build()
static BulletPaymentTrade
BulletPaymentTrade. of(TradeInfo info, BulletPayment product)
Obtains an instance of a Bullet Payment trade.BulletPaymentTrade
BulletPaymentTrade. withInfo(PortfolioItemInfo info)
Methods in com.opengamma.strata.product.payment that return types with arguments of type BulletPaymentTrade Modifier and Type Method Description Class<? extends BulletPaymentTrade>
BulletPaymentTrade.Meta. beanType()
-