Uses of Interface
cdm.product.template.SecurityLeg
Packages that use SecurityLeg
Package
Description
Template feature concepts to define payouts.
-
Uses of SecurityLeg in cdm.product.template
Subinterfaces of SecurityLeg in cdm.product.templateModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.template that implement SecurityLegModifier and TypeClassDescriptionstatic classBuilder Implementation of SecurityLegstatic classImmutable Implementation of SecurityLegMethods in cdm.product.template that return SecurityLegModifier and TypeMethodDescriptionSecurityLeg.build()Build MethodsSecurityLeg.SecurityLegBuilderImpl.build()SecurityLeg.SecurityLegImpl.build()Methods in cdm.product.template that return types with arguments of type SecurityLegModifier and TypeMethodDescriptionList<? extends SecurityLeg> SecurityPayout.getSecurityLeg()Each SecurityLeg represent a buy/sell at different dates, typically 1 near leg and 1 far leg in a securities financing transaction.List<? extends SecurityLeg> SecurityPayout.SecurityPayoutImpl.getSecurityLeg()default Class<? extends SecurityLeg> SecurityLeg.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends SecurityLeg> SecurityLeg.metaData()Utility MethodsMethods in cdm.product.template with parameters of type SecurityLegModifier and TypeMethodDescriptionSecurityPayout.SecurityPayoutBuilder.addSecurityLeg(SecurityLeg securityLeg) SecurityPayout.SecurityPayoutBuilder.addSecurityLeg(SecurityLeg securityLeg, int idx) SecurityPayout.SecurityPayoutBuilderImpl.addSecurityLeg(SecurityLeg _securityLeg) SecurityPayout.SecurityPayoutBuilderImpl.addSecurityLeg(SecurityLeg _securityLeg, int idx) Method parameters in cdm.product.template with type arguments of type SecurityLegModifier and TypeMethodDescriptionSecurityPayout.SecurityPayoutBuilder.addSecurityLeg(List<? extends SecurityLeg> securityLeg) SecurityPayout.SecurityPayoutBuilderImpl.addSecurityLeg(List<? extends SecurityLeg> securityLegs) SecurityPayout.SecurityPayoutBuilder.setSecurityLeg(List<? extends SecurityLeg> securityLeg) SecurityPayout.SecurityPayoutBuilderImpl.setSecurityLeg(List<? extends SecurityLeg> securityLegs) -
Uses of SecurityLeg in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type SecurityLegModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super SecurityLeg>> SecurityLegMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super SecurityLeg, com.rosetta.model.lib.qualify.QualifyResult>> SecurityLegMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super SecurityLeg, Set<String>> SecurityLegMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super SecurityLeg> SecurityLegMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super SecurityLeg> SecurityLegMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super SecurityLeg> SecurityLegMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super SecurityLeg> SecurityLegMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of SecurityLeg in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type SecurityLegModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> SecurityLegTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, SecurityLeg o) List<com.rosetta.model.lib.validation.ValidationResult<?>> SecurityLegValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, SecurityLeg o) -
Uses of SecurityLeg in cdm.product.template.validation.datarule
Methods in cdm.product.template.validation.datarule with parameters of type SecurityLegModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> SecurityLegSecurityLegChoice.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, SecurityLeg securityLeg) List<com.rosetta.model.lib.validation.ValidationResult<?>> SecurityLegSecurityLegChoice.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, SecurityLeg securityLeg) -
Uses of SecurityLeg in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type SecurityLegModifier and TypeMethodDescription<T2 extends SecurityLeg>
com.rosetta.model.lib.validation.ValidationResult<SecurityLeg> SecurityLegOnlyExistsValidator.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 SecurityLegModifier and TypeMethodDescription<T2 extends SecurityLeg>
com.rosetta.model.lib.validation.ValidationResult<SecurityLeg> SecurityLegOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)