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.
-
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.setPayerReceiver(PayerReceiver payerReceiver) Cashflow.CashflowBuilderImpl.setPayerReceiver(PayerReceiver _payerReceiver) Cashflow.CashflowBuilder.setPaymentDiscounting(PaymentDiscounting paymentDiscounting) Cashflow.CashflowBuilderImpl.setPaymentDiscounting(PaymentDiscounting _paymentDiscounting) Cashflow.CashflowBuilder.setQuantity(NonNegativeQuantity quantity) Cashflow.CashflowBuilderImpl.setQuantity(NonNegativeQuantity _quantity) Cashflow.CashflowBuilder.setSettlementDate(AdjustableOrAdjustedOrRelativeDate settlementDate) Cashflow.CashflowBuilderImpl.setSettlementDate(AdjustableOrAdjustedOrRelativeDate _settlementDate) 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.functions
Methods in cdm.product.template.functions that return types with arguments of type Cashflow.CashflowBuilderModifier and TypeMethodDescriptionprotected List<Cashflow.CashflowBuilder> Create_CashflowFromPayout.Create_CashflowFromPayoutDefault.assignOutput(List<Cashflow.CashflowBuilder> cashflows, Payout payout) protected List<Cashflow.CashflowBuilder> Create_CashflowFromSettlementPayout.Create_CashflowFromSettlementPayoutDefault.assignOutput(List<Cashflow.CashflowBuilder> cashflows, SettlementPayout payout) protected List<Cashflow.CashflowBuilder> Create_CashflowFromPayout.Create_CashflowFromPayoutDefault.doEvaluate(Payout payout) protected abstract List<Cashflow.CashflowBuilder> Create_CashflowFromPayout.doEvaluate(Payout payout) protected List<Cashflow.CashflowBuilder> Create_CashflowFromSettlementPayout.Create_CashflowFromSettlementPayoutDefault.doEvaluate(SettlementPayout payout) protected abstract List<Cashflow.CashflowBuilder> Create_CashflowFromSettlementPayout.doEvaluate(SettlementPayout payout) Method parameters in cdm.product.template.functions with type arguments of type Cashflow.CashflowBuilderModifier and TypeMethodDescriptionprotected List<Cashflow.CashflowBuilder> Create_CashflowFromPayout.Create_CashflowFromPayoutDefault.assignOutput(List<Cashflow.CashflowBuilder> cashflows, Payout payout) protected List<Cashflow.CashflowBuilder> Create_CashflowFromSettlementPayout.Create_CashflowFromSettlementPayoutDefault.assignOutput(List<Cashflow.CashflowBuilder> cashflows, SettlementPayout payout)