Uses of Interface
cdm.product.common.settlement.RollFeature
Packages that use RollFeature
Package
Description
Common product settlement concepts: cash vs physical, non-deliverable, money and cashflow, delivery vs payment.
-
Uses of RollFeature in cdm.product.common.settlement
Subinterfaces of RollFeature in cdm.product.common.settlementModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.common.settlement that implement RollFeatureModifier and TypeClassDescriptionstatic classBuilder Implementation of RollFeaturestatic classImmutable Implementation of RollFeatureMethods in cdm.product.common.settlement that return RollFeatureModifier and TypeMethodDescriptionRollFeature.build()Build MethodsRollFeature.RollFeatureBuilderImpl.build()RollFeature.RollFeatureImpl.build()CommodityPriceReturnTerms.CommodityPriceReturnTermsImpl.getRollFeature()CommodityPriceReturnTerms.getRollFeature()Used in conjunction with an exchange-based pricing source.Methods in cdm.product.common.settlement that return types with arguments of type RollFeatureModifier and TypeMethodDescriptiondefault Class<? extends RollFeature> RollFeature.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends RollFeature> RollFeature.metaData()Utility MethodsMethods in cdm.product.common.settlement with parameters of type RollFeatureModifier and TypeMethodDescriptionCommodityPriceReturnTerms.CommodityPriceReturnTermsBuilder.setRollFeature(RollFeature rollFeature) CommodityPriceReturnTerms.CommodityPriceReturnTermsBuilderImpl.setRollFeature(RollFeature _rollFeature) -
Uses of RollFeature in cdm.product.common.settlement.meta
Methods in cdm.product.common.settlement.meta that return types with arguments of type RollFeatureModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super RollFeature>> RollFeatureMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super RollFeature, com.rosetta.model.lib.qualify.QualifyResult>> RollFeatureMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super RollFeature, Set<String>> RollFeatureMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super RollFeature> RollFeatureMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super RollFeature> RollFeatureMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super RollFeature> RollFeatureMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super RollFeature> RollFeatureMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of RollFeature in cdm.product.common.settlement.validation
Methods in cdm.product.common.settlement.validation with parameters of type RollFeatureModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> RollFeatureTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RollFeature o) List<com.rosetta.model.lib.validation.ValidationResult<?>> RollFeatureValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RollFeature o) -
Uses of RollFeature in cdm.product.common.settlement.validation.exists
Methods in cdm.product.common.settlement.validation.exists with type parameters of type RollFeatureModifier and TypeMethodDescription<T2 extends RollFeature>
com.rosetta.model.lib.validation.ValidationResult<RollFeature> RollFeatureOnlyExistsValidator.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 RollFeatureModifier and TypeMethodDescription<T2 extends RollFeature>
com.rosetta.model.lib.validation.ValidationResult<RollFeature> RollFeatureOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)