Uses of Interface
cdm.product.asset.Tranche
Packages that use Tranche
Package
Description
Product concepts applicable to specific asset classes.
-
Uses of Tranche in cdm.product.asset
Subinterfaces of Tranche in cdm.product.assetClasses in cdm.product.asset that implement TrancheModifier and TypeClassDescriptionstatic classBuilder Implementation of Tranchestatic classImmutable Implementation of TrancheMethods in cdm.product.asset that return TrancheModifier and TypeMethodDescriptionTranche.build()Build MethodsTranche.TrancheBuilderImpl.build()Tranche.TrancheImpl.build()BasketReferenceInformation.BasketReferenceInformationImpl.getTranche()BasketReferenceInformation.getTranche()This element contains CDS tranche terms.CreditIndexReferenceInformation.CreditIndexReferenceInformationImpl.getTranche()CreditIndexReferenceInformation.getTranche()This element contains CDS tranche terms.Methods in cdm.product.asset that return types with arguments of type TrancheModifier and TypeMethodDescriptionTranche.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Tranche> Tranche.metaData()Utility MethodsMethods in cdm.product.asset with parameters of type TrancheModifier and TypeMethodDescriptionBasketReferenceInformation.BasketReferenceInformationBuilder.setTranche(Tranche tranche) BasketReferenceInformation.BasketReferenceInformationBuilderImpl.setTranche(Tranche _tranche) CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder.setTranche(Tranche tranche) CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilderImpl.setTranche(Tranche _tranche) -
Uses of Tranche in cdm.product.asset.meta
Methods in cdm.product.asset.meta that return types with arguments of type TrancheModifier and TypeMethodDescriptionTrancheMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) TrancheMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) TrancheMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super Tranche> TrancheMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Tranche> TrancheMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super Tranche> TrancheMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Tranche> TrancheMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of Tranche in cdm.product.asset.validation
Methods in cdm.product.asset.validation with parameters of type TrancheModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> TrancheTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Tranche o) List<com.rosetta.model.lib.validation.ValidationResult<?>> TrancheValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Tranche o) -
Uses of Tranche in cdm.product.asset.validation.datarule
Methods in cdm.product.asset.validation.datarule with parameters of type TrancheModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> TrancheAttachmentPoint.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Tranche tranche) List<com.rosetta.model.lib.validation.ValidationResult<?>> TrancheAttachmentPoint.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Tranche tranche) List<com.rosetta.model.lib.validation.ValidationResult<?>> TrancheAttachmentPointLessThanExhaustionPoint.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Tranche tranche) List<com.rosetta.model.lib.validation.ValidationResult<?>> TrancheAttachmentPointLessThanExhaustionPoint.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Tranche tranche) List<com.rosetta.model.lib.validation.ValidationResult<?>> TrancheExhaustionPoint.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Tranche tranche) List<com.rosetta.model.lib.validation.ValidationResult<?>> TrancheExhaustionPoint.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Tranche tranche) -
Uses of Tranche in cdm.product.asset.validation.exists
Methods in cdm.product.asset.validation.exists with type parameters of type TrancheModifier and TypeMethodDescriptionTrancheOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.asset.validation.exists that return types with arguments of type Tranche