Uses of Class
org.isda.cdm.CashflowRepresentation
-
Packages that use CashflowRepresentation Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of CashflowRepresentation in org.isda.cdm
Methods in org.isda.cdm that return CashflowRepresentation Modifier and Type Method Description CashflowRepresentation
CashflowRepresentation.CashflowRepresentationBuilder. build()
CashflowRepresentation
InterestRatePayout. getCashflowRepresentation()
The cashflow representation of the swap stream.Methods in org.isda.cdm that return types with arguments of type CashflowRepresentation Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends CashflowRepresentation>
CashflowRepresentation.CashflowRepresentationBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends CashflowRepresentation>
CashflowRepresentation. metaData()
Methods in org.isda.cdm with parameters of type CashflowRepresentation Modifier and Type Method Description InterestRatePayout.InterestRatePayoutBuilder
InterestRatePayout.InterestRatePayoutBuilder. setCashflowRepresentation(CashflowRepresentation cashflowRepresentation)
-
Uses of CashflowRepresentation in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type CashflowRepresentation Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super CashflowRepresentation>>
CashflowRepresentationMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super CashflowRepresentation>>
CashflowRepresentationMeta. dataRules()
java.util.List<java.util.function.Function<? super CashflowRepresentation,com.rosetta.model.lib.qualify.QualifyResult>>
CashflowRepresentationMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super CashflowRepresentation,java.lang.String>
CashflowRepresentationMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super CashflowRepresentation>
CashflowRepresentationMeta. validator()
-
Uses of CashflowRepresentation in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type CashflowRepresentation Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CashflowRepresentation>
CashflowRepresentationValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<CashflowRepresentation>
CashflowRepresentationValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CashflowRepresentation o)
Methods in org.isda.cdm.validation with parameters of type CashflowRepresentation Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CashflowRepresentation>
CashflowRepresentationValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CashflowRepresentation o)
-
Uses of CashflowRepresentation in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type CashflowRepresentation Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CashflowRepresentation>
CashflowRepresentationOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<CashflowRepresentation>
CashflowRepresentationOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CashflowRepresentation o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type CashflowRepresentation Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CashflowRepresentation>
CashflowRepresentationOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CashflowRepresentation o, java.lang.String field)
-