Uses of Class
com.caplin.motif.config.definitions.common.Table
Packages that use Table
Package
Description
-
Uses of Table in com.caplin.generated.motif.commodities.invoice
Methods in com.caplin.generated.motif.commodities.invoice with parameters of type TableModifier and TypeMethodDescriptionInvoicePartsDef.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 TableModifier and TypeMethodDescriptionTradeConfPartsDef.CommonTradeConfirmationFields.Builder.setDealBreakdown(@NotNull Table dealBreakdown) -
Uses of Table in com.caplin.motif.commodities.invoices
Methods in com.caplin.motif.commodities.invoices that return TableModifier and TypeMethodDescriptionstatic TableDefaultTableFields.addCommoditiesPremiumInvoiceBreakdownRow(@NotNull Table table, @NotNull String tradeId, LocalDate tradeDate, String invoiceTradeType, String referencePrice, String optionType, FormattedAmount strikePrice, FormattedAmount totalQuantity, String units, List<LocalDate> calculationPeriod, LocalDate premiumPaymentDate, FormattedAmount premium, FormattedAmount totalPremiumPaymentAmount) Adds a commodities premium invoice breakdown row to your table configurationstatic TableDefaultTableFields.addCommoditiesSettlementInvoiceBreakdownRow(@NotNull Table table, @NotNull String tradeId, LocalDate tradeDate, String invoiceTradeType, String referencePrice, String optionType, FormattedAmount fixedPrice, FormattedAmount floatingSettlePrice, FormattedAmount strikePrice, FormattedAmount settledQuantity, String units, List<LocalDate> calculationPeriod, LocalDate paymentDate, FormattedAmount paymentAmount) Adds a commodities settlement invoice breakdown row to your table configurationstatic TableDefaultTableFields.createCommoditiesInvoiceBreakdownTable(String invoiceType) Creates a commodities invoice breakdown table with no rowsMethods in com.caplin.motif.commodities.invoices with parameters of type TableModifier and TypeMethodDescriptionstatic voidDefaultTableFields.addCommoditiesInvoiceBreakdownHeaders(Table table, String invoiceType) Adds default commodities invoice breakdown headers to your table configurationstatic TableDefaultTableFields.addCommoditiesPremiumInvoiceBreakdownRow(@NotNull Table table, @NotNull String tradeId, LocalDate tradeDate, String invoiceTradeType, String referencePrice, String optionType, FormattedAmount strikePrice, FormattedAmount totalQuantity, String units, List<LocalDate> calculationPeriod, LocalDate premiumPaymentDate, FormattedAmount premium, FormattedAmount totalPremiumPaymentAmount) Adds a commodities premium invoice breakdown row to your table configurationstatic TableDefaultTableFields.addCommoditiesSettlementInvoiceBreakdownRow(@NotNull Table table, @NotNull String tradeId, LocalDate tradeDate, String invoiceTradeType, String referencePrice, String optionType, FormattedAmount fixedPrice, FormattedAmount floatingSettlePrice, FormattedAmount strikePrice, FormattedAmount settledQuantity, String units, List<LocalDate> calculationPeriod, LocalDate paymentDate, FormattedAmount paymentAmount) Adds a commodities settlement 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 TableModifier and TypeMethodDescriptionstatic TableDefaultTableFields.add3WayCollarDealBreakdownRow(Table table, String tradeId1, String tradeId2, String tradeId3, FormattedAmount notionalQuantity, FormattedAmount strike1, FormattedAmount strike2, FormattedAmount strike3, FormattedAmount premium1, FormattedAmount premium2, FormattedAmount premium3, LocalDate effectiveDate, LocalDate terminationDate, LocalDate expirationDate, LocalDate paymentDate, String currency, String unit, String tradingType, String uti1, String uti2, String uti3) Adds a deal breakdown row to your table configuration for a commodities trade that is a EURO/ASIAN 3_WAY_COLLARstatic TableDefaultTableFields.addCallCapFloorSpreadDealBreakdownRow(Table table, String tradeId, LocalDate paymentDate, LocalDate effectiveDate, LocalDate tradeDate, LocalDate expirationDate, FormattedAmount notionalQuantity, FormattedAmount strike, FormattedAmount premium, String uti) 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 TableDefaultTableFields.addCollarDealBreakdownRow(Table table, String callOrCapTradeId, String putOrFloorTradeId, FormattedAmount notionalQuantity, FormattedAmount callOrCapStrike, FormattedAmount putOrFloorStrike, FormattedAmount callOrCapPremium, FormattedAmount putOrFloorPremium, LocalDate effectiveDate, LocalDate terminationDate, LocalDate expirationDate, LocalDate paymentDate, String currency, String unit, String tradingType, String callOrCapUti, String putOrFloorUti) Adds a deal breakdown row to your table configuration for a commodities trade that is a EURO/ASIAN COLLARstatic TableDefaultTableFields.addPutCallCapFloorDealBreakdownRow(Table table, String tradeId, LocalDate paymentDate, LocalDate effectiveDate, LocalDate tradeDate, LocalDate expirationDate, FormattedAmount notionalQuantity, FormattedAmount strike, FormattedAmount premium, String uti) Adds a deal breakdown row to your table configuration for a commodities trade that is EURO PUT/CALL or ASIAN CAP/FLOORstatic TableDefaultTableFields.addPutSpreadDealBreakdownRow(Table table, String tradeId, LocalDate paymentDate, LocalDate effectiveDate, LocalDate tradeDate, LocalDate expirationDate, FormattedAmount notionalQuantity, FormattedAmount strike, FormattedAmount premium, String uti) Adds a deal breakdown row to your table configuration for a commodities trade that is a PUT_SPREADstatic TableDefaultTableFields.addSwapDealBreakdownRow(Table table, String tradeId, LocalDate effectiveDate, LocalDate terminationDate, FormattedAmount notionalQuantity, FormattedAmount fixedPricePerUnit, LocalDate paymentDate, String uti) Adds a deal breakdown row to your table configuration for a commodities trade that is a FIXED_SWAP or BASIS_SWAPstatic TableDefaultTableFields.createDealBreakdownTable(String tradingType, String currency, 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 TableModifier and TypeMethodDescriptionstatic TableDefaultTableFields.add3WayCollarDealBreakdownRow(Table table, String tradeId1, String tradeId2, String tradeId3, FormattedAmount notionalQuantity, FormattedAmount strike1, FormattedAmount strike2, FormattedAmount strike3, FormattedAmount premium1, FormattedAmount premium2, FormattedAmount premium3, LocalDate effectiveDate, LocalDate terminationDate, LocalDate expirationDate, LocalDate paymentDate, String currency, String unit, String tradingType, String uti1, String uti2, String uti3) Adds a deal breakdown row to your table configuration for a commodities trade that is a EURO/ASIAN 3_WAY_COLLARstatic TableDefaultTableFields.addCallCapFloorSpreadDealBreakdownRow(Table table, String tradeId, LocalDate paymentDate, LocalDate effectiveDate, LocalDate tradeDate, LocalDate expirationDate, FormattedAmount notionalQuantity, FormattedAmount strike, FormattedAmount premium, String uti) 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 TableDefaultTableFields.addCollarDealBreakdownRow(Table table, String callOrCapTradeId, String putOrFloorTradeId, FormattedAmount notionalQuantity, FormattedAmount callOrCapStrike, FormattedAmount putOrFloorStrike, FormattedAmount callOrCapPremium, FormattedAmount putOrFloorPremium, LocalDate effectiveDate, LocalDate terminationDate, LocalDate expirationDate, LocalDate paymentDate, String currency, String unit, String tradingType, String callOrCapUti, String putOrFloorUti) Adds a deal breakdown row to your table configuration for a commodities trade that is a EURO/ASIAN COLLARstatic TableDefaultTableFields.addPutCallCapFloorDealBreakdownRow(Table table, String tradeId, LocalDate paymentDate, LocalDate effectiveDate, LocalDate tradeDate, LocalDate expirationDate, FormattedAmount notionalQuantity, FormattedAmount strike, FormattedAmount premium, String uti) Adds a deal breakdown row to your table configuration for a commodities trade that is EURO PUT/CALL or ASIAN CAP/FLOORstatic TableDefaultTableFields.addPutSpreadDealBreakdownRow(Table table, String tradeId, LocalDate paymentDate, LocalDate effectiveDate, LocalDate tradeDate, LocalDate expirationDate, FormattedAmount notionalQuantity, FormattedAmount strike, FormattedAmount premium, String uti) Adds a deal breakdown row to your table configuration for a commodities trade that is a PUT_SPREADstatic TableDefaultTableFields.addSwapDealBreakdownRow(Table table, String tradeId, LocalDate effectiveDate, LocalDate terminationDate, FormattedAmount notionalQuantity, FormattedAmount fixedPricePerUnit, LocalDate paymentDate, String uti) 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 TableModifier and TypeMethodDescriptionTable.addHeadersItem(TableCell headersItem) Table.addRowsItem(TableRow rowsItem) @NotNull TablePostTradeHistoryTab.getTable()Get tableMethods in com.caplin.motif.config.definitions.common that return types with arguments of type TableModifier and TypeMethodDescriptionTableRow.getTable()A nested table to be shown when the row is expanded.Methods in com.caplin.motif.config.definitions.common with parameters of type TableMethod parameters in com.caplin.motif.config.definitions.common with type arguments of type TableModifier and TypeMethodDescriptionvoidConstructors in com.caplin.motif.config.definitions.common with parameters of type TableModifierConstructorDescriptionPostTradeHistoryTab(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 TableModifier and TypeMethodDescriptionstatic TableDefaultTableFields.addPostTradeHistoryHeaders(Table table) Adds default post trade history headers to your table configurationstatic TableDefaultTableFields.addPostTradeHistoryRow(Table table, LocalDate date, FormattedAmount amount, LocalDate settlementDate, String settlementTenor, FormattedAmount remainingAmount, PostTradeHistoryAction postTradeHistoryAction) Adds a post trade history row to your table configurationstatic TableDefaultTableFields.createPostTradeHistoryTable()Creates an post trade history table with no rowsMethods in com.caplin.motif.fx.trading.posttradehistory with parameters of type TableModifier and TypeMethodDescriptionstatic TableDefaultTableFields.addPostTradeHistoryHeaders(Table table) Adds default post trade history headers to your table configurationstatic TableDefaultTableFields.addPostTradeHistoryRow(Table table, LocalDate date, FormattedAmount amount, LocalDate settlementDate, 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 TableModifier and TypeMethodDescriptionstatic TableMMDefaultTableFields.addMMGiveNoticeRow(Table table, LocalDate date, String noticePeriod, MMPostTradeHistoryAction postTradeHistoryAction) static TableMMDefaultTableFields.addMMPostTradeRow(Table table, LocalDate date, FormattedAmount amount, FormattedAmount newBalance, MMPostTradeHistoryAction postTradeHistoryAction) Adds an MM post trade history row to your table configurationstatic TableMMDefaultTableFields.createMoneyMarketPostTradeHistoryTable()Creates a money market post trade history table with no rowsMethods in com.caplin.motif.mm.trading.posttradehistory with parameters of type TableModifier and TypeMethodDescriptionstatic TableMMDefaultTableFields.addMMGiveNoticeRow(Table table, LocalDate date, String noticePeriod, MMPostTradeHistoryAction postTradeHistoryAction) static TableMMDefaultTableFields.addMMPostTradeRow(Table table, LocalDate date, FormattedAmount amount, FormattedAmount newBalance, MMPostTradeHistoryAction postTradeHistoryAction) Adds an MM post trade history row to your table configurationstatic voidMMDefaultTableFields.addMoneyMarketPostTradeHistoryHeaders(Table table) Adds default money market post trade history headers to your table configuration