Uses of Class
org.isda.cdm.SecurityLeg
-
Packages that use SecurityLeg Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.choicerule org.isda.cdm.validation.exists -
-
Uses of SecurityLeg in org.isda.cdm
Methods in org.isda.cdm that return SecurityLeg Modifier and Type Method Description SecurityLeg
SecurityLeg.SecurityLegBuilder. build()
Methods in org.isda.cdm that return types with arguments of type SecurityLeg Modifier and Type Method Description java.util.List<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.com.rosetta.model.lib.meta.RosettaMetaData<? extends SecurityLeg>
SecurityLeg. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends SecurityLeg>
SecurityLeg.SecurityLegBuilder. metaData()
Methods in org.isda.cdm with parameters of type SecurityLeg Modifier and Type Method Description SecurityPayout.SecurityPayoutBuilder
SecurityPayout.SecurityPayoutBuilder. addSecurityLeg(SecurityLeg securityLeg)
SecurityPayout.SecurityPayoutBuilder
SecurityPayout.SecurityPayoutBuilder. addSecurityLeg(SecurityLeg securityLeg, int _idx)
Method parameters in org.isda.cdm with type arguments of type SecurityLeg Modifier and Type Method Description SecurityPayout.SecurityPayoutBuilder
SecurityPayout.SecurityPayoutBuilder. addSecurityLeg(java.util.List<SecurityLeg> securityLegs)
-
Uses of SecurityLeg in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type SecurityLeg Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super SecurityLeg>>
SecurityLegMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super SecurityLeg>>
SecurityLegMeta. dataRules()
java.util.List<java.util.function.Function<? super SecurityLeg,com.rosetta.model.lib.qualify.QualifyResult>>
SecurityLegMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super SecurityLeg,java.lang.String>
SecurityLegMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super SecurityLeg>
SecurityLegMeta. validator()
-
Uses of SecurityLeg in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type SecurityLeg Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<SecurityLeg>
SecurityLegValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<SecurityLeg>
SecurityLegValidator. validate(com.rosetta.model.lib.path.RosettaPath path, SecurityLeg o)
Methods in org.isda.cdm.validation with parameters of type SecurityLeg Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<SecurityLeg>
SecurityLegValidator. validate(com.rosetta.model.lib.path.RosettaPath path, SecurityLeg o)
-
Uses of SecurityLeg in org.isda.cdm.validation.choicerule
Methods in org.isda.cdm.validation.choicerule that return types with arguments of type SecurityLeg Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<SecurityLeg>
SecurityLegChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder builder)
com.rosetta.model.lib.validation.ValidationResult<SecurityLeg>
SecurityLegChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, SecurityLeg object)
Methods in org.isda.cdm.validation.choicerule with parameters of type SecurityLeg Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<SecurityLeg>
SecurityLegChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, SecurityLeg object)
-
Uses of SecurityLeg in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type SecurityLeg Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<SecurityLeg>
SecurityLegOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<SecurityLeg>
SecurityLegOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, SecurityLeg o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type SecurityLeg Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<SecurityLeg>
SecurityLegOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, SecurityLeg o, java.lang.String field)
-