Uses of Interface
cdm.product.asset.ReferenceInformation
Packages that use ReferenceInformation
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
Product concepts applicable to specific asset classes.
-
Uses of ReferenceInformation in cdm.event.common
Methods in cdm.event.common that return ReferenceInformationModifier and TypeMethodDescriptionCreditEvent.CreditEventImpl.getReferenceInformation()CreditEvent.getReferenceInformation()The reference entity, part of a credit basket, impacted by the credit event.Methods in cdm.event.common with parameters of type ReferenceInformationModifier and TypeMethodDescriptionCreditEvent.CreditEventBuilder.setReferenceInformation(ReferenceInformation referenceInformation) CreditEvent.CreditEventBuilderImpl.setReferenceInformation(ReferenceInformation _referenceInformation) -
Uses of ReferenceInformation in cdm.product.asset
Subinterfaces of ReferenceInformation in cdm.product.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.asset that implement ReferenceInformationModifier and TypeClassDescriptionstatic classBuilder Implementation of ReferenceInformationstatic classImmutable Implementation of ReferenceInformationMethods in cdm.product.asset that return ReferenceInformationModifier and TypeMethodDescriptionReferenceInformation.build()Build MethodsReferenceInformation.ReferenceInformationBuilderImpl.build()ReferenceInformation.ReferenceInformationImpl.build()GeneralTerms.GeneralTermsImpl.getReferenceInformation()GeneralTerms.getReferenceInformation()This attribute contains all the terms relevant to defining the reference entity and reference obligation(s).Methods in cdm.product.asset that return types with arguments of type ReferenceInformationModifier and TypeMethodDescriptionList<? extends ReferenceInformation> CreditIndexReferenceInformation.CreditIndexReferenceInformationImpl.getExcludedReferenceEntity()List<? extends ReferenceInformation> CreditIndexReferenceInformation.getExcludedReferenceEntity()Excluded reference entity.default Class<? extends ReferenceInformation> ReferenceInformation.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ReferenceInformation> ReferenceInformation.metaData()Utility MethodsMethods in cdm.product.asset with parameters of type ReferenceInformationModifier and TypeMethodDescriptionCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder.addExcludedReferenceEntity(ReferenceInformation excludedReferenceEntity) CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder.addExcludedReferenceEntity(ReferenceInformation excludedReferenceEntity, int idx) CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilderImpl.addExcludedReferenceEntity(ReferenceInformation _excludedReferenceEntity) CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilderImpl.addExcludedReferenceEntity(ReferenceInformation _excludedReferenceEntity, int idx) GeneralTerms.GeneralTermsBuilder.setReferenceInformation(ReferenceInformation referenceInformation) GeneralTerms.GeneralTermsBuilderImpl.setReferenceInformation(ReferenceInformation _referenceInformation) Method parameters in cdm.product.asset with type arguments of type ReferenceInformationModifier and TypeMethodDescriptionCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder.addExcludedReferenceEntity(List<? extends ReferenceInformation> excludedReferenceEntity) CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilderImpl.addExcludedReferenceEntity(List<? extends ReferenceInformation> excludedReferenceEntitys) CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder.setExcludedReferenceEntity(List<? extends ReferenceInformation> excludedReferenceEntity) CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilderImpl.setExcludedReferenceEntity(List<? extends ReferenceInformation> excludedReferenceEntitys) -
Uses of ReferenceInformation in cdm.product.asset.meta
Methods in cdm.product.asset.meta that return types with arguments of type ReferenceInformationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ReferenceInformation>> ReferenceInformationMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ReferenceInformation, com.rosetta.model.lib.qualify.QualifyResult>> ReferenceInformationMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ReferenceInformation, Set<String>> ReferenceInformationMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ReferenceInformation> ReferenceInformationMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ReferenceInformation> ReferenceInformationMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ReferenceInformation> ReferenceInformationMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ReferenceInformation> ReferenceInformationMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ReferenceInformation in cdm.product.asset.validation
Methods in cdm.product.asset.validation with parameters of type ReferenceInformationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ReferenceInformationTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReferenceInformation o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ReferenceInformationValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReferenceInformation o) -
Uses of ReferenceInformation in cdm.product.asset.validation.datarule
Methods in cdm.product.asset.validation.datarule with parameters of type ReferenceInformationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ReferenceInformationReferenceInformationChoice.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReferenceInformation referenceInformation) List<com.rosetta.model.lib.validation.ValidationResult<?>> ReferenceInformationReferenceInformationChoice.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReferenceInformation referenceInformation) -
Uses of ReferenceInformation in cdm.product.asset.validation.exists
Methods in cdm.product.asset.validation.exists with type parameters of type ReferenceInformationModifier and TypeMethodDescription<T2 extends ReferenceInformation>
com.rosetta.model.lib.validation.ValidationResult<ReferenceInformation> ReferenceInformationOnlyExistsValidator.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 ReferenceInformationModifier and TypeMethodDescription<T2 extends ReferenceInformation>
com.rosetta.model.lib.validation.ValidationResult<ReferenceInformation> ReferenceInformationOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)