Uses of Interface
cdm.product.asset.CashflowRepresentation
Packages that use CashflowRepresentation
Package
Description
Product concepts applicable to specific asset classes.
-
Uses of CashflowRepresentation in cdm.product.asset
Subinterfaces of CashflowRepresentation in cdm.product.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.asset that implement CashflowRepresentationModifier and TypeClassDescriptionstatic classBuilder Implementation of CashflowRepresentationstatic classImmutable Implementation of CashflowRepresentationMethods in cdm.product.asset that return CashflowRepresentationModifier and TypeMethodDescriptionCashflowRepresentation.build()Build MethodsCashflowRepresentation.CashflowRepresentationBuilderImpl.build()CashflowRepresentation.CashflowRepresentationImpl.build()InterestRatePayout.getCashflowRepresentation()The cashflow representation of the swap stream.InterestRatePayout.InterestRatePayoutImpl.getCashflowRepresentation()Methods in cdm.product.asset that return types with arguments of type CashflowRepresentationModifier and TypeMethodDescriptiondefault Class<? extends CashflowRepresentation> CashflowRepresentation.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CashflowRepresentation> CashflowRepresentation.metaData()Utility MethodsMethods in cdm.product.asset with parameters of type CashflowRepresentationModifier and TypeMethodDescriptionInterestRatePayout.InterestRatePayoutBuilder.setCashflowRepresentation(CashflowRepresentation cashflowRepresentation) InterestRatePayout.InterestRatePayoutBuilderImpl.setCashflowRepresentation(CashflowRepresentation _cashflowRepresentation) -
Uses of CashflowRepresentation in cdm.product.asset.meta
Methods in cdm.product.asset.meta that return types with arguments of type CashflowRepresentationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super CashflowRepresentation>> CashflowRepresentationMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super CashflowRepresentation, com.rosetta.model.lib.qualify.QualifyResult>> CashflowRepresentationMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super CashflowRepresentation, Set<String>> CashflowRepresentationMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super CashflowRepresentation> CashflowRepresentationMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CashflowRepresentation> CashflowRepresentationMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super CashflowRepresentation> CashflowRepresentationMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CashflowRepresentation> CashflowRepresentationMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of CashflowRepresentation in cdm.product.asset.validation
Methods in cdm.product.asset.validation with parameters of type CashflowRepresentationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CashflowRepresentationTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CashflowRepresentation o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CashflowRepresentationValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CashflowRepresentation o) -
Uses of CashflowRepresentation in cdm.product.asset.validation.exists
Methods in cdm.product.asset.validation.exists with type parameters of type CashflowRepresentationModifier and TypeMethodDescription<T2 extends CashflowRepresentation>
com.rosetta.model.lib.validation.ValidationResult<CashflowRepresentation> CashflowRepresentationOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.asset.validation.exists that return types with arguments of type CashflowRepresentationModifier and TypeMethodDescription<T2 extends CashflowRepresentation>
com.rosetta.model.lib.validation.ValidationResult<CashflowRepresentation> CashflowRepresentationOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)