Uses of Class
com.caplin.motif.config.definitions.common.Table
-
-
Uses of Table in com.caplin.generated.motif.commodities.invoice
Methods in com.caplin.generated.motif.commodities.invoice with parameters of type Table Modifier and Type Method Description @NotNull InvoicePartsDef.InvoiceBreakdownFields.Builder
InvoicePartsDef.InvoiceBreakdownFields.Builder. setInvoiceBreakdown(@NotNull Table invoiceBreakdown)
-
Uses of Table in com.caplin.generated.motif.commodities.tradeconfirmation
Methods in com.caplin.generated.motif.commodities.tradeconfirmation with parameters of type Table Modifier and Type Method Description @NotNull TradeConfPartsDef.CommonTradeConfirmationFields.Builder
TradeConfPartsDef.CommonTradeConfirmationFields.Builder. setDealBreakdown(@NotNull Table dealBreakdown)
-
Uses of Table in com.caplin.motif.commodities.invoices
Methods in com.caplin.motif.commodities.invoices that return Table Modifier and Type Method Description static Table
DefaultTableFields. addCommoditiesInvoiceBreakdownRow(Table table, java.lang.String tradeId, java.time.LocalDate tradeDate, java.lang.String tradingType, FormattedAmount commodityReferencePrice, FormattedAmount fixedPrice, FormattedAmount floatingPrice, FormattedAmount quantity, java.lang.String units, FormattedAmount callStrike, FormattedAmount putStrike, java.time.LocalDate effectiveDate, java.time.LocalDate terminationDate, java.time.LocalDate firstFixingDate, java.time.LocalDate finalFixingDate, java.time.LocalDate paymentDate, FormattedAmount paymentAmount)
Adds a commodities invoice breakdown row to your table configurationstatic Table
DefaultTableFields. createCommoditiesInvoiceBreakdownTable()
Creates a commodities invoice breakdown table with no rowsMethods in com.caplin.motif.commodities.invoices with parameters of type Table Modifier and Type Method Description static void
DefaultTableFields. addCommoditiesInvoiceBreakdownHeaders(Table table)
Adds default commodities invoice breakdown headers to your table configurationstatic Table
DefaultTableFields. addCommoditiesInvoiceBreakdownRow(Table table, java.lang.String tradeId, java.time.LocalDate tradeDate, java.lang.String tradingType, FormattedAmount commodityReferencePrice, FormattedAmount fixedPrice, FormattedAmount floatingPrice, FormattedAmount quantity, java.lang.String units, FormattedAmount callStrike, FormattedAmount putStrike, java.time.LocalDate effectiveDate, java.time.LocalDate terminationDate, java.time.LocalDate firstFixingDate, java.time.LocalDate finalFixingDate, java.time.LocalDate paymentDate, FormattedAmount paymentAmount)
Adds a commodities invoice breakdown row to your table configuration -
Uses of Table in com.caplin.motif.commodities.trading.dealbreakdown
Methods in com.caplin.motif.commodities.trading.dealbreakdown that return Table Modifier and Type Method Description static Table
DefaultTableFields. add3WayCollarDealBreakdownRow(Table table, java.lang.String tradeId1, java.lang.String tradeId2, java.lang.String tradeId3, FormattedAmount notionalQuantity, FormattedAmount strike1, FormattedAmount strike2, FormattedAmount strike3, FormattedAmount premium1, FormattedAmount premium2, FormattedAmount premium3, java.time.LocalDate effectiveDate, java.time.LocalDate terminationDate, java.time.LocalDate expirationDate, java.time.LocalDate paymentDate, java.lang.String uniqueIdentifier)
Adds a deal breakdown row to your table configuration for a commodities trade that is a EURO/ASIAN 3_WAY_COLLARstatic Table
DefaultTableFields. addCallCapFloorSpreadDealBreakdownRow(Table table, java.lang.String tradeId, java.lang.String direction, FormattedAmount notionalQuantity, FormattedAmount strike, FormattedAmount premium, java.time.LocalDate effectiveDate, java.time.LocalDate terminationDate, java.time.LocalDate expirationDate, java.time.LocalDate paymentDate, java.lang.String uniqueIdentifier)
Adds a deal breakdown row to your table configuration for a commodities trade that is a EURO_CALL_SPREAD or as ASIAN CAP/FLOOR SPREADstatic Table
DefaultTableFields. addCollarDealBreakdownRow(Table table, java.lang.String callOrCapTradeId, java.lang.String putOrFloorTradeId, FormattedAmount notionalQuantity, FormattedAmount callOrCapStrike, FormattedAmount putOrFloorStrike, FormattedAmount callOrCapPremium, FormattedAmount putOrFloorPremium, java.time.LocalDate effectiveDate, java.time.LocalDate terminationDate, java.time.LocalDate expirationDate, java.time.LocalDate paymentDate, java.lang.String uniqueIdentifier)
Adds a deal breakdown row to your table configuration for a commodities trade that is a EURO/ASIAN COLLARstatic Table
DefaultTableFields. addPutCallCapFloorDealBreakdownRow(Table table, java.lang.String tradeId, FormattedAmount notionalQuantity, FormattedAmount strike, FormattedAmount premium, java.time.LocalDate effectiveDate, java.time.LocalDate terminationDate, java.time.LocalDate expirationDate, java.time.LocalDate paymentDate, java.lang.String uniqueIdentifier)
Adds a deal breakdown row to your table configuration for a commodities trade that is EURO PUT/CALL or ASIAN CAP/FLOORstatic Table
DefaultTableFields. addPutSpreadDealBreakdownRow(Table table, java.lang.String tradeId, FormattedAmount notionalQuantity, FormattedAmount strike, FormattedAmount premium, java.time.LocalDate effectiveDate, java.time.LocalDate terminationDate, java.time.LocalDate expirationDate, java.time.LocalDate paymentDate, java.lang.String uniqueIdentifier)
Adds a deal breakdown row to your table configuration for a commodities trade that is a PUT_SPREADstatic Table
DefaultTableFields. addSwapDealBreakdownRow(Table table, java.lang.String tradeId, FormattedAmount notionalQuantity, FormattedAmount fixedPricePerUnit, java.time.LocalDate effectiveDate, java.time.LocalDate terminationDate, java.time.LocalDate paymentDate, java.lang.String uniqueIdentifier)
Adds a deal breakdown row to your table configuration for a commodities trade that is a FIXED_SWAP or BASIS_SWAPstatic Table
DefaultTableFields. createDealBreakdownTable(java.lang.String tradingType, java.lang.String currency, java.lang.String unit)
Creates a deal breakdown table for a commodities trade of the given trading typeMethods in com.caplin.motif.commodities.trading.dealbreakdown with parameters of type Table Modifier and Type Method Description static Table
DefaultTableFields. add3WayCollarDealBreakdownRow(Table table, java.lang.String tradeId1, java.lang.String tradeId2, java.lang.String tradeId3, FormattedAmount notionalQuantity, FormattedAmount strike1, FormattedAmount strike2, FormattedAmount strike3, FormattedAmount premium1, FormattedAmount premium2, FormattedAmount premium3, java.time.LocalDate effectiveDate, java.time.LocalDate terminationDate, java.time.LocalDate expirationDate, java.time.LocalDate paymentDate, java.lang.String uniqueIdentifier)
Adds a deal breakdown row to your table configuration for a commodities trade that is a EURO/ASIAN 3_WAY_COLLARstatic Table
DefaultTableFields. addCallCapFloorSpreadDealBreakdownRow(Table table, java.lang.String tradeId, java.lang.String direction, FormattedAmount notionalQuantity, FormattedAmount strike, FormattedAmount premium, java.time.LocalDate effectiveDate, java.time.LocalDate terminationDate, java.time.LocalDate expirationDate, java.time.LocalDate paymentDate, java.lang.String uniqueIdentifier)
Adds a deal breakdown row to your table configuration for a commodities trade that is a EURO_CALL_SPREAD or as ASIAN CAP/FLOOR SPREADstatic Table
DefaultTableFields. addCollarDealBreakdownRow(Table table, java.lang.String callOrCapTradeId, java.lang.String putOrFloorTradeId, FormattedAmount notionalQuantity, FormattedAmount callOrCapStrike, FormattedAmount putOrFloorStrike, FormattedAmount callOrCapPremium, FormattedAmount putOrFloorPremium, java.time.LocalDate effectiveDate, java.time.LocalDate terminationDate, java.time.LocalDate expirationDate, java.time.LocalDate paymentDate, java.lang.String uniqueIdentifier)
Adds a deal breakdown row to your table configuration for a commodities trade that is a EURO/ASIAN COLLARstatic Table
DefaultTableFields. addPutCallCapFloorDealBreakdownRow(Table table, java.lang.String tradeId, FormattedAmount notionalQuantity, FormattedAmount strike, FormattedAmount premium, java.time.LocalDate effectiveDate, java.time.LocalDate terminationDate, java.time.LocalDate expirationDate, java.time.LocalDate paymentDate, java.lang.String uniqueIdentifier)
Adds a deal breakdown row to your table configuration for a commodities trade that is EURO PUT/CALL or ASIAN CAP/FLOORstatic Table
DefaultTableFields. addPutSpreadDealBreakdownRow(Table table, java.lang.String tradeId, FormattedAmount notionalQuantity, FormattedAmount strike, FormattedAmount premium, java.time.LocalDate effectiveDate, java.time.LocalDate terminationDate, java.time.LocalDate expirationDate, java.time.LocalDate paymentDate, java.lang.String uniqueIdentifier)
Adds a deal breakdown row to your table configuration for a commodities trade that is a PUT_SPREADstatic Table
DefaultTableFields. addSwapDealBreakdownRow(Table table, java.lang.String tradeId, FormattedAmount notionalQuantity, FormattedAmount fixedPricePerUnit, java.time.LocalDate effectiveDate, java.time.LocalDate terminationDate, java.time.LocalDate paymentDate, java.lang.String uniqueIdentifier)
Adds a deal breakdown row to your table configuration for a commodities trade that is a FIXED_SWAP or BASIS_SWAP -
Uses of Table in com.caplin.motif.config.definitions.common
Methods in com.caplin.motif.config.definitions.common that return Table Modifier and Type Method Description Table
Table. addHeadersItem(TableCell headersItem)
Table
Table. addRowsItem(TableRow rowsItem)
@NotNull Table
PostTradeHistory. getTable()
Get tableTable
Table. headers(java.util.List<TableCell> headers)
Table
Table. rows(java.util.List<TableRow> rows)
Methods in com.caplin.motif.config.definitions.common with parameters of type Table Modifier and Type Method Description void
PostTradeHistory. setTable(Table table)
PostTradeHistory
PostTradeHistory. table(Table table)
Constructors in com.caplin.motif.config.definitions.common with parameters of type Table Constructor Description PostTradeHistory(DisplayFields displayFields, Table table)
Constructor with only required parameters -
Uses of Table in com.caplin.motif.fx.trading.posttradehistory
Methods in com.caplin.motif.fx.trading.posttradehistory that return Table Modifier and Type Method Description static Table
DefaultTableFields. addPostTradeHistoryHeaders(Table table)
Adds default post trade history headers to your table configurationstatic Table
DefaultTableFields. addPostTradeHistoryRow(Table table, java.time.LocalDate date, FormattedAmount amount, java.time.LocalDate settlementDate, java.lang.String settlementTenor, FormattedAmount remainingAmount, PostTradeHistoryAction postTradeHistoryAction)
Adds a post trade history row to your table configurationstatic Table
DefaultTableFields. createPostTradeHistoryTable()
Creates an post trade history table with no rowsMethods in com.caplin.motif.fx.trading.posttradehistory with parameters of type Table Modifier and Type Method Description static Table
DefaultTableFields. addPostTradeHistoryHeaders(Table table)
Adds default post trade history headers to your table configurationstatic Table
DefaultTableFields. addPostTradeHistoryRow(Table table, java.time.LocalDate date, FormattedAmount amount, java.time.LocalDate settlementDate, java.lang.String settlementTenor, FormattedAmount remainingAmount, PostTradeHistoryAction postTradeHistoryAction)
Adds a post trade history row to your table configuration -
Uses of Table in com.caplin.motif.mm.trading.posttradehistory
Methods in com.caplin.motif.mm.trading.posttradehistory that return Table Modifier and Type Method Description static Table
MMDefaultTableFields. addMMCapitalIncreaseRow(Table table, java.time.LocalDate date, FormattedAmount singleCapitalIncreaseAmount, FormattedAmount newBalance, MMPostTradeHistoryAction postTradeHistoryAction)
Adds a capital increase post trade history row to your table configurationstatic Table
MMDefaultTableFields. addMMRollOverRow(Table table, java.time.LocalDate date, FormattedAmount singleRollOverAmount, FormattedAmount newBalance, MMPostTradeHistoryAction postTradeHistoryAction)
Adds a roll-over post trade history row to your table configurationstatic Table
MMDefaultTableFields. createMoneyMarketPostTradeHistoryTable()
Creates a money market post trade history table with no rowsMethods in com.caplin.motif.mm.trading.posttradehistory with parameters of type Table Modifier and Type Method Description static Table
MMDefaultTableFields. addMMCapitalIncreaseRow(Table table, java.time.LocalDate date, FormattedAmount singleCapitalIncreaseAmount, FormattedAmount newBalance, MMPostTradeHistoryAction postTradeHistoryAction)
Adds a capital increase post trade history row to your table configurationstatic Table
MMDefaultTableFields. addMMRollOverRow(Table table, java.time.LocalDate date, FormattedAmount singleRollOverAmount, FormattedAmount newBalance, MMPostTradeHistoryAction postTradeHistoryAction)
Adds a roll-over post trade history row to your table configurationstatic void
MMDefaultTableFields. addMoneyMarketPostTradeHistoryHeaders(Table table)
Adds default money market post trade history headers to your table configuration
-