Uses of Interface
cdm.product.common.settlement.Cashflow
Packages that use Cashflow
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 in cdm.product.asset
Methods in cdm.product.asset that return CashflowModifier and TypeMethodDescriptionForeignExchange.ForeignExchangeImpl.getExchangedCurrency1()ForeignExchange.getExchangedCurrency1()This is the first of the two currency flows that define a single leg of a standard foreign exchange transaction.ForeignExchange.ForeignExchangeImpl.getExchangedCurrency2()ForeignExchange.getExchangedCurrency2()This is the second of the two currency flows that define a single leg of a standard foreign exchange transaction.Methods in cdm.product.asset with parameters of type CashflowModifier and TypeMethodDescriptionForeignExchange.ForeignExchangeBuilder.setExchangedCurrency1(Cashflow exchangedCurrency1) ForeignExchange.ForeignExchangeBuilderImpl.setExchangedCurrency1(Cashflow _exchangedCurrency1) ForeignExchange.ForeignExchangeBuilder.setExchangedCurrency2(Cashflow exchangedCurrency2) ForeignExchange.ForeignExchangeBuilderImpl.setExchangedCurrency2(Cashflow _exchangedCurrency2) -
Uses of Cashflow in cdm.product.common.settlement
Subinterfaces of Cashflow in cdm.product.common.settlementClasses in cdm.product.common.settlement that implement CashflowModifier and TypeClassDescriptionstatic classBuilder Implementation of Cashflowstatic classImmutable Implementation of CashflowMethods in cdm.product.common.settlement that return CashflowModifier and TypeMethodDescriptionCashflow.build()Build MethodsCashflow.CashflowBuilderImpl.build()Cashflow.CashflowImpl.build()Methods in cdm.product.common.settlement that return types with arguments of type Cashflow -
Uses of Cashflow in cdm.product.common.settlement.meta
Methods in cdm.product.common.settlement.meta that return types with arguments of type CashflowModifier and TypeMethodDescriptionCashflowMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) CashflowMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) CashflowMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super Cashflow> CashflowMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Cashflow> CashflowMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super Cashflow> CashflowMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Cashflow> CashflowMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of Cashflow in cdm.product.common.settlement.validation
Methods in cdm.product.common.settlement.validation with parameters of type CashflowModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CashflowTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Cashflow o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CashflowValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Cashflow o) -
Uses of Cashflow in cdm.product.common.settlement.validation.exists
Methods in cdm.product.common.settlement.validation.exists with type parameters of type CashflowModifier and TypeMethodDescriptionCashflowOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.common.settlement.validation.exists that return types with arguments of type Cashflow -
Uses of Cashflow in cdm.product.template.functions
Methods in cdm.product.template.functions that return types with arguments of type CashflowModifier and TypeMethodDescriptionprotected abstract com.rosetta.model.lib.mapper.MapperS<? extends Cashflow> Create_CashflowFromSettlementPayout.assetLeg(SettlementPayout payout) protected com.rosetta.model.lib.mapper.MapperS<? extends Cashflow> Create_CashflowFromSettlementPayout.Create_CashflowFromSettlementPayoutDefault.assetLeg(SettlementPayout payout) Create_CashflowFromSettlementPayout.evaluate(SettlementPayout payout) protected com.rosetta.model.lib.mapper.MapperS<? extends Cashflow> Create_CashflowFromSettlementPayout.Create_CashflowFromSettlementPayoutDefault.priceLeg(SettlementPayout payout) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends Cashflow> Create_CashflowFromSettlementPayout.priceLeg(SettlementPayout payout)