Uses of Class
org.isda.cdm.Tranche
-
Packages that use Tranche Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.datarule org.isda.cdm.validation.exists -
-
Uses of Tranche in org.isda.cdm
Methods in org.isda.cdm that return Tranche Modifier and Type Method Description Tranche
Tranche.TrancheBuilder. build()
Tranche
BasketReferenceInformation. getTranche()
This element contains CDS tranche terms.Tranche
IndexReferenceInformation. getTranche()
This element contains CDS tranche terms.Methods in org.isda.cdm that return types with arguments of type Tranche Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends Tranche>
Tranche. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends Tranche>
Tranche.TrancheBuilder. metaData()
Methods in org.isda.cdm with parameters of type Tranche Modifier and Type Method Description BasketReferenceInformation.BasketReferenceInformationBuilder
BasketReferenceInformation.BasketReferenceInformationBuilder. setTranche(Tranche tranche)
IndexReferenceInformation.IndexReferenceInformationBuilder
IndexReferenceInformation.IndexReferenceInformationBuilder. setTranche(Tranche tranche)
-
Uses of Tranche in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type Tranche Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super Tranche>>
TrancheMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super Tranche>>
TrancheMeta. dataRules()
java.util.List<java.util.function.Function<? super Tranche,com.rosetta.model.lib.qualify.QualifyResult>>
TrancheMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super Tranche,java.lang.String>
TrancheMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super Tranche>
TrancheMeta. validator()
-
Uses of Tranche in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type Tranche Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Tranche>
TrancheValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<Tranche>
TrancheValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Tranche o)
Methods in org.isda.cdm.validation with parameters of type Tranche Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Tranche>
TrancheValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Tranche o)
-
Uses of Tranche in org.isda.cdm.validation.datarule
Methods in org.isda.cdm.validation.datarule that return types with arguments of type Tranche Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Tranche>
TrancheAttachmentPointDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder tranche)
com.rosetta.model.lib.validation.ValidationResult<Tranche>
TrancheAttachmentPointDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, Tranche tranche)
com.rosetta.model.lib.validation.ValidationResult<Tranche>
TrancheAttachmentPointExhaustionPointDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder tranche)
com.rosetta.model.lib.validation.ValidationResult<Tranche>
TrancheAttachmentPointExhaustionPointDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, Tranche tranche)
com.rosetta.model.lib.validation.ValidationResult<Tranche>
TrancheExhaustionPointDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder tranche)
com.rosetta.model.lib.validation.ValidationResult<Tranche>
TrancheExhaustionPointDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, Tranche tranche)
Methods in org.isda.cdm.validation.datarule with parameters of type Tranche Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Tranche>
TrancheAttachmentPointDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, Tranche tranche)
com.rosetta.model.lib.validation.ValidationResult<Tranche>
TrancheAttachmentPointExhaustionPointDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, Tranche tranche)
com.rosetta.model.lib.validation.ValidationResult<Tranche>
TrancheExhaustionPointDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, Tranche tranche)
-
Uses of Tranche in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type Tranche Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Tranche>
TrancheOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<Tranche>
TrancheOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Tranche o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type Tranche Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Tranche>
TrancheOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Tranche o, java.lang.String field)
-