Uses of Interface
cdm.product.asset.GeneralTerms
Packages that use GeneralTerms
Package
Description
Product concepts applicable to specific asset classes.
-
Uses of GeneralTerms in cdm.product.asset
Subinterfaces of GeneralTerms in cdm.product.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.asset that implement GeneralTermsModifier and TypeClassDescriptionstatic classBuilder Implementation of GeneralTermsstatic classImmutable Implementation of GeneralTermsMethods in cdm.product.asset that return GeneralTermsModifier and TypeMethodDescriptionGeneralTerms.build()Build MethodsGeneralTerms.GeneralTermsBuilderImpl.build()GeneralTerms.GeneralTermsImpl.build()CreditDefaultPayout.CreditDefaultPayoutImpl.getGeneralTerms()CreditDefaultPayout.getGeneralTerms()The specification of the non-monetary terms for the Credit Derivative Transaction, including the buyer and seller and selected items from the ISDA 2014 Credit Definition article II, such as the reference obligation and related terms.Methods in cdm.product.asset that return types with arguments of type GeneralTermsModifier and TypeMethodDescriptiondefault Class<? extends GeneralTerms> GeneralTerms.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends GeneralTerms> GeneralTerms.metaData()Utility MethodsMethods in cdm.product.asset with parameters of type GeneralTermsModifier and TypeMethodDescriptionCreditDefaultPayout.CreditDefaultPayoutBuilder.setGeneralTerms(GeneralTerms generalTerms) CreditDefaultPayout.CreditDefaultPayoutBuilderImpl.setGeneralTerms(GeneralTerms _generalTerms) -
Uses of GeneralTerms in cdm.product.asset.meta
Methods in cdm.product.asset.meta that return types with arguments of type GeneralTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super GeneralTerms>> GeneralTermsMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super GeneralTerms, com.rosetta.model.lib.qualify.QualifyResult>> GeneralTermsMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super GeneralTerms, Set<String>> GeneralTermsMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super GeneralTerms> GeneralTermsMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super GeneralTerms> GeneralTermsMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super GeneralTerms> GeneralTermsMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super GeneralTerms> GeneralTermsMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of GeneralTerms in cdm.product.asset.validation
Methods in cdm.product.asset.validation with parameters of type GeneralTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> GeneralTermsTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms o) List<com.rosetta.model.lib.validation.ValidationResult<?>> GeneralTermsValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms o) -
Uses of GeneralTerms in cdm.product.asset.validation.datarule
Methods in cdm.product.asset.validation.datarule with parameters of type GeneralTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> GeneralTermsBasketReferenceInformationNameOrId.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms generalTerms) List<com.rosetta.model.lib.validation.ValidationResult<?>> GeneralTermsBasketReferenceInformationNameOrId.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms generalTerms) List<com.rosetta.model.lib.validation.ValidationResult<?>> GeneralTermsFpML_cd_41.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms generalTerms) List<com.rosetta.model.lib.validation.ValidationResult<?>> GeneralTermsFpML_cd_41.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms generalTerms) List<com.rosetta.model.lib.validation.ValidationResult<?>> GeneralTermsFpML_cd_42.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms generalTerms) List<com.rosetta.model.lib.validation.ValidationResult<?>> GeneralTermsFpML_cd_42.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms generalTerms) List<com.rosetta.model.lib.validation.ValidationResult<?>> GeneralTermsGeneralTermsChoice.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms generalTerms) List<com.rosetta.model.lib.validation.ValidationResult<?>> GeneralTermsGeneralTermsChoice.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms generalTerms) -
Uses of GeneralTerms in cdm.product.asset.validation.exists
Methods in cdm.product.asset.validation.exists with type parameters of type GeneralTermsModifier and TypeMethodDescription<T2 extends GeneralTerms>
com.rosetta.model.lib.validation.ValidationResult<GeneralTerms> GeneralTermsOnlyExistsValidator.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 GeneralTermsModifier and TypeMethodDescription<T2 extends GeneralTerms>
com.rosetta.model.lib.validation.ValidationResult<GeneralTerms> GeneralTermsOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)