Uses of Class
org.isda.cdm.Cashflow
-
Packages that use Cashflow Package Description org.isda.cdm org.isda.cdm.functions org.isda.cdm.meta org.isda.cdm.metafields org.isda.cdm.validation org.isda.cdm.validation.datarule org.isda.cdm.validation.exists -
-
Uses of Cashflow in org.isda.cdm
Methods in org.isda.cdm that return Cashflow Modifier and Type Method Description Cashflow
Cashflow.CashflowBuilder. build()
Cashflow
ExerciseOutcome. getCashExercise()
Cashflow
PhysicalExercise. getCashflow()
The cashflow component of the physical exercise.Cashflow
ForeignExchange. getExchangedCurrency1()
This is the first of the two currency flows that define a single leg of a standard foreign exchange transaction.Cashflow
ForeignExchange. getExchangedCurrency2()
This is the second of the two currency flows that define a single leg of a standard foreign exchange transaction.Methods in org.isda.cdm that return types with arguments of type Cashflow Modifier and Type Method Description java.util.List<Cashflow>
Payout. getCashflow()
A cashflow between the parties to the trade.com.rosetta.model.lib.meta.RosettaMetaData<? extends Cashflow>
Cashflow.CashflowBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends Cashflow>
Cashflow. metaData()
Methods in org.isda.cdm with parameters of type Cashflow Modifier and Type Method Description Payout.PayoutBuilder
Payout.PayoutBuilder. addCashflow(Cashflow cashflow)
Payout.PayoutBuilder
Payout.PayoutBuilder. addCashflow(Cashflow cashflow, int _idx)
Lineage.LineageBuilder
Lineage.LineageBuilder. addCashflowReferenceRef(Cashflow cashflowReference)
ExerciseOutcome.ExerciseOutcomeBuilder
ExerciseOutcome.ExerciseOutcomeBuilder. setCashExercise(Cashflow cashExercise)
PhysicalExercise.PhysicalExerciseBuilder
PhysicalExercise.PhysicalExerciseBuilder. setCashflow(Cashflow cashflow)
ForeignExchange.ForeignExchangeBuilder
ForeignExchange.ForeignExchangeBuilder. setExchangedCurrency1(Cashflow exchangedCurrency1)
ForeignExchange.ForeignExchangeBuilder
ForeignExchange.ForeignExchangeBuilder. setExchangedCurrency2(Cashflow exchangedCurrency2)
Method parameters in org.isda.cdm with type arguments of type Cashflow Modifier and Type Method Description Payout.PayoutBuilder
Payout.PayoutBuilder. addCashflow(java.util.List<Cashflow> cashflows)
Lineage.LineageBuilder
Lineage.LineageBuilder. addCashflowReferenceRef(java.util.List<Cashflow> cashflowReferences)
-
Uses of Cashflow in org.isda.cdm.functions
Methods in org.isda.cdm.functions that return Cashflow Modifier and Type Method Description Cashflow
ResolveCashflow. evaluate(ContractState contractState, com.rosetta.model.lib.records.Date date)
Methods in org.isda.cdm.functions that return types with arguments of type Cashflow Modifier and Type Method Description protected com.rosetta.model.lib.functions.MapperBuilder<Cashflow>
NewCashTransferPrimitive. cashflow(ContractState contractState, com.rosetta.model.lib.records.Date date)
-
Uses of Cashflow in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type Cashflow Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super Cashflow>>
CashflowMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super Cashflow>>
CashflowMeta. dataRules()
java.util.List<java.util.function.Function<? super Cashflow,com.rosetta.model.lib.qualify.QualifyResult>>
CashflowMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super Cashflow,java.lang.String>
CashflowMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super Cashflow>
CashflowMeta. validator()
-
Uses of Cashflow in org.isda.cdm.metafields
Methods in org.isda.cdm.metafields that return Cashflow Modifier and Type Method Description Cashflow
ReferenceWithMetaCashflow. getValue()
Methods in org.isda.cdm.metafields with parameters of type Cashflow Modifier and Type Method Description ReferenceWithMetaCashflow.ReferenceWithMetaCashflowBuilder
ReferenceWithMetaCashflow.ReferenceWithMetaCashflowBuilder. setValue(Cashflow value)
-
Uses of Cashflow in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type Cashflow Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Cashflow>
CashflowValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<Cashflow>
CashflowValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Cashflow o)
Methods in org.isda.cdm.validation with parameters of type Cashflow Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Cashflow>
CashflowValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Cashflow o)
-
Uses of Cashflow in org.isda.cdm.validation.datarule
Methods in org.isda.cdm.validation.datarule that return types with arguments of type Cashflow Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Cashflow>
CashflowCashflowAmountDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder cashflow)
com.rosetta.model.lib.validation.ValidationResult<Cashflow>
CashflowCashflowAmountDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, Cashflow cashflow)
Methods in org.isda.cdm.validation.datarule with parameters of type Cashflow Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Cashflow>
CashflowCashflowAmountDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, Cashflow cashflow)
-
Uses of Cashflow in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type Cashflow Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Cashflow>
CashflowOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<Cashflow>
CashflowOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Cashflow o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type Cashflow Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Cashflow>
CashflowOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Cashflow o, java.lang.String field)
-