Uses of Interface
cdm.product.common.settlement.Cashflow.CashflowBuilder
Packages that use Cashflow.CashflowBuilder
Package
Description
Product concepts applicable to specific asset classes.
Common product settlement concepts: cash vs physical, non-deliverable, money and cashflow, delivery vs payment.
Template feature concepts to define payouts.
-
Uses of Cashflow.CashflowBuilder in cdm.event.common.functions
Methods in cdm.event.common.functions that return Cashflow.CashflowBuilderModifier and TypeMethodDescriptionprotected Cashflow.CashflowBuilderCreate_Cashflow.Create_CashflowDefault.assignOutput(Cashflow.CashflowBuilder cashflow, BigDecimal amount, FieldWithMetaString currency, SettlementDate settlementDate, PayerReceiver payerReceiver, CashflowType cashflowType, PaymentDiscounting paymentDiscounting) protected Cashflow.CashflowBuilderCreate_Cashflow.Create_CashflowDefault.doEvaluate(BigDecimal amount, FieldWithMetaString currency, SettlementDate settlementDate, PayerReceiver payerReceiver, CashflowType cashflowType, PaymentDiscounting paymentDiscounting) protected abstract Cashflow.CashflowBuilderCreate_Cashflow.doEvaluate(BigDecimal amount, FieldWithMetaString currency, SettlementDate settlementDate, PayerReceiver payerReceiver, CashflowType cashflowType, PaymentDiscounting paymentDiscounting) Methods in cdm.event.common.functions with parameters of type Cashflow.CashflowBuilderModifier and TypeMethodDescriptionprotected Cashflow.CashflowBuilderCreate_Cashflow.Create_CashflowDefault.assignOutput(Cashflow.CashflowBuilder cashflow, BigDecimal amount, FieldWithMetaString currency, SettlementDate settlementDate, PayerReceiver payerReceiver, CashflowType cashflowType, PaymentDiscounting paymentDiscounting) -
Uses of Cashflow.CashflowBuilder in cdm.product.asset
Fields in cdm.product.asset declared as Cashflow.CashflowBuilderModifier and TypeFieldDescriptionprotected Cashflow.CashflowBuilderForeignExchange.ForeignExchangeBuilderImpl.exchangedCurrency1protected Cashflow.CashflowBuilderForeignExchange.ForeignExchangeBuilderImpl.exchangedCurrency2Methods in cdm.product.asset that return Cashflow.CashflowBuilderModifier and TypeMethodDescriptionForeignExchange.ForeignExchangeBuilder.getExchangedCurrency1()ForeignExchange.ForeignExchangeBuilderImpl.getExchangedCurrency1()ForeignExchange.ForeignExchangeBuilder.getExchangedCurrency2()ForeignExchange.ForeignExchangeBuilderImpl.getExchangedCurrency2()ForeignExchange.ForeignExchangeBuilder.getOrCreateExchangedCurrency1()ForeignExchange.ForeignExchangeBuilderImpl.getOrCreateExchangedCurrency1()ForeignExchange.ForeignExchangeBuilder.getOrCreateExchangedCurrency2()ForeignExchange.ForeignExchangeBuilderImpl.getOrCreateExchangedCurrency2() -
Uses of Cashflow.CashflowBuilder in cdm.product.common.settlement
Classes in cdm.product.common.settlement that implement Cashflow.CashflowBuilderModifier and TypeClassDescriptionstatic classBuilder Implementation of CashflowMethods in cdm.product.common.settlement that return Cashflow.CashflowBuilderModifier and TypeMethodDescriptionstatic Cashflow.CashflowBuilderCashflow.builder()Cashflow.CashflowBuilderImpl.merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) Cashflow.CashflowBuilder.prune()Cashflow.CashflowBuilderImpl.prune()Cashflow.CashflowBuilder.setCashflowType(CashflowType cashflowType) Cashflow.CashflowBuilderImpl.setCashflowType(CashflowType _cashflowType) Cashflow.CashflowBuilder.setMeta(com.rosetta.model.metafields.MetaFields meta) Cashflow.CashflowBuilderImpl.setMeta(com.rosetta.model.metafields.MetaFields _meta) Cashflow.CashflowBuilder.setPayerReceiver(PayerReceiver payerReceiver) Cashflow.CashflowBuilderImpl.setPayerReceiver(PayerReceiver _payerReceiver) Cashflow.CashflowBuilder.setPaymentDiscounting(PaymentDiscounting paymentDiscounting) Cashflow.CashflowBuilderImpl.setPaymentDiscounting(PaymentDiscounting _paymentDiscounting) Cashflow.CashflowBuilder.setPriceQuantity(ResolvablePriceQuantity priceQuantity) Cashflow.CashflowBuilderImpl.setPriceQuantity(ResolvablePriceQuantity _priceQuantity) Cashflow.CashflowBuilder.setPrincipalPayment(PrincipalPayments principalPayment) Cashflow.CashflowBuilderImpl.setPrincipalPayment(PrincipalPayments _principalPayment) Cashflow.CashflowBuilder.setSettlementTerms(SettlementTerms settlementTerms) Cashflow.CashflowBuilderImpl.setSettlementTerms(SettlementTerms _settlementTerms) Cashflow.CashflowBuilderImpl.toBuilder()Cashflow.CashflowImpl.toBuilder()Cashflow.toBuilder()Methods in cdm.product.common.settlement with parameters of type Cashflow.CashflowBuilderModifier and TypeMethodDescriptionprotected voidCashflow.CashflowImpl.setBuilderFields(Cashflow.CashflowBuilder builder) Constructors in cdm.product.common.settlement with parameters of type Cashflow.CashflowBuilder -
Uses of Cashflow.CashflowBuilder in cdm.product.template
Fields in cdm.product.template with type parameters of type Cashflow.CashflowBuilderModifier and TypeFieldDescriptionprotected List<Cashflow.CashflowBuilder> Payout.PayoutBuilderImpl.cashflowMethods in cdm.product.template that return Cashflow.CashflowBuilderModifier and TypeMethodDescriptionPayout.PayoutBuilder.getOrCreateCashflow(int index) Payout.PayoutBuilderImpl.getOrCreateCashflow(int index) Methods in cdm.product.template that return types with arguments of type Cashflow.CashflowBuilderModifier and TypeMethodDescriptionList<? extends Cashflow.CashflowBuilder> Payout.PayoutBuilder.getCashflow()List<? extends Cashflow.CashflowBuilder> Payout.PayoutBuilderImpl.getCashflow()