Uses of Interface
cdm.product.template.SecurityPayout
Packages that use SecurityPayout
Package
Description
Template feature concepts to define payouts.
-
Uses of SecurityPayout in cdm.product.template
Subinterfaces of SecurityPayout in cdm.product.templateModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.template that implement SecurityPayoutModifier and TypeClassDescriptionstatic classBuilder Implementation of SecurityPayoutstatic classImmutable Implementation of SecurityPayoutMethods in cdm.product.template that return SecurityPayoutModifier and TypeMethodDescriptionSecurityPayout.build()Build MethodsSecurityPayout.SecurityPayoutBuilderImpl.build()SecurityPayout.SecurityPayoutImpl.build()Methods in cdm.product.template that return types with arguments of type SecurityPayoutModifier and TypeMethodDescriptionList<? extends SecurityPayout> Payout.getSecurityPayout()The security payout when the product involves some form of securities, such as collateral in a securities financing transactionList<? extends SecurityPayout> Payout.PayoutImpl.getSecurityPayout()default Class<? extends SecurityPayout> SecurityPayout.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends SecurityPayout> SecurityPayout.metaData()Utility MethodsMethods in cdm.product.template with parameters of type SecurityPayoutModifier and TypeMethodDescriptionPayout.PayoutBuilder.addSecurityPayout(SecurityPayout securityPayout) Payout.PayoutBuilder.addSecurityPayout(SecurityPayout securityPayout, int idx) Payout.PayoutBuilderImpl.addSecurityPayout(SecurityPayout _securityPayout) Payout.PayoutBuilderImpl.addSecurityPayout(SecurityPayout _securityPayout, int idx) Method parameters in cdm.product.template with type arguments of type SecurityPayoutModifier and TypeMethodDescriptionPayout.PayoutBuilder.addSecurityPayout(List<? extends SecurityPayout> securityPayout) Payout.PayoutBuilderImpl.addSecurityPayout(List<? extends SecurityPayout> securityPayouts) Payout.PayoutBuilder.setSecurityPayout(List<? extends SecurityPayout> securityPayout) Payout.PayoutBuilderImpl.setSecurityPayout(List<? extends SecurityPayout> securityPayouts) -
Uses of SecurityPayout in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type SecurityPayoutModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super SecurityPayout>> SecurityPayoutMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super SecurityPayout, com.rosetta.model.lib.qualify.QualifyResult>> SecurityPayoutMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super SecurityPayout, Set<String>> SecurityPayoutMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super SecurityPayout> SecurityPayoutMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super SecurityPayout> SecurityPayoutMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super SecurityPayout> SecurityPayoutMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super SecurityPayout> SecurityPayoutMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of SecurityPayout in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type SecurityPayoutModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> SecurityPayoutTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, SecurityPayout o) List<com.rosetta.model.lib.validation.ValidationResult<?>> SecurityPayoutValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, SecurityPayout o) -
Uses of SecurityPayout in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type SecurityPayoutModifier and TypeMethodDescription<T2 extends SecurityPayout>
com.rosetta.model.lib.validation.ValidationResult<SecurityPayout> SecurityPayoutOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.template.validation.exists that return types with arguments of type SecurityPayoutModifier and TypeMethodDescription<T2 extends SecurityPayout>
com.rosetta.model.lib.validation.ValidationResult<SecurityPayout> SecurityPayoutOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)